<?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] Talend Studio fails on startup in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204744#M5503</link>
    <description>Hello All who are interested, 
&lt;BR /&gt;The problem I have now solved for myself because we have not yet a support ticket access. 
&lt;BR /&gt;In the last working session with Talend Studio on Friday I have forgotten to unlock (i.e. a check-in to SVN) a routine (i.e. a Java class) 
&lt;BR /&gt;together with the other DI Jobs. I have realized that by log in to that Talend DI Project by another Talend Studio installation from 
&lt;BR /&gt;another pc. To make it work on my own pc I've removed the directory: 
&lt;BR /&gt;&amp;lt;path-2-workspace&amp;gt;\&amp;lt;project-name&amp;gt;\code\routines\&amp;lt;subfolder&amp;gt;\.svn 
&lt;BR /&gt;Now I can start Talend Studio again and it works. I am glad to continue with work. It shows the SVN component in Talend Studio is not 
&lt;BR /&gt;reliable in every situation. 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Hilderich</description>
    <pubDate>Tue, 25 Nov 2014 09:51:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-25T09:51:49Z</dc:date>
    <item>
      <title>[resolved] Talend Studio fails on startup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204738#M5497</link>
      <description>Dear Talend Supoort, 
&lt;BR /&gt;Last Friday I have worked a lot with Talend Studio and created some DI Jobs. I have also renamed some jobs afterwards but 
&lt;BR /&gt;this worked smoothly with Talend Studio and no errors occured. I know the SVN component in Talend Studio is very unstable 
&lt;BR /&gt;but Talend Studio did it without complaining anything. In addition all DI Jobs worked fine in the final run in Talend Studio. 
&lt;BR /&gt;I was aware of some mismatch as I tried to create OSGi Bundles because it was complaining about some compilation errors but my 
&lt;BR /&gt;Talend Studio has not tolde me things like that. All DI Jobs were complied fine. Then I wanted to do a restart Talend Studio and 
&lt;BR /&gt;then an error was displayed and Talend Studio is now blocked to start it normally. I am prevented to work with Talend Studio now. Here is the log stack trace: 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 2 0 2014-11-21 17:09:52.822 
&lt;BR /&gt;!MESSAGE 2014-11-21 17:09:52,820 WARN&amp;nbsp; org.talend.commons.exception.CommonExceptionHandler&amp;nbsp; - java.lang.UnsupportedOperationException 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;org.talend.commons.exception.PersistenceException: java.lang.UnsupportedOperationException 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.handleLoginProblem(RemoteRepositoryFactory.java:376) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:313) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:260) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:220) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1732) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.RepositoryService.isloginDialogDisabled(RepositoryService.java:432) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.RepositoryService.openLoginDialog(RepositoryService.java:290) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.rcp.intro.Application.logUserOnProject(Application.java:256) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.rcp.intro.Application.start(Application.java:89) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:606) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.launcher.Main.run(Main.java:1407) 
&lt;BR /&gt;Caused by: java.lang.UnsupportedOperationException 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.properties.impl.FileItemImpl.eResolveProxy(FileItemImpl.java:326) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.properties.impl.FileItemImpl.getContent(FileItemImpl.java:153) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.properties.impl.FileItemImpl.eGet(FileItemImpl.java:195) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.properties.impl.RoutineItemImpl.eGet(RoutineItemImpl.java:177) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjectImpl.java:1021) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eGet(BasicEObjectImpl.java:1013) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImpl.hasNext(EContentsEList.java:409) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.emf.ecore.util.EContentsEList$FeatureIteratorImpl.next(EContentsEList.java:565) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.utils.XmiResourceManager.getAffectedResources(XmiResourceManager.java:468) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.svnprovider.SvnBaseRepositoryFactory.filterLockedItems(SvnBaseRepositoryFactory.java:598) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.svnprovider.SvnBaseRepositoryFactory.revertIfHasAnyChange(SvnBaseRepositoryFactory.java:423) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.svnprovider.SvnBaseRepositoryFactory.beforeLogon(SvnBaseRepositoryFactory.java:326) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:311) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 19 more 
&lt;BR /&gt;How can I overcome this? 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Hilderich</description>
      <pubDate>Sat, 16 Nov 2024 11:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204738#M5497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Studio fails on startup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204739#M5498</link>
      <description>Hi,
&lt;BR /&gt;What's your talend build version? Talend Open Source or Talend Enterprise Subscription Version?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 24 Nov 2014 09:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204739#M5498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T09:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Studio fails on startup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204740#M5499</link>
      <description>We are using Talend 5.3.1 Enterprise with TAC, etc.</description>
      <pubDate>Mon, 24 Nov 2014 09:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204740#M5499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T09:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Studio fails on startup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204741#M5500</link>
      <description>Hi,
&lt;BR /&gt;We suspect some of job .item file is corrupted.
&lt;BR /&gt;Would you mind reporting a ticket on 
&lt;A href="http://support.talend.com/otrs/customer.pl" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Support Portal&lt;/A&gt;. In this way, we can get your current situation more precisely and give you a remote assistance.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 24 Nov 2014 10:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204741#M5500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Studio fails on startup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204742#M5501</link>
      <description>Hello Sabrina,
&lt;BR /&gt;My account is not active though our Talend Alliance Manager DACH has orderd to reactivate my account. Nothing happend so far.
&lt;BR /&gt;Kind regards,
&lt;BR /&gt;Hilderich</description>
      <pubDate>Mon, 24 Nov 2014 10:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204742#M5501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T10:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Studio fails on startup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204743#M5502</link>
      <description>Hello Sabrina,&lt;BR /&gt;I checked all the *.item files I have worked on via XML validator but the files were well formed XML.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Hilderich</description>
      <pubDate>Mon, 24 Nov 2014 11:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204743#M5502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-24T11:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Talend Studio fails on startup</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204744#M5503</link>
      <description>Hello All who are interested, 
&lt;BR /&gt;The problem I have now solved for myself because we have not yet a support ticket access. 
&lt;BR /&gt;In the last working session with Talend Studio on Friday I have forgotten to unlock (i.e. a check-in to SVN) a routine (i.e. a Java class) 
&lt;BR /&gt;together with the other DI Jobs. I have realized that by log in to that Talend DI Project by another Talend Studio installation from 
&lt;BR /&gt;another pc. To make it work on my own pc I've removed the directory: 
&lt;BR /&gt;&amp;lt;path-2-workspace&amp;gt;\&amp;lt;project-name&amp;gt;\code\routines\&amp;lt;subfolder&amp;gt;\.svn 
&lt;BR /&gt;Now I can start Talend Studio again and it works. I am glad to continue with work. It shows the SVN component in Talend Studio is not 
&lt;BR /&gt;reliable in every situation. 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Hilderich</description>
      <pubDate>Tue, 25 Nov 2014 09:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Talend-Studio-fails-on-startup/m-p/2204744#M5503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-25T09:51:49Z</dc:date>
    </item>
  </channel>
</rss>

