<?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: Problem with TJmsOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-TJmsOutput/m-p/2305241#M76925</link>
    <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;je suis toujours bloqué , merci pour votre aide.&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2019 10:26:37 GMT</pubDate>
    <dc:creator>M_ADN</dc:creator>
    <dc:date>2019-05-15T10:26:37Z</dc:date>
    <item>
      <title>Problem with TJmsOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-TJmsOutput/m-p/2305240#M76924</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm new to Talend and I need your help&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My need is to send information to a queue JMS with &lt;STRONG&gt;TJmsOutput&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had the error below when I run the job&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I'm sure that the Name of Queue is correct&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did someone has the same error as me ? thanks in advance&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
 Exception in component tJMSOutput_2
&lt;/DIV&gt;
&lt;DIV&gt;
 &lt;DIV&gt;
  &amp;nbsp;
 &lt;/DIV&gt;
 &lt;DIV&gt;
  weblogic.jms.common.JMSException: [JMSExceptions:045101]The destination name passed to createTopic or createQueue "TubeJmsServer_a1.fr.erdf.tube.exposition.ginkoQueue_v2" is invalid. If the destination name does not contain a "/" character then it must be the name of a distributed destination that is available in the cluster to which the client is attached. If it does contain a "/" character then the string before the "/" must be the name of a JMSServer or a ".". The string after the "/" is the name of a the desired destination. If the "./" version of the string is used then any destination with the given name on the local WLS server will be returned.
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.jms.dispatcher.DispatcherAdapter.convertToJMSExceptionAndThrow(DispatcherAdapter.java:110)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.jms.dispatcher.DispatcherAdapter.dispatchSyncNoTran(DispatcherAdapter.java:61)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.jms.client.JMSSession.createDestination(JMSSession.java:3192)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.jms.client.JMSSession.createQueue(JMSSession.java:2577)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.jms.client.WLSessionImpl.createQueue(WLSessionImpl.java:938)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at local_project.gah_jms_sge04_0_1.GAH_JMS_SGE04.tJMSOutput_2Process(GAH_JMS_SGE04.java:812)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at local_project.gah_jms_sge04_0_1.GAH_JMS_SGE04.runJobInTOS(GAH_JMS_SGE04.java:1977)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at local_project.gah_jms_sge04_0_1.GAH_JMS_SGE04.main(GAH_JMS_SGE04.java:1817)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  Caused by: weblogic.jms.common.JMSException: [JMSExceptions:045101]The destination name passed to createTopic or createQueue "TubeJmsServer_a1.fr.erdf.tube.exposition.ginkoQueue_v2" is invalid. If the destination name does not contain a "/" character then it must be the name of a distributed destination that is available in the cluster to which the client is attached. If it does contain a "/" character then the string before the "/" must be the name of a JMSServer or a ".". The string after the "/" is the name of a the desired destination. If the "./" version of the string is used then any destination with the given name on the local WLS server will be returned.
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.jms.frontend.FEManager.destinationCreate(FEManager.java:207)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.jms.frontend.FEManager.invoke(FEManager.java:572)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.messaging.dispatcher.Request.wrappedFiniteStateMachine(Request.java:961)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.messaging.dispatcher.DispatcherServerRef.invoke(DispatcherServerRef.java:276)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.messaging.dispatcher.DispatcherServerRef.handleRequest(DispatcherServerRef.java:141)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.messaging.dispatcher.DispatcherServerRef.access$000(DispatcherServerRef.java:34)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.messaging.dispatcher.DispatcherServerRef$2.run(DispatcherServerRef.java:111)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.work.ExecuteThread.execute(ExecuteThread.java:263)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
 &lt;/DIV&gt;
 &lt;DIV&gt;
  [statistics] disconnected
 &lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 May 2019 14:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-TJmsOutput/m-p/2305240#M76924</guid>
      <dc:creator>M_ADN</dc:creator>
      <dc:date>2019-05-13T14:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TJmsOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-TJmsOutput/m-p/2305241#M76925</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;je suis toujours bloqué , merci pour votre aide.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 10:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-TJmsOutput/m-p/2305241#M76925</guid>
      <dc:creator>M_ADN</dc:creator>
      <dc:date>2019-05-15T10:26:37Z</dc:date>
    </item>
  </channel>
</rss>

