0
votes

I'm using Worklight Studio 6.2, WebSphere Application Server 8.5 Liberty Profile and Worklight Server. Using IBM DB2, and a remote server where i've installed all this stuff.

When i deploy an app to the server that's what i get.

Application Error
SRVE0777E: Exception thrown by application class 'com.worklight.core.auth.impl.AuthenticationFilter.verifyServletInitialized:422'
javax.servlet.ServletException: Worklight Console initialization failed.Logged Exception: java.lang.ClassNotFoundException: Class org.hsqldb.jdbcDriver not found in Worklight platform or project /app1
at com.worklight.core.auth.impl.AuthenticationFilter.verifyServletInitialized(AuthenticationFilter.java:422)
at com.worklight.core.auth.impl.AuthenticationFilter.doFilter(AuthenticationFilter.java:127)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:194)
at [internal classes]

Dunno what could be, hope you can help me :S

Thanks

1
add your jar inside your <Project>.war project itself. That should do a trickJimmy

1 Answers

1
votes

The error message "Class org.hsqldb.jdbcDriver not found in Worklight platform or project /app1" effectively means that there is a problem with the data source definition, for the data source with JNDI name "app1/jdbc/WorklightDS" or "app1/jdbc/WorklightReportsDS". See the Worklight documentation for how to define these data sources.