Created
July 30, 2013 18:19
-
-
Save phatduckk/6115412 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-07-30 11:15:35,926 WARN net.kencochrane.raven.connection.AbstractConnection - An exception due to the connection occurred, a lockdown will be initiated. | |
net.kencochrane.raven.exception.ConnectionException: An exception occurred while submitting the event to the sentry server. | |
at net.kencochrane.raven.connection.HttpConnection.doSend(HttpConnection.java:111) | |
at net.kencochrane.raven.connection.AbstractConnection.send(AbstractConnection.java:78) | |
at net.kencochrane.raven.Raven.sendEvent(Raven.java:59) | |
at com.jeraff.sell.website.server.handler.MainHandler.handle(MainHandler.java:87) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1085) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1021) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:136) | |
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:258) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) | |
at org.eclipse.jetty.server.Server.handle(Server.java:445) | |
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:260) | |
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:225) | |
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.run(AbstractConnection.java:358) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:596) | |
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:527) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | |
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) | |
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1886) | |
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:276) | |
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:270) | |
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1341) | |
at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:153) | |
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:868) | |
at sun.security.ssl.Handshaker.process_record(Handshaker.java:804) | |
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1016) | |
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312) | |
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1339) | |
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1323) | |
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:515) | |
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) | |
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153) | |
at net.kencochrane.raven.connection.HttpConnection.doSend(HttpConnection.java:102) | |
... 15 more | |
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | |
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385) | |
at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292) | |
at sun.security.validator.Validator.validate(Validator.java:260) | |
at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326) | |
at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231) | |
at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126) | |
at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1323) | |
... 26 more | |
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | |
at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196) | |
at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268) | |
at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380) | |
... 32 more | |
2013-07-30 11:15:35,929 WARN net.kencochrane.raven.connection.AbstractConnection - Lockdown started for 10ms. | |
2013-07-30 11:15:35,940 WARN net.kencochrane.raven.connection.AbstractConnection - Lockdown ended. | |
2013-07-30 11:15:35,940 DEBUG com.jeraff.sell.website.server.handler.MainHandler - http://localhost:8888/?null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment