-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dockerbuild issue #169
Comments
You need to set the |
Thank you, that fixed that issue, now I just have an empty response error. |
You have to go to |
I understand, I have it set to the local IP 192.168.1.90 with port 7863, when navigating to it from any device on the network, including the hosting device, I get the same error. |
What are the container logs saying? Have you checked your firewall rules? Did you set the right port in the |
Container logs look correct, port was set in .env and also in the docker-compose.yml `21:38:14.738 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. |
I think you have to set the port to Edit: Not that it works once you get to the website. You just get different errors.
|
When trying to run the docker build, it errors out with the following error.
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: com.fasterxml.jackson.module.kotlin.MissingKotlinParameterException: Instantiation of [simple type, class org.abimon.eternalJukebox.objects.JukeboxConfig] value failed for JSON property baseDomain due to missing (therefore NULL) value for creator parameter baseDomain which is a non-nullable type
at [Source: (File); line: 39, column: 60] (through reference chain: org.abimon.eternalJukebox.objects.JukeboxConfig["baseDomain"])
at com.fasterxml.jackson.module.kotlin.KotlinValueInstantiator.createFromObjectWith(KotlinValueInstantiator.kt:53)
at com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.build(PropertyBasedCreator.java:198)
at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:488)
at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1287)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:326)
at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:159)
at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4202)
at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3070)
at org.abimon.eternalJukebox.EternalJukebox.(EternalJukebox.kt:122)
The text was updated successfully, but these errors were encountered: