Your message dated Sat, 26 Mar 2011 07:11:41 +0000
with message-id <e1q3nev-0000kl...@franck.debian.org>
and subject line Bug#619583: fixed in red5 1.0~svn4198-2
has caused the Debian Bug report #619583,
regarding red5-server: server fails to start with warning "No bean named 
'default.context' is defined"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
619583: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619583
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: red5-server
Version: 1.0~svn4198-1
Severity: grave
Justification: renders package unusable

Hi,

The server fails to start from initscripts. There is the following
warning in /var/log/red5/error.log:

----
2011-03-25 09:54:10,456 [main] WARN  org.red5.server.ContextLoader - Context 
destroy failed for: default.context
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 
'default.context' is defined
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:527)
 ~[org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1083)
 ~[org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.destroyBean(AbstractBeanFactory.java:950)
 ~[org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at org.red5.server.ContextLoader.unloadContext(ContextLoader.java:303) 
[red5.jar:na]
        at org.red5.server.ContextLoader.uninit(ContextLoader.java:213) 
[red5.jar:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[na:1.6.0_18]
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
~[na:1.6.0_18]
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[na:1.6.0_18]
        at java.lang.reflect.Method.invoke(Method.java:616) ~[na:1.6.0_18]
        at 
org.springframework.beans.factory.support.DisposableBeanAdapter.invokeCustomDestroyMethod(DisposableBeanAdapter.java:273)
 [org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:199)
 [org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:487)
 [org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:463)
 [org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:431)
 [org.springframework.beans.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1048)
 [org.springframework.context.jar:3.0.5.BUILD-20110213184444]
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:433)
 [org.springframework.context.jar:3.0.5.BUILD-20110213184444]
        at org.red5.server.Launcher.launch(Launcher.java:64) [red5.jar:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[na:1.6.0_18]
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
~[na:1.6.0_18]
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[na:1.6.0_18]
        at java.lang.reflect.Method.invoke(Method.java:616) ~[na:1.6.0_18]
        at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:118) [boot.jar:na]
        at org.red5.server.Bootstrap.main(Bootstrap.java:49) [boot.jar:na]
----

----
# sh -x /etc/init.d/red5-server start
+ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ NAME=red5-server
+ DAEMON=/usr/share/red5/red5.sh
+ DAEMON_STOP=/usr/share/red5/red5-shutdown.sh
+ RED5_MAINCLASS=org.red5.server.Bootstrap
+ DESC=Flash streaming server
+ PIDFILE=/var/run/red5-server.pid
+ DEFAULT=/etc/default/red5-server
+ . /lib/lsb/init-functions
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ true
+ NO_START=0
+ DIETIME=30
+ STARTTIME=5
+ DAEMONUSER=_red5
+ JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
+ JAVA_OPTS=
+ RED5_HOME=/usr/share/red5/
+ RED5_OPTS=
+ [ -r /etc/default/red5-server ]
+ . /etc/default/red5-server
+ export JAVA_HOME JAVA_OPTS RED5_HOME RED5_OPTS
+ test -x /usr/share/red5/red5.sh
+ [ -n _red5 ]
+ + getent passwd
grep -q ^_red5:
+ getent passwd
+ awk -F : {print $3}
+ grep ^_red5:
+ DAEMONUID=102
+ getent passwd
+ grep ^_red5:
+ awk -F : {print $4}
+ DAEMONGID=65534
+ [ 0 != 0 -a start != stop ]
+ set -e
+ log_daemon_msg Starting Flash streaming server  red5-server
+ [ -z Starting Flash streaming server  ]
+ log_daemon_msg_pre Starting Flash streaming server  red5-server
+ :
+ [ -z red5-server ]
+ /bin/echo -n Starting Flash streaming server : red5-server
Starting Flash streaming server : red5-server+ log_daemon_msg_post Starting 
Flash streaming server  red5-server
+ :
+ running
+ [ ! -f /var/run/red5-server.pid ]
+ cat /var/run/red5-server.pid
+ pid=26554
+ running_pid 26554
+ pid=26554
+ [ -z 26554 ]
+ [ ! -d /proc/26554 ]
+ return 1
+ return 1
+ start_server
+ start-stop-daemon --start --quiet --pidfile /var/run/red5-server.pid 
--make-pidfile --chuid _red5 --background --chdir /usr/share/red5/ --name java 
--startas /usr/share/red5/red5.sh --
+ errcode=0
+ return 0
+ [ -n 5 ]
+ sleep 5
+ running
+ [ ! -f /var/run/red5-server.pid ]
+ cat /var/run/red5-server.pid
+ pid=26752
+ running_pid 26752
+ pid=26752
+ [ -z 26752 ]
+ [ ! -d /proc/26752 ]
+ return 1
+ return 1
+ log_end_msg 1
+ [ -z 1 ]
+ local retval
+ retval=1
+ log_end_msg_pre 1
+ :
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ [ xrxvt-unicode != x ]
+ [ xrxvt-unicode != xdumb ]
+ [ -x /usr/bin/tput ]
+ [ -x /usr/bin/expr ]
+ /usr/bin/tput hpa 60
+ /usr/bin/tput setaf 1
+ [ -z ]
+ FANCYTTY=1
+ true
+ /usr/bin/tput setaf 1
+ RED=
+ /usr/bin/tput setaf 3
+ YELLOW=
+ /usr/bin/tput op
+ NORMAL=
+ [ 1 -eq 0 ]
+ [ 1 -eq 255 ]
+ /bin/echo -e  failed!
 failed!
+ log_end_msg_post 1
+ :
+ return 1
----

I have experienced this failure both on a Squeeze system with
red5-server package from Wheezy (at first) and on a pure Sid system.

I am not the only one to experience this failure.
See: http://osflash.org/pipermail/red5_osflash.org/2011-March/040043.html

When looking for the error message Google led me to this page:
http://forum.springsource.org/showthread.php?t=28068
and I have checked and compared the configuration files (untouched
by me) with a running server with 0.9.1 package of Squeeze without
noticing anything relevant.

Thanks for your much appreciated work on packaging red5-server.

Best regards,
Frédéric Lehobey

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages red5-server depends on:
ii  adduser                    3.112+nmu2    add and remove users and groups
ii  default-jre-headless [java 1:1.6-40      Standard Java or Java compatible R
ii  libred5-java               1.0~svn4198-1 remote API for Red5 flash streamin
ii  libtomcat6-java            6.0.32-1      Servlet and JSP engine -- core lib
ii  openjdk-6-jre-headless [ja 6b18-1.8.7-2  OpenJDK Java runtime, using Hotspo

red5-server recommends no packages.

red5-server suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: red5
Source-Version: 1.0~svn4198-2

We believe that the bug you reported is fixed in the latest version of
red5, which is due to be installed in the Debian FTP archive:

libred5-java_1.0~svn4198-2_all.deb
  to main/r/red5/libred5-java_1.0~svn4198-2_all.deb
red5-doc_1.0~svn4198-2_all.deb
  to main/r/red5/red5-doc_1.0~svn4198-2_all.deb
red5-server_1.0~svn4198-2_all.deb
  to main/r/red5/red5-server_1.0~svn4198-2_all.deb
red5_1.0~svn4198-2.debian.tar.gz
  to main/r/red5/red5_1.0~svn4198-2.debian.tar.gz
red5_1.0~svn4198-2.dsc
  to main/r/red5/red5_1.0~svn4198-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 619...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@debian.org> (supplier of updated red5 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 23:58:10 +0100
Source: red5
Binary: libred5-java red5-server red5-doc
Architecture: source all
Version: 1.0~svn4198-2
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan <draz...@debian.org>
Changed-By: Damien Raude-Morvan <draz...@debian.org>
Description: 
 libred5-java - remote API for Red5 flash streaming server
 red5-doc   - flash streaming server - documentation
 red5-server - flash streaming server
Closes: 619583
Changes: 
 red5 (1.0~svn4198-2) unstable; urgency=low
 .
   * d/red5-server.links: Fix links in /usr/share/red5/plugins - some of them
     are dangling to locations from tomcat6-common instead of libtomcat6-java
     (Closes: #619583).
   * d/red5-server.bug-control: Add information about libred5-java when
     reporting issues on red5-server.
Checksums-Sha1: 
 48b8b1042f128815868c19f7b83032a59809a130 3096 red5_1.0~svn4198-2.dsc
 cbfd68e0342b8da49154385a01e924368761db98 17986 red5_1.0~svn4198-2.debian.tar.gz
 2b9294119f0657f3f234dac91834ee009808dc8d 952322 
libred5-java_1.0~svn4198-2_all.deb
 fb0c3ba969c7430845114fa906f3d63993c1e112 117740 
red5-server_1.0~svn4198-2_all.deb
 e2626c7ea53238a703bdf0b18310663f2bcd8d2b 1860424 red5-doc_1.0~svn4198-2_all.deb
Checksums-Sha256: 
 8aed4c481b3a0f92609f900690cf66395622c7054870b8fbe4b114281eafef78 3096 
red5_1.0~svn4198-2.dsc
 5883aebdec69e466b85e038c3debeb5ebf637e785df3c3db16cc25a1e00b9e3e 17986 
red5_1.0~svn4198-2.debian.tar.gz
 3ffc5bd7bde5e0c51fac5811ca58a441d5f3ec2b77a3bacefe4705b61d849b28 952322 
libred5-java_1.0~svn4198-2_all.deb
 32a06b5f663e3b2536f51e7f00ed3bf35207fbb3ce195bc0f48214579f540613 117740 
red5-server_1.0~svn4198-2_all.deb
 e06f0c2cac8ca078b01dfb0cd8fc3c66d9e0e6ebd6b1e493ac57c0f7b4453093 1860424 
red5-doc_1.0~svn4198-2_all.deb
Files: 
 16acc72645b4a1eb51de630936984319 3096 java optional red5_1.0~svn4198-2.dsc
 ae40528fca3fc8d06ef669832130c3ca 17986 java optional 
red5_1.0~svn4198-2.debian.tar.gz
 0987b69b84eb9a4bc4b1af7c684527ab 952322 java optional 
libred5-java_1.0~svn4198-2_all.deb
 048c5f86331bc70ef1e510bff80a1db3 117740 java optional 
red5-server_1.0~svn4198-2_all.deb
 e5ce5ed8a76e6837db25f33331d20c22 1860424 doc optional 
red5-doc_1.0~svn4198-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJNjR+hAAoJEHXiDM0z50n8gYYP/RLV+pFprdoJWXxm7RUDEgn1
RdVUeQ/rQXMRa5k8SDgqRUeapejRusYUM/YBB7TkylAWXWRnrmfEOAH8yyYVSGNJ
FNKJ0ygSQUeO0suF2qlc5ZZ9UCboBXGTqR0Qmpmozl7Sik+WZCN/eU90U1foi2o1
RdR7wv7fTMtmWYFdMQzBGujqzIJJzNOFD+7XHRQHnsivzxWSoQjAYVN8y5oosZrU
ul9fyVsJ60mjyVVtnmZw0ZQPBqPTXziwP5YYSoarl1yalIRCWm82p9IkakQ3skkR
oF+lVcJD0Tz3fRB6TFroZY/ekDr6TNAw5D4mSeuE9jNVNyKgfTTghVngiKiL8m36
ou/bEFmm7Honh2x6/576TyFfqOTum4BnwoENIXFK2zc+yPYnod8z9qVZQU/xeuXs
hQbWLWEgQGYPhVafAN9C3KFIXqA9ugNh7yxMWNHKM/OnG/4dc/d4kq6zG9I4h9tu
CzWRG693c2i38JrteRiywRw0H/h/Uu4Lt3YAJx9SQMwak6LOMuVY3XrB5IL6L4+N
R8bcS4mcsAoE3l/fKdOyxcZ2xZYGbLVpnEixMlJbit4K6jehxuo3D9VF/TFYVhuW
Df5sba67VJdZT/fsT0FUYYSmoGKbk8GZggoEFrSlKhVeyyIYfXDBb1Mr+8etVy8c
+OTIP0jq85AFFzxaLaoH
=A7Oz
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to