Can you try the following
sudo /etc/init.d/red5 stop
If that does not stop red5, you can do the following
ps -aef | grep red5
If you see red5 still running, it will have a processID in the second
column (here it's 12398)
red5 12398 1 1 Feb24 ? 00:01:42
/usr/lib/jvm/java-6-openjdk/bin/java -Dpython.home=lib -Xms128M
-Xmx128M -Dred5.root=/usr/share/red5
-Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector
-Dcatalina.useNaming=true -Djava.security.debug=failure -cp
/usr/share/red5/boot.jar:/usr/share/red5/conf:/usr/share/red5/lib/ejb3-persistence.jar
org.red5.server.Bootstrap
Then type
sudo kill -9 <processID>
then type
sudo bbb-conf --restart
sudo bbb-conf --check
and let us know if it now starts properly.
Regards,... Fred
> --
> You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
> To post to this group, send email to bigbluebu...@googlegroups.com.
> To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
>
http://code.google.com/p/bigbluebutton/issues/detail?id=883
Regards,... Fred