clojang / lfecljapp

An Example LFE/Clojure Multi-node System using OTP and Supervision Trees
Other
28 stars 2 forks source link

Getting exception during startup #13

Closed oubiwann closed 7 years ago

oubiwann commented 9 years ago

The initial command for starting the server no longer successfully completes. This isn't noticed if you use the LFE REPL (e.g., the make dev target). However, if you start from the command line, you'll see it:

Exception in thread "main" java.lang.NullPointerException
    at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:26)
    at cljnode.proto_handler$checkErlNode.invoke(proto_handler.clj:27)
    at cljnode.server$server.invoke(server.clj:32)
    at cljnode.core$_main.doInvoke(core.clj:20)
    at clojure.lang.RestFn.invoke(RestFn.java:397)
    at clojure.lang.AFn.applyToHelper(AFn.java:152)
    at clojure.lang.RestFn.applyTo(RestFn.java:132)
    at cljnode.core.main(Unknown Source)
oubiwann commented 9 years ago

Okay, I've isolated this as a system-specific issue, not a problem with lfecljapp per se. lfecljapp works just fine on my workstation (I get the error above on my laptop).

oubiwann commented 7 years ago

Not seeing this problem anymore.