UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
Dear UMS users,
Today I find myself with an issue regarding the docker-version of UMS. For some reason it will not properly initialize. This all happened yesterday, when it may have pulled in the latest version from the repository (can't be sure though). But I cannot get this working again.
After telling me the web-interface should be reachable (wich it isn't) I get this log line:
ERROR 18:27:05.625 [main] A serious error occurred during Universal Media Server initialization: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
Please find my config and debug log files attached.
I tried clearing the database and all files except UMS.conf, UMS.cred and WEB.conf, but that didn't change anything.
Any suggestions are welcome.
Today I find myself with an issue regarding the docker-version of UMS. For some reason it will not properly initialize. This all happened yesterday, when it may have pulled in the latest version from the repository (can't be sure though). But I cannot get this working again.
After telling me the web-interface should be reachable (wich it isn't) I get this log line:
ERROR 18:27:05.625 [main] A serious error occurred during Universal Media Server initialization: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
Please find my config and debug log files attached.
I tried clearing the database and all files except UMS.conf, UMS.cred and WEB.conf, but that didn't change anything.
Any suggestions are welcome.
- Attachments
-
- UMS_logging&config.zip
- (101.65 KiB) Downloaded 43 times
Re: UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
I had a quick look but could not see anything obvious that could be causing that error, but I don't know anything about Docker.
It might be something the devs will know what is happening. I suggest you post an issue on GitHub so they will be able to respond quicker.
It might be something the devs will know what is happening. I suggest you post an issue on GitHub so they will be able to respond quicker.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
-
- Posts: 1
- Joined: Fri Feb 03, 2023 7:01 pm
Re: UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
i'm have the same problem A serious error occurred during Universal Media Server initialization: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null and i don't know what to do. all my debug info is attached.
Re: UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
I knew I saw this error before, but could not remember where.
This is a bug that has already been fixed for the next version. I found out that if you turn off the external network option then this will allow UMS to initialize the web settings properly. I only found this out yesterday as I was hit with this bug too. More info here.
This is a bug that has already been fixed for the next version. I found out that if you turn off the external network option then this will allow UMS to initialize the web settings properly. I only found this out yesterday as I was hit with this bug too. More info here.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
-
- Posts: 6
- Joined: Wed Apr 17, 2019 3:09 pm
Re: UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
I uncheck the extrernal network option but the damn thing keeps turning itself back on.
Re: UMS docker deploy: Cannot invoke "com.google.gson.JsonElement.isJsonObject()" because "element" is null
I think that part of the old GUI might be broken as I could not get that option to turn off and save either. Works fine turning back on though.
You can edit the UMS.conf in C:\ProgramData\UMS to change the option "external_network =false", make sure UMS is not running when you change it.
You can edit the UMS.conf in C:\ProgramData\UMS to change the option "external_network =false", make sure UMS is not running when you change it.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.