Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

From tomcat application manager we i try to start the knowage application i get this error

FAIL - Application at context path [/knowage] could not be started
FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/knowage]]]
Environment 7.4.5 Windows 10 64Bit on Chrome Browser
in Installer by (220 points)
Hi,

could you please attach the entire log to this report? We'll need probably both catalina.out and knowage.log to get the real error.

Thank you.

2 Answers

0 votes
by (220 points)
Hi,

what version of Java are you using?
I saw from the logs that you are using Java 16.

You must use Java 8 because of this: https://stackoverflow.com/questions/48626824/java-lang-noclassdeffounderror-javax-xml-soap-soapexception
+1 vote
I confirm my last comment.

Knowage actually supports only Java 8.
by (5.1k points)
Thank you so much! it worked!!!!
...