Page 1 of 1

[Server 6.2.9082] Tomcat war doesn't start

Posted: 23 Apr 2019, 14:54
by KaeTuuN

Code: Select all

=========================================================================================
 VERSION:      MADSONIC 6.2 | BUILD: 9082 
 SERVLET:      TOMCAT 9.0.19
 SERVER:       CPU: Core i3-6100 | ARCH: x64 | MEMORY: 16GB
 OS:           Ubuntu 18.04 LTS Server
 SYSTEM:       SERVER
 INSTALLER:    TOMCAT WAR
 JAVA:         OpenJDK Runtime Environment (build 11.0.2+9-Ubuntu-3ubuntu118.04.3)
 DESCRIPTION:  CRASH ON START 
 REPRODUCIBLE: YES
=========================================================================================
If I try to start the WAR Container my Tomcat log says:
23-Apr-2019 15:49:48.948 SCHWERWIEGEND [http-nio-8080-exec-2] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
23-Apr-2019 15:49:48.949 SCHWERWIEGEND [http-nio-8080-exec-2] org.apache.catalina.core.StandardContext.startInternal Context [/madsonic] startup failed due to previous errors
"SCHWERWIEGEND" means "FATAL ERROR".

I tried to find "the appropriate container log file", but there are no Logfiles from the madsonic Container. Can anyone help me?

Greetings Kae

Re: [Server 6.2.9082] Tomcat war doesn't start

Posted: 26 Apr 2019, 10:34
by KaeTuuN
So now there is a deb Package. I tested it on a fresh virtual machine. Installed openJDK 11 und installed the deb Package. Installation throws no Errors, but i want to access Madsonic via http://<VM-IP>:4040 I get an Error:

Code: Select all

HTTP ERROR: 503

Problem accessing /. Reason:

    Service Unavailable

Powered by Jetty:// 8.y.z-SNAPSHOT
Complete Madsonic Log is attached.

Greetings Kae

Re: [Server 6.2.9082] Tomcat war doesn't start

Posted: 26 Apr 2019, 13:13
by Madsonic
hi there,

You have made a configuration that does not work together.

Madsonic 6.x based on Java 7/8 and don't work with Java 11 or higher.
Madsonic 7.x is prepared to work with Java 7/8/11/13.

Tomcat 9 can run with Java 8 and Java 11.

In your case, try to start Tomcat with Java 8 or use Madsonic 7.x

Best regards,
The Madsonic Team

Re: [Server 6.2.9082] Tomcat war doesn't start

Posted: 26 Apr 2019, 13:35
by KaeTuuN
Ahhhh.... good to know! :)

So I will try Madsonic 7 instead! :)

Greetings Kae

Re: [Server 6.2.9082] Tomcat war doesn't start

Posted: 26 Apr 2019, 22:48
by KaeTuuN
Well... I think I'm blind... Where the hell can I download Madsonic 7? oO

Greetings Kae