Created
July 7, 2015 18:21
-
-
Save bpainter/cb81313b75304f53bf4e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
clojure.lang.ExceptionInfo: Interceptor Exception: Communications link failure | |
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. | |
at clojure.core$ex_info.invoke (core.clj:4593) | |
io.pedestal.impl.interceptor$throwable__GT_ex_info.invoke (interceptor.clj:31) | |
io.pedestal.impl.interceptor$try_f.invoke (interceptor.clj:53) | |
io.pedestal.impl.interceptor$enter_all_with_binding.invoke (interceptor.clj:141) | |
io.pedestal.impl.interceptor$enter_all$fn__7188.invoke (interceptor.clj:156) | |
clojure.lang.AFn.applyToHelper (AFn.java:152) | |
clojure.lang.AFn.applyTo (AFn.java:144) | |
clojure.core$apply.invoke (core.clj:630) | |
clojure.core$with_bindings_STAR_.doInvoke (core.clj:1868) | |
clojure.lang.RestFn.invoke (RestFn.java:425) | |
io.pedestal.impl.interceptor$enter_all.invoke (interceptor.clj:154) | |
io.pedestal.impl.interceptor$execute.invoke (interceptor.clj:272) | |
io.pedestal.http.impl.servlet_interceptor$interceptor_service_fn$fn__10045.invoke (servlet_interceptor.clj:398) | |
io.pedestal.http.servlet.FnServlet.service (servlet.clj:28) | |
org.eclipse.jetty.servlet.ServletHolder.handle (ServletHolder.java:751) | |
org.eclipse.jetty.servlet.ServletHandler.doHandle (ServletHandler.java:566) | |
org.eclipse.jetty.server.handler.ContextHandler.doHandle (ContextHandler.java:1111) | |
org.eclipse.jetty.servlet.ServletHandler.doScope (ServletHandler.java:498) | |
org.eclipse.jetty.server.handler.ContextHandler.doScope (ContextHandler.java:1045) | |
org.eclipse.jetty.server.handler.ScopedHandler.handle (ScopedHandler.java:141) | |
org.eclipse.jetty.server.handler.HandlerWrapper.handle (HandlerWrapper.java:98) | |
org.eclipse.jetty.server.Server.handle (Server.java:461) | |
org.eclipse.jetty.server.HttpChannel.handle (HttpChannel.java:284) | |
org.eclipse.jetty.server.HttpConnection.onFillable (HttpConnection.java:244) | |
org.eclipse.jetty.io.AbstractConnection$2.run (AbstractConnection.java:534) | |
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob (QueuedThreadPool.java:607) | |
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run (QueuedThreadPool.java:536) | |
java.lang.Thread.run (Thread.java:745) | |
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment