<?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: [resolved] Command line can not start in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331488#M100468</link>
    <description>Hi 
&lt;BR /&gt;The OS is a 64bit system, can you show me the content of script start_cmdline.sh you are using to launch commandline? 
&lt;BR /&gt;By default, the content looks like as below: 
&lt;BR /&gt;./Talend-linux-gtk-x86 -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 
&lt;BR /&gt;For 64bit, change it to 
&lt;BR /&gt;./Talend-linux-gtk-x86_64 -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Wed, 10 Aug 2011 12:48:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-08-10T12:48:07Z</dc:date>
    <item>
      <title>[resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331487#M100467</link>
      <description>Hi, 
  &lt;BR /&gt;I just tried to generate one of my job but it doesn't work "Unexpected error, contact your administrator". 
  &lt;BR /&gt;Ok so i go to the CommandLine and it says : 
  &lt;BR /&gt; 
  &lt;PRE&gt;Fail to list commands&lt;BR /&gt;Unexpected listCommand while processing stopServer|qu&lt;/PRE&gt; 
  &lt;BR /&gt;So i figured the command line wasn't started. 
  &lt;BR /&gt;So i go and launch it /talend_directory/cmdline/start_cmdline.sh 
  &lt;BR /&gt;And ... nothing happens. It stays the same. 
  &lt;BR /&gt;EDIT : Just found that i don't have any cmdline in the running process. But how can i launch it ? 
  &lt;BR /&gt;EDIT2: I found that start_cmdline.sh launch a Java command. So i tried to launch the command directly in the shell and i have an answer from the system but i don't know what that means. 
  &lt;BR /&gt; 
  &lt;PRE&gt; 15542&lt;/PRE&gt; 
  &lt;BR /&gt;EDIT3 : Found the log 
  &lt;BR /&gt; 
 &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/0683p000009Mcyw" target="_blank"&gt;here&lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331487#M100467</guid>
      <dc:creator>ffwrude</dc:creator>
      <dc:date>2024-11-16T12:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331488#M100468</link>
      <description>Hi 
&lt;BR /&gt;The OS is a 64bit system, can you show me the content of script start_cmdline.sh you are using to launch commandline? 
&lt;BR /&gt;By default, the content looks like as below: 
&lt;BR /&gt;./Talend-linux-gtk-x86 -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 
&lt;BR /&gt;For 64bit, change it to 
&lt;BR /&gt;./Talend-linux-gtk-x86_64 -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 10 Aug 2011 12:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331488#M100468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-10T12:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331489#M100469</link>
      <description>&lt;PRE&gt;cd "/Talend/cmdline/studio"&lt;BR /&gt;java -Xms64m -Xmx1024m -XX:MaxPermSize=256m -jar plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 &amp;gt; /dev/null 2&amp;gt;&amp;amp;1 &amp;lt; /dev/null &amp;amp;&lt;/PRE&gt;
&lt;BR /&gt;EDIT : It was working before and no one touched the scripts. But the server has been rebooted
&lt;BR /&gt;EDIT 2 : that's what i have in the start_commandline.sh i don't have what your are talking about.</description>
      <pubDate>Wed, 10 Aug 2011 13:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331489#M100469</guid>
      <dc:creator>ffwrude</dc:creator>
      <dc:date>2011-08-10T13:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331490#M100470</link>
      <description>*bump*</description>
      <pubDate>Thu, 11 Aug 2011 08:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331490#M100470</guid>
      <dc:creator>ffwrude</dc:creator>
      <dc:date>2011-08-11T08:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331491#M100471</link>
      <description>Hi 
&lt;BR /&gt;1. Do you see a folder called commandline-workspace under /Talend/cmdline/studio/? Delete it and restart commandline. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 12 Aug 2011 05:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331491#M100471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-12T05:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331492#M100472</link>
      <description>Ok i deleted the /Talend/cmdline/studio/commandline-workspace.
&lt;BR /&gt;Then i did /Talend/cmdline/studio/start_commandline.sh
&lt;BR /&gt;And .... it's the same. Nothing changed.</description>
      <pubDate>Fri, 12 Aug 2011 08:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331492#M100472</guid>
      <dc:creator>ffwrude</dc:creator>
      <dc:date>2011-08-12T08:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331493#M100473</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)&lt;BR /&gt; ... 11 more&lt;BR /&gt;Root exception:&lt;BR /&gt;java.lang.Error: Please setup a license first.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Maybe you need to setup or upgrade the license? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 12 Aug 2011 09:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331493#M100473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-12T09:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331494#M100474</link>
      <description>I did 2days ago.
&lt;BR /&gt;EDIT : 1 reupload the licence and generate the validation token. It stills saying "Please setup a licence".
&lt;BR /&gt;
&lt;IMG src="https://community.qlik.com/" /&gt;
&lt;BR /&gt;EDIT 2 : I'm going to contact the support. So i'll be posting the result when i have it.
&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 12 Aug 2011 09:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331494#M100474</guid>
      <dc:creator>ffwrude</dc:creator>
      <dc:date>2011-08-12T09:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331495#M100475</link>
      <description>Ok So i have the answer for curious people. 
&lt;BR /&gt;When you update the licence in TAC in DOES NOT update the licence in the command line. 
&lt;BR /&gt;So i just had to upload the licence file in the /Talend/cmdline/studio/licence 
&lt;BR /&gt;I suggested that the update in TAC upload the cmdline licence.</description>
      <pubDate>Fri, 12 Aug 2011 16:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331495#M100475</guid>
      <dc:creator>ffwrude</dc:creator>
      <dc:date>2011-08-12T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331496#M100476</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Ok So i have the answer for curious people.&lt;BR /&gt;When you update the licence in TAC in DOES NOT update the licence in the command line.&lt;BR /&gt;So i just had to upload the licence file in the /Talend/cmdline/studio/licence&lt;BR /&gt;I suggested that the update in TAC upload the cmdline licence.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;ah, 
&lt;BR /&gt;yes, you are right, you have to update the license both in TAC and commandline. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 17 Aug 2011 02:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331496#M100476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-17T02:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331497#M100477</link>
      <description>HI, 
&lt;BR /&gt;I currently faced this issue. After reading this thread we just copied the file "license" into ../$commandline$/ directory (not ../$commandline$/studio/license bacause this directory does not exist) and restarted the commandline process. And now the commandline runs... 
&lt;BR /&gt;Why is this not documented ?!? OR even better: why can't the TAC provide the new key to commandline process... 
&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 27 Feb 2012 14:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331497#M100477</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-02-27T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331498#M100478</link>
      <description>Spent some time trying to fix this one. &amp;nbsp;Not sure WHERE the license finally got read, but wanted to make another comment. 
&lt;BR /&gt;Our Talend installation is loaded with links that confuse things when trying to get stuff working. &amp;nbsp;By habit I go to "/opt/talend" as my directory, but secretly that is just a link to /opt/Talend-6.2.1. &amp;nbsp;I tried putting the license in the /opt/talend/cmdline folder and failed though /opt/talend/command_line was the right place in our 5.5.1 Talend server. &amp;nbsp;I put another copy in /opt/talend/cmdline/studio and it seemed to work. 
&lt;BR /&gt;I have dealt with Talend issues before, so I was not a completly blindsided by this problem, but seriously, &amp;nbsp;why can't the error message say something helpful like "Your license file is invalid, you fool!" instead of the cryptic crap it spits out? &amp;nbsp;And it would be nice for TAC to automatically install the license on the commandline servers. &amp;nbsp;Or at LEAST grunt out a message warning people that uploading the file to TAC is not enough.</description>
      <pubDate>Mon, 12 Dec 2016 23:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331498#M100478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-12T23:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Command line can not start</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331499#M100479</link>
      <description>So, this problem arose in 2011. We are in 2017, and the Administrator DOES NOT update the licence on command line...</description>
      <pubDate>Thu, 05 Jan 2017 17:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Command-line-can-not-start/m-p/2331499#M100479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-05T17:43:54Z</dc:date>
    </item>
  </channel>
</rss>

