You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2014/06/15 22:29:01 UTC

[jira] [Created] (STREAMS-110) Uncaught exception in twitter streaming provider

Steve Blackmon created STREAMS-110:
--------------------------------------

             Summary: Uncaught exception in twitter streaming provider
                 Key: STREAMS-110
                 URL: https://issues.apache.org/jira/browse/STREAMS-110
             Project: Streams
          Issue Type: Bug
            Reporter: Steve Blackmon


The streaming provider has a tendency to die after several hours.  The provider should handle this by reinitializing the stream.

14:48:16.300 [hosebird-client-io-thread-0] DEBUG o.a.h.i.conn.DefaultClientConnection - Connection 0.0.0.0:60667<->199.59.148.139:443 shut down
14:48:16			14:48:16.300 [hosebird-client-io-thread-0] DEBUG o.a.h.i.conn.DefaultClientConnection - Connection 0.0.0.0:60667<->199.59.148.139:443 closed
14:48:16			14:48:16.300 [hosebird-client-io-thread-0] DEBUG o.a.h.i.c.PoolingClientConnectionManager - Connection released: [id: 0][route: {s}->https://userstream.twitter.com][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
14:48:16			14:48:16.300 [hosebird-client-io-thread-0] INFO  c.twitter.hbc.httpclient.ClientBase - apache/streams/streams-contrib/streams-provider-twitter Disconnected during processing - will reconnect
14:48:16			14:48:16.300 [hosebird-client-io-thread-0] INFO  c.twitter.hbc.httpclient.ClientBase - apache/streams/streams-contrib/streams-provider-twitter Done processing, preparing to close connection
14:48:16			14:48:16.301 [hosebird-client-io-thread-0] DEBUG o.a.h.i.c.PoolingClientConnectionManager - Connection manager is shutting down
14:48:16			14:48:16.301 [hosebird-client-io-thread-0] DEBUG o.a.h.i.c.PoolingClientConnectionManager - Connection manager shut down
14:48:16			14:48:16.309 [hosebird-client-io-thread-0] WARN  c.twitter.hbc.httpclient.ClientBase - apache/streams/streams-contrib/streams-provider-twitter Uncaught exception
14:48:16			java.lang.NoSuchMethodError: com.google.common.io.Closeables.closeQuietly(Ljava/io/Closeable;)V
14:48:16				at com.twitter.hbc.httpclient.Connection.close(Connection.java:63) ~[twitter-0.1-SNAPSHOT.jar:na]
14:48:16				at com.twitter.hbc.httpclient.ClientBase.run(ClientBase.java:149) ~[twitter-0.1-SNAPSHOT.jar:na]
14:48:16				at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_51]
14:48:16				at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_51]
14:48:16				at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
14:48:16			14:48:16.309 [hosebird-client-io-thread-0] INFO  c.twitter.hbc.httpclient.ClientBase - apache/streams/streams-contrib/streams-provider-twitter exit event - java.lang.NoSuchMethodError: com.google.common.io.Closeables.closeQuietly(Ljava/io/Closeable;)V
14:48:16			14:48:16.309 [hosebird-client-io-thread-0] INFO  c.twitter.hbc.httpclient.ClientBase - apache/streams/streams-contrib/streams-provider-twitter Shutting down httpclient connection manager
14:48:16			14:48:16.309 [hosebird-client-io-thread-0] DEBUG o.a.h.i.c.PoolingClientConnectionManager - Connection manager is shutting down
14:48:16			14:48:16.309 [hosebird-client-io-thread-0] DEBUG o.a.h.i.c.PoolingClientConnectionManager - Connection manager shut down



--
This message was sent by Atlassian JIRA
(v6.2#6252)