-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sip-servlet on java 8 cannot start If configure LB: path-name="org.mobicents.ha.balancing.only" #351
Comments
Any news regarding this issue ? |
Hi @nachkar |
Hi @xhoaluu My mss-sip-stack.properties file doesnt contain org.mobicents.ha.javax.sip.CACHE_CLASS_NAME=org.mobicents.ha.javax.sip.cache.infinispan.InfinispanCache |
Can you upload your mss-sip-stack.properties @nachkar |
gov.nist.javax.sip.LOG_MESSAGE_CONTENT=true prevent DOS attacksgov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME=120 setting up the buffer size to reduce retransmissions and avoid loosing messagesgov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE=65536 set to true so that the stack do more validation on dialog,but won't work on chained applications so false by defaultgov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING=false #Sip load balancer configuration |
Same issue occurs with default path-name
|
double chequed inconsistency in my mss-sip-stack.properties. |
@ocarriles Can you share your successful configuration ? |
When set up:
2017-12-14 10:48:35,971 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.sip: org.jboss.msc.service.StartException in service jboss.sip: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.6.Final.jar:1.2.6.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_111]
Caused by: java.lang.ExceptionInInitializerError
at org.mobicents.as10.SipServerService.start(SipServerService.java:277)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.6.Final.jar:1.2.6.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.6.Final.jar:1.2.6.Final]
... 3 more
Caused by: java.lang.IllegalArgumentException: Invalid bundle interface org.mobicents.as10.SipMessages (implementation not found)
at org.jboss.logging.Messages$1.run(Messages.java:83)
at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.8.0_111]
at org.jboss.logging.Messages.getBundle(Messages.java:58)
at org.jboss.logging.Messages.getBundle(Messages.java:46)
at org.mobicents.as10.SipMessages.(SipMessages.java:41)
... 6 more
The text was updated successfully, but these errors were encountered: