lorawan-server icon indicating copy to clipboard operation
lorawan-server copied to clipboard

Startup Error

Open agilecomputing opened this issue 1 year ago • 4 comments

Hello,

I am having a startup error when trying to run the lorawan-server. I have tried to install it both as a service and just as an executable.

The error seems to be like one of the previous posts where the .beam file is not being found, but I cannot figure out why.

When I run lorawan-server, the error I get is:

{"init terminating in do_boot",{undef,[{lorawan_app,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}} init terminating in do_boot ({undef,[{lorawan_app,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})

Crash dump is being written to: erl_crash.dump...done

I am using Erlang/OTP version 25. Output when I run erl is: Erlang/OTP 25 [erts-13.1.4] [source] [64-bit] [smp:1:1] [ds:1:1:10] [async-threads:1] [jit:ns]

Eshell V13.1.4 (abort with ^G) 1>

All of this is running on an Ubuntu Server x64 18.0.4.5. Output of uname -a is: Linux lora-server 4.15.0-210-generic #221-Ubuntu SMP Tue Apr 18 08:32:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

I must be missing something simple - any help / pointers you can provide would be greatly appreciated.

Thank you.

agilecomputing avatar Apr 28 '23 20:04 agilecomputing