<?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] Job Wont Open in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228725#M19895</link>
    <description>Further details...not sure if it helps or not.
&lt;BR /&gt;From javadoc of ArrayIndexOutOfBoundsException:
&lt;BR /&gt; * Thrown to indicate that an array has been accessed with an 
&lt;BR /&gt; * illegal index. The index is either negative or greater than or 
&lt;BR /&gt; * equal to the size of the array.</description>
    <pubDate>Wed, 11 Jul 2012 16:50:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-07-11T16:50:56Z</dc:date>
    <item>
      <title>[resolved] Job Wont Open</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228723#M19893</link>
      <description>I get the following error when i attempt to open a particular job. Other jobs open fine. What I have figured out is if I clear out the job's .item file it opens (although its just a blank job if I clear the .item file out). Where do I find the log the error is referencing and how do I go about finding out whats causing the error?
&lt;BR /&gt;An error has occurred. See error log for more details.
&lt;BR /&gt;0</description>
      <pubDate>Wed, 11 Jul 2012 15:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228723#M19893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-11T15:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Job Wont Open</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228724#M19894</link>
      <description>I found the log file. Seems like a similar problem to this thread - 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqmTCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Job-cannot-be-opened/td-p/111152&lt;/A&gt; 
&lt;BR /&gt;Any advise? 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.eclipse.jface 4 2 2012-07-11 10:13:27.030 
&lt;BR /&gt;!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 0 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.loadElementParameters(Process.java:1059) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.loadConnections(Process.java:2182) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.process.Process.loadXmlFile(Process.java:1610) 
&lt;BR /&gt; at org.talend.repository.editor.JobEditorInput.loadProcess(JobEditorInput.java:112) 
&lt;BR /&gt; at org.talend.repository.editor.JobEditorInput.checkInit(JobEditorInput.java:74) 
&lt;BR /&gt; at org.talend.repository.editor.JobEditorInput.&amp;lt;init&amp;gt;(JobEditorInput.java:66) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.&amp;lt;init&amp;gt;(ProcessEditorInput.java:39) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.ProcessEditorInput.&amp;lt;init&amp;gt;(ProcessEditorInput.java:34) 
&lt;BR /&gt; at org.talend.designer.core.ui.action.EditProcess.doRun(EditProcess.java:105) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:589) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:84) 
&lt;BR /&gt; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:217) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:2751) 
&lt;BR /&gt; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1882) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:601) 
&lt;BR /&gt; at org.talend.repository.viewer.action.RepoDoubleClickAction.run(RepoDoubleClickAction.java:102) 
&lt;BR /&gt; at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:221) 
&lt;BR /&gt; at org.eclipse.ui.navigator.CommonNavigatorManager$3.open(CommonNavigatorManager.java:185) 
&lt;BR /&gt; at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:845) 
&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) 
&lt;BR /&gt; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) 
&lt;BR /&gt; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:843) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1131) 
&lt;BR /&gt; at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:462) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1235) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Application.java:126) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1407)</description>
      <pubDate>Wed, 11 Jul 2012 16:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228724#M19894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-11T16:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Job Wont Open</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228725#M19895</link>
      <description>Further details...not sure if it helps or not.
&lt;BR /&gt;From javadoc of ArrayIndexOutOfBoundsException:
&lt;BR /&gt; * Thrown to indicate that an array has been accessed with an 
&lt;BR /&gt; * illegal index. The index is either negative or greater than or 
&lt;BR /&gt; * equal to the size of the array.</description>
      <pubDate>Wed, 11 Jul 2012 16:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228725#M19895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-11T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Job Wont Open</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228726#M19896</link>
      <description>It appears there is an issue with the connections portion of the jobs .item file. I deleted most of them out and the job is now loading. Its a set back, but not as bad as loosing the entire job. If anyone has some advise on how to rescue the original job please let me know. Thanks!</description>
      <pubDate>Wed, 11 Jul 2012 17:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228726#M19896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-11T17:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Job Wont Open</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228727#M19897</link>
      <description>I think you would have to try cross-reference the detail in the .item file to find the invalid connections, something like in 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqmTCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Job-cannot-be-opened/td-p/111152&lt;/A&gt;.</description>
      <pubDate>Thu, 12 Jul 2012 00:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228727#M19897</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-07-12T00:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Job Wont Open</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228728#M19898</link>
      <description>The issue is the character I tried to replace. Since the .item file and expressions files are xml they cannot store the character I am trying to filter out since its an invalid xml character. My job ended up completely broken because of the replace expression i tried to use. I created a new job based on fragments of the old one and it is running good for me. I am going to try using a tmysqlOutput component instead of a tsugarCRMoutput component to solve my issue with the invalid control characters. 
&lt;BR /&gt;Relevant thread for future reference (sorry for having 2 threads...originally I thought they were 2 separate issues): 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=89741" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=89741&lt;/A&gt;</description>
      <pubDate>Thu, 12 Jul 2012 15:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Job-Wont-Open/m-p/2228728#M19898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-12T15:15:51Z</dc:date>
    </item>
  </channel>
</rss>

