質問

We have installed Worklight server with Websphere Liberty profile. Installed war file and created derby databases as mentioned in the following url and referenced them in server.xml. I'm getting the below error.

Exception thrown by application class    'com.worklight.core.auth.impl.AuthenticationFilter.verifyServletInitialized:300'
javax.servlet.ServletException: Worklight Console initialization failed.
Logged Exception: com.worklight.server.database.api.WorklightDataSourceException:  
FWLSE0194E: Worklight server cannot be started because of failure while getting a connection from data-source bound to resource reference: jdbc/WorklightDS. Make sure the 
database is up, the credentials are correct and the driver is available for the server. [project bluemine]
at   com.worklight.core.auth.impl.AuthenticationFilter.verifyServletInitialized(AuthenticationFilter.java:300)
at com.worklight.core.auth.impl.AuthenticationFilter.doFilter(AuthenticationFilter.java:111)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:194)
at [internal classes]
役に立ちましたか?

解決

Issue got resolved. There is a missmatch of versions between DB and the jar file being used. Thanks

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top