After client connect to server 12 connection. If have new client connect to server, server will stop and show this log.
terminate called after throwing an instance of 'boost::exception_detail::clone_i mpl<boost::exception_detail::error_info_injectorboost::system::system_error >'
terminate called recursively
terminate called recursively
Created token for room 52a84ef42d6d749412000001 and service 52a84d6974fd8c806f 4b0a7f
ErizoController 1 in 192.168.1.11 does not respond. Deleting it.
[CLOUD HANDLER]: Warning! No erizoController is available.
Server is Ubuntu 12.04.2 64 bit ,new install
Hi Pedro Rodriguez
Thank you very much.
After I try to add ulimit -u 2048, I can connect at 18 connection after
that server will stop.
It show this last message.
2013-12-13 09:28:17,592 - WARN: NiceConnection - No local candidates
found, check your network connection
ErizoController 1 in 192.168.1.11 does not respond. Deleting it.
[CLOUD HANDLER]: Warning! No erizoController is available.
And If add ulimit -u 4096 can connect at 28 connection. After that server
will stop and show same message.
My server have 8G memory.
Thank you
SoonOn Thursday, December 12, 2013 11:22:16 PM UTC+7, Pedro Rodriguez wrote:
Hi Soon,
In some cases the limit of open files can be reach in a Licode session,
currently we are using one connection per stream.
You can see the limit currently set by running:
ulimit -a
if it is 1024 or lower,
try running
ulimit -n 2048
or greater and tell us what happens.
Cheers
Pedro Rodriguez
On 12 Dec 2013 at 15:10:11, soon soon (soo...@gmail.com <javascript:>) wrote:
I try test on new server Ubuntu 13.04 and 12.04 desktop. I found can’t
send stream over 12 connection.
–
You received this message because you are subscribed to the Google Groups
“lynckia” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lynckia+u...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Soon,
In some cases the limit of open files can be reach in a Licode session, currently we are using one connection per stream.
You can see the limit currently set by running:
ulimit -a
if it is 1024 or lower,
try running
ulimit -n 2048
or greater and tell us what happens.
Cheers–
Pedro Rodriguez
On 12 Dec 2013 at 15:10:11, soon soon (soon01s@gmail.com) wrote:
I try test on new server Ubuntu 13.04 and 12.04 desktop. I found can’t send stream over 12 connection.
–
You received this message because you are subscribed to the Google Groups “lynckia” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lynckia+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I try test on new server Ubuntu 13.04 and 12.04 desktop. I found can’t send stream over 12 connection.