RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
241 stars 215 forks source link

NPE on User Agent Manager #1442

Open deruelle opened 7 years ago

deruelle commented 7 years ago

21:56:50,679 ERROR org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager null: java.lang.NullPointerException RestComm ErrorException at org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager.ping(UserAgentManager.java:304) [restcomm.telephony-8.0.0.6.jar:] at org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager.keepAlive(UserAgentManager.java:185) [restcomm.telephony-8.0.0.6.jar:] at org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager.onReceive(UserAgentManager.java:199) [restcomm.telephony-8.0.0.6.jar:] at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:159) [akka-actor_2.10-2.1.2.jar:] at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425) [akka-actor_2.10-2.1.2.jar:]

gvagenas commented 7 years ago

@deruelle I can see Restcomm build number is "8.0.0.6" which means this is a special branch and new CI job that created this binary. Curently for the master branch the line 304 doesn't exist

deruelle commented 7 years ago

@leftyb Any clues on this ?

leftyb commented 7 years ago

Is the CI job that @maria-farooq created for the CC setup I guess. I suppose that need to update the merge with master.

deruelle commented 7 years ago

@leftyb I think this was for telestax server. Ok if this lines doesn't exist. let's close it and keep monitoring the logentries

leftyb commented 7 years ago

Appeared at the CC1HA

10:24:33,307 DEBUG org.mobicents.servlet.sip.startup.SipStandardContext not acquiring sipApplicationSession=92c9b6bb;RestComm since isManagedThread is null 10:24:33,307 ERROR org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager null: java.lang.NullPointerException at org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager.ping(UserAgentManager.java:304) [restcomm.telephony-8.0.0.6.jar:] at org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager.keepAlive(UserAgentManager.java:185) [restcomm.telephony-8.0.0.6.jar:] at org.mobicents.servlet.restcomm.telephony.ua.UserAgentManager.onReceive(UserAgentManager.java:199) [restcomm.telephony-8.0.0.6.jar:] at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:159) [akka-actor_2.10-2.1.2.jar:] at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425) [akka-actor_2.10-2.1.2.jar:] at akka.actor.ActorCell.invoke(ActorCell.scala:386) [akka-actor_2.10-2.1.2.jar:] at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:230) [akka-actor_2.10-2.1.2.jar:] at akka.dispatch.Mailbox.run(Mailbox.scala:212) [akka-actor_2.10-2.1.2.jar:] at akka.dispatch.ForkJoinExecutorConfigurator$MailboxExecutionTask.exec(AbstractDispatcher.scala:506) [akka-actor_2.10-2.1.2.jar:] at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:262) [scala-library-2.10.1.jar:] at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:975) [scala-library-2.10.1.jar:] at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1478) [scala-library-2.10.1.jar:] at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104) [scala-library-2.10.1.jar:]

deruelle commented 7 years ago

@maria-farooq please make sure to merge your work with master

maria-farooq commented 7 years ago

@deruelle @gvagenas @leftyb

please correct if i am missing anything

reference: https://github.com/RestComm/Restcomm-Connect/tree/issue1104

gvagenas commented 7 years ago

@maria-farooq @leftyb @deruelle This issue seems to be caused by the SipServlets race condition with the null outbound interface. To confirm that, please check the boot logs and I believe you will see that there is an exception for null outbound interface

leftyb commented 7 years ago

@deruelle @gvagenas @maria-farooq I am re-opening the issue until we verify that is solved.

maria-farooq commented 7 years ago

@gvagenas i run RC locally and faces this NPE again. I check boot logs and it looks like outbound interface is in not null here are logs.

06:04:03,044 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1
06:04:03,494 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA
06:04:03,655 INFO  [org.jboss.as] (MSC service thread 1-2) JBAS015899: JBoss AS 7.2.0.Final "Janus" starting
06:04:07,391 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found olympus.war in deployment directory. To trigger deployment create a file called olympus.war.dodeploy
06:04:07,394 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found restcomm-rvd.war in deployment directory. To trigger deployment create a file called restcomm-rvd.war.dodeploy
06:04:07,396 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found restcomm.war in deployment directory. To trigger deployment create a file called restcomm.war.dodeploy
06:04:07,483 INFO  [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.7.GA
06:04:07,524 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
06:04:07,551 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.7.GA
06:04:07,612 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.14.GA
06:04:07,858 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 30) JBAS010280: Activating Infinispan subsystem.
06:04:07,871 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 36) JBAS012605: Activated the following JSF Implementations: [main, 1.2]
06:04:08,214 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 43) JBAS013171: Activating Security Subsystem
06:04:08,317 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 47) JBAS015537: Activating WebServices Extension
06:04:08,325 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
06:04:08,836 INFO  [org.jboss.as.security] (MSC service thread 1-2) JBAS013170: Current PicketBox version=4.0.15.Final
06:04:08,869 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.15.Final)
06:04:09,328 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
06:04:09,662 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
06:04:10,320 INFO  [org.mobicents.servlet.sip.catalina.SipStandardService] (MSC service thread 1-1) Pretty encoding of headers enabled ? true
06:04:10,354 INFO  [org.mobicents.servlet.sip.catalina.SipStandardService] (MSC service thread 1-1) Sip Stack path name : org.mobicents.ha.balancing.only
06:04:10,607 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.1.3.Final
06:04:11,029 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) DNSServerLocator will be using timeout of 1 seconds 
06:04:11,043 INFO  [org.mobicents.ext.javax.sip.dns.DefaultDNSLookupPerformer] (MSC service thread 1-1) DefaultDNSLookupPerformer will be using timeout of 1 seconds 
06:04:11,056 INFO  [org.mobicents.servlet.sip.catalina.SipStandardService] (MSC service thread 1-1) Mobicents Sip Servlets sip stack properties : {gov.nist.javax.sip.MESSAGE_PROCESSOR_FACTORY=gov.nist.javax.sip.stack.NioMessageProcessorFactory, gov.nist.javax.sip.DEBUG_LOG=/home/mariafarooq/Documents/Restcomm-JBoss-AS7/standalone/tmp/logs/mss-jsip-debuglog.txt, gov.nist.javax.sip.PASS_INVITE_NON_2XX_ACK_TO_LISTENER=true, gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME=120, gov.nist.javax.sip.LOG4J_LOGGER_NAME=gov.nist, org.mobicents.ha.javax.sip.REACHABLE_CHECK=false, javax.sip.AUTOMATIC_DIALOG_SUPPORT=off, gov.nist.javax.sip.SERVER_LOG=/home/mariafarooq/Documents/Restcomm-JBoss-AS7/standalone/tmp/logs/mss-jsip-messages.xml, org.mobicents.ha.javax.sip.LOCAL_HTTP_PORT=8080, gov.nist.javax.sip.REENTRANT_LISTENER=true, gov.nist.javax.sip.MAX_FORK_TIME_SECONDS=0, org.mobicents.ext.javax.sip.congestion.CONGESTION_CONTROL_MONITOR_INTERVAL=-1, org.mobicents.ha.javax.sip.REPLICATE_APPLICATION_DATA=false, gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE=131072, org.mobicents.ha.javax.sip.LoadBalancerHeartBeatingServiceClassName=org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl, javax.sip.STACK_NAME=Restcomm-SIP-Servlets, org.mobicents.servlet.sip.USER_AGENT_HEADER=Restcomm 7.9.0.979, gov.nist.javax.sip.PATCH_SIP_WEBSOCKETS_HEADERS=false, gov.nist.javax.sip.TCP_POST_PARSING_THREAD_POOL_SIZE=30, gov.nist.javax.sip.LOOSE_DIALOG_VALIDATION=true, org.mobicents.ha.javax.sip.REPLICATION_STRATEGY=ConfirmedDialog, org.mobicents.servlet.sip.SERVER_HEADER=Restcomm 7.9.0.979, gov.nist.javax.sip.AGGRESSIVE_CLEANUP=true, gov.nist.javax.sip.TRACE_LEVEL=LOG4J, org.mobicents.ext.javax.sip.congestion.SIP_SCANNERS=sipvicious,sipcli,friendly-scanner,VaxSIPUserAgent, gov.nist.javax.sip.MAX_MESSAGE_SIZE=40000, gov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING=false, gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE=131072, gov.nist.javax.sip.SIP_MESSAGE_VALVE=org.mobicents.ext.javax.sip.congestion.CongestionControlMessageValve, gov.nist.javax.sip.LOG_MESSAGE_CONTENT=true, gov.nist.javax.sip.THREAD_POOL_SIZE=512, gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY=true, javax.sip.ROUTER_PATH=org.mobicents.ext.javax.sip.dns.DNSAwareRouter, org.mobicents.ha.javax.sip.LOCAL_SSL_PORT=8443}
06:04:11,417 INFO  [gov.nist.javax.sip.stack.SIPTransactionStack] (MSC service thread 1-1) value -1000 will be used for reliableConnectionKeepAliveTimeout stack property
06:04:11,424 INFO  [gov.nist.javax.sip.stack.SIPTransactionStack] (MSC service thread 1-1) Setting Stack Thread priority to 10
06:04:11,416 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
06:04:11,441 WARN  [gov.nist.javax.sip.SipStackImpl] (MSC service thread 1-1) using default tls security policy
06:04:11,602 WARN  [gov.nist.core.net.DefaultSecurityManagerProvider] (MSC service thread 1-1) Using default keystore type jks
06:04:11,608 WARN  [gov.nist.core.net.DefaultSecurityManagerProvider] (MSC service thread 1-1) TLS server settings will be inactive - TLS key store will use JVM defaults keyStoreType=jks javax.net.ssl.keyStore=null javax.net.ssl.keyStorePassword=null
06:04:11,619 INFO  [gov.nist.core.net.DefaultSecurityManagerProvider] (MSC service thread 1-1) javax.net.ssl.trustStorePassword is null, using the password passed through javax.net.ssl.keyStorePassword
06:04:11,631 WARN  [gov.nist.core.net.DefaultSecurityManagerProvider] (MSC service thread 1-1) Using default truststore type jks
06:04:11,632 WARN  [gov.nist.core.net.DefaultSecurityManagerProvider] (MSC service thread 1-1) TLS trust settings will be inactive - TLS trust store will use JVM defaults. trustStoreType=jks javax.net.ssl.trustStore=null javax.net.ssl.trustStorePassword=null
06:04:11,925 INFO  [org.apache.coyote.http11] (MSC service thread 1-2) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/192.168.8.105:8080
06:04:11,989 INFO  [org.apache.coyote.http11] (MSC service thread 1-2) JBWEB003000: Coyote HTTP/1.1 starting on: http-/192.168.8.105:8080
06:04:13,011 INFO  [gov.nist.javax.sip.stack.timers.DefaultSipTimer] (MSC service thread 1-1) the sip stack timer gov.nist.javax.sip.stack.timers.DefaultSipTimer has been started
06:04:13,057 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "restcomm.war" (runtime-name: "restcomm.war")
06:04:13,071 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "restcomm-rvd.war" (runtime-name: "restcomm-rvd.war")
06:04:13,075 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "restcomm-management.war" (runtime-name: "restcomm-management.war")
06:04:13,078 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "sip-servlets-management.war" (runtime-name: "sip-servlets-management.war")
06:04:13,084 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "RvdExternalServicesDemo.war" (runtime-name: "RvdExternalServicesDemo.war")
06:04:13,124 INFO  [org.mobicents.ext.javax.sip.congestion.CongestionControlMessageValve] (MSC service thread 1-1) Initializing congestion control valve
06:04:13,128 INFO  [org.mobicents.ext.javax.sip.congestion.CongestionControlMessageValve] (MSC service thread 1-1) No Congestion control background task started since the checking interval is equals to -1 milliseconds.
06:04:13,130 INFO  [org.mobicents.ext.javax.sip.SipStackImpl] (MSC service thread 1-1) SIP Stack send trying right away false
06:04:13,121 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) JBAS015012: Started FileSystemDeploymentService for directory /home/mariafarooq/Documents/Restcomm-JBoss-AS7/standalone/deployments
06:04:13,132 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "jolokia.war" (runtime-name: "jolokia.war")
06:04:13,140 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "olympus.war" (runtime-name: "olympus.war")
06:04:13,164 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Reachable checks false
06:04:13,168 INFO  [gov.nist.javax.sip.stack.SIPTransactionStack] (MSC service thread 1-1) Replication Strategy is ConfirmedDialog replicating application data false
06:04:13,170 INFO  [org.mobicents.servlet.sip.catalina.SipStandardService] (MSC service thread 1-1) no AddressResolver will be used since none has been specified.
06:04:13,179 INFO  [org.mobicents.servlet.sip.catalina.SipStandardService] (MSC service thread 1-1) SIP stack initialized
06:04:13,179 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) SIP Base Timer Interval set to 500ms
06:04:13,180 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) SIP Timer T2 Interval set to 4000ms
06:04:13,181 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) SIP Timer T4 Interval set to 5000ms
06:04:13,186 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) SIP Timer D Interval set to 32000ms
06:04:13,188 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Memory threshold set to 85%
06:04:13,195 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Back To Normal Memory threshold set to 75%
06:04:13,198 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Congestion Control policy set to ErrorResponse
06:04:13,204 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Queue Size set to 1500
06:04:13,205 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Back To Normal Queue Size set to 1300
06:04:13,208 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Gathering Statistics set to true
06:04:13,209 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Container wide Concurrency Control set to SipApplicationSession
06:04:13,209 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Bypass Request Executor enabled ?true
06:04:13,210 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Bypass Response Executor enabled ?true
06:04:13,215 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Using the Service Provider Framework to load the application router provider
06:04:13,261 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl@66e43d1a Using the following Application Router instance: org.mobicents.servlet.sip.router.DefaultApplicationRouter@1267aabc
06:04:13,278 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Using default MobicentsDNSResolver since none has been specified.
06:04:13,323 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) Sip Application dispatcher registered under following name jboss.sip:type=SipApplicationDispatcher
06:04:13,325 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) bypassRequestExecutor ? true
06:04:13,327 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) bypassResponseExecutor ? true
06:04:13,408 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) AsynchronousThreadPoolExecutor size is 15
06:04:13,428 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (MSC service thread 1-1) No Congestion control background task started since the checking interval is equals to -1 milliseconds.
06:04:13,436 INFO  [org.mobicents.servlet.sip.core.Version] (MSC service thread 1-1) Release ID: (Restcomm) Sip Servlets 3.1.744 (build: Git Hash=r1518bc1a2ee401f2fd881f14b58ea5a6a9cd520c date=201607161626)
06:04:13,444 INFO  [org.mobicents.servlet.sip.core.Version] (MSC service thread 1-1) Restcomm Sip Servlets 3.1.744 (build: Git Hash=r1518bc1a2ee401f2fd881f14b58ea5a6a9cd520c date=201607161626) Started.
06:04:13,445 INFO  [org.mobicents.servlet.sip.core.Version] (MSC service thread 1-1) 
==============================================================================
==                                                                          ==
==              Thank you for running Restcomm Community code               ==
==                       that is licensed under AGPL                ==
==   For Commercial Grade Support, please request a TelScale Subscription   ==
==                         http://www.telestax.com/                         ==
==                                                                          ==
==============================================================================

06:04:13,465 WARN  [org.mobicents.ha.balancing.only.javax.sip.SipStackImpl] (MSC service thread 1-1) Could not register the stack as a Notification Listener of jboss.system:service=Logging,type=Log4jService runtime changes to log4j.xml won't affect SIP Stack Logging
06:04:19,827 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Adding Listening Point to be using the Load Balancer LoadBalancer:192.168.8.102:5080:-1:2000 for outbound traffic 192.168.8.105:5080/udp
06:04:19,828 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Recomputing SIP Nodes to be sent to the LB
06:04:19,838 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:19,845 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:19,847 INFO  [org.mobicents.servlet.sip.message.SipFactoryImpl] (MSC service thread 1-1) Load Balancer to Use LoadBalancer:192.168.8.102:5080:-1:2000
06:04:19,858 INFO  [org.mobicents.servlet.sip.catalina.SipProtocolHandler] (MSC service thread 1-1) Sip Connector started on ip address: 192.168.8.105, port 5080, transport udp, useStun false, stunAddress null, stunPort : -1, useStaticAddress: true, staticServerAddress 192.168.8.102, staticServerPort 5080
06:04:20,806 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Adding Listening Point to be using the Load Balancer LoadBalancer:192.168.8.102:5082:-1:2000 for outbound traffic 192.168.8.105:5082/WS
06:04:20,807 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Recomputing SIP Nodes to be sent to the LB
06:04:20,808 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:20,811 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:20,813 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:20,816 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:20,817 INFO  [org.mobicents.servlet.sip.catalina.SipProtocolHandler] (MSC service thread 1-1) Sip Connector started on ip address: 192.168.8.105, port 5082, transport ws, useStun false, stunAddress null, stunPort : -1, useStaticAddress: true, staticServerAddress 192.168.8.102, staticServerPort 5082
06:04:20,952 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Adding Listening Point to be using the Load Balancer LoadBalancer:192.168.8.102:5083:-1:2000 for outbound traffic 192.168.8.105:5083/WSS
06:04:20,958 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Recomputing SIP Nodes to be sent to the LB
06:04:20,960 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:20,960 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:20,961 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:20,962 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:20,963 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:20,964 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:20,965 INFO  [org.mobicents.servlet.sip.catalina.SipProtocolHandler] (MSC service thread 1-1) Sip Connector started on ip address: 192.168.8.105, port 5083, transport wss, useStun false, stunAddress null, stunPort : -1, useStaticAddress: true, staticServerAddress 192.168.8.102, staticServerPort 5083
06:04:21,208 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Adding Listening Point to be using the Load Balancer LoadBalancer:192.168.8.102:5080:-1:2000 for outbound traffic 192.168.8.105:5080/TCP
06:04:21,211 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Recomputing SIP Nodes to be sent to the LB
06:04:21,212 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,221 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,223 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,223 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,224 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,234 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,236 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,239 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,241 INFO  [org.mobicents.servlet.sip.catalina.SipProtocolHandler] (MSC service thread 1-1) Sip Connector started on ip address: 192.168.8.105, port 5080, transport tcp, useStun false, stunAddress null, stunPort : -1, useStaticAddress: true, staticServerAddress 192.168.8.102, staticServerPort 5080
06:04:21,265 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Adding Listening Point to be using the Load Balancer LoadBalancer:192.168.8.102:5081:-1:2000 for outbound traffic 192.168.8.105:5081/TLS
06:04:21,266 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Recomputing SIP Nodes to be sent to the LB
06:04:21,269 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,270 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,271 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,271 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,272 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,275 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,279 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,281 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,282 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) SMPP port not set in System properties
06:04:21,286 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (MSC service thread 1-1) Secure SMPP port not set in System properties
06:04:21,287 INFO  [org.mobicents.servlet.sip.catalina.SipProtocolHandler] (MSC service thread 1-1) Sip Connector started on ip address: 192.168.8.105, port 5081, transport tls, useStun false, stunAddress null, stunPort : -1, useStaticAddress: true, staticServerAddress 192.168.8.102, staticServerPort 5081
06:04:21,503 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$TypeFromStringEnum' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:21,509 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$TypeValueOf' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:21,510 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$TypeFromString' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:21,511 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$StringConstructor' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:21,516 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$DateProvider' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:21,517 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders$RootElementProvider' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:21,535 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,536 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,537 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,538 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,538 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,541 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,542 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,545 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,546 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,546 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,551 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,554 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,554 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,556 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,557 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:21,569 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,569 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,570 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,571 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,571 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,572 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,573 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,576 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,577 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,578 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$SourceWriter' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:21,581 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
06:04:21,872 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:9999
06:04:21,891 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 192.168.8.105:4447
06:04:22,180 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015960: Class Path entry activation.jar in /home/mariafarooq/Documents/Restcomm-JBoss-AS7/standalone/deployments/restcomm.war/WEB-INF/lib/mail-1.4.jar  does not point to a valid jar for a Class-Path reference.
06:04:22,315 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$TypeFromStringEnum' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:22,320 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$TypeValueOf' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:22,321 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$TypeFromString' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:22,324 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$StringConstructor' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:22,329 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.StringReaderProviders$DateProvider' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:22,330 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.server.impl.model.parameter.multivalued.JAXBStringReaderProviders$RootElementProvider' for service type 'com.sun.jersey.spi.StringReaderProvider'
06:04:22,346 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,347 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,348 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,348 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,349 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,350 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,351 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,352 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,354 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,355 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,362 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,363 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,365 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$App' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,366 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,367 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General' for service type 'javax.ws.rs.ext.MessageBodyReader'
06:04:22,379 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,387 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,390 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,391 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,392 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,395 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,400 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,404 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,405 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,409 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'com.sun.jersey.core.impl.provider.entity.SourceProvider$SourceWriter' for service type 'javax.ws.rs.ext.MessageBodyWriter'
06:04:22,415 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
06:04:22,424 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
06:04:23,988 INFO  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (Timer-1) Keepalive: SIP Load Balancer Found! LoadBalancer:192.168.8.102:5080:-1:2000
06:04:23,995 WARN  [org.mobicents.ha.javax.sip.MultiNetworkLoadBalancerHeartBeatingServiceImpl] (Timer-1) Heartbeat sent too slow in 540 millis at 1476579863995
06:04:24,477 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010403: Deploying JDBC-compliant driver class org.hsqldb.jdbc.JDBCDriver (version 2.3)
06:04:25,212 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010403: Deploying JDBC-compliant driver class org.hsqldb.jdbc.JDBCDriver (version 2.3)
06:04:25,216 WARN  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016012: Deployment deployment "restcomm-rvd.war" contains CDI annotations but beans.xml was not found.
06:04:25,846 INFO  [org.jboss.web] (ServerService Thread Pool -- 50) JBAS018210: Register web context: /jolokia
06:04:25,840 INFO  [org.jboss.web] (ServerService Thread Pool -- 52) JBAS018210: Register web context: /RvdExternalServicesDemo
06:04:25,840 INFO  [org.jboss.web] (ServerService Thread Pool -- 54) JBAS018210: Register web context: /sip-servlets-management
06:04:25,857 INFO  [org.jboss.web] (ServerService Thread Pool -- 51) JBAS018210: Register web context: 
06:04:25,860 INFO  [org.jboss.web] (ServerService Thread Pool -- 56) JBAS018210: Register web context: /olympus
06:04:25,875 INFO  [org.jboss.web] (ServerService Thread Pool -- 55) JBAS018210: Register web context: /restcomm-rvd
06:04:26,689 INFO  [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/jolokia]] (ServerService Thread Pool -- 50) jolokia-agent: No access restrictor found at classpath:/jolokia-access.xml, access to all MBeans is allowed
06:04:27,374 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010403: Deploying JDBC-compliant driver class org.hsqldb.jdbc.JDBCDriver (version 2.3)
06:04:27,407 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
06:04:27,421 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.fabric.jdbc.FabricMySQLDriver (version 5.1)
06:04:27,425 WARN  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016012: Deployment deployment "restcomm.war" contains CDI annotations but beans.xml was not found.
06:04:27,684 INFO  [org.jboss.web] (ServerService Thread Pool -- 58) JBAS018210: Register web context: /restcomm
06:04:27,769 INFO  [com.sun.jersey.server.impl.application.WebApplicationImpl] (ServerService Thread Pool -- 55) Initiating Jersey application, version 'Jersey: 1.13 06/29/2012 05:14 PM'
06:04:27,945 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) No concurrency control mode for application RestComm , defaulting to the container wide one : SipApplicationSession
06:04:28,021 INFO  [com.sun.jersey.server.impl.application.DeferredResourceConfig] (ServerService Thread Pool -- 55) Instantiated the Application class org.mobicents.servlet.restcomm.rvd.bootstrap.RvdRestApplication
06:04:30,484 INFO  [akka.event.slf4j.Slf4jEventHandler] (RestComm-akka.actor.default-dispatcher-5) Slf4jEventHandler started
06:04:30,479 INFO  [org.mobicents.servlet.restcomm.rvd.bootstrap.RvdInitializationServlet] (ServerService Thread Pool -- 55) Initializing RVD. Project version: 1.6
06:04:30,491 INFO  [org.mobicents.servlet.restcomm.rvd.RvdConfiguration] (ServerService Thread Pool -- 55) contextRootPath: /home/mariafarooq/Documents/Restcomm-JBoss-AS7/standalone/deployments/restcomm-rvd.war/
06:04:30,777 INFO  [org.mobicents.servlet.restcomm.rvd.RvdConfiguration] (ServerService Thread Pool -- 55) Using workspace at /home/mariafarooq/Documents/Restcomm-JBoss-AS7/standalone/deployments/restcomm-rvd.war/workspace
06:04:31,259 INFO  [org.mobicents.servlet.restcomm.rvd.upgrade.UpgradeService] (ServerService Thread Pool -- 55) --- All RVD projects are up to date
06:04:32,206 INFO  [org.restcomm.connect.application.Bootstrapper] (ServerService Thread Pool -- 58) Monitoring Service created and stored in the context
06:04:32,207 INFO  [org.restcomm.connect.monitoringservice.MonitoringService] (RestComm-akka.actor.default-dispatcher-2) Monitoring Service started
06:04:32,231 INFO  [org.restcomm.connect.extension.controller.ExtensionBootstrapper] (ServerService Thread Pool -- 58) Stated Extension: TrafficThrottling
06:04:32,244 INFO  [org.restcomm.connect.telscale.mrb.MediaResourceBroker] (RestComm-akka.actor.default-dispatcher-5)  ********** MediaResourceBroker akka://RestComm/user/$b Processing Message: org.restcomm.connect.mrb.api.StartMediaResourceBroker
06:04:32,560 INFO  [akka.event.slf4j.Slf4jEventHandler] (default-akka.actor.default-dispatcher-2) Slf4jEventHandler started
06:04:32,801 ERROR [stderr] (RestComm-akka.actor.default-dispatcher-2) Sun Oct 16 06:04:32 PKT 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
06:04:32,884 INFO  [org.restcomm.connect.application.RvdProjectsMigrator] (ServerService Thread Pool -- 58) Workspace migration skipped in 2016-10-16 06:04:32.591
06:04:32,992 ERROR [stderr] (ServerService Thread Pool -- 58) Sun Oct 16 06:04:32 PKT 2016 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
06:04:33,019 INFO  [org.restcomm.connect.commons.Version] (ServerService Thread Pool -- 58) Release ID: Restcomm-Connect 8.0.0-SNAPSHOT (build: Git Hash=r0a3931279dffa96ddc2442251418ac2f5d2fe894 date=201610161021)
06:04:33,020 INFO  [org.restcomm.connect.commons.Version] (ServerService Thread Pool -- 58) restcomm-connect.commons Restcomm-Connect 8.0.0-SNAPSHOT (build: Git Hash=r0a3931279dffa96ddc2442251418ac2f5d2fe894 date=201610161021) Started.
06:04:33,020 INFO  [org.restcomm.connect.commons.Version] (ServerService Thread Pool -- 58) =
==============================================================================
==                                                                          ==
==         Thank you for running Restcomm-Connect Community code            ==
==   For Commercial Grade Support, please request a TelScale Subscription   ==
==                         http://www.telestax.com/                         ==
==                                                                          ==
==============================================================================

==============================================================================
==                                                                          ==
==                 Restcomm-Connect ships with G.729 codec.                 ==
==      G.729 includes patents from several companies and is licensed by    ==
==      Sipro Lab Telecom. Sipro Lab Telecom is the authorized Intellectual ==
==      Property Licensing Administrator for G.729 technology and patent    ==
==      pool. In a number of countries, the use of G.729 may require        ==
==      a license fee and/or royalty fee. For more information please visit ==
==                       http://www.sipro.com/G-729.html                    ==
==                                                                          ==
==============================================================================

06:04:33,027 INFO  [org.restcomm.connect.application.Bootstrapper] (ServerService Thread Pool -- 58) Outbound interface found: sip:192.168.8.105:5080;transport=udp
06:04:33,032 INFO  [org.restcomm.connect.application.GenerateInstanceId] (ServerService Thread Pool -- 58) Host for InstanceId: 192.168.8.105:5080
06:04:33,048 WARN  [org.mobicents.protocols.mgcp.stack.JainMgcpStackImpl] (RestComm-akka.actor.default-dispatcher-2) Failed to locate properties file, using default values
06:04:33,058 INFO  [org.mobicents.protocols.mgcp.stack.JainMgcpStackImpl] (RestComm-akka.actor.default-dispatcher-2) Jain Mgcp stack bound to IP /192.168.8.105 and UDP port 2727
06:04:33,059 INFO  [stdout] (RestComm-akka.actor.default-dispatcher-2) Jain Mgcp stack bound to IP /192.168.8.105 and UDP port 2727
06:04:33,059 INFO  [org.restcomm.connect.application.GenerateInstanceId] (ServerService Thread Pool -- 58) Restcomm Instance ID: ID8b875290ae694b4a8886ffa2a8018c59/192.168.8.105:5080
06:04:33,063 INFO  [org.restcomm.connect.monitoringservice.MonitoringService] (RestComm-akka.actor.default-dispatcher-5) MonitoringService Processing Message: "org.restcomm.connect.dao.entities.InstanceId sender : class akka.actor.DeadLetterActorRef self is terminated: false
06:04:33,071 INFO  [org.restcomm.connect.telephony.CallManagerProxy] (ServerService Thread Pool -- 58) CallManagerProxy sip servlet initialized. Will proceed to create CallManager and UssdManager
06:04:33,097 INFO  [org.restcomm.connect.telephony.CallManager] (RestComm-akka.actor.default-dispatcher-5) CallManager extensions: 1
06:04:33,100 INFO  [org.restcomm.connect.telephony.ua.UserAgentManagerProxy] (ServerService Thread Pool -- 58) About to create new UserAgentManager
06:04:33,108 INFO  [org.restcomm.connect.telephony.proxy.ProxyManagerProxy] (ServerService Thread Pool -- 58) ProxyManagerProxy sip servlet initialized. Will proceed to create ProxyManager
06:04:33,114 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-5) About to run firstTimeCleanup()
06:04:33,123 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-5) Initial registration cleanup. Will check existing registrations in DB and cleanup appropriately
06:04:33,124 INFO  [org.restcomm.connect.telscale.mrb.MediaResourceBroker] (RestComm-akka.actor.default-dispatcher-5) turnOnMediaGateway local ip: 192.168.8.105 local port: 2727 remote ip: 192.168.8.105 remote port: 2427
06:04:33,135 INFO  [org.restcomm.connect.telephony.proxy.ProxyManager] (RestComm-akka.actor.default-dispatcher-5) First time registration for the gateways
06:04:33,137 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl@66e43d1a the following sip servlet application has been added : RestComm
06:04:33,142 INFO  [org.restcomm.connect.telephony.proxy.ProxyManager] (RestComm-akka.actor.default-dispatcher-5) Proxy Manager started.
06:04:33,141 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) It contains the following Sip Servlets : 
06:04:33,146 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) SipApplicationName : RestComm/ServletName : CallManager
06:04:33,149 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) SipApplicationName : RestComm/ServletName : ProxyManager
06:04:33,152 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) SipApplicationName : RestComm/ServletName : UserAgentManager
06:04:33,152 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) SipApplicationName : RestComm/ServletName : RestComm
06:04:33,156 INFO  [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (ServerService Thread Pool -- 58) SipApplicationName : RestComm/ServletName : SmsService
06:04:33,177 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-4) Initial registration cleanup finished, starting Restcomm with 2 registrations
06:04:33,236 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "sip-servlets-management.war" (runtime-name : "sip-servlets-management.war")
06:04:33,240 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "restcomm.war" (runtime-name : "restcomm.war")
06:04:33,242 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "restcomm-rvd.war" (runtime-name : "restcomm-rvd.war")
06:04:33,243 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "olympus.war" (runtime-name : "olympus.war")
06:04:33,244 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "RvdExternalServicesDemo.war" (runtime-name : "RvdExternalServicesDemo.war")
06:04:33,245 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "jolokia.war" (runtime-name : "jolokia.war")
06:04:33,248 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) JBAS018559: Deployed "restcomm-management.war" (runtime-name : "restcomm-management.war")
06:04:33,285 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
06:04:33,286 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
06:04:33,287 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.2.0.Final "Janus" started in 31096ms - Started 472 of 553 services (80 services are passive or on-demand)
06:05:16,600 INFO  [gov.nist.javax.sip.stack.UDPMessageChannel] (Restcomm-SIP-Servlets-UDPMessageChannelThread-0) Setting SIPMessage peerPacketSource to: /192.168.8.102:5080
06:05:16,603 INFO  [gov.nist.javax.sip.stack.SIPTransactionStack] (Restcomm-SIP-Servlets-UDPMessageChannelThread-0) <message
from="192.168.8.102:5080" 
to="192.168.8.105:5080" 
time="1476579916540"
isSender="false" 
transactionId="z9hg4bk-d8754z-17a426f79f92fe3e-1---d8754z-ztiynzsd_0" 
callId="ZTIyNGQzMjFjNjhjNDRkNjlmYzA5YjJjYTVlMGU4MTY." 
firstLine="PUBLISH sip:alice@192.168.8.105:5080;transport=UDP SIP/2.0" 
>
<![CDATA[PUBLISH sip:alice@192.168.8.105:5080;transport=UDP SIP/2.0
Via: SIP/2.0/UDP 192.168.8.102:5080;branch=z9hG4bK-d8754z-17a426f79f92fe3e-1---d8754z-ZTIyNzsd_0
Via: SIP/2.0/UDP 192.168.8.102:5063;branch=z9hG4bK-d8754z-17a426f79f92fe3e-1---d8754z-ZTIyN_0
Via: SIP/2.0/UDP 192.168.8.102:33980;branch=z9hG4bK-d8754z-17a426f79f92fe3e-1---d8754z-
Max-Forwards: 69
Contact: <sip:alice@192.168.8.102:33980;transport=UDP>
To: <sip:alice@192.168.8.102:5063;transport=UDP>
From: <sip:alice@192.168.8.102:5063;transport=UDP>;tag=8b37e92f
Call-ID: ZTIyNGQzMjFjNjhjNDRkNjlmYzA5YjJjYTVlMGU4MTY.
CSeq: 1 PUBLISH
Expires: 600
Allow: INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,MESSAGE,OPTIONS,INFO,SUBSCRIBE
Content-Type: application/pidf+xml
Supported: replaces,norefersub,extended-refer,timer,X-cisco-serviceuri
User-Agent: Z 3.3.21933 r21903
Event: presence
Allow-Events: presence,kpml
X-Sip-Balancer-InitialRemoteAddr: 192.168.8.102
X-Sip-Balancer-InitialRemotePort: 33980
Content-Length: 268

<?xml version="1.0" encoding="UTF-8"?>
<presence xmlns="urn:ietf:params:xml:ns:pidf"
          entity="sip:alice@192.168.8.102:5063;transport=UDP">
  <tuple id="alice" >
     <status><basic>open</basic></status>
     <note>Online</note>
  </tuple>
</presence>
]]>
</message>

06:05:16,658 ERROR [org.mobicents.servlet.sip.core.dispatchers.InitialRequestDispatcher] (Restcomm-SIP-Servlets-UDPMessageChannelThread-0) Sending 404 because no matching servlet found for this request 
06:05:16,664 INFO  [gov.nist.javax.sip.stack.SIPTransactionStack] (Restcomm-SIP-Servlets-UDPMessageChannelThread-0) <message
from="192.168.8.105:5080" 
to="192.168.8.102:5080" 
time="1476579916662"
isSender="true" 
transactionId="z9hg4bk-d8754z-17a426f79f92fe3e-1---d8754z-ztiynzsd_0" 
callId="ZTIyNGQzMjFjNjhjNDRkNjlmYzA5YjJjYTVlMGU4MTY." 
firstLine="SIP/2.0 404 Not found" 
>
<![CDATA[SIP/2.0 404 Not found
To: <sip:alice@192.168.8.102:5063;transport=UDP>
Via: SIP/2.0/UDP 192.168.8.102:5080;branch=z9hG4bK-d8754z-17a426f79f92fe3e-1---d8754z-ZTIyNzsd_0
Via: SIP/2.0/UDP 192.168.8.102:5063;branch=z9hG4bK-d8754z-17a426f79f92fe3e-1---d8754z-ZTIyN_0
Via: SIP/2.0/UDP 192.168.8.102:33980;branch=z9hG4bK-d8754z-17a426f79f92fe3e-1---d8754z-
CSeq: 1 PUBLISH
Call-ID: ZTIyNGQzMjFjNjhjNDRkNjlmYzA5YjJjYTVlMGU4MTY.
From: <sip:alice@192.168.8.102:5063;transport=UDP>;tag=8b37e92f
Server: Restcomm 7.9.0.979
Content-Length: 0

]]>
</message>

06:05:33,203 ERROR [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-8) null: java.lang.NullPointerException
    at org.restcomm.connect.telephony.ua.UserAgentManager.keepAlive(UserAgentManager.java:226) [restcomm-connect.telephony-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
    at org.restcomm.connect.telephony.ua.UserAgentManager.onReceive(UserAgentManager.java:242) [restcomm-connect.telephony-8.0.0-SNAPSHOT.jar:8.0.0-SNAPSHOT]
    at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:159) [akka-actor_2.10-2.1.2.jar:]
    at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425) [akka-actor_2.10-2.1.2.jar:]
    at akka.actor.ActorCell.invoke(ActorCell.scala:386) [akka-actor_2.10-2.1.2.jar:]
    at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:230) [akka-actor_2.10-2.1.2.jar:]
    at akka.dispatch.Mailbox.run(Mailbox.scala:212) [akka-actor_2.10-2.1.2.jar:]
    at akka.dispatch.ForkJoinExecutorConfigurator$MailboxExecutionTask.exec(AbstractDispatcher.scala:506) [akka-actor_2.10-2.1.2.jar:]
    at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:262) [scala-library-2.10.1.jar:]
    at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:975) [scala-library-2.10.1.jar:]
    at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1478) [scala-library-2.10.1.jar:]
    at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104) [scala-library-2.10.1.jar:]

06:05:33,225 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-8) About to run firstTimeCleanup()
06:05:33,226 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-8) Initial registration cleanup. Will check existing registrations in DB and cleanup appropriately
06:05:33,232 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-8) Initial registration cleanup finished, starting Restcomm with 2 registrations
06:05:48,704 INFO  [org.mobicents.servlet.sip.core.session.SipSessionImpl] (MSS-Executor-Thread-0) Invalidating the sip session (8b37e92f;ZTIyNGQzMjFjNjhjNDRkNjlmYzA5YjJjYTVlMGU4MTY.;8e637cef;RestComm)
abdulazizali77 commented 7 years ago

@gvagenas @maria-farooq is there a configuration setting fix to override this behaviour? i seem to be easily getting this

Exception occurred: java.lang.NullPointerException (to be caught at: akka.actor.ActorCell.invoke(), line=381 bci=61)"thread=RestComm-akka.actor.default-dispatcher-67", org.restcomm.connect.tel
ephony.ua.UserAgentManager.ping(), line=412 bci=66

RestComm-akka.actor.default-dispatcher-67[1] resume
All threads resumed.
> 04:31:21,805 ERROR [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-67) null: java.lang.NullPointerException
        at org.restcomm.connect.telephony.ua.UserAgentManager.ping(UserAgentManager.java:412) [restcomm-connect.telephony-8.1.0-SNAPSHOT.jar:8.1.0-SNAPSHOT]
        at org.restcomm.connect.telephony.ua.UserAgentManager.keepAlive(UserAgentManager.java:243) [restcomm-connect.telephony-8.1.0-SNAPSHOT.jar:8.1.0-SNAPSHOT]
        at org.restcomm.connect.telephony.ua.UserAgentManager.onReceive(UserAgentManager.java:270) [restcomm-connect.telephony-8.1.0-SNAPSHOT.jar:8.1.0-SNAPSHOT]
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:159) [akka-actor_2.10-2.1.2.jar:]
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425) [akka-actor_2.10-2.1.2.jar:]
        at akka.actor.ActorCell.invoke(ActorCell.scala:386) [akka-actor_2.10-2.1.2.jar:]
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:230) [akka-actor_2.10-2.1.2.jar:]
        at akka.dispatch.Mailbox.run(Mailbox.scala:212) [akka-actor_2.10-2.1.2.jar:]
        at akka.dispatch.ForkJoinExecutorConfigurator$MailboxExecutionTask.exec(AbstractDispatcher.scala:506) [akka-actor_2.10-2.1.2.jar:]
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:262) [scala-library-2.10.1.jar:]
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:975) [scala-library-2.10.1.jar:]
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1478) [scala-library-2.10.1.jar:]
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104) [scala-library-2.10.1.jar:]

04:31:21,807 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-67) UserAgentManager actor at postStop, path: akka://RestComm/user/$i, isTermina
ted: false, sender: Actor[akka://RestComm/deadLetters]
04:31:21,811 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-68) Number of current Registrations:1
04:31:21,820 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-68) About to run firstTimeCleanup()
04:31:21,825 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-68) Initial registration cleanup. Will check existing registrations in DB and cl
eanup appropriately
04:31:21,825 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-68) Will remove WebRTC client: sip:zxcv@10.0.75.1:62831;transport=wss
04:31:21,826 INFO  [org.restcomm.connect.monitoringservice.MonitoringService] (RestComm-akka.actor.default-dispatcher-68) MonitoringService Processing Message: "org.restcomm.connect.telephony.
api.UserRegistration sender : class akka.actor.RepointableActorRef self is terminated: false
04:31:21,826 INFO  [org.restcomm.connect.telephony.ua.UserAgentManager] (RestComm-akka.actor.default-dispatcher-68) Initial registration cleanup finished, starting Restcomm with 0 registration
s
04:31:35,356 INFO  [org.mobicents.servlet.sip.core.session.SipApplicationSessionImpl] (RestComm_sip_standard_sas_timer_service) Invalidating the following sip application session 347ae851;Rest
Comm
04:31:35,356 INFO  [org.mobicents.servlet.sip.core.session.SipSessionImpl] (RestComm_sip_standard_sas_timer_service) Invalidating the sip session (1488774464449;1488774464448;347ae851;RestComm
)
04:31:35,357 INFO  [org.mobicents.servlet.sip.core.session.SipApplicationSessionImpl] (RestComm_sip_standard_sas_timer_service) The following sip application session 347ae851;RestComm has been
 invalidated
gvagenas commented 7 years ago

Related to #1829

abdulazizali77 commented 7 years ago

@gvagenas So it turns out in my instance, my SipServlet outboundInterfaces doents have any wss interfaces, even when i logged in with wss on WebRtc, which is why i was getting the NPE

 this.servletContext.getAttribute("javax.servlet.sip.outboundInterfaces") = "[sip:192.168.65.2:5081;transport=tls, sip:192.168.65.2:5080;transport=udp, sip:192.168.65.2:5080;transport=tcp, sip
:192.168.65.2:5082;transport=ws]"

Im still having problems in my environment, and i havent figured out how SipServlet outboundInterfaces gets populated so my problem could actually be configuration rather than code. I suspect some SSL handshake failed earlier thats why a wss outboundInterface is missing?