<?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: java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201023#M3289</link>
    <description>Shong, thank you so much for your prompt reply.
&lt;BR /&gt;So basically when we install Talend, it comes with an integrated JDK, and hence, there is no issue while running the job from the GUI. But when I try to run it from the command line it hits the JDK installed in OS and errors out. Am I correct?</description>
    <pubDate>Fri, 28 Sep 2012 18:51:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-28T18:51:12Z</dc:date>
    <item>
      <title>java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201021#M3287</link>
      <description>Hello, 
&lt;BR /&gt;I get the following error when I try to run my Talend job from command line in Linux. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: java.lang.ClassFormatError: oracle.jdbc.OracleDriver (unrecognized class file version) 
&lt;BR /&gt; at scms_dwh.pscm_etl_0_1.PSCM_ETL.tOracleSP_1Process(PSCM_ETL.java:447) 
&lt;BR /&gt; at scms_dwh.pscm_etl_0_1.PSCM_ETL.runJobInTOS(PSCM_ETL.java:994) 
&lt;BR /&gt; at scms_dwh.pscm_etl_0_1.PSCM_ETL.main(PSCM_ETL.java:839) 
&lt;BR /&gt;Caused by: java.lang.ClassFormatError: oracle.jdbc.OracleDriver (unrecognized class file version) 
&lt;BR /&gt; at java.lang.VMClassLoader.defineClass(libgcj.so.7rh) 
&lt;BR /&gt; at java.lang.ClassLoader.defineClass(libgcj.so.7rh) 
&lt;BR /&gt; at java.security.SecureClassLoader.defineClass(libgcj.so.7rh) 
&lt;BR /&gt; at java.net.URLClassLoader.findClass(libgcj.so.7rh) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(libgcj.so.7rh) 
&lt;BR /&gt; at java.lang.Class.forName(libgcj.so.7rh) 
&lt;BR /&gt; at scms_dwh.pscm_etl_0_1.PSCM_ETL.tOracleSP_1Process(PSCM_ETL.java:368) 
&lt;BR /&gt; ...2 more 
&lt;BR /&gt;While searching on this I found that this may be caused due to $PATH and $JAVA_PATH variables. So I have now set them again to point to my jdk. 
&lt;BR /&gt;Also, can this be an issue because of the jdk version installed on my system? Current jdk being used is 1.4.2. 
&lt;BR /&gt;Thanks and Regards, 
&lt;BR /&gt;Shikha</description>
      <pubDate>Fri, 28 Sep 2012 15:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201021#M3287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-28T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201022#M3288</link>
      <description>Hi&lt;BR /&gt;Yes, the JRE used to execute the job is different from the one compiled the job. Talend requires Sun JDK 1.6 or higher. To resolve this issue, upgrade your JDK.</description>
      <pubDate>Fri, 28 Sep 2012 16:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201022#M3288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-28T16:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201023#M3289</link>
      <description>Shong, thank you so much for your prompt reply.
&lt;BR /&gt;So basically when we install Talend, it comes with an integrated JDK, and hence, there is no issue while running the job from the GUI. But when I try to run it from the command line it hits the JDK installed in OS and errors out. Am I correct?</description>
      <pubDate>Fri, 28 Sep 2012 18:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201023#M3289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-28T18:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201024#M3290</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Shong, thank you so much for your prompt reply.&lt;BR /&gt;So basically when we install Talend, it comes with an integrated JDK, and hence, there is no issue while running the job from the GUI. But when I try to run it from the command line it hits the JDK installed in OS and errors out. Am I correct?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi
&lt;BR /&gt;Yes, both of the two machines used to develop Talend jobs and execute Talend jobs should have Sun JDK1.6 or higher installation.
&lt;BR /&gt;The job could run fine with the integrated JDK such as OpenSource JDK in Linux distributions, but it is not verified by Talend, we suggest to install Sun JDK.</description>
      <pubDate>Sat, 29 Sep 2012 02:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201024#M3290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-29T02:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201025#M3291</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Shong, thank you so much for your prompt reply.&lt;BR /&gt;So basically when we install Talend, it comes with an integrated JDK, and hence, there is no issue while running the job from the GUI. But when I try to run it from the command line it hits the JDK installed in OS and errors out. Am I correct?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;No that is not correct. Talend Studio does not comes with an integrated JDK. Studio always use whats already installed.
&lt;BR /&gt;The only thing is, Eclipse (the foundation of Talend Studio) have it own compiler. You can see what will be used in the Preferences -&amp;gt;Java-&amp;gt;Installed JRE.</description>
      <pubDate>Sun, 30 Sep 2012 18:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201025#M3291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-30T18:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201026#M3292</link>
      <description>Hi, 
&lt;BR /&gt;Even after upgrading my JDK to 1.6, I'm getting the same error 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Kindly suggest some other solution. 
&lt;BR /&gt;Do I need to check for the settings of some environment variable??</description>
      <pubDate>Mon, 01 Oct 2012 12:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201026#M3292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-01T12:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.ClassFormatError: oracle.jdbc.OracleDriver Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201027#M3293</link>
      <description>Thanks jlolling!
&lt;BR /&gt;The jdk which IDE was using (Preferences -&amp;gt;Java-&amp;gt;Installed JRE) was different of my jdk javaHome.</description>
      <pubDate>Wed, 16 Jul 2014 12:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-ClassFormatError-oracle-jdbc-OracleDriver-Error/m-p/2201027#M3293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T12:19:21Z</dc:date>
    </item>
  </channel>
</rss>

