Fork me on GitHub
#figwheel-main
<
2018-10-10
>
Toby18:10:25

I’m getting the Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server error on startup and I’m having trouble finding a solution. Any pointers?

bhauman19:10:24

@toby962 are you using datomic libs?

Toby19:10:53

I am not. I am running in Docker.

Toby19:10:12

Trying to get my normal emacs->nrepl setup working in figwheel

bhauman19:10:22

normally this is just a conflict

bhauman19:10:33

are you using any jetty libraries?

Toby19:10:48

I tried checking lein deps but nothing sticks out. No jetty from my end.

bhauman19:10:49

or java servlet libs?

bhauman19:10:44

so use 0.2.0-SNAPSHOT it will provide a better error message

Toby19:10:56

will try that

Toby19:10:02

Well… now it crashes immediately trying to load ring/core. I’ll try adding that to the project.

bhauman19:10:47

ring core 0.7.0

Toby19:10:26

The upgrade may have been sufficient. It’s now an error in my (inherited/over-engineered) code.

bhauman19:10:39

@toby962 what was the specific exception on start so I’ll recognize it?

bhauman19:10:54

some class doesn’t have a method?

Toby19:10:43

> Figwheel: Unable to dynamicly load figwheel.server.jetty-websocket/run-server

bhauman19:10:51

no when you upgraded

bhauman19:10:59

when it crashed

Toby19:10:21

oh… that was your run-of-the-mill class not found error.

Toby19:10:44

I already closed that repl, or I’d paste it for you.

Toby19:10:52

I seem to be off to the races now. Appreciate your help.

Toby19:10:17

Oh! Is there a way to run the repl without starting the server at all?

Toby19:10:27

Just the websocket server?

bhauman20:10:16

@toby962 they are the same

Toby20:10:16

ah, I see that now

Toby20:10:38

Well then, wouldn’t make much sense to start only one 🙂