Advertisement
BoberDiversant

Untitled

Nov 10th, 2019
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 07:38:12,250 DEBUG [GoogleAsrDriver] (mgcp-3) configuring with parameters: {interimResults=true, hertz=8000, responseTimeout=1000}
  2. 07:38:16,185 DEBUG [GoogleAsrDriver] (mgcp-3) setting response timeout to:1000 from paremeters
  3. 07:38:16,185 DEBUG [GoogleAsrDriver] (mgcp-3) responseTimeout: 1000
  4. 07:38:16,185 DEBUG [GoogleAsrDriver] (mgcp-3) interimResults: true
  5. 07:38:16,185 DEBUG [GoogleAsrDriver] (mgcp-3) mediaHertz: 8000
  6. 07:38:16,186 INFO  [AsrFsmImpl] (mgcp-3) COLLECTING
  7. 07:38:16,186 DEBUG [GoogleAsrDriver] (mgcp-3) lang: ru-RU
  8. 07:38:16,194 INFO  [AudioPlayerImpl] (scheduler-worker-2) End of file reached
  9. 07:38:16,448 INFO  [AudioPlayerImpl] (scheduler-worker-3) End of file reached
  10. 07:38:16,458 INFO  [StandaloneMediaServer] (scheduler-worker-0) Global hearbeat is still alive
  11. Nov 10, 2019 7:38:28 AM io.grpc.internal.ManagedChannelImpl$1 uncaughtException
  12. SEVERE: [Channel<601>: (speech.googleapis.com:443)] Uncaught exception in the SynchronizationContext. Panic!
  13. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask@390e2900 rejected from java.util.concurrent.ScheduledThreadPoolExecutor@30944a9[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
  14.     at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  15.     at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  16.     at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:326)
  17.     at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(ScheduledThreadPoolExecutor.java:533)
  18.     at java.util.concurrent.ScheduledThreadPoolExecutor.execute(ScheduledThreadPoolExecutor.java:622)
  19.     at io.grpc.internal.DelayedClientTransport.reprocess(DelayedClientTransport.java:297)
  20.     at io.grpc.internal.ManagedChannelImpl.updateSubchannelPicker(ManagedChannelImpl.java:790)
  21.     at io.grpc.internal.ManagedChannelImpl.access$5200(ManagedChannelImpl.java:102)
  22.     at io.grpc.internal.ManagedChannelImpl$LbHelperImpl$1UpdateBalancingState.run(ManagedChannelImpl.java:1149)
  23.     at io.grpc.SynchronizationContext.drain(SynchronizationContext.java:88)
  24.     at io.grpc.internal.InternalSubchannel$TransportListener.transportReady(InternalSubchannel.java:579)
  25.     at io.grpc.netty.shaded.io.grpc.netty.ClientTransportLifecycleManager.notifyReady(ClientTransportLifecycleManager.java:43)
  26.     at io.grpc.netty.shaded.io.grpc.netty.NettyClientHandler$FrameListener.onSettingsRead(NettyClientHandler.java:783)
  27.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onSettingsRead(DefaultHttp2ConnectionDecoder.java:419)
  28.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener.onSettingsRead(DefaultHttp2ConnectionDecoder.java:637)
  29.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2InboundFrameLogger$1.onSettingsRead(Http2InboundFrameLogger.java:93)
  30.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.DefaultHttp2FrameReader.readSettingsFrame(DefaultHttp2FrameReader.java:542)
  31.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.DefaultHttp2FrameReader.processPayloadState(DefaultHttp2FrameReader.java:263)
  32.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.DefaultHttp2FrameReader.readFrame(DefaultHttp2FrameReader.java:160)
  33.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2InboundFrameLogger.readFrame(Http2InboundFrameLogger.java:41)
  34.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.decodeFrame(DefaultHttp2ConnectionDecoder.java:118)
  35.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler$FrameDecoder.decode(Http2ConnectionHandler.java:390)
  36.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler$PrefaceDecoder.decode(Http2ConnectionHandler.java:254)
  37.     at io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2ConnectionHandler.decode(Http2ConnectionHandler.java:450)
  38.     at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:502)
  39.     at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
  40.     at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  41.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  42.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  43.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  44.     at io.grpc.netty.shaded.io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1476)
  45.     at io.grpc.netty.shaded.io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1225)
  46.     at io.grpc.netty.shaded.io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1272)
  47.     at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:502)
  48.     at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:441)
  49.     at io.grpc.netty.shaded.io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:278)
  50.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  51.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  52.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:337)
  53.     at io.grpc.netty.shaded.io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1408)
  54.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:359)
  55.     at io.grpc.netty.shaded.io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:345)
  56.     at io.grpc.netty.shaded.io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:930)
  57.     at io.grpc.netty.shaded.io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:796)
  58.     at io.grpc.netty.shaded.io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:427)
  59.     at io.grpc.netty.shaded.io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:328)
  60.     at io.grpc.netty.shaded.io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:905)
  61.     at io.grpc.netty.shaded.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  62.     at java.lang.Thread.run(Thread.java:748)
  63.  
  64. 07:38:48,584 INFO  [AudioPlayerImpl] (scheduler-worker-1) End of file reached
  65. 07:38:48,584 INFO  [AudioPlayerImpl] (scheduler-worker-6) End of file reached
  66. 07:39:05,882 INFO  [StandaloneMediaServer] (scheduler-worker-2) Global hearbeat is still alive
  67. 07:40:05,882 INFO  [StandaloneMediaServer] (scheduler-worker-1) Global hearbeat is still alive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement