Skip to content

Instantly share code, notes, and snippets.

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)
Error processing request!
Exception:
clojure.lang.ExceptionInfo: Interceptor Exception: java.lang.IllegalArgumentException: Access key cannot be null.
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__7983.invoke (interceptor.clj:156)
clojure.lang.AFn.applyToHelper (AFn.java:152)
[Log] Error processing request! (application.min.js, line 4769)
Exception:
clojure.lang.ExceptionInfo: Invalid handler response
at clojure.core$ex_info.invoke (core.clj:4593)
vitality.services.dashboard.controller$fn__20263$fn__20264.invoke (controller.clj:164)
clojure.core.async$thread_call$fn__6148.invoke (async.clj:405)
clojure.lang.AFn.run (AFn.java:22)
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:617)
Exception in thread "main" clojure.lang.ExceptionInfo: Error in component :config in system com.stuartsierra.component.SystemMap calling #'com.stuartsierra.component/start {:reason :com.stuartsierra.component/component-function-threw-exception, :function #'com.stuartsierra.component/start, :system-key :config, :component #vitality.components.configuration.ConfigurationComponent{:settings nil, :files (#object[java.net.URL 0x3089312a "file:/Users/bermonpainter/Dropbox%20(Personal)/Sites/vitality/resources/config/base.edn"] #object[java.net.URL 0xc143ceb "file:/Users/bermonpainter/Dropbox%20(Personal)/Sites/vitality/resources/config/content.edn"])}, :system #<SystemMap>}, compiling:(/private/var/folders/39/fhbhjjj14kx17bp5zrvwn9fm0000gn/T/form-init7738826316965973041.clj:1:125)
at clojure.lang.Compiler.load(Compiler.java:7239)
at clojure.lang.Compiler.loadFile(Compiler.java:7165)
at clojure.main$load_script.invoke(main.clj:275)
at clojure.main$init_opt.invoke(main.clj:280)
at clojure.main$initialize.invoke(