<?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: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376974#M146284</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I usually use Talend Studio via “Publish to Cloud” on each Job (It takes a lot of time) and regarding how to automate/accelerate the tasks Cloud publication, I would say the best way is to use CI builder, please see &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/ci-build" alt="https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/ci-build" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/ci-build&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2023 06:07:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-28T06:07:57Z</dc:date>
    <item>
      <title>Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376967#M146277</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've ran into a problem with the Talend commandline tool. Here is my current setup:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;TALEND&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;Version: 7.2.1&lt;/P&gt; 
&lt;P class="p1"&gt;Build id: 20190909_1200_patch&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;TAC&lt;/P&gt; 
&lt;P class="p1"&gt;AWS - Europe&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;SERVER&lt;/P&gt; 
&lt;P class="p1"&gt;Ubuntu 18.04 LTS&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;Its a clean talend studio install. Running the commandline-linux.sh script prompted me to enter the adminUrl, my username and password to retrieve the license. I entered these credentials and they worked. I used "&lt;A href="https://tmc.eu.cloud.talend.com/studio_cloud_connection" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://tmc.eu.cloud.talend.com/studio_cloud_connection&lt;/A&gt;" here as my adminUrl. I used this same url in to connect Talend Open Studio and all seems to work fine there as well.&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;But then i try to initialize my repository using the "initRemote" command and specify the same information [adminUrl, username, password] and get the following error:&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;java.lang.IllegalStateException: org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.computeCommand(CommandLineHandler.java:369)&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.process(CommandLineHandler.java:266)&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:218)&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:205)&lt;BR /&gt;at org.talend.commandline.mode.NormalCommandLine.start(NormalCommandLine.java:32)&lt;BR /&gt;at org.talend.commandline.CommandLineApplication.start(CommandLineApplication.java:291)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1501)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.main(Main.java:1474)&lt;BR /&gt;java.lang.IllegalStateException: org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.computeCommand(CommandLineHandler.java:369)&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.process(CommandLineHandler.java:266)&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:218)&lt;BR /&gt;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:205)&lt;BR /&gt;at org.talend.commandline.mode.NormalCommandLine.start(NormalCommandLine.java:32)&lt;BR /&gt;at org.talend.commandline.CommandLineApplication.start(CommandLineApplication.java:291)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1501)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.main(Main.java:1474)&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;Seems like something's not being parsed correctly internally but I really don't get what's going wrong. Hope someone can help me out with this.&lt;/P&gt; 
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;What i've already tried:&lt;/P&gt; 
&lt;P class="p1"&gt;- Changing the "adminUrl" to something else just for debugging purposes. When changing the url to point to&lt;/P&gt; 
&lt;P class="p1"&gt;the AWS - Asia Pacific or AWS - US West urls it gave me the same error. Only when changing the url to a location that didn't exist it would say that it couldn't connect.&lt;/P&gt; 
&lt;P class="p1"&gt;- Preconfiguring using Talend Studio and then running the command line tool. Problem here is that i'm developing on a Macbook. The command line tool isn't mac os compatible so whenever i move my preconfigured Talend Studio installation to my Ubuntu 18.04 LTS Server and try to run commands it's giving me all kinds of java mac compatibility issues. This doesn't work.&lt;/P&gt; 
&lt;P class="p1"&gt;- Using an Ubuntu 18.04 VM and preconfiguring the Talend Studio in there and then starting the commandline tool. Even after logging into the repository and opening a project from the Talend Studio, it still asks me to log into the repository. Whenever i then try to use the initRemote command i get the same JSON Object error.&amp;nbsp;&lt;/P&gt; 
&lt;P class="p1"&gt;- Using the 7.1.1 Talend Studio version. The commandline tool in this version, unconfigured, spits out even more errors...&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376967#M146277</guid>
      <dc:creator>JessevdW</dc:creator>
      <dc:date>2024-11-16T04:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376968#M146278</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please create a support case on talend support portal? In this way, our colleagues from support team will give you a remote assistance through support cycle with priority.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 07:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376968#M146278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-28T07:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376969#M146279</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar issue while using the initRemote command within the commandline tool.&lt;/P&gt;&lt;P&gt;I tried this command: &lt;/P&gt;&lt;P&gt;&lt;B&gt;initRemote https://tmc.eu.cloud.talend.com -ul "xxx@xxx" -up "xxx"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;And got this error: &lt;/P&gt;&lt;P&gt;&lt;B&gt;java.lang.IllegalStateException: Unable to access to url : https://tmc.eu.cloud.talend.com&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same issue with the URL &lt;B&gt;https://tmc.eu.cloud.talend.com/studio_cloud_connection&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Talend version: 7.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 12:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376969#M146279</guid>
      <dc:creator>Alex9</dc:creator>
      <dc:date>2021-08-20T12:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376970#M146280</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have replied to your another topic about: &lt;A href="https://community.talend.com/s/question/0D55b00006MpdG3CAJ/error-when-using-initremote-command-with-the-commandline-tool" alt="https://community.talend.com/s/question/0D55b00006MpdG3CAJ/error-when-using-initremote-command-with-the-commandline-tool" target="_blank"&gt;https://community.talend.com/s/question/0D55b00006MpdG3CAJ/error-when-using-initremote-command-with-the-commandline-tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you please have a look at it?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 07:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376970#M146280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-26T07:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376971#M146281</link>
      <description>&lt;P&gt;Hi @Xiaodi Shi​&amp;nbsp;i would love to - but your link points only this post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and what about using talend studio v8.0.1.20230315_1127-patch&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 15:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376971#M146281</guid>
      <dc:creator>chnet1</dc:creator>
      <dc:date>2023-07-27T15:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376972#M146282</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It seems that only below commands are supported with cloud:&lt;/P&gt;&lt;P&gt;publishAction actionName publish action into cloud |&lt;/P&gt;&lt;P&gt;| workspace (deprecated) |&lt;/P&gt;&lt;P&gt;| -v (--version) version action publishing version |&lt;/P&gt;&lt;P&gt;| -u (--username) username cloud user login name |&lt;/P&gt;&lt;P&gt;| -p (--password) password cloud user password |&lt;/P&gt;&lt;P&gt;| -r (--url) url inventory service URL |&lt;/P&gt;&lt;P&gt;| -i (--image) publish action with |&lt;/P&gt;&lt;P&gt;| screenshot |&lt;/P&gt;&lt;P&gt;| -na (--not_accelerate) don't accelerate the publish |&lt;/P&gt;&lt;P&gt;| -w (--workspace) workspace target workspace |&lt;/P&gt;&lt;P&gt;| listCloudWorkspaces list all available workspaces |&lt;/P&gt;&lt;P&gt;| for user (and action) |&lt;/P&gt;&lt;P&gt;| (deprecated) |&lt;/P&gt;&lt;P&gt;| -u (--username) username cloud user login name |&lt;/P&gt;&lt;P&gt;| -p (--password) password cloud user password |&lt;/P&gt;&lt;P&gt;| -r (--url) url inventory service URL |&lt;/P&gt;&lt;P&gt;| -n (--name) name action name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will find the list of commands in the below document:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/studio-user-guide/cmdl-api" alt="https://help.talend.com/r/en-US/8.0/studio-user-guide/cmdl-api" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/studio-user-guide/cmdl-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, Commandline is not supported to connect to TMC using initRemote or any other commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way to connect to TMC would be through studio or CI builder.&lt;/P&gt;&lt;P&gt;Feel free to post your issue here.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 02:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376972#M146282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-28T02:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376973#M146283</link>
      <description>&lt;P&gt;Great! thanks for that you made my day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Means that there is no way for publishing jobs via command line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i try &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;publishAction jobname -v 2.0 -u XXXXX@XXXXX.YYY -p ZZZZZZZZZ -r https://tmc.eu.cloud.talend.com/inventory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!ENTRY org.talend.commandline 1 0 2023-07-28 07:03:04.581&lt;/P&gt;&lt;P&gt;!MESSAGE publishAction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!ENTRY org.talend.commandline 1 0 2023-07-28 07:03:04.581&lt;/P&gt;&lt;P&gt;!MESSAGE FAILED at Fri Jul 28 07:03:04 CEST 2023&lt;/P&gt;&lt;P&gt;exception : org.talend.commandline.client.command.CommandStatusWrapException: java.lang.RuntimeException: java.lang.IllegalStateException: should be logged on a repository&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:191)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.client.command.extension.AbstractExtensionCommandSwitch.doSwitch(AbstractExtensionCommandSwitch.java:31)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.command.CommandProcessorSwitch.caseExtensionCommand(CommandProcessorSwitch.java:179)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.client.util.CommandAbstractSwitch.doSwitch(CommandAbstractSwitch.java:70)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.command.CommandConsumer.executeCommand(CommandConsumer.java:57)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.command.CommandConsumer.execute(CommandConsumer.java:35)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.process(CommandLineHandler.java:289)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:219)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:194)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.mode.ShellServerHandler.start(ShellServerHandler.java:51)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.mode.ShellCommandLine.start(ShellCommandLine.java:24)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.executeClientCommand(CommandLineHandler.java:689)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.process(CommandLineHandler.java:268)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:219)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.cli.CommandLineHandler.execute(CommandLineHandler.java:206)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.mode.NormalCommandLine.start(NormalCommandLine.java:32)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.CommandLineApplication.start(CommandLineApplication.java:407)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:654)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.equinox.launcher.Main.run(Main.java:1462)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.equinox.launcher.Main.main(Main.java:1435)&lt;/P&gt;&lt;P&gt;Caused by: java.lang.IllegalStateException: should be logged on a repository&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.command.execute.AbstractExecuteCommand.checkLogged(AbstractExecuteCommand.java:125)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.designer.publish.cloud.commandline.commands.IPaasPublishExecuteCommand.execute(IPaasPublishExecuteCommand.java:61)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:189)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;... 29 more&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 03:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376973#M146283</guid>
      <dc:creator>chnet1</dc:creator>
      <dc:date>2023-07-28T03:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Talend commandline 7.2.1 initRemote org.talend.utils.json.JSONException: A JSONObject text must begin with '{' at character 1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376974#M146284</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I usually use Talend Studio via “Publish to Cloud” on each Job (It takes a lot of time) and regarding how to automate/accelerate the tasks Cloud publication, I would say the best way is to use CI builder, please see &lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/ci-build" alt="https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/ci-build" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/ci-build&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 06:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-commandline-7-2-1-initRemote-org-talend-utils-json/m-p/2376974#M146284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-28T06:07:57Z</dc:date>
    </item>
  </channel>
</rss>

