<?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: Trouble deploying libraries to JobServer in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trouble-deploying-libraries-to-JobServer/m-p/2369143#M132320</link>
    <description>@agartzke
&lt;BR /&gt;Make sure that you have your jars in the classpath on your jobserver. If it still gives you trouble use the tLibraryLoad component in the job to specifically call the proper jar.</description>
    <pubDate>Tue, 08 Jun 2010 19:58:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-06-08T19:58:13Z</dc:date>
    <item>
      <title>Trouble deploying libraries to JobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-deploying-libraries-to-JobServer/m-p/2369141#M132318</link>
      <description>I've installed a JobServer on RHEL4 and Java 6. Everything shows up fine in the Admin Console, and when deploying a very simple job to run, things are good. However, when attempting to deploy a "real" job (connects to Oracle and HornetQ), things fall apart. 
&lt;BR /&gt;I am receiving: 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tJMSOutput_3&lt;BR /&gt;javax.naming.CommunicationException &lt;BR /&gt; at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:722)&lt;BR /&gt; at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)&lt;BR /&gt; at javax.naming.InitialContext.lookup(InitialContext.java:392)&lt;BR /&gt; at zeus_integration.choosecandidates_0_2.ChooseCandidates.tOracleInput_1Process(ChooseCandidates.java:1033)&lt;BR /&gt; at zeus_integration.choosecandidates_0_2.ChooseCandidates.tOracleConnection_1Process(ChooseCandidates.java:336)&lt;BR /&gt; at zeus_integration.choosecandidates_0_2.ChooseCandidates.runJobInTOS(ChooseCandidates.java:2179)&lt;BR /&gt; at zeus_integration.choosecandidates_0_2.ChooseCandidates.main(ChooseCandidates.java:2081)&lt;BR /&gt;Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: &lt;BR /&gt; java.lang.ClassNotFoundException: org.hornetq.jms.referenceable.SerializableObjectRefAddr (no security manager: RMI class loader disabled)&lt;BR /&gt; at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:178)&lt;BR /&gt; at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)&lt;BR /&gt; at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)&lt;BR /&gt; ... 6 more&lt;BR /&gt;Caused by: java.lang.ClassNotFoundException: org.hornetq.jms.referenceable.SerializableObjectRefAddr (no security manager: RMI class loader disabled)&lt;BR /&gt; at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:375)&lt;BR /&gt; at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165)&lt;BR /&gt; at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)&lt;BR /&gt; at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)&lt;BR /&gt; at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)&lt;BR /&gt; at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)&lt;BR /&gt; at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)&lt;BR /&gt; at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)&lt;BR /&gt; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)&lt;BR /&gt; at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1667)&lt;BR /&gt; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1323)&lt;BR /&gt; at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)&lt;BR /&gt; at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)&lt;BR /&gt; at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)&lt;BR /&gt; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)&lt;BR /&gt; at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)&lt;BR /&gt; at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)&lt;BR /&gt; at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)&lt;BR /&gt; at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)&lt;BR /&gt; at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)&lt;BR /&gt; at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:306)&lt;BR /&gt; at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:155)&lt;BR /&gt; ... 8 more&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I investigated both the JobServer's lib folder and the job's lib in the repository and noticed that SOME, but not all of my dependent JARs did not go along with it. Basically, all the hornetq and netty jars. The JNP-client and jboss-all did. 
&lt;BR /&gt;I could not find anything here on the forums, nor in the Admin or User manuals for deploying these libraries. Would much appreciate it if someone can give me a pointer! 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Andy</description>
      <pubDate>Sat, 16 Nov 2024 13:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-deploying-libraries-to-JobServer/m-p/2369141#M132318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble deploying libraries to JobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-deploying-libraries-to-JobServer/m-p/2369142#M132319</link>
      <description>I have the same problem with a SAP job. The job runs fine when i generate it with TIS Studio.
&lt;BR /&gt;Generated with Commandline i gor the following error:
&lt;BR /&gt;### Job STARTED at 2010/06/08 18:20:25 (jobId=QNYwwkY7, jobExecutionId=20100608182025_S1WZ2) ###
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unaufgelöste Kompilierungsprobleme: 
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw.jco.JCO kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw.jco.JCO kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; com.sap.mw.jco.JCO kann nicht in einen Typ aufgelöst werden.
&lt;BR /&gt; at kbw1.poc2_sapgetflightdetail_0_3.PoC2_SAPGetFlightDetail.tWaitForFile_1Process(PoC2_SAPGetFlightDetail.java:2900)
&lt;BR /&gt; at kbw1.poc2_sapgetflightdetail_0_3.PoC2_SAPGetFlightDetail.runJobInTOS(PoC2_SAPGetFlightDetail.java:5280)
&lt;BR /&gt; at kbw1.poc2_sapgetflightdetail_0_3.PoC2_SAPGetFlightDetail.main(PoC2_SAPGetFlightDetail.java:5172)
&lt;BR /&gt;### Job ENDED WITH ERROR at 2010/06/08 18:20:26 (jobId=QNYwwkY7, jobExecutionId=20100608182025_S1WZ2) ###
&lt;BR /&gt;Investigation shows that the sapjco.jar is not included.
&lt;BR /&gt;Does anybody know about the differences.
&lt;BR /&gt;Thanks
&lt;BR /&gt; Heinz-Werner</description>
      <pubDate>Tue, 08 Jun 2010 17:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-deploying-libraries-to-JobServer/m-p/2369142#M132319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-08T17:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble deploying libraries to JobServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trouble-deploying-libraries-to-JobServer/m-p/2369143#M132320</link>
      <description>@agartzke
&lt;BR /&gt;Make sure that you have your jars in the classpath on your jobserver. If it still gives you trouble use the tLibraryLoad component in the job to specifically call the proper jar.</description>
      <pubDate>Tue, 08 Jun 2010 19:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trouble-deploying-libraries-to-JobServer/m-p/2369143#M132320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-08T19:58:13Z</dc:date>
    </item>
  </channel>
</rss>

