Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

JBoss server not starting with Oracle database

Hi all,
I installed JBoss server with selecting Oracle as my DB.  But while starting the server am getting the following error.
ERROR Unable to start the XMLDB driver com.amalto.core.storage.SQLWrapper: Could not initialize class com.amalto.core.storage.SQLWrapper
java.lang.NoClassDefFoundError: Could not initialize class com.amalto.core.storage.SQLWrapper
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:190)
at com.amalto.jaas.xtentis.jboss.XtentisLoginModule.initialize(XtentisLoginModule.java:128)
at com.amalto.core.util.LoginModuleDelegator.initialize(LoginModuleDelegator.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:771)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695)
at javax.security.auth.login.LoginContext.login(LoginContext.java:594)
at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:603)
at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:537)
at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:344)
at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:491)
at org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicAuthenticator.java:180)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393)
at org.apache.catalina.authenticator.MDMSingleSignOn.invoke(MDMSingleSignOn.java:73)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:856)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:566)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1508)
at java.lang.Thread.run(Thread.java:724)
But am able to connect to Admin UI console but unable to get connection to the server from Studio. Kindly pls help me by guiding to solve this issue.
Labels (2)
4 Replies
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
Please check if you deployed the Oracle JDBC driver in jboss_dir/server/default/lib. Talend MDM does not provide the driver for licensing issues. 
If you already deployed the JDBC driver. Please post the full stack (it's missing the causes of the initialization error).
Thanks,
Francois. 
Anonymous
Not applicable

Hi,
Is your issue solved?
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
No. The problem is not resolved yet. Pls find the complete stack trace below and help me in resolving it.

2014-10-16 15:51:20,863 INFO   JUL root logger set to INFO
2014-10-16 15:51:21,101 INFO   JBossTS Transaction Service (JTA version) - JBoss Inc.
2014-10-16 15:51:21,102 INFO   Setting up property manager MBean and JMX layer
2014-10-16 15:51:21,242 INFO   Starting recovery manager
2014-10-16 15:51:21,323 INFO   Recovery manager started
2014-10-16 15:51:21,323 INFO   Binding TransactionManager JNDI Reference
2014-10-16 15:51:23,859 INFO   Starting java:comp multiplexer
2014-10-16 15:51:24,149 INFO   no object for null
2014-10-16 15:51:24,152 INFO   no object for null
2014-10-16 15:51:24,166 INFO   no object for null 2014-10-16 15:51:24,183 INFO   no object for {urn:jboss:bean-deployer}supplyType 2014-10-16 15:51:24,193 INFO &nbs

To see the whole post, download it here
OriginalPost.pdf
_AnonymousUser
Specialist III
Specialist III
Author

Can anyone help me in solving this issue???