Skip to content
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

in sip-servlets-3.2.0-89-apache-tomcat-7.0.64 INVITE Error firstLine="SIP/2.0 500 Request not handled by app" #353

Open
zhouyusunquan opened this issue Dec 21, 2017 · 0 comments

Comments

@zhouyusunquan
Copy link

The version of the container that my program runs is very old,sip-container is sailfin。
I want to deploy the program to Tomcat。

With Dialogic JSR 289 connector appropriate with java 1.8 when we ran the app verification (takes an inbound call ) the SIP container delivers that incoming call to JSR 289

Here are the logs with DEBUG. Please let me know what the issue might be and/or if you need additional info.

十二月 21, 2017 10:41:37 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/hsipcc/lib:/usr/java/packages/lib/i386:/lib:/usr/lib
2017-12-21 10:41:37,690 INFO [SipStandardService] (main) Pretty encoding of headers enabled ? true
2017-12-21 10:41:37,690 INFO [SipStandardService] (main) Sip Stack path name : org.mobicents.ext
十二月 21, 2017 10:41:37 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8090"]
2017-12-21 10:41:37,755 INFO [SipApplicationDispatcherImpl] (main) DNSServerLocator will be using timeout of 1 seconds
2017-12-21 10:41:37,755 INFO [DefaultDNSLookupPerformer] (main) DefaultDNSLookupPerformer will be using timeout of 1 seconds
2017-12-21 10:41:37,756 INFO [SipStandardService] (main) 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=/users/domain2/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, javax.sip.AUTOMATIC_DIALOG_SUPPORT=off, gov.nist.javax.sip.SERVER_LOG=/users/domain2/logs/mss-jsip-messages.xml, gov.nist.javax.sip.REENTRANT_LISTENER=true, gov.nist.javax.sip.MAX_FORK_TIME_SECONDS=0, org.mobicents.ha.javax.sip.REPLICATE_APPLICATION_DATA=false, gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE=65536, javax.sip.STACK_NAME=Mobicents-SIP-Servlets, org.mobicents.servlet.sip.USER_AGENT_HEADER=Mobicents Sip Servlets 3.0.0-SNAPSHOT, gov.nist.javax.sip.PATCH_SIP_WEBSOCKETS_HEADERS=true, 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=Mobicents Sip Servlets 3.0.0-SNAPSHOT, gov.nist.javax.sip.AGGRESSIVE_CLEANUP=true, gov.nist.javax.sip.TRACE_LEVEL=LOG4J, gov.nist.javax.sip.MAX_MESSAGE_SIZE=10000, gov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING=false, gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE=65536, gov.nist.javax.sip.LOG_MESSAGE_CONTENT=true, gov.nist.javax.sip.THREAD_POOL_SIZE=64, gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY=true, javax.sip.ROUTER_PATH=org.mobicents.ext.javax.sip.dns.DNSAwareRouter}
2017-12-21 10:41:37,778 INFO [SIPTransactionStack] (main) value -1000 will be used for reliableConnectionKeepAliveTimeout stack property
2017-12-21 10:41:37,779 INFO [SIPTransactionStack] (main) Setting Stack Thread priority to 10
2017-12-21 10:41:37,780 WARN [SipStackImpl] (main) using default tls security policy
2017-12-21 10:41:37,782 WARN [DefaultSecurityManagerProvider] (main) Using default keystore type jks
2017-12-21 10:41:37,782 WARN [DefaultSecurityManagerProvider] (main) 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
2017-12-21 10:41:37,782 INFO [DefaultSecurityManagerProvider] (main) javax.net.ssl.trustStorePassword is null, using the password passed through javax.net.ssl.keyStorePassword
2017-12-21 10:41:37,782 WARN [DefaultSecurityManagerProvider] (main) Using default truststore type jks
2017-12-21 10:41:37,782 WARN [DefaultSecurityManagerProvider] (main) 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
2017-12-21 10:41:37,815 INFO [DefaultSipTimer] (main) the sip stack timer gov.nist.javax.sip.stack.timers.DefaultSipTimer has been started
2017-12-21 10:41:37,815 INFO [SipStackImpl] (main) SIP Stack send trying right away false
2017-12-21 10:41:37,815 INFO [SipStandardService] (main) no AddressResolver will be used since none has been specified.
2017-12-21 10:41:37,815 INFO [SipStandardService] (main) SIP stack initialized
2017-12-21 10:41:37,815 INFO [SipApplicationDispatcherImpl] (main) SIP Base Timer Interval set to 500ms
2017-12-21 10:41:37,815 INFO [SipApplicationDispatcherImpl] (main) SIP Timer T2 Interval set to 4000ms
2017-12-21 10:41:37,815 INFO [SipApplicationDispatcherImpl] (main) SIP Timer T4 Interval set to 5000ms
2017-12-21 10:41:37,815 INFO [SipApplicationDispatcherImpl] (main) SIP Timer D Interval set to 32000ms
2017-12-21 10:41:37,815 INFO [SipApplicationDispatcherImpl] (main) Memory threshold set to 95%
2017-12-21 10:41:37,815 INFO [SipApplicationDispatcherImpl] (main) Back To Normal Memory threshold set to 90%
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Congestion Control policy set to ErrorResponse
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Queue Size set to 1500
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Back To Normal Queue Size set to 1300
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Gathering Statistics set to true
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Container wide Concurrency Control set to None
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Bypass Request Executor enabled ?true
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Bypass Response Executor enabled ?true
2017-12-21 10:41:37,816 INFO [SipApplicationDispatcherImpl] (main) Using the Service Provider Framework to load the application router provider
SipApplicationDFCRouterProvider constructor called
SipApplicationDFCRouterProvider getSipApplicationRouter called
2017-12-21 10:41:37,819 INFO [SipApplicationDispatcherImpl] (main) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$InitAction@150f9e Using the following Application Router instance: org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl@451d4d
LogManager shows limit = 30000, count = 1, append = false
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息: com.hundsun.u3c.disconnect|com.hundsun.u3c.transfer
com.hundsun.u3c.agentserv|com.hundsun.u3c.disconnect
com.hundsun.u3c.agentserv|com.hundsun.u3c.transfer

十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息: Discarding application node list with 1 element(s)
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息:
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息: Discarding application node list with 1 element(s)
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息:
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息: Discarding application node list with 1 element(s)
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息:
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.PrecedenceRules addOrderingList
信息: com.hundsun.u3c.disconnect|com.hundsun.u3c.agentserv
com.hundsun.u3c.transfer|com.hundsun.u3c.disconnect
com.hundsun.u3c.meeting|com.hundsun.u3c.transfer
com.hundsun.u3c.transfer|com.hundsun.u3c.agentserv
com.hundsun.u3c.meeting|com.hundsun.u3c.disconnect
com.hundsun.u3c.meeting|com.hundsun.u3c.agentserv

十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Address Pattern found: <.sip:conf.@u3c.com.>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.agentserv>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.disconnect>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.transfer>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Adding mapping with address pattern: .sip:conf.@u3c.com.
and 3 applications
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Address Pattern found: <.sip:as_entry_.@.>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.entrycc>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Adding mapping with address pattern: .sip:as_entry_.@.
and 1 applications
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Address Pattern found: <.sip:as_va_.@127.0.0.1.>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.entrycc>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Adding mapping with address pattern: .sip:as_va_.@127.0.0.1.
and 1 applications
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Address Pattern found: <.sip:.@VritualAgent.com.>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.entrycc>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Adding mapping with address pattern: .sip:.@VritualAgent.com.
and 1 applications
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Address Pattern found: <.sip:acdcc@.>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.acdcc>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Adding mapping with address pattern: .sip:acdcc@. and 1 applications
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Address Pattern found: <.sip:as_fax_.@.>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.faxcc>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Adding mapping with address pattern: .sip:as_fax_.@.
and 1 applications
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Address Pattern found: <.sip:.@u3c.com.>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.agentserv>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.disconnect>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.transfer>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Found application: <com.hundsun.u3c.meeting>
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SubscriptionRules addSubscriptionRules
信息: Adding mapping with address pattern: .sip:.@u3c.com.
and 4 applications
十二月 21, 2017 10:41:37 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: []
2017-12-21 10:41:37,856 INFO [SipApplicationDispatcherImpl] (main) SipApplicationDispatcher will be using org.mobicents.servlet.sip.dns.MobicentsDNSResolver as DNSResolver
2017-12-21 10:41:37,859 INFO [SipApplicationDispatcherImpl] (main) Sip Application dispatcher registered under following name Sip-Servlets:type=SipApplicationDispatcher
2017-12-21 10:41:37,859 INFO [SipApplicationDispatcherImpl] (main) bypassRequestExecutor ? true
2017-12-21 10:41:37,859 INFO [SipApplicationDispatcherImpl] (main) bypassResponseExecutor ? true
2017-12-21 10:41:37,868 INFO [SipApplicationDispatcherImpl] (main) AsynchronousThreadPoolExecutor size is 15
十二月 21, 2017 10:41:37 上午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 611 ms
十二月 21, 2017 10:41:37 上午 org.apache.catalina.core.StandardService startInternal
信息: PWC1377:正在启动服务 Sip-Servlets
十二月 21, 2017 10:41:37 上午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.64
十二月 21, 2017 10:41:37 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.imcc.war
2017-12-21 10:41:37,915 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.imcc
2017-12-21 10:41:37,927 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.imcc
2017-12-21 10:41:37,953 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.imcc
十二月 21, 2017 10:41:37 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@70ae36
十二月 21, 2017 10:41:37 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.imcc]] after start() had already been called. The second call will be ignored.
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:41:42 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:41:54 上午 org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
信息: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [11,231] milliseconds.
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
16524 [ZkClient-EventThread-21-127.0.0.1:2181] INFO com.github.zkclient.ZkEventThread - Starting ZkClient event thread.
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:host.name=uipcc69
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_77
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Oracle Corporation
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.home=/utry_workspace/base/jdk1.8.0_77/jre
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/users/domain2/bin/bootstrap.jar:/users/domain2/bin/tomcat-juli.jar
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/home/hsipcc/lib:/usr/java/packages/lib/i386:/lib:/usr/lib
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/users/domain2/temp
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.arch=i386
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:os.version=2.6.32-431.el6.x86_64
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
16526 [Sip-Servlets-startStop-1] INFO org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=30000 watcher=com.github.zkclient.ZkClient@9c68df
16540 [Sip-Servlets-startStop-1-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn - Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
16578 [Sip-Servlets-startStop-1-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
16617 [Sip-Servlets-startStop-1-SendThread(127.0.0.1:2181)] INFO org.apache.zookeeper.ClientCnxn - Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x1607286be8a003d, negotiated timeout = 30000
16618 [Sip-Servlets-startStop-1-EventThread] INFO com.github.zkclient.ZkClient - zookeeper state changed (SyncConnected)
16618 [Sip-Servlets-startStop-1] INFO publicLog - 连接zookeeper成功!
16625 [Sip-Servlets-startStop-1] INFO publicLog - ====================:1
16627 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]ImccMain::init ImccMain.java:64 [imcc][] - imcc模块初始化完成...
十二月 21, 2017 10:41:54 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:41:54 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.imcc.http.ImControlHttpInterface
class com.hundsun.u3c.imcc.http.VersionWebService
十二月 21, 2017 10:41:54 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:41:54 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
17079 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]ImccMain::init ImccMain.java:64 [imcc][] - imcc模块初始化完成...
2017-12-21 10:41:54,760 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.imcc
2017-12-21 10:41:54,760 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.imcc , defaulting to the container wide one : None
十二月 21, 2017 10:41:54 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.imcc]
2017-12-21 10:41:54,761 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.imcc
2017-12-21 10:41:54,761 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:41:54,761 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.imcc/ServletName : imccMain
2017-12-21 10:41:54,761 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.imcc/ServletName : ImTimer
2017-12-21 10:41:54,761 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.imcc/ServletName : ImccMain
2017-12-21 10:41:54,761 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.imcc/ServletName : imTimer
2017-12-21 10:41:54,761 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:41:54,761 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.imcc
十二月 21, 2017 10:41:54 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.imcc.war has finished in 16,852 ms
十二月 21, 2017 10:41:54 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.disconnect.war
2017-12-21 10:41:54,762 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.disconnect
2017-12-21 10:41:54,763 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.disconnect
2017-12-21 10:41:54,765 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.disconnect
十二月 21, 2017 10:41:54 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@15af814
十二月 21, 2017 10:41:54 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.disconnect]] after start() had already been called. The second call will be ignored.
2017-12-21 10:41:58,477 WARN [SipStandardContext] (Sip-Servlets-startStop-1) disconncetMain servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:41:58,478 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToMonitor servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:41:58,478 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectOutCallToIVR servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
20909 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]disconncetMain::init disconncetMain.java:45 [disconnect][] - disconnect模块初始化完成...
十二月 21, 2017 10:41:58 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:41:58 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.disconnect.http.DisconnectHttpServlet
class com.hundsun.u3c.disconnect.http.VersionWebService
十二月 21, 2017 10:41:58 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:41:58 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
2017-12-21 10:41:58,671 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.disconnect
2017-12-21 10:41:58,671 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.disconnect , defaulting to the container wide one : None
十二月 21, 2017 10:41:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.disconnect]
2017-12-21 10:41:58,672 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.disconnect
2017-12-21 10:41:58,672 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:41:58,672 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.disconnect/ServletName : connectIncallToMonitor
2017-12-21 10:41:58,672 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.disconnect/ServletName : connectOutCallToIVR
2017-12-21 10:41:58,672 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.disconnect/ServletName : disconncetMain
2017-12-21 10:41:58,672 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:41:58,672 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.disconnect
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.disconnect.war has finished in 3,910 ms
十二月 21, 2017 10:41:58 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.acdcc.war
2017-12-21 10:41:58,673 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.acdcc
2017-12-21 10:41:58,674 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.acdcc
2017-12-21 10:41:58,676 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.acdcc
十二月 21, 2017 10:41:58 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@1c0ef17
十二月 21, 2017 10:41:58 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.acdcc]] after start() had already been called. The second call will be ignored.
2017-12-21 10:42:02,196 WARN [SipStandardContext] (Sip-Servlets-startStop-1) acdccMain servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:02,196 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgentccToAcdcc servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:02,196 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToAgentcc servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:02,196 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToBackIVR servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:02,197 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectToPlayIdIVR servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:02,197 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIMCallToOutCall servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:02,197 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectOutcallToIncall servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
24628 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]acdccMain::init acdccMain.java:45 [acdcc][] - acdcc模块初始化完成...
十二月 21, 2017 10:42:02 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:02 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.acdcc.http.VersionWebService
class com.hundsun.u3c.acdcc.http.replaceCallJosnInterface
十二月 21, 2017 10:42:02 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:02 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
2017-12-21 10:42:02,395 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.acdcc
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.acdcc , defaulting to the container wide one : None
十二月 21, 2017 10:42:02 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.acdcc]
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.acdcc
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.acdcc/ServletName : connectToPlayIdIVR
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.acdcc/ServletName : connectAgentccToAcdcc
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.acdcc/ServletName : acdccMain
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.acdcc/ServletName : connectIMCallToOutCall
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.acdcc/ServletName : connectIncallToBackIVR
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.acdcc/ServletName : connectOutcallToIncall
2017-12-21 10:42:02,396 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.acdcc/ServletName : connectIncallToAgentcc
2017-12-21 10:42:02,396 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:02,396 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.acdcc
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.acdcc.war has finished in 3,724 ms
十二月 21, 2017 10:42:02 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.faxcc.war
2017-12-21 10:42:02,397 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.faxcc
2017-12-21 10:42:02,397 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.faxcc
2017-12-21 10:42:02,399 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.faxcc
十二月 21, 2017 10:42:02 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@1e32a46
十二月 21, 2017 10:42:02 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.faxcc]] after start() had already been called. The second call will be ignored.
十二月 21, 2017 10:42:05 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:05 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:05 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:05 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:05 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:06 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:06 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.faxcc.http.VersionWebService
十二月 21, 2017 10:42:06 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:06 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
28481 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]FaxccMain::init FaxccMain.java:39 [faxcc][] - faxcc模块初始化完成...
28482 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]FaxccMain::init FaxccMain.java:39 [faxcc][] - faxcc模块初始化完成...
2017-12-21 10:42:06,153 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.faxcc
2017-12-21 10:42:06,153 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.faxcc , defaulting to the container wide one : None
十二月 21, 2017 10:42:06 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.faxcc]
2017-12-21 10:42:06,153 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.faxcc
2017-12-21 10:42:06,153 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:06,153 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.faxcc/ServletName : ConnectCustomer
2017-12-21 10:42:06,154 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.faxcc/ServletName : FaxccMain
2017-12-21 10:42:06,154 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.faxcc/ServletName : connectCustomer
2017-12-21 10:42:06,154 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.faxcc/ServletName : faxccMain
2017-12-21 10:42:06,154 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:06,154 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.faxcc
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.faxcc.war has finished in 3,757 ms
十二月 21, 2017 10:42:06 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.agentserv.war
2017-12-21 10:42:06,154 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.agentserv
2017-12-21 10:42:06,155 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.agentserv
2017-12-21 10:42:06,157 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.agentserv
十二月 21, 2017 10:42:06 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@1a64ffa
十二月 21, 2017 10:42:06 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.agentserv]] after start() had already been called. The second call will be ignored.
2017-12-21 10:42:09,752 WARN [SipStandardContext] (Sip-Servlets-startStop-1) agentccMain servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:09,753 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgentToAgentcc servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:09,754 WARN [SipStandardContext] (Sip-Servlets-startStop-1) agentMuteControl servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:09,754 WARN [SipStandardContext] (Sip-Servlets-startStop-1) sendStateToPortal servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:09,754 WARN [SipStandardContext] (Sip-Servlets-startStop-1) agentDTMFInfo servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:09,754 WARN [SipStandardContext] (Sip-Servlets-startStop-1) agentHoldControl servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:09 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
32229 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]agentccMain::init agentccMain.java:56 [agentserv][] - agentserv模块初始化完成...
十二月 21, 2017 10:42:09 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:09 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.agentserv.http.VersionWebService
class com.hundsun.u3c.agentserv.http.getJsonInterfaceInAgentcc
十二月 21, 2017 10:42:09 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:09 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
2017-12-21 10:42:10,155 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.agentserv
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.agentserv , defaulting to the container wide one : None
十二月 21, 2017 10:42:10 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.agentserv]
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.agentserv
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.agentserv/ServletName : agentccMain
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.agentserv/ServletName : connectAgentToAgentcc
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.agentserv/ServletName : agentMuteControl
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.agentserv/ServletName : agentDTMFInfo
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.agentserv/ServletName : sendStateToPortal
2017-12-21 10:42:10,155 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.agentserv/ServletName : agentHoldControl
2017-12-21 10:42:10,155 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:10,155 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.agentserv
十二月 21, 2017 10:42:10 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.agentserv.war has finished in 4,002 ms
十二月 21, 2017 10:42:10 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.metting.war
2017-12-21 10:42:10,158 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.metting
2017-12-21 10:42:10,159 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.metting
2017-12-21 10:42:10,161 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.metting
十二月 21, 2017 10:42:10 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@1b4b17e
十二月 21, 2017 10:42:10 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.metting]] after start() had already been called. The second call will be ignored.
2017-12-21 10:42:13,660 WARN [SipStandardContext] (Sip-Servlets-startStop-1) meetingMain servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:13,660 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectInCallToBoardroom servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:13,660 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectOutCallToBoardroom servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:13,660 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectThirdToBoardroom servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:13,661 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectThirdToBoardroom3pccflow3 servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:13,661 WARN [SipStandardContext] (Sip-Servlets-startStop-1) recoverInCallAndOutCallToPTP servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:13,661 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToIncallBoardroom servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
36107 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]meetingMain::init meetingMain.java:56 [meeting][] - meeting模块初始化完成...
十二月 21, 2017 10:42:13 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:13 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.meeting.http.VersionWebService
class com.hundsun.u3c.meeting.http.ConferenceControlHttpInterface
十二月 21, 2017 10:42:13 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:13 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
2017-12-21 10:42:13,860 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.meeting
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.meeting , defaulting to the container wide one : None
十二月 21, 2017 10:42:13 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.meeting]
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.meeting
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.meeting/ServletName : meetingMain
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.meeting/ServletName : connectOutCallToBoardroom
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.meeting/ServletName : connectIncallToIncallBoardroom
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.meeting/ServletName : connectThirdToBoardroom
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.meeting/ServletName : connectInCallToBoardroom
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.meeting/ServletName : recoverInCallAndOutCallToPTP
2017-12-21 10:42:13,860 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.meeting/ServletName : connectThirdToBoardroom3pccflow3
2017-12-21 10:42:13,860 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:13,860 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.metting
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.metting.war has finished in 3,704 ms
十二月 21, 2017 10:42:13 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.virtualcall.war
2017-12-21 10:42:13,861 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.virtualcall
2017-12-21 10:42:13,862 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.virtualcall
2017-12-21 10:42:13,864 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.virtualcall
十二月 21, 2017 10:42:13 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@df46ad
十二月 21, 2017 10:42:13 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.virtualcall]] after start() had already been called. The second call will be ignored.
2017-12-21 10:42:17,452 WARN [SipStandardContext] (Sip-Servlets-startStop-1) virtualcallMain servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,452 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgent servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,452 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgentToCustomer servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,453 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgentToIvrMenu servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,453 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomer servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,453 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomerToAgent servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,453 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomerToIvrMenu servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,453 WARN [SipStandardContext] (Sip-Servlets-startStop-1) isBESystemCall servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,453 WARN [SipStandardContext] (Sip-Servlets-startStop-1) restoreIncallToBE servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,454 WARN [SipStandardContext] (Sip-Servlets-startStop-1) timerForIncallOrOutcall servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:17,454 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomerToCpaMenu servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:17 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:17 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.virtualcall.http.VersionWebService
class com.hundsun.u3c.virtualcall.http.callControlHttpInterface
十二月 21, 2017 10:42:17 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:17 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
39963 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]virtualcallMain::init virtualcallMain.java:49 [virtualcc][] - virtualcc模块初始化完成...
2017-12-21 10:42:17,635 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.virtualcall
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.virtualcall , defaulting to the container wide one : None
十二月 21, 2017 10:42:17 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.virtualcall]
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.virtualcall
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : connectAgent
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : isBESystemCall
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : connectCustomerToAgent
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : timerForIncallOrOutcall
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : connectCustomerToCpaMenu
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : connectAgentToCustomer
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : connectCustomerToIvrMenu
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : restoreIncallToBE
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : connectCustomer
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : connectAgentToIvrMenu
2017-12-21 10:42:17,635 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.virtualcall/ServletName : virtualcallMain
2017-12-21 10:42:17,635 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:17,635 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.virtualcall
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.virtualcall.war has finished in 3,774 ms
十二月 21, 2017 10:42:17 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/assf.war
2017-12-21 10:42:17,636 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /assf
2017-12-21 10:42:17,637 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /assf
2017-12-21 10:42:17,639 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /assf
十二月 21, 2017 10:42:17 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@19d08ef
十二月 21, 2017 10:42:17 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/assf]] after start() had already been called. The second call will be ignored.
2017-12-21 10:42:23,650 WARN [SipStandardContext] (Sip-Servlets-startStop-1) MQListener servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:23 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
46074 [Sip-Servlets-startStop-1] INFO assfLog - log4j configfile path=/home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/assf/WEB-INF/classes/log4j.properties
十二月 21, 2017 10:42:23 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:24 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.assf.http.CallActionResource
class com.hundsun.u3c.assf.http.VersionWebService
十二月 21, 2017 10:42:24 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:24 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
2017-12-21 10:42:24,125 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.assf
2017-12-21 10:42:24,126 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.assf , defaulting to the container wide one : None
十二月 21, 2017 10:42:24 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.assf]
2017-12-21 10:42:24,126 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.assf
2017-12-21 10:42:24,126 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:24,126 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.assf/ServletName : MQListener
2017-12-21 10:42:24,126 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:24,126 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /assf
十二月 21, 2017 10:42:24 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/assf.war has finished in 6,490 ms
十二月 21, 2017 10:42:24 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.entrycc.war
2017-12-21 10:42:24,127 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.entrycc
2017-12-21 10:42:24,135 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.entrycc
2017-12-21 10:42:24,137 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.entrycc
十二月 21, 2017 10:42:24 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@147d7a
十二月 21, 2017 10:42:24 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.entrycc]] after start() had already been called. The second call will be ignored.
46471 [Thread-30] INFO assfLog - [ASSF]获取到本机网卡eth0的IP为:10.0.11.69
46480 [Thread-30] INFO publicLog - >>>>>>>根据'/Device/Center'获取中心Id:1
46480 [Thread-30] INFO publicLog - 更新配置缓存开始。。。
46526 [Thread-30] INFO publicLog - 更新接入码 voice_access_code:[{"number":"8888","ivr":"sip:[email protected]:5090;voicexml=http://127.0.0.1:8070/external/external","style":"be","dept_id":"101","ivr_ivrBackVxmlUrl":"sip:[email protected]:5090;voicexml=http://127.0.0.1:8070/wait/wait","ivr_ivrByeIDVxmlUrl":"sip:[email protected]:5090;voicexml=http://127.0.0.1:8070/result/result","ivr_ivrOverflowVxmlUrl":"sip:[email protected]:5090;voicexml=http://127.0.0.1:8070/overflow/overflow","ivr_ivrRefuseVxmlUrl":"sip:[email protected]:5090;voicexml=http://127.0.0.1:8070/external/external","is_master":"1"}]
46743 [Thread-30] INFO publicLog - 读入缓存结束
46757 [Thread-30] INFO assfLog - [ASSF][MQ]配置中获取到mq的IP地址为:10.0.11.69
46801 [Thread-30] WARN assfLog - @@@@@@rabbit Connection onCreate
log4j:WARN No appenders could be found for logger (org.springframework.context.annotation.ClassPathBeanDefinitionScanner).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
47047 [Thread-30] INFO assfLog - [ASSF][MQ]配置中获取到mq的IP地址为:10.0.11.69
47093 [Thread-30] WARN assfLog - @@@@@@rabbit Connection onCreate
47190 [Thread-30] WARN assfLog - [ASSF]初始化ASSF队列完成
47190 [assf_sendToAgentServerThread] WARN assfLog - sendToAgentServer start.........................
2017-12-21 10:42:27,853 WARN [SipStandardContext] (Sip-Servlets-startStop-1) entryccMain servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,853 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgent servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,853 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgentToCustomer servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,853 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectAgentToIvrMenu servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomer servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomerToAgent servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomerToIvrMenu servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) ConnectCustomerToFaxServer servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) isBESystemCall servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) restoreIncallToBE servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) timerForIncallOrOutcall servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomerToCpaMenu servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:27,854 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectCustomerToCustomer servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:27 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
50267 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]entryccMain::init entryccMain.java:53 [entrycc][] - entrycc模块初始化完成...
十二月 21, 2017 10:42:27 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:27 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.entrycc.http.VersionWebService
class com.hundsun.u3c.entrycc.http.callControlHttpInterface
十二月 21, 2017 10:42:27 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:27 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
2017-12-21 10:42:28,031 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.entrycc
2017-12-21 10:42:28,031 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.entrycc , defaulting to the container wide one : None
十二月 21, 2017 10:42:28 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.entrycc]
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.entrycc
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : entryccMain
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : isBESystemCall
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : timerForIncallOrOutcall
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectAgentToCustomer
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : ConnectCustomerToFaxServer
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectCustomerToCustomer
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectCustomer
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectAgentToIvrMenu
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectAgent
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectCustomerToAgent
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectCustomerToCpaMenu
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : connectCustomerToIvrMenu
2017-12-21 10:42:28,032 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.entrycc/ServletName : restoreIncallToBE
2017-12-21 10:42:28,032 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:28,032 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.entrycc
十二月 21, 2017 10:42:28 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.entrycc.war has finished in 3,905 ms
十二月 21, 2017 10:42:28 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.transfer.war
2017-12-21 10:42:28,033 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.transfer
2017-12-21 10:42:28,033 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.transfer
2017-12-21 10:42:28,036 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.transfer
十二月 21, 2017 10:42:28 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@f51271
十二月 21, 2017 10:42:28 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.transfer]] after start() had already been called. The second call will be ignored.
2017-12-21 10:42:31,589 WARN [SipStandardContext] (Sip-Servlets-startStop-1) transferMain servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:31,589 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToIvr servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:31,589 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToOutcall servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:31,590 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToThird servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:31,590 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectOutcallToIvr servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:31,590 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectIncallToFaxsvr servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:31,590 WARN [SipStandardContext] (Sip-Servlets-startStop-1) connectOutcallToThird servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:31 上午 com.sun.faces.config.ConfigureListener contextInitialized
信息: Initializing Mojarra (1.2_13-b01-FCS) for context '/com.hundsun.u3c.transfer'
十二月 21, 2017 10:42:31 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:31 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class com.hundsun.u3c.transfer.http.VersionWebService
class com.hundsun.u3c.transfer.http.TransferHttpRequest
十二月 21, 2017 10:42:31 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:31 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
#################/home/hsipcc/5.0.20.dev.201712190130/single/domain2/bin
54299 [Sip-Servlets-startStop-1] WARN asLog - [WARNING]transferMain::init transferMain.java:49 [transfer][] - transfer模块初始化完成...
2017-12-21 10:42:31,970 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application com.hundsun.u3c.transfer
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application com.hundsun.u3c.transfer , defaulting to the container wide one : None
十二月 21, 2017 10:42:31 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: [com.hundsun.u3c.transfer]
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added : com.hundsun.u3c.transfer
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.transfer/ServletName : connectIncallToFaxsvr
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.transfer/ServletName : connectIncallToIvr
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.transfer/ServletName : connectOutcallToIvr
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.transfer/ServletName : connectOutcallToThird
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.transfer/ServletName : connectIncallToOutcall
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.transfer/ServletName : connectIncallToThird
2017-12-21 10:42:31,970 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : com.hundsun.u3c.transfer/ServletName : transferMain
2017-12-21 10:42:31,971 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:31,971 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.transfer
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.transfer.war has finished in 3,939 ms
十二月 21, 2017 10:42:31 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deploying web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.outcall.war
2017-12-21 10:42:31,971 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Initializing the sip context /com.hundsun.u3c.outcall
2017-12-21 10:42:31,976 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context Initialized /com.hundsun.u3c.outcall
2017-12-21 10:42:31,978 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Starting the sip context /com.hundsun.u3c.outcall
十二月 21, 2017 10:42:31 上午 org.apache.catalina.loader.WebappLoader setRepositories
信息: No work dir for org.mobicents.servlet.sip.startup.ConvergedApplicationContextFacade@9da6da
十二月 21, 2017 10:42:31 上午 org.apache.catalina.util.LifecycleBase start
信息: The start() method was called on component [WebappLoader[/com.hundsun.u3c.outcall]] after start() had already been called. The second call will be ignored.
2017-12-21 10:42:35,490 WARN [SipStandardContext] (Sip-Servlets-startStop-1) main servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:35,490 WARN [SipStandardContext] (Sip-Servlets-startStop-1) flow_3pcc servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
2017-12-21 10:42:35,490 WARN [SipStandardContext] (Sip-Servlets-startStop-1) flow_b2b servlet already present, removing the previous one. This might be due to the fact that the definition of the servlet is present both in annotations and in sip.xml
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2017-12-21 10:42:35,564 ERROR [SipNamingContextListener] (Sip-Servlets-startStop-1) PWC1250:无法绑定对象: javax.naming.NamingException: PWC4218:名称无效
十二月 21, 2017 10:42:35 上午 com.sun.jersey.api.core.WebAppResourceConfig init
信息: Scanning for root resource and provider classes in the Web app resource paths:
/WEB-INF/lib
/WEB-INF/classes
十二月 21, 2017 10:42:35 上午 com.sun.jersey.api.core.ScanningResourceConfig logClasses
信息: Root resource classes found:
class http.httpRequest
十二月 21, 2017 10:42:35 上午 com.sun.jersey.api.core.ScanningResourceConfig init
信息: No provider classes found.
十二月 21, 2017 10:42:35 上午 com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
信息: Initiating Jersey application, version 'Jersey: 1.3 06/17/2010 05:04 PM'
57990 [Sip-Servlets-startStop-1] INFO asLog - null/as_config.properties
57990 [Sip-Servlets-startStop-1] INFO asLog - 读取配置文件发生异常!!!
57990 [Sip-Servlets-startStop-1] INFO asLog - 开始检测配置文件项...
57990 [Sip-Servlets-startStop-1] INFO asLog - 检测到配置项"PROXY_SERVER_IPADD"无法获取到数据,请检查...
57991 [Sip-Servlets-startStop-1] INFO asLog - 检测到配置项"POD_SERVER_RETURN_STATUS_URL"无法获取到数据,请检查...
57991 [Sip-Servlets-startStop-1] INFO asLog - 检测配置文件项完成,检测结果:false
57991 [Sip-Servlets-startStop-1] INFO asLog - [OUTCALL][ERROR]检测到配置文件项配置存在异常,将会导致系统无法正常运行,请检查配置项!!!
57991 [Sip-Servlets-startStop-1] INFO asLog - [OUTCALL]模块初始化完成...
2017-12-21 10:42:35,663 INFO [SipStandardContext] (Sip-Servlets-startStop-1) Concurrency Control set to None for application
2017-12-21 10:42:35,663 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) No concurrency control mode for application , defaulting to the container wide one : None
十二月 21, 2017 10:42:35 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl applicationDeployed
信息: applicationDeployed: []
2017-12-21 10:42:35,663 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl$AddAppAction@f06310 the following sip servlet application has been added :
2017-12-21 10:42:35,663 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) It contains the following Sip Servlets :
2017-12-21 10:42:35,663 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : /ServletName : flow_3pcc
2017-12-21 10:42:35,663 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : /ServletName : main
2017-12-21 10:42:35,663 INFO [SipApplicationDispatcherImpl] (Sip-Servlets-startStop-1) SipApplicationName : /ServletName : flow_b2b
2017-12-21 10:42:35,663 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip application session timeout for this context is 3 minutes
2017-12-21 10:42:35,663 INFO [SipStandardContext] (Sip-Servlets-startStop-1) sip context started /com.hundsun.u3c.outcall
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.HostConfig deployWAR
信息: Deployment of web application archive /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/com.hundsun.u3c.outcall.war has finished in 3,693 ms
十二月 21, 2017 10:42:35 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: PWC3059:正在部署 Web 应用程序目录 /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/manager
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/manager has finished in 3,403 ms
十二月 21, 2017 10:42:39 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: PWC3059:正在部署 Web 应用程序目录 /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/ROOT
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/ROOT has finished in 3,459 ms
十二月 21, 2017 10:42:42 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: PWC3059:正在部署 Web 应用程序目录 /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/docs
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/docs has finished in 3,551 ms
十二月 21, 2017 10:42:46 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: PWC3059:正在部署 Web 应用程序目录 /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/examples
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:49 上午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
十二月 21, 2017 10:42:49 上午 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
十二月 21, 2017 10:42:49 上午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: attributeAdded('com.sun.faces.config.WebConfiguration', 'com.sun.faces.config.WebConfiguration@16baed4')
十二月 21, 2017 10:42:49 上午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: attributeRemoved('com.sun.faces.config.WebConfiguration', 'com.sun.faces.config.WebConfiguration@16baed4')
十二月 21, 2017 10:42:49 上午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: attributeAdded('com.sun.appserv.web.taglibs.cache.tag_cache', 'com.sun.appserv.util.cache.LruCache@19f114a')
十二月 21, 2017 10:42:49 上午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@1063b10')
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/examples has finished in 3,587 ms
十二月 21, 2017 10:42:49 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: PWC3059:正在部署 Web 应用程序目录 /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/host-manager
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core_rt is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/core is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/core is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt_rt is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/fmt is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/fmt is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/functions is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/permittedTaglibs is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://jakarta.apache.org/taglibs/standard/scriptfree is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql_rt is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/sql is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/sql is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml_rt is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jstl/xml is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: http://java.sun.com/jsp/jstl/xml is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TaglibUriRule body
信息: TLD skipped. URI: urn:com:sun:jersey:api:view is already defined
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory /home/hsipcc/5.0.20.dev.201712190130/single/domain2/webapps/host-manager has finished in 3,473 ms
十二月 21, 2017 10:42:53 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-8090"]
2017-12-21 10:42:53,184 INFO [SipProtocolHandler] (main) Sip Connector started on ip address : 0.0.0.0,port 5080, transport udp, useStun false, stunAddress null, stunPort : 0, useLoadBalancer false
2017-12-21 10:42:53,193 INFO [SipProtocolHandler] (main) Sip Connector started on ip address : 0.0.0.0,port 5080, transport tcp, useStun false, stunAddress null, stunPort : 0, useLoadBalancer false
2017-12-21 10:42:53,197 INFO [SipProtocolHandler] (main) Sip Connector started on ip address : 0.0.0.0,port 5081, transport tls, useStun false, stunAddress null, stunPort : 0, useLoadBalancer false
十二月 21, 2017 10:42:53 上午 org.apache.catalina.startup.Catalina start
信息: Server startup in 75336 ms
2017-12-21 10:47:58,923 INFO [UDPMessageChannel] (Mobicents-SIP-Servlets-UDPMessageChannelThread-1) Setting SIPMessage peerPacketSource to: /10.0.11.69:5090
2017-12-21 10:47:58,927 INFO [SIPTransactionStack] (Mobicents-SIP-Servlets-UDPMessageChannelThread-1) <message
from="10.0.11.69:5090"
to="0.0.0.0:5080"
time="1513824478875"
isSender="false"
transactionId="z9hg4bksqdav4fvrb4gc"
callId="32074edc-609c-1236-e3a6-000c29922799"
firstLine="INVITE sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 SIP/2.0"

;tag=pDeH620ZQ3FXH To: Call-ID: 32074edc-609c-1236-e3a6-000c29922799 CSeq: 116576175 INVITE Contact: User-Agent: ucMedia-mod_sofia Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,MESSAGE,UPDATE,INFO,REGISTER,REFER,NOTIFY Supported: timer,precondition,path,replaces Allow-Events: talk,hold,refer Content-Type: application/sdp Content-Disposition: session X-FS-Support: update_display Remote-Party-ID: "15058149753" ;party=calling;screen=yes;privacy=off Content-Length: 267 v=0 o=FreeSWITCH 1513802888 1513802889 IN IP4 10.0.11.69 s=FreeSWITCH c=IN IP4 10.0.11.69 t=0 0 m=audio 21590 RTP/AVP 8 99 101 13 a=rtpmap:8 PCMA/8000 a=rtpmap:99 SPEEX/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:13 CN/8000 a=ptime:20 ]]>

十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl getNextApplication
信息: getNextApplication() called: **request = INVITE sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 SIP/2.0
Via: SIP/2.0/UDP 10.0.11.69:5090;rport=5090;branch=z9hG4bKSQDav4FvrB4gc;received=10.0.11.69
Max-Forwards: 68
From: "15058149753" sip:[email protected];tag=pDeH620ZQ3FXH
To: sip:[email protected]
Call-ID: 32074edc-609c-1236-e3a6-000c29922799
CSeq: 116576175 INVITE
Contact: sip:[email protected]:5090
User-Agent: ucMedia-mod_sofia
Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,MESSAGE,UPDATE,INFO,REGISTER,REFER,NOTIFY
Supported: timer,precondition,path,replaces
Allow-Events: talk,hold,refer
Content-Type: application/sdp
Content-Disposition: session
X-FS-Support: update_display
Remote-Party-ID: "15058149753" sip:[email protected];party=calling;screen=yes;privacy=off
Content-Length: 267

v=0
o=FreeSWITCH 1513802888 1513802889 IN IP4 10.0.11.69
s=FreeSWITCH
c=IN IP4 10.0.11.69
t=0 0
m=audio 21590 RTP/AVP 8 99 101 13
a=rtpmap:8 PCMA/8000
a=rtpmap:99 SPEEX/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=rtpmap:13 CN/8000
a=ptime:20
** region = null ** directive = NEW ** stateInfo = null
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl getNextApplication
信息: Originating region
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.OriginatingAddress
信息: Build new originating address: <"15058149753" sip:[email protected];tag=pDeH620ZQ3FXH>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Test originating address, <"15058149753" sip:[email protected];tag=pDeH620ZQ3FXH> against address pattern, <.sip:conf.@u3c.com.>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl getNextApplication
信息: Advancing to terminating region
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl getNextApplication
信息: Terminating region
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.TerminatingAddress
信息: New terminating address: sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl getNextApplication
信息: New directive, terminating address = sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Test terminating address, sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 against address pattern, <.sip:.@VritualAgent.com.
>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Test terminating address, sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 against address pattern, <.sip:acdcc@.>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Test terminating address, sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 against address pattern, <.sip:as_entry_.@.>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Found terminating address pattern match, address pattern = <.sip:as_entry_.@.
>, address = sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Test terminating address, sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 against address pattern, <.sip:.@u3c.com.>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Test terminating address, sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 against address pattern, <.sip:as_fax_.@.
>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.RouteSet buildRouteSet
信息: Test terminating address, sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 against address pattern, <.sip:as_va_.@127.0.0.1.*>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl getNextApplication
信息: Terminating region, State Information: <address=sip%3Aas_entry_8888%40127.0.0.1%3A5080%3BjobId%3D10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1;route-set=com.hundsun.u3c.entrycc>
十二月 21, 2017 10:47:58 上午 org.echarts.servlet.sip.appRouter.DFCRouterImpl.SipApplicationDFCRouterImpl buildInfo
信息: AR returning com.hundsun.u3c.entrycc, , sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1, null, NO_ROUTE, Taddress=sip%3Aas_entry_8888%40127.0.0.1%3A5080%3BjobId%3D10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1;route-set=com.hundsun.u3c.entrycc
2017-12-21 10:47:58,971 INFO [SIPTransactionStack] (Mobicents-SIP-Servlets-UDPMessageChannelThread-1) <message
from="0.0.0.0:5080"
to="10.0.11.69:5090"
time="1513824478970"
isSender="true"
transactionId="z9hg4bksqdav4fvrb4gc"
callId="32074edc-609c-1236-e3a6-000c29922799"
firstLine="SIP/2.0 500 Request not handled by app"

;tag=pDeH620ZQ3FXH To: ;tag=03290661_bba778c7_2c3c7477_e344d506 Via: SIP/2.0/UDP 10.0.11.69:5090;rport=5090;branch=z9hG4bKSQDav4FvrB4gc;received=10.0.11.69 Server: Mobicents Sip Servlets 3.0.0-SNAPSHOT Contact: Content-Length: 0 ]]>

2017-12-21 10:47:58,971 INFO [UDPMessageChannel] (Mobicents-SIP-Servlets-UDPMessageChannelThread-0) Setting SIPMessage peerPacketSource to: /10.0.11.69:5090
2017-12-21 10:47:58,972 INFO [InitialRequestDispatcher] (Mobicents-SIP-Servlets-UDPMessageChannelThread-1) Request event dispatched to com.hundsun.u3c.entrycc
2017-12-21 10:47:58,972 INFO [SIPTransactionStack] (Mobicents-SIP-Servlets-UDPMessageChannelThread-0) <message
from="10.0.11.69:5090"
to="0.0.0.0:5080"
time="1513824478971"
isSender="false"
transactionId="z9hg4bksqdav4fvrb4gc"
callId="32074edc-609c-1236-e3a6-000c29922799"
firstLine="ACK sip:[email protected]:5080;jobId=10.0.11.69_977d4406-7de1-495e-b711-144ec7ac3fe1 SIP/2.0"

;tag=pDeH620ZQ3FXH To: ;tag=03290661_bba778c7_2c3c7477_e344d506 Call-ID: 32074edc-609c-1236-e3a6-000c29922799 CSeq: 116576175 ACK Content-Length: 0 ]]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant