error stoping or starting red5

70 views
Skip to first unread message

bendark

unread,
Jan 15, 2017, 1:04:46 PM1/15/17
to BigBlueButton-dev
hi fred

 am using bbb1.1beta

i am getting error when stopping or starting red5

sudo service bbb-red5  stop
Failed to stop bbb-red5.service: Unit bbb-red5.service not loaded.


sudo service bbb-red5 start
Failed to start bbb-red5.service: Unit bbb-red5.service not found.


best regards





Fred Dixon

unread,
Jan 15, 2017, 2:44:54 PM1/15/17
to BigBlueButton-dev
We need a bit more information to narrow down what's happening. 

Can you post the output of the following commands

1. sudo bbb-conf --check
2. dpkg -l | grep bbb
3. ls -al /var/log/red5
4. sudo journalctl -u red5 

For (4), we're really looking for startup errors, so posting the first 200 - 300 lines is sufficient.


Regards,... Fred


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

bendark

unread,
Jan 15, 2017, 3:51:17 PM1/15/17
to BigBlueButton-dev
hi fred


i uploded the file you asked


best regards






Am Sonntag, 15. Januar 2017 20:44:54 UTC+1 schrieb Fred Dixon:
We need a bit more information to narrow down what's happening. 

Can you post the output of the following commands

1. sudo bbb-conf --check
2. dpkg -l | grep bbb
3. ls -al /var/log/red5
4. sudo journalctl -u red5 

For (4), we're really looking for startup errors, so posting the first 200 - 300 lines is sufficient.


Regards,... Fred

On Sun, Jan 15, 2017 at 1:04 PM, 'bendark' via BigBlueButton-dev <bigblueb...@googlegroups.com> wrote:
hi fred

 am using bbb1.1beta

i am getting error when stopping or starting red5

sudo service bbb-red5  stop
Failed to stop bbb-red5.service: Unit bbb-red5.service not loaded.


sudo service bbb-red5 start
Failed to start bbb-red5.service: Unit bbb-red5.service not found.


best regards





--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
sudo journalctl -u red5
sudo bbb-conf --check
ls -al -var-log-red5
dpkg -l grep bbb

Fred Dixon

unread,
Jan 15, 2017, 4:06:15 PM1/15/17
to BigBlueButton-dev
Hi,

In the output for

 sudo journalctl -u red5

we see

Jan 15 20:09:30 bbb-110-beta red5.sh[1493]: java.io.IOException: Error while binding on /0.0.0.0:8081
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]: original message : Die Adresse wird bereits verwendet
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles(Abstra
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$400(AbstractPol
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractP
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:6
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:114
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:61
Jan 15 20:09:30 bbb-110-beta red5.sh[1493]:         at java.lang.Thread.run(Thread.java:745)


It seems that red5 is trying to bind to 8081, but it should not be attempting this.  Did you change the configuration for red5?  In other words, have you made any changes to BigBlueButton outside of using bbb-conf?  If so, what changes did you make?

Also, can you post the output of

  cat /etc/default/locale

It should be 

$ cat /etc/default/locale
LANG="en_US.UTF-8"

as described in 



Regards,... Fred

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.

bendark

unread,
Jan 15, 2017, 5:39:09 PM1/15/17
to BigBlueButton-dev

thanks fred


but i think you did a typo error  in your  instructions  -Setup Development Environment-

 http://docs.bigbluebutton.org/1.1/11-setup.html

sudo service bbb-red5 stop---- wrong


you should replace bbb-red5 -----> with red5


sudo service red5 stop




best regards

Fred Dixon

unread,
Jan 15, 2017, 5:51:47 PM1/15/17
to BigBlueButton-dev
Hi,

Thanks for pointing this out.  We've updated the documentation to reference systemctl for starting/stopping red5.  See


Take a look and let us know if you find anything more that needs updating.


Regards,... Fred

To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages