<?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 upon importing an existing project in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-upon-importing-an-existing-project/m-p/2267595#M46427</link>
    <description>Addendum: clicking Ok and then Cancel, and quitting Talend, seems to get around it. When I started up again, the two imported projects were visible and opened just fine. 
&lt;BR /&gt;So, not critical, but slightly scary. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; 
&lt;BR /&gt;thanks, 
&lt;BR /&gt;bruce</description>
    <pubDate>Fri, 24 Aug 2012 00:22:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-24T00:22:49Z</dc:date>
    <item>
      <title>Error upon importing an existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-upon-importing-an-existing-project/m-p/2267594#M46426</link>
      <description>I had to build myself a new VM the other day, and when I went to re-install Talend DI (5.1.1), I went to import the projects from my old machine. I started Talend, selected "Import" from the initial screen, selected the main directory of the old installation, gave the project a name and hit Finish. It ran fine until the very end, when it threw an error that it couldn't access the newly-created .project file ("access denied"). Here's the full stack trace: 
&lt;BR /&gt;java.io.FileNotFoundException: C:\Talend\TOS_DI-r84309-V5.1.1\workspace\INNOVATIONU\.project (Access is denied) 
&lt;BR /&gt; at java.io.FileOutputStream.open(Native Method) 
&lt;BR /&gt; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.commons.utils.io.FilesUtils.replaceInFile(FilesUtils.java:320) 
&lt;BR /&gt; at org.talend.repository.ui.actions.importproject.ImportProjectsUtilities.afterImportAs(ImportProjectsUtilities.java:115) 
&lt;BR /&gt; at org.talend.repository.ui.actions.importproject.ImportProjectsUtilities.importProjectAs(ImportProjectsUtilities.java:95) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.newproject.ImportProjectAsWizard$1.run(ImportProjectAsWizard.java:136) 
&lt;BR /&gt; at org.talend.commons.ui.swt.dialogs.ProgressDialog$1$1.run(ProgressDialog.java:77) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584) 
&lt;BR /&gt; at org.talend.commons.ui.swt.dialogs.ProgressDialog$1.run(ProgressDialog.java:73) 
&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.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507) 
&lt;BR /&gt; at org.talend.commons.ui.swt.dialogs.ProgressDialog$2.run(ProgressDialog.java:115) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.syncExec(Display.java:4584) 
&lt;BR /&gt; at org.talend.commons.ui.swt.dialogs.ProgressDialog.executeProcess(ProgressDialog.java:97) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.newproject.ImportProjectAsWizard.performFinish(ImportProjectAsWizard.java:156) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430) 
&lt;BR /&gt; at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) 
&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) 
&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.jface.window.Window.runEventLoop(Window.java:825) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:801) 
&lt;BR /&gt; at org.talend.repository.ui.actions.importproject.ImportProjectAsAction.run(ImportProjectAsAction.java:71) 
&lt;BR /&gt; at org.talend.repository.ui.login.TOSLoginComposite$4.widgetSelected(TOSLoginComposite.java:566) 
&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) 
&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.jface.window.Window.runEventLoop(Window.java:825) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:801) 
&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;Any suggestions on how to fix? 
&lt;BR /&gt;thanks, 
&lt;BR /&gt;bruce</description>
      <pubDate>Sat, 16 Nov 2024 12:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-upon-importing-an-existing-project/m-p/2267594#M46426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error upon importing an existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-upon-importing-an-existing-project/m-p/2267595#M46427</link>
      <description>Addendum: clicking Ok and then Cancel, and quitting Talend, seems to get around it. When I started up again, the two imported projects were visible and opened just fine. 
&lt;BR /&gt;So, not critical, but slightly scary. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; 
&lt;BR /&gt;thanks, 
&lt;BR /&gt;bruce</description>
      <pubDate>Fri, 24 Aug 2012 00:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-upon-importing-an-existing-project/m-p/2267595#M46427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-24T00:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error upon importing an existing project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-upon-importing-an-existing-project/m-p/2267596#M46428</link>
      <description>I'm seeing this too. Version&amp;nbsp;TOS_DI-20160510_1709-V6.2.0.&amp;nbsp;
&lt;BR /&gt;If using the workaround above, it is necessary for the new project name to exactly match the project name that you're importing from.
&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 06 Jul 2016 09:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-upon-importing-an-existing-project/m-p/2267596#M46428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-06T09:35:05Z</dc:date>
    </item>
  </channel>
</rss>

