Advertisement
BoberDiversant

Untitled

Sep 25th, 2019
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-09-24 17:09:56.421  INFO 655 --- [ndJobNotifier-1] .i.p.s.s.FreeswitchBackgroundJobListener : job OriginateCallJob(callUuid=f8ea3b0b-92ab-440e-af00-1f32c79940d8, callTaskUuid=5d8a23b12197a70007b87378, request=RequestOutgoingCall(targetTopic=sip-system-originate-request-small-apps4-tel-release-2-3, responseTopic=calling-system-orig-result-apps4, scenarioResultTopic=scenario_result_sdk_v2_apps4, scenarioParametersApiHost=small-apps4-back, scenarioParametersApiPort=8106, callUrl=sofia/gateway/vilavi/+79282585540 ext XML outgoing-release-2-3, createdUtcMs=1569334193190, callUuid=f8ea3b0b-92ab-440e-af00-1f32c79940d8, callTaskUuid=5d8a23b12197a70007b87378, client=5d1616a6370c8bf0da0d3295, campaign=5c92031320663200016ff391, originateParameters=null, originateTimeoutSec=20), result=null, resultTimestampUtcMs=0, error=null, jobUpdateEvent=null, channelHangupCompleteEvents=[]) result: EslEvent: name=[BACKGROUND_JOB] headers=2, eventHeaders=17, eventBody=1 lines.
  2. 2019-09-24 17:10:32.437  INFO 655 --- [EventNotifier-1] t.i.p.sipsystem.service.CdrService       : sending cdr for call f8ea3b0b-92ab-440e-af00-1f32c79940d8; task 5d8a23b12197a70007b87378
  3. 2019-09-24 17:19:13.502  INFO 655 --- [-3-thread-67628] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[text/disconnect-notice] headers={CONTENT_LENGTH=31, CONTENT_TYPE=text/disconnect-notice}, body=[The system is being shut down.]]
  4. 2019-09-24 17:19:13.502  INFO 655 --- [-3-thread-67628] t.i.f.esl.inbound.inbound.Client         : Disconnected ..
  5. 2019-09-24 17:19:13.507  INFO 655 --- [pool-4-thread-1] t.i.f.esl.inbound.inbound.Client         : trying to reconnect ti freeswitch
  6. 2019-09-24 17:19:13.511  WARN 655 --- [pool-4-thread-1] t.i.f.esl.inbound.inbound.Client         : Failed to connect to [localhost:8021]
  7. 2019-09-24 17:19:13.525  WARN 655 --- [pool-4-thread-1] t.i.f.esl.inbound.inbound.Client         :   * reason: {}
  8.  
  9. java.net.ConnectException: Connection refused
  10.     at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_222]
  11.     at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_222]
  12.     at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:401) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  13.     at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:370) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  14.     at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:292) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  15.     at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  16.     at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  17.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_222]
  18.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_222]
  19.     at java.lang.Thread.run(Thread.java:748) [na:1.8.0_222]
  20.  
  21. 2019-09-24 17:19:13.527  INFO 655 --- [pool-4-thread-1] t.i.f.esl.inbound.inbound.Client         : reconnect to freeswitch was failed. Could not connect to localhost:8021
  22. 2019-09-24 17:19:13.528  WARN 655 --- [pool-7-thread-3] o.j.n.c.SimpleChannelUpstreamHandler     : EXCEPTION, please implement tech.ivoice.freeswitch.esl.inbound.inbound.InboundClientHandler.exceptionCaught() for proper handling.
  23.  
  24. java.net.ConnectException: Connection refused
  25.     at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_222]
  26.     at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_222]
  27.     at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:401) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  28.     at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:370) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  29.     at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:292) ~[netty-3.2.10.Final.jar!/:3.2.10.Final]
  30.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_222]
  31.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_222]
  32.     at java.lang.Thread.run(Thread.java:748) [na:1.8.0_222]
  33.  
  34. 2019-09-24 17:19:18.527  INFO 655 --- [pool-4-thread-1] t.i.f.esl.inbound.inbound.Client         : trying to reconnect ti freeswitch
  35. 2019-09-24 17:19:18.531  INFO 655 --- [pool-4-thread-1] t.i.f.esl.inbound.inbound.Client         : reconnect to freeswitch was successful
  36. 2019-09-24 17:19:18.533  INFO 655 --- [ool-10-thread-4] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[auth/request] headers={CONTENT_TYPE=auth/request}, body=[]]
  37. 2019-09-24 17:19:18.534  INFO 655 --- [ool-10-thread-6] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={CONTENT_TYPE=command/reply, REPLY_TEXT=+OK accepted}, body=[]]
  38. 2019-09-24 17:20:12.629  INFO 655 --- [ool-10-thread-8] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a261cc5d9d8028f9e2a4e, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a261cc5d9d8028f9e2a4e}, body=[]]
  39. 2019-09-24 17:30:35.256  INFO 655 --- [ol-10-thread-10] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a288bc5d9d8028f9e2a4f, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a288bc5d9d8028f9e2a4f}, body=[]]
  40. 2019-09-24 17:31:26.148  INFO 655 --- [ol-10-thread-12] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a28bec5d9d8028f9e2a50, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a28bec5d9d8028f9e2a50}, body=[]]
  41. 2019-09-24 17:31:48.100  INFO 655 --- [ol-10-thread-14] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a28d4c5d9d8028f9e2a51, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a28d4c5d9d8028f9e2a51}, body=[]]
  42. 2019-09-24 17:33:16.706  INFO 655 --- [ol-10-thread-16] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a292cc5d9d8028f9e2a52, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a292cc5d9d8028f9e2a52}, body=[]]
  43. 2019-09-24 17:33:26.873  INFO 655 --- [ol-10-thread-18] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a2936c5d9d8028f9e2a53, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a2936c5d9d8028f9e2a53}, body=[]]
  44. 2019-09-24 17:33:36.993  INFO 655 --- [ol-10-thread-20] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a2940c5d9d8028f9e2a54, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a2940c5d9d8028f9e2a54}, body=[]]
  45. 2019-09-24 17:38:16.752  INFO 655 --- [ol-10-thread-22] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a2a58c5d9d8028f9e2a55, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a2a58c5d9d8028f9e2a55}, body=[]]
  46. 2019-09-24 17:38:30.075  INFO 655 --- [ol-10-thread-24] o.j.n.c.SimpleChannelUpstreamHandler     : Received message: [EslMessage: contentType=[command/reply] headers={JOB_UUID=5d8a2a66c5d9d8028f9e2a56, CONTENT_TYPE=command/reply, REPLY_TEXT=+OK Job-UUID: 5d8a2a66c5d9d8028f9e2a56}, body=[]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement