![]() |
Can't get server to launch - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Can't get server to launch (/t-can-t-get-server-to-launch) |
Can't get server to launch - grobleschmomble - 2025-04-07 Hi there! I had a Jellyfin docker server working fine until a few days ago when the power went out. Since my computer powered off, the stack had to be restarted. Ever since, I'm getting "502 bad gateway" when I try the domain name (because of swag) and unresponsive when I try to reach it by IP. This sounds like the server isn't even up. What's weird is I didn't make any changes at all since restarting the server. Additionally, Jellyfin is in a stack with 13 other apps that all work perfectly fine and are all completely accessible. I've never had a problem with them until now. Any ideas? Thanks in advance! RE: Can't get server to launch - TheDreadPirate - 2025-04-07 Can you share your jellyfin logs via privatebin.net? RE: Can't get server to launch - grobleschmomble - 2025-04-07 (2025-04-07, 01:21 PM)TheDreadPirate Wrote: Can you share your jellyfin logs via privatebin.net? Here you go! https://privatebin.net/?b4b5527c8c02692e#A6Vmy6cRFsDTx2ieBMUx6xKDQ3d5SgYP28dZb8kENBaY RE: Can't get server to launch - theguymadmax - 2025-04-07 Stop the Jellyfin server. In the config folder: Rename the migrations.xml to migrations.xml.bak Set IsStartupWizardCompleted to false in the system.xml file. Restart server. Make sure to reset that value back to true once you get back in. RE: Can't get server to launch - grobleschmomble - 2025-04-07 (2025-04-07, 01:48 PM)theguymadmax Wrote: Stop the Jellyfin server. Hi, I tried this and it didn't work unfortunately. I renamed the file with .bak and then opened system.xml and IsStartupWizardCompleted was already set to false, restarted and was the same result. I also tried changing it to true with no luck RE: Can't get server to launch - TheDreadPirate - 2025-04-07 Try renaming all the XML files in that directory. Jellyfin will regenerate them with defaults. RE: Can't get server to launch - grobleschmomble - 2025-04-07 (2025-04-07, 02:52 PM)TheDreadPirate Wrote: Try renaming all the XML files in that directory. Jellyfin will regenerate them with defaults. Rename them by appending with .bak like the other one? Or just to something non-default? EDIT: A little embarrassing, I was trying this with an old config folder that I had since changed to a different place, so these files were not affecting anything. I tried @theguymadmax 's suggestion again in the correct location and deleted that old config folder to eliminate confusion and it's working like a charm!! Thank you guys |