ominroute server is not booting #2475
Replies: 4 comments 1 reply
|
Hey @paragrudani1! Thanks for the screenshot - that actually tells me the most important part: the server hangs at "Starting server..." with no error. That silence is expected behavior, not a clue in itself: by default OmniRoute runs the server under a supervisor that doesn't print the child process's stdout - it only dumps logs if the process crashes. If boot hangs (instead of crashing), you see nothing. So the first step is to surface the real error: omniroute serve --logThat streams the live server output and will show exactly where it stops. Please paste that here. While you're at it, the usual culprits for a boot hang on a fresh macOS install:
Run |
|
@333apollo thanks for the log dump. Looking at it: the server actually started successfully -- last visible line is @paragrudani1 -- a couple of follow-ups to narrow it down:
Boot itself looks healthy from the log -- next step is figuring out which downstream call is failing, not the startup. |
|
@paragrudani1 -- still hitting the boot failure on the latest version (v3.8.16)? A lot has changed in the build/startup path since this thread. If it is resolved I will close it out; otherwise reply with the current startup log and I will trace it. Will close in ~7 days if there is no response. |
|
Closing for inactivity -- feel free to reopen if you still hit this, or open a fresh issue with a current log. Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
I also tried previous versions but didn't work.
Thanks in advance!
All reactions