<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JBoss server not starting with Oracle database in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338806#M1771</link>
    <description>Hi,&lt;BR /&gt;Is your issue solved?</description>
    <pubDate>Tue, 21 Oct 2014 10:11:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-21T10:11:26Z</dc:date>
    <item>
      <title>JBoss server not starting with Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338804#M1769</link>
      <description>Hi all, 
&lt;BR /&gt;I installed JBoss server with selecting Oracle as my DB. &amp;nbsp;But while starting the server am getting the following error. 
&lt;BR /&gt;ERROR Unable to start the XMLDB driver com.amalto.core.storage.SQLWrapper: Could not initialize class com.amalto.core.storage.SQLWrapper 
&lt;BR /&gt;java.lang.NoClassDefFoundError: Could not initialize class com.amalto.core.storage.SQLWrapper 
&lt;BR /&gt; at java.lang.Class.forName0(Native Method) 
&lt;BR /&gt; at java.lang.Class.forName(Class.java:190) 
&lt;BR /&gt; at com.amalto.jaas.xtentis.jboss.XtentisLoginModule.initialize(XtentisLoginModule.java:128) 
&lt;BR /&gt; at com.amalto.core.util.LoginModuleDelegator.initialize(LoginModuleDelegator.java:56) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:606) 
&lt;BR /&gt; at javax.security.auth.login.LoginContext.invoke(LoginContext.java:771) 
&lt;BR /&gt; at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203) 
&lt;BR /&gt; at javax.security.auth.login.LoginContext$4.run(LoginContext.java:698) 
&lt;BR /&gt; at javax.security.auth.login.LoginContext$4.run(LoginContext.java:696) 
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt; at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:695) 
&lt;BR /&gt; at javax.security.auth.login.LoginContext.login(LoginContext.java:594) 
&lt;BR /&gt; at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:603) 
&lt;BR /&gt; at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:537) 
&lt;BR /&gt; at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:344) 
&lt;BR /&gt; at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:491) 
&lt;BR /&gt; at org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicAuthenticator.java:180) 
&lt;BR /&gt; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) 
&lt;BR /&gt; at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) 
&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
&lt;BR /&gt; at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) 
&lt;BR /&gt; at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393) 
&lt;BR /&gt; at org.apache.catalina.authenticator.MDMSingleSignOn.invoke(MDMSingleSignOn.java:73) 
&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) 
&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:856) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:566) 
&lt;BR /&gt; at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1508) 
&lt;BR /&gt; at java.lang.Thread.run(Thread.java:724) 
&lt;BR /&gt;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.</description>
      <pubDate>Fri, 17 Oct 2014 05:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338804#M1769</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-17T05:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: JBoss server not starting with Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338805#M1770</link>
      <description>Hi,&lt;BR /&gt;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.&amp;nbsp;&lt;BR /&gt;If you already deployed the JDBC driver. Please post the full stack (it's missing the causes of the initialization error).&lt;BR /&gt;Thanks,&lt;BR /&gt;Francois.&amp;nbsp;</description>
      <pubDate>Fri, 17 Oct 2014 07:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338805#M1770</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-17T07:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: JBoss server not starting with Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338806#M1771</link>
      <description>Hi,&lt;BR /&gt;Is your issue solved?</description>
      <pubDate>Tue, 21 Oct 2014 10:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338806#M1771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-21T10:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: JBoss server not starting with Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338807#M1772</link>
      <description>Hi, 
  &lt;BR /&gt;No. The problem is not resolved yet. Pls find the complete stack trace below and help me in resolving it. 
  &lt;BR /&gt; 
  &lt;BR /&gt;2014-10-16 15:51:20,863 INFO &amp;nbsp; JUL root logger set to INFO 
  &lt;BR /&gt;2014-10-16 15:51:21,101 INFO &amp;nbsp; JBossTS Transaction Service (JTA version) - JBoss Inc. 
  &lt;BR /&gt;2014-10-16 15:51:21,102 INFO &amp;nbsp; Setting up property manager MBean and JMX layer 
  &lt;BR /&gt;2014-10-16 15:51:21,242 INFO &amp;nbsp; Starting recovery manager 
  &lt;BR /&gt;2014-10-16 15:51:21,323 INFO &amp;nbsp; Recovery manager started 
  &lt;BR /&gt;2014-10-16 15:51:21,323 INFO &amp;nbsp; Binding TransactionManager JNDI Reference 
  &lt;BR /&gt;2014-10-16 15:51:23,859 INFO &amp;nbsp; Starting java:comp multiplexer 
  &lt;BR /&gt;2014-10-16 15:51:24,149 INFO &amp;nbsp; no object for null 
  &lt;BR /&gt;2014-10-16 15:51:24,152 INFO &amp;nbsp; no object for null 
  &lt;BR /&gt;2014-10-16 15:51:24,166 INFO &amp;nbsp; no object for null 2014-10-16 15:51:24,183 INFO &amp;nbsp; no object for {urn:jboss:bean-deployer}supplyType 2014-10-16 15:51:24,193 INFO &amp;amp;nbs
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdCO"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdCO"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 24 Oct 2014 12:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338807#M1772</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-10-24T12:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: JBoss server not starting with Oracle database</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338808#M1773</link>
      <description>Can anyone help me in solving this issue???</description>
      <pubDate>Tue, 11 Nov 2014 04:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/JBoss-server-not-starting-with-Oracle-database/m-p/2338808#M1773</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-11-11T04:54:17Z</dc:date>
    </item>
  </channel>
</rss>

