plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

(go) not working (on repeat) #252

Open zendevil opened 4 years ago

zendevil commented 4 years ago

The first time (go) is run in the repl, it starts the server, doing it again gives the following:

user> (go)
Execution error (AbstractMethodError) at myapp.components.shell_component.ShellComponent/stop (shell_component.clj:-1).
Method myapp/components/shell_component/ShellComponent.stop()Ljava/lang/Object; is abstract
featheredtoast commented 4 years ago

I'm unable to reproduce from this end... What's your environment looking like? Project options, JVM version?