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

Error occurred and error messing was missing.

Exception was thrown in Application log as below

SEVERE [http-nio-8888-exec-9] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [it.eng.spagobi.rest.application.JAXRSApplication] in context with path [/knowage] threw exception
    org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: org/apache/curator/shaded/com/google/common/base/Objects
        at org.jboss.resteasy.core.ExceptionHandler.handleApplicationException(ExceptionHandler.java:78)
        at org.jboss.resteasy.core.ExceptionHandler.handleException(ExceptionHandler.java:222)

Environment Knowage 8.1.3
in Users and Roles by (510 points)

Hi raylai,

To better understand the problem, I need more details about the error. Could you check the TOMCAT_HOME/logs/Knowage.log file for more details?

Also, did you manually install Knowage or did you use the installer?

Greetings
Alberto

Hi albnale,

Sorry for late reply.

There is no error in the Knowage.log file. The exception was thrown in localhost*.log file.

My Knowage server was manually upgraded from 8.0.8 to 8.1.3.  However, when i tested Knowage 8.1.2 which installed by the installer with Charts.js library, the error occurs again.

1 Answer

0 votes
Same problem here using docker versions 8.1.5 and 8.2-SNAPSHOT.
by (200 points)
...