I saved and exported a project last Friday, and now I cannot open it up in Talend. I get the following error:
An error occured (null).
java.lang.UnsupportedOperationException
at org.talend.core.model.properties.impl.FileItemImpl.eResolveProxy(FileItemImpl.java:346)
at org.talend.core.model.properties.impl.FileItemImpl.getContent(FileItemImpl.java:159)
at org.talend.core.repository.utils.RoutineUtils.changeRoutinesPackage(RoutineUtils.java:45)
at org.talend.repository.localprovider.model.LocalRepositoryFactory.changeRoutinesPackage(LocalRepositoryFactory.java:3012)
at org.talend.repository.localprovider.model.LocalRepositoryFactory.logOnProject(LocalRepositoryFactory.java:2998)
at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1789)
at org.talend.repository.ui.login.LoginHelper$2.run(LoginHelper.java:404)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
I am running Talend v6 on a Windows 7 machine. Any assistance is appreciated.
Thank you!
Is there any more error log which is located in <Talend Studio installation path>/workspace/.metadata/.log? Can you create a new project on your V6.0 studio?
I have included the log file. It appears to be looking for a macosx dependency, which is strange, as I am running on Windows... Looking forward to your analysis of the log file. Thank you! .log.log
Hi hellercarl,
Could you please just paste the whole error log into forum directly? It seems that the attached log link doesn't work.
What's the JDK version you are using?
Best regards
Sabrina
I'm using JDK 1.8.
I have included the log file directly in the message here. The message has changed slightly between 6.0 and 6.0.1, but the one error is still occuring: org.osgi.framework.BundleException: Could not resolve module: org.eclipse.jdt.launching.macosx. Not sure why macosx is part of this, I'm running on Windows 7.
Thank you!
Carl.
!SESSION 2015-10-21 11:28:27.547 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_65
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64
!ENTRY org.eclipse.equinox.ds 4 0 2015-10-21 11:28:28.801
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.ds Unresolved requirement: Import-Package: org.eclipse.equinox.internal.
Hi Carl,
Did you follow up document correctly
TalendHelpCenter:How to export a project to export your project?
Can you create a new project on your V6.0 studio?
Have you tried to
restore the items to see if this issue repro?
1. Back up the workspace.
2. Delete the workspace and restart the studio.
3. Import all items from the backup of workspace done in step1.
Best regards
Sabrina
I should clarify that I cannot open the project on the same machine that I exported from. So I saved and exported the file to include in my company's source control system (and yes, I did follow the instructions in that document). When I restarted Talend the next day, I could no longer open up the project. I have no idea what changed, and why this error has suddenly occurred. I can create new projects, I have uninstalled and reinstalled Talend. I have imported the project from my workspace backup. It imports, but fails to load at the exact same spot every time. Based on the error log, it looks as if it needs that dependency. I have downloaded it, but I have no idea where to put it so Talend knows it is there. Thank you for your help. Carl.