Unable to start the server Seems like the main thread is blocked
PoseidonLi0514 opened this issue ยท 4 comments
Least.log: https://pastebin.ubuntu.com/p/yRykYyB98m/
Debug.log: https://pastebin.ubuntu.com/p/8vBjMZPsQB/
I have the same issue. It seems that there are some problems related to networking. I tried to dump the blocked thread and found that rhino (used by kubejs) is fetching remap files.
Dumped stack information: Pastebin(Line 112)
Try to use proxy while starting up server (proxifier in windows or proxychains in linux).
In my server, this step is needed and only needed the first time I reboot sever. After the first boot, no proxy is needed.
OK thanks, i can use VPN to solve this problem
I have the same issue. It seems that there are some problems related to networking.
I tried to dump the blocked thread and found that rhino (used by kubejs) is fetching remap files.
Dumped stack information: Pastebin(Line 112)
Try to use proxy while starting up server (proxifier in windows or proxychains in linux).
In my server, this step is needed and only needed the first time I reboot sever. After the first boot, no proxy is needed.