<?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: error when open a project in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381019#M3970</link>
    <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi&lt;BR /&gt;the tFileOutputDelimited folder in that location is empty, i take it this is supposed to have files etc in it&lt;BR /&gt;download the file and unzip&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;ah...this is the cause! There should be the source files of the component! The installation process might be not completely. Anyway, you need to re-install it again,.</description>
    <pubDate>Thu, 11 Oct 2012 15:27:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-11T15:27:50Z</dc:date>
    <item>
      <title>error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381010#M3961</link>
      <description>installed v5.1.1, when open a project get following;
&lt;BR /&gt;Some comopnent are not loaded;
&lt;BR /&gt;tFileOutputDelimited
&lt;BR /&gt;tDie</description>
      <pubDate>Sat, 16 Nov 2024 12:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381010#M3961</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381011#M3962</link>
      <description>Hi, 
&lt;BR /&gt;For your issue, maybe something wrong with your installation. You should confirm these points: 
&lt;BR /&gt;1: The Talend Studio requires Sun JDK1.6 or higher. 
&lt;BR /&gt;2: Set Java environment variables correctly. 
&lt;BR /&gt;3: What's your version of window7? 32bit or 64bit? make sure the JDK consistent with your window7 version. 
&lt;BR /&gt;4: Are there any blank space in installations in path. 
&lt;BR /&gt;Try to re-install Talend studio to check if this issue reproduce again, and we will track your issue. 
&lt;BR /&gt;Best Regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 10 Oct 2012 02:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381011#M3962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-10T02:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381012#M3963</link>
      <description>Hi Sabrina 
&lt;BR /&gt;this is the log when i open a project; 
&lt;BR /&gt;!SESSION 2012-10-10 14:51:51.444 ----------------------------------------------- 
&lt;BR /&gt;eclipse.buildId=unknown 
&lt;BR /&gt;java.version=1.6.0_21 
&lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IE 
&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:52:02.710 
&lt;BR /&gt;!MESSAGE 2012-10-10 14:52:02,710 INFO org.talend.repository.ui.login.LoginComposite - validate updatesite... 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 2 0 2012-10-10 14:52:02.757 
&lt;BR /&gt;!MESSAGE 2012-10-10 14:52:02,757 WARN org.talend.commons.exception.CommonExceptionHandler - softwareupdate.error.cannotconnect 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;org.talend.commons.exception.PersistenceException: softwareupdate.error.cannotconnect 
&lt;BR /&gt; at org.talend.repository.remoteprovider.ServletUtil.handleError(ServletUtil.java:301) 
&lt;BR /&gt; at org.talend.repository.remoteprovider.AdministratorClient.getText(AdministratorClient.java:441) 
&lt;BR /&gt; at org.talend.repository.remoteprovider.AdministratorClient.getJsonObject(AdministratorClient.java:433) 
&lt;BR /&gt; at org.talend.repository.remoteprovider.AdministratorClient.getArchivaObject(AdministratorClient.java:614) 
&lt;BR /&gt; at org.talend.repository.remoteprovider.services.RemoteService.getArchivaObject(RemoteService.java:29) 
&lt;BR /&gt; at org.talend.core.tis.service.CoreTisService.getArchivaObject(CoreTisService.java:154) 
&lt;BR /&gt; at org.talend.core.tis.service.CoreTisService.getArchivaObject(CoreTisService.java:1) 
&lt;BR /&gt; at org.talend.repository.ui.login.LoginComposite.getArchivaServicesProperties(LoginComposite.java:1840) 
&lt;BR /&gt; at org.talend.repository.ui.login.LoginComposite.validateUpdate(LoginComposite.java:1768) 
&lt;BR /&gt; at org.talend.repository.ui.login.LoginComposite.&amp;lt;init&amp;gt;(LoginComposite.java:366) 
&lt;BR /&gt; at org.talend.repository.ui.login.LoginDialog.createDialogArea(LoginDialog.java:173) 
&lt;BR /&gt; at org.talend.repository.ui.login.LoginDialog.createContents(LoginDialog.java:138) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.create(Window.java:431) 
&lt;BR /&gt; at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:790) 
&lt;BR /&gt; at org.talend.repository.RepositoryService.openLoginDialog(RepositoryService.java:262) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.logUserOnProject(Application.java:273) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Application.java:82) 
&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) 
&lt;BR /&gt;!ENTRY org.eclipse.jdt.core 4 4 2012-10-10 14:53:36.179 
&lt;BR /&gt;!MESSAGE Error creating Groovy language support 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.ClassNotFoundException: org.codehaus.jdt.groovy.integration.internal.GroovyLanguageSupport 
&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506) 
&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) 
&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410) 
&lt;BR /&gt; at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338) 
&lt;BR /&gt; at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232) 
&lt;BR /&gt; at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197) 
&lt;BR /&gt; at org.codehaus.jdt.groovy.integration.LanguageSupportFactory.tryInstantiate(LanguageSupportFactory.java:122) 
&lt;BR /&gt; at org.codehaus.jdt.groovy.integration.LanguageSupportFactory.getLanguageSupport(LanguageSupportFactory.java:95) 
&lt;BR /&gt; at org.codehaus.jdt.groovy.integration.LanguageSupportFactory.getEventHandler(LanguageSupportFactory.java:142) 
&lt;BR /&gt; at org.eclipse.jdt.internal.core.JavaProject.close(JavaProject.java:470) 
&lt;BR /&gt; at org.eclipse.jdt.internal.core.ClasspathChange.generateDelta(ClasspathChange.java:258) 
&lt;BR /&gt; at org.eclipse.jdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1916) 
&lt;BR /&gt; at org.eclipse.jdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:470) 
&lt;BR /&gt; at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291) 
&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) 
&lt;BR /&gt; at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285) 
&lt;BR /&gt; at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:186) 
&lt;BR /&gt; at org.eclipse.core.internal.resources.SavedState.processResourceChangeEvents(SavedState.java:77) 
&lt;BR /&gt; at org.eclipse.jdt.internal.core.JavaModelManager$17$1.run(JavaModelManager.java:4727) 
&lt;BR /&gt; at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975) 
&lt;BR /&gt; at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1957) 
&lt;BR /&gt; at org.eclipse.jdt.internal.core.JavaModelManager$17.run(JavaModelManager.java:4719) 
&lt;BR /&gt; at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:53:59.007 
&lt;BR /&gt;!MESSAGE 2012-10-10 14:53:59,007 INFO org.talend.core.repository.model.ProxyRepositoryFactory 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:54:03.819 
&lt;BR /&gt;!MESSAGE 2012-10-10 14:54:03,819 INFO org.talend.core.repository.GeneratedJetEmitersLoginTask - Generating JetEmiters 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.talend.platform.logging 1 0 2012-10-10 14:54:03.913 
&lt;BR /&gt;!MESSAGE 2012-10-10 14:54:03,913 INFO org.talend.repository.view.svn.InitializeLockStatusLoginTask - Initialize lock status</description>
      <pubDate>Wed, 10 Oct 2012 14:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381012#M3963</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-10T14:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381013#M3964</link>
      <description>Hi, dmac
&lt;BR /&gt;We have make a research for your issue and get the result that the component 
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Some comopnent are not loaded;&lt;BR /&gt;tFileOutputDelimited&lt;BR /&gt;tDie&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;are hidden by studio. You can find them by Projectsetting--&amp;gt;Designer--&amp;gt;Palette Settings to check if the components are hidden. If it is, add them into the "show" section and then re-start your studio.
&lt;BR /&gt;See pic
&lt;BR /&gt;Best Regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 11 Oct 2012 04:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381013#M3964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-11T04:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381014#M3965</link>
      <description>Hi Sabrina&lt;BR /&gt;no, there was nothing in the Hide panel</description>
      <pubDate>Thu, 11 Oct 2012 10:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381014#M3965</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-11T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381015#M3966</link>
      <description>Hi 
&lt;BR /&gt;Can you see the tFileOutputDelimited component, which is not loaded in your case, in Show panel--&amp;gt;File--&amp;gt;Output directory? 
&lt;BR /&gt;If so, try to move the component to Hide panel, and move it to Show panel again, followed by clicking OK button. Afterwards, close the job and reopen it again. 
&lt;BR /&gt;Hope it helps you!</description>
      <pubDate>Thu, 11 Oct 2012 12:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381015#M3966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-11T12:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381016#M3967</link>
      <description>Hi Shong 
  &lt;BR /&gt;no it wasnt in the output directory, here is the log when i open talend, then get the error mesage, then open the project 
  &lt;BR /&gt;sorry, didnt see how to add this as an attatchment 
  &lt;BR /&gt;eclipse.buildId=unknown 
  &lt;BR /&gt;java.version=1.6.0_21 
  &lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
  &lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IE 
  &lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 
  &lt;BR /&gt;!ENTRY org.talend.platform.logging 1 0 2012-10-11 13:20:34.478 
  &lt;BR /&gt;!MESSAGE 2012-10-11 13:20:34,478 INFO org.talend.repository.ui.login.LoginComposite - validate updatesite... 
  &lt;BR /&gt; 
  &lt;BR /&gt;!ENTRY org.talend.platform.logging 2 0 2012-10-11 13:20:34.509 
  &lt;BR /&gt;!MESSAGE 2012-10-11 13:20:34,509 WARN org.talend.commons.exception.CommonExceptionHandler - softwareupdate.error.cannotconnect 
  &lt;BR /&gt;!STACK 0 
  &lt;BR /&gt;org.talend.commons.exception.PersistenceException: softwareupdate.error.cannotconnect  at org.talend.repository.remoteprovider.ServletUtil.handleE
 &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/0683p000009MdCm"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdCm"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 11 Oct 2012 13:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381016#M3967</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-11T13:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381017#M3968</link>
      <description>Hi&lt;BR /&gt;i think you have tried to open the project many times and always got the same problem. Right? Do you see the component folder "tFileOutputDelimited" under &amp;lt;Talend Studio install path&amp;gt;\plugins\org.talend.designer.components.localprovider_5.1.1.r84309\components\?&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;!ENTRY org.eclipse.ui.workbench 4 2 2012-10-11 13:21:52.107&lt;BR /&gt;!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".&lt;BR /&gt;!STACK 0&lt;BR /&gt;java.lang.NullPointerException&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I seen this kind of error reported in older version, but we did't have this error on v5.1.1, not sure the problem still exists. Do you install Talend Studio with Windows installer or download the archive file and unzip it?</description>
      <pubDate>Thu, 11 Oct 2012 14:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381017#M3968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-11T14:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381018#M3969</link>
      <description>Hi&lt;BR /&gt;the tFileOutputDelimited folder in that location is empty, i take it this is supposed to have files etc in it&lt;BR /&gt;download the file and unzip</description>
      <pubDate>Thu, 11 Oct 2012 14:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381018#M3969</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-11T14:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381019#M3970</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi&lt;BR /&gt;the tFileOutputDelimited folder in that location is empty, i take it this is supposed to have files etc in it&lt;BR /&gt;download the file and unzip&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;ah...this is the cause! There should be the source files of the component! The installation process might be not completely. Anyway, you need to re-install it again,.</description>
      <pubDate>Thu, 11 Oct 2012 15:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381019#M3970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-11T15:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381020#M3971</link>
      <description>Hi 
  &lt;BR /&gt;i re-installed, opened a project, made a change and went to save, and got the error popup message; 
  &lt;BR /&gt;Save failed 
  &lt;BR /&gt;No more handles 
  &lt;BR /&gt;i had to close talend, below is the log; 
  &lt;BR /&gt;!SESSION 2012-10-12 10:29:11.557 ----------------------------------------------- 
  &lt;BR /&gt;eclipse.buildId=unknown 
  &lt;BR /&gt;java.version=1.6.0_21 
  &lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
  &lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IE 
  &lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 
  &lt;BR /&gt;!ENTRY org.talend.platform.logging 1 0 2012-10-12 10:29:35.011 
  &lt;BR /&gt;!MESSAGE 2012-10-12 10:29:35,011 INFO org.talend.repository.ui.login.LoginComposite - validate updatesite... 
  &lt;BR /&gt; 
  &lt;BR /&gt;!ENTRY org.talend.platform.logging 2 0 2012-10-12 10:31:52.729 
  &lt;BR /&gt;!MESSAGE 2012-10-12 10:31:52,729 WARN org.talend.commons.exception.CommonExceptionHandler - softwareupdate.error.cannotconnect 
  &lt;BR /&gt;!STACK 0 org.talend.commons.exception.PersistenceException: softwareupd
 &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/0683p000009MdCw"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MdCw"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 12 Oct 2012 10:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381020#M3971</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-12T10:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381021#M3972</link>
      <description>this can be closed, 
&lt;BR /&gt;i increased the memory size</description>
      <pubDate>Thu, 18 Oct 2012 15:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381021#M3972</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-10-18T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381022#M3973</link>
      <description>Hi,
&lt;BR /&gt;Well, the way to increase your memory size resolve more terrible issue from you, good job!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 19 Oct 2012 02:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381022#M3973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-19T02:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381023#M3974</link>
      <description>Hi Sabrina i am also getting the following error Please help me out 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.eclipse.ui 
&lt;BR /&gt;!MESSAGE Save Failed 
&lt;BR /&gt;!ENTRY org.eclipse.ui 
&lt;BR /&gt;!MESSAGE Save Failed 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;org.eclipse.swt.SWTError: No more handles 
&lt;BR /&gt; at org.eclipse.swt.SWT.error(SWT.java:4109) 
&lt;BR /&gt; at org.eclipse.swt.graphics.Image.init(Image.java:1598) 
&lt;BR /&gt; at org.eclipse.swt.graphics.Image.&amp;lt;init&amp;gt;(Image.java:181) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.AbstractTalendEditor.saveOutlinePicture(AbstractTalendEditor.java:968) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.AbstractTalendEditor.savePreviewPictures(AbstractTalendEditor.java:1039) 
&lt;BR /&gt; at org.talend.designer.core.ui.editor.AbstractTalendEditor.doSave(AbstractTalendEditor.java:469) 
&lt;BR /&gt; at org.talend.designer.core.ui.AbstractMultiPageTalendEditor.doSave(AbstractMultiPageTalendEditor.java:959) 
&lt;BR /&gt; at org.talend.designer.core.ui.MultiPageTalendEditor.doSave(MultiPageTalendEditor.java:203) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveableHelper$2.run(SaveableHelper.java:151) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveableHelper$5.run(SaveableHelper.java:277) 
&lt;BR /&gt; at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) 
&lt;BR /&gt; at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) 
&lt;BR /&gt; at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759) 
&lt;BR /&gt; at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) 
&lt;BR /&gt; at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756) 
&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2600) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:285) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:264) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:156) 
&lt;BR /&gt; at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1369) 
&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:3334) 
&lt;BR /&gt; at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3347) 
&lt;BR /&gt; at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:76) 
&lt;BR /&gt; at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) 
&lt;BR /&gt; at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119) 
&lt;BR /&gt; at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) 
&lt;BR /&gt; at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) 
&lt;BR /&gt; at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:468) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:786) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:885) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:567) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:508) 
&lt;BR /&gt; at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:123) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1253) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1103) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1099) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1508) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4268) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:345) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Control.windowProc(Control.java:4160) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.windowProc(Display.java:4873) 
&lt;BR /&gt; at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) 
&lt;BR /&gt; at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2459) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3655) 
&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:127) 
&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) 
&lt;BR /&gt; 
&lt;BR /&gt;Myself using windows XP and there no spaces in the Path. 
&lt;BR /&gt;I am getting this error when i save the code.Previuosly it was fine but may be due to large code i have no clue</description>
      <pubDate>Sat, 17 Aug 2013 12:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381023#M3974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-17T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381024#M3975</link>
      <description>If memory size is the Issue please let me know where to increase size</description>
      <pubDate>Sat, 17 Aug 2013 12:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381024#M3975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-17T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: error when open a project</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381025#M3976</link>
      <description>Hi somu5373, 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I am getting this error when i save the code. Previuosly it was fine but may be due to large code i have no clue&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;That means you can open your studio successfully? How did you save code? Could you please give more info or steps how to repro your issue? In addition, what's the studio version build are you using?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 19 Aug 2013 04:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/error-when-open-a-project/m-p/2381025#M3976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-19T04:26:39Z</dc:date>
    </item>
  </channel>
</rss>

