<?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 Open Studio for Big Data 6 does not start correctly in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380358#M3634</link>
    <description>Hi,
&lt;BR /&gt;You must change your maven settings to enable it to pass through your proxy server and download the needed libraries.
&lt;BR /&gt;Create or edit your maven settings file in&amp;nbsp; ~/.m2/settings.xml or c:\users\\.m2\settings.xml 
&lt;BR /&gt;Here you have an example of a simple settings.xml file, adapt it to your particular case: 
&lt;BR /&gt;
&lt;PRE&gt;&amp;lt;SETTINGS xmlns=""&amp;gt;&lt;BR /&gt;&amp;nbsp; xmlns:xsi=""&lt;BR /&gt;&amp;nbsp; xsi:schemaLocation="&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; "&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;LOCALREPOSITORY&amp;gt;&amp;lt;/LOCALREPOSITORY&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;INTERACTIVEMODE&amp;gt;&amp;lt;/INTERACTIVEMODE&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;USEPLUGINREGISTRY&amp;gt;&amp;lt;/USEPLUGINREGISTRY&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;OFFLINE&amp;gt;&amp;lt;/OFFLINE&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;PLUGINGROUPS&amp;gt;&amp;lt;/PLUGINGROUPS&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;SERVERS&amp;gt;&amp;lt;/SERVERS&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;MIRRORS&amp;gt;&amp;lt;/MIRRORS&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;PROXIES&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;PROXY&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ID&amp;gt;example-proxy&amp;lt;/ID&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ACTIVE&amp;gt;true&amp;lt;/ACTIVE&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PROTOCOL&amp;gt;http&amp;lt;/PROTOCOL&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HOST&amp;gt;&amp;lt;/HOST&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PORT&amp;gt;&amp;lt;/PORT&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;USERNAME&amp;gt;&amp;lt;/USERNAME&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PASSWORD&amp;gt;&amp;lt;/PASSWORD&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NONPROXYHOSTS&amp;gt;www.google.com|*.example.com&amp;lt;/NONPROXYHOSTS&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/PROXY&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/PROXIES&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;PROFILES&amp;gt;&amp;lt;/PROFILES&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;ACTIVEPROFILES&amp;gt;&amp;lt;/ACTIVEPROFILES&amp;gt;&lt;BR /&gt;&amp;lt;/SETTINGS&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 16 Jul 2015 08:31:56 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-07-16T08:31:56Z</dc:date>
    <item>
      <title>Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380335#M3611</link>
      <description>&lt;P&gt;The new edition of Talend Open Studio for Big Data 6 (TOS_BD-20150702_1326-V6.0.0.zip) does not start completely. I get into the project selection screen. After clicking on "finish" the following ERROR appears and &lt;BR /&gt;the studio does not start.&lt;BR /&gt;I am in a restricted company network and so the application will not be able to get an internet connection.&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.designer.codegen.JavaRoutineSynchronizer.doSyncRoutine(JavaRoutineSynchronizer.java:145)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.designer.codegen.AbstractRoutineSynchronizer.syncRoutine(AbstractRoutineSynchronizer.java:169)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.designer.codegen.JavaRoutineSynchronizer.syncRoutineItems(JavaRoutineSynchronizer.java:103)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.designer.codegen.JavaRoutineSynchronizer.syncAllRoutinesForLogOn(JavaRoutineSynchronizer.java:82)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.CoreService.syncAllRoutines(CoreService.java:281)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1826)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.login.LoginHelper$2.run(LoginHelper.java:404)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)&lt;BR /&gt;This issue appears regardless for existing project, new projects or imported demo projects. I also tried different downloads and unzip tools. &lt;BR /&gt;Best regards,&lt;BR /&gt;&amp;nbsp; Chris&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380335#M3611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380336#M3612</link>
      <description>Hi Chris, 
&lt;BR /&gt;Are you using Java 8? What's your OS and JAVA_HOME environment variable? 
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 09 Jul 2015 08:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380336#M3612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T08:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380337#M3613</link>
      <description>Windows 7 Enterprise 64 Bit, Java Home is the Java 7 folder. TOS 5.6.2 works great with same configuration. 
&lt;BR /&gt;java -version 
&lt;BR /&gt;java version "1.7.0_80" 
&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.7.0_80-b15) 
&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)</description>
      <pubDate>Thu, 09 Jul 2015 13:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380337#M3613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-09T13:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380338#M3614</link>
      <description>Getting same error, using JDK 1.8_45 windows 7 64 bit.&lt;BR /&gt;Kindly advice.</description>
      <pubDate>Thu, 09 Jul 2015 14:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380338#M3614</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-07-09T14:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380339#M3615</link>
      <description>On private PC with private Internet connection (no proxy) It works with Windows 8.1 64Bit and Java 1.7.0_75.</description>
      <pubDate>Fri, 10 Jul 2015 05:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380339#M3615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T05:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380340#M3616</link>
      <description>Hi&amp;nbsp; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;christopher.foerster,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;We made a testing on&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;TOS 6.0(&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;20150702_1326&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;). Everything is OK on our side.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Is there any more error log which is located in&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt; 
  &lt;TALEND studio="" installation="" path=""&gt;
    /workspace/.metadata/.log? 
  &lt;/TALEND&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;@&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;ravived, could you please show us your&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;JAVA_HOME environment variable?&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Please see my screenshot&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MALS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144540i519934BBEC42296F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MALS.png" alt="0683p000009MALS.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 10 Jul 2015 08:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380340#M3616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380341#M3617</link>
      <description>Hi, 
&lt;BR /&gt;I tried to install the latest version of Talend Open Studio for Data Integration and face exactly the same problem.&amp;nbsp; 
&lt;BR /&gt;My OS is Windows 7 Enterprise Edition 64 Bit 
&lt;BR /&gt;JDK version is 1.7.0_79 
&lt;BR /&gt;JAVA_HOME is set as system variable to C:\Progra~1\Java\jdk1.7.0_79 
&lt;BR /&gt;Here is what I have already tried: 
&lt;BR /&gt;- Deinstall JDK and reinstall JDK 1.7.0_79 
&lt;BR /&gt;- Setting JAVA_HOME 
&lt;BR /&gt;- Deinstall and reinstall Talned Open Studio for Data Integration 
&lt;BR /&gt;- Run 64 bit Version of Open Studio (TOS_DI-win-x86_64.exe in installation directory) 
&lt;BR /&gt;But all that did not help and I got the window with the NullPointerException again, when I try to load a project. 
&lt;BR /&gt;The logfile from workspace/.metadata/ is attached 
&lt;BR /&gt;.log.log</description>
      <pubDate>Fri, 10 Jul 2015 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380341#M3617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380342#M3618</link>
      <description>Hi slm7110, 
&lt;BR /&gt;Can you attach again the log you wanted to show, please? For some reason it didn't make it to your post or just paste it into forum directly. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 10 Jul 2015 11:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380342#M3618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380343#M3619</link>
      <description>Hi,&lt;BR /&gt;I also had a similar issue. This seems to be caused because you need a proxy to access the maven repository.&lt;BR /&gt;I was able to resolve it by downloading the artifact in Maven manually by running the command as below:&lt;BR /&gt;&amp;gt;mvn install:install-file -Dfile=C:\Users\mv09605\Downloads\maven-resources-plugin-2.7.jar -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.7 -Dpackaging=jar&lt;BR /&gt;I hope this helps.&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul</description>
      <pubDate>Fri, 10 Jul 2015 14:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380343#M3619</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-07-10T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380344#M3620</link>
      <description>Uploaded the log file again
&lt;BR /&gt;Regards
&lt;BR /&gt;Stephan
&lt;BR /&gt;.log_20150710-1703.log</description>
      <pubDate>Fri, 10 Jul 2015 16:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380344#M3620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T16:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380345#M3621</link>
      <description>Upload did not work. Trying again with changed filename. 
&lt;BR /&gt;metadata.log.log</description>
      <pubDate>Fri, 10 Jul 2015 16:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380345#M3621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T16:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380346#M3622</link>
      <description>Ok. No other choice than to past the log directly into the forum 
  &lt;BR /&gt; 
  &lt;PRE&gt;!SESSION 2015-07-10 09:59:06.212 -----------------------------------------------&lt;BR /&gt;eclipse.buildId=unknown&lt;BR /&gt;java.version=1.7.0_79&lt;BR /&gt;java.vendor=Oracle Corporation&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE&lt;BR /&gt;Command-line arguments: &amp;nbsp;-os win32 -ws win32 -arch x86_64&lt;BR /&gt;!ENTRY org.eclipse.equinox.ds 4 0 2015-07-10 09:59:07.171&lt;BR /&gt;!MESSAGE FrameworkEvent ERROR&lt;BR /&gt;!STACK 0&lt;BR /&gt;org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.ds &lt;BR /&gt;&amp;nbsp; Unresolved requirement: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"&lt;BR /&gt;	at org.eclipse.osgi.container.Module.start(Module.java:434)&lt;BR /&gt;	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)&lt;BR /&gt;	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)&lt;BR /&gt;	a&lt;/PRE&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/0683p000009MdF7"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdF7"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 10 Jul 2015 16:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380346#M3622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-10T16:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380347#M3623</link>
      <description>Hi @xdshi, the env variable and stack trace is as follows: (from @ravived) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAbn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140854i3CC6776E0FC1897E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAbn.png" alt="0683p000009MAbn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;i checked steps mentioned in Jira -&amp;gt;&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TUP-2861" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-2861&lt;/A&gt; 
&lt;BR /&gt;1) did not find&amp;nbsp; 
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;configuration/maven_user_settings.xml &amp;nbsp; xml in mentioned folder!&lt;/FONT&gt; 
&lt;BR /&gt;("It works on my Machine" horror again -&amp;gt; Time for Docker images of Talend 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MASd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132052iF101B502457F8CA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MASd.png" alt="0683p000009MASd.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Also, version 5.6.2 works ok. So something messed up with the packaging of 6.0 i guess??</description>
      <pubDate>Sat, 11 Jul 2015 03:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380347#M3623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-11T03:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380348#M3624</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Mehul you're great man! This works for me&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;thanks!&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sun, 12 Jul 2015 00:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380348#M3624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-12T00:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380349#M3625</link>
      <description>&amp;nbsp;Hi Sabrina,
&lt;BR /&gt;To make sure that it is not a problem related to our firewall I tried to deinstall Talend and to reinstall it when I was outside of our company network and directly connected to the internet, but I still faced the same problem.
&lt;BR /&gt;Where can I perhaps find an older version until the problem is fixed?
&lt;BR /&gt;Regards
&lt;BR /&gt;Stephan</description>
      <pubDate>Mon, 13 Jul 2015 12:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380349#M3625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-13T12:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380350#M3626</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;I also had a similar issue. This seems to be caused because you need a proxy to access the maven repository.&lt;BR /&gt;I was able to resolve it by downloading the artifact in Maven manually by running the command as below:&lt;BR /&gt;&amp;gt;mvn install:install-file -Dfile=C:\Users\mv09605\Downloads\maven-resources-plugin-2.7.jar -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.7 -Dpackaging=jar&lt;BR /&gt;I hope this helps.&lt;BR /&gt;Regards,&lt;BR /&gt;Mehul&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Thanks Mehul
&lt;BR /&gt;Installing Maven and running line below from the command line worked for me
&lt;BR /&gt;
&lt;I&gt;mvn install:install-file -Dfile=&lt;U&gt;**REPLACE WITH FULL FILELOCATION**&lt;/U&gt;\maven-resources-plugin-2.7.jar -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.7 -Dpackaging=jar&lt;/I&gt;
&lt;BR /&gt;Cheers</description>
      <pubDate>Mon, 13 Jul 2015 21:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380350#M3626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-13T21:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380351#M3627</link>
      <description>Hi,&lt;BR /&gt;in which directory do I have to execute mvn install command for the downloaded jar file? There are many dirs with a pom.xml within the Talend installation.&lt;BR /&gt;Thanks&lt;BR /&gt;Stephan</description>
      <pubDate>Tue, 14 Jul 2015 09:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380351#M3627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380352#M3628</link>
      <description>Hi,&lt;BR /&gt;So far,&amp;nbsp; java 7 will no longer be "supported"(&lt;FONT size="2"&gt;&lt;FONT face="" calibri=""&gt;actually, we don't provide an SLA and technical support for them&lt;/FONT&gt;&lt;/FONT&gt;) starting with v6.0.&lt;BR /&gt;We cannot repro this issue on our side. Did you download &lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;TOS studio 6.0(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;20150702_1326&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;) from Talend Official Website?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;A href="https://www.talend.com/download/talend-open-studio" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/download/talend-open-studio&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 14 Jul 2015 10:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380352#M3628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T10:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380353#M3629</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Does this mean that Open Studio 6.0 requires JDK 8. In this case it would be very helpful if you would update your prerequisite information on&amp;nbsp; , because there I find JDK 7 as prerequisite.&amp;nbsp;
&lt;BR /&gt;And yes I installed it from your official site&amp;nbsp;
&lt;BR /&gt;Regards
&lt;BR /&gt;Stephan</description>
      <pubDate>Tue, 14 Jul 2015 10:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380353#M3629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data 6 does not start correctly</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380354#M3630</link>
      <description>Hi,&lt;BR /&gt;gave it a try with JDK 8 - same problem.&lt;BR /&gt;Here is what I did:&lt;BR /&gt;&lt;BR /&gt;Uninstalled Talend&lt;BR /&gt;Installed JDK 1.8.0_45&lt;BR /&gt;Set JAVA_HOME to the new JDK installation directory&lt;BR /&gt;Reinstalled Talend Open Studio Data Integration.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Stephan</description>
      <pubDate>Tue, 14 Jul 2015 11:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Open-Studio-for-Big-Data-6-does-not-start-correctly/m-p/2380354#M3630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-14T11:07:15Z</dc:date>
    </item>
  </channel>
</rss>

