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!
My solution was to remove the java code that I had in the workspace\<PROJ_NAME>\code\routines area. Once I removed the files in that directory, I was able to open up the job and recreate what I had to delete.
Hope this helps someone.
Hi,
We are getting below error while connecting talend to remote project in SVN.
org.talend.commons.exception.PersistenceException: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E160004: Corrupt node-revision '3-1.0.r8/5790'
svn: E175002: REPORT of '/svn/new_project/!svn/vcc/default': 500 Internal Server Error ()
at org.talend.repository.svnprovider.SvnBaseRepositoryFactory.beforeLogon(SvnBaseRepositoryFactory.java:335)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:355)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:306)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:249)
at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1792)
at org.talend.repository.ui.login.LoginHelper$1.run(LoginHelper.java:410)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E160004: Corrupt node-revision '3-1.0.r8/5790'
svn: E175002: REPORT of '/svn/new_project/!svn/vcc/default': 500 Internal Server Error ()
at org.talend.repository.svnprovider.SvnEclipseHandler.checkOut(SvnEclipseHandler.java:120)
at org.talend.repository.svnprovider.SvnBaseRepositoryFactory.checkoutProject(SvnBaseRepositoryFactory.java:802)
at org.talend.repository.svnprovider.SvnBaseRepositoryFactory.beforeLogon(SvnBaseRepositoryFactory.java:325)
... 6 more
Caused by: org.tigris.subversion.javahl.ClientException: svn: E160004: Corrupt node-revision '3-1.0.r8/5790'
svn: E175002: REPORT of '/svn/new_project/!svn/vcc/default': 500 Internal Server Error ()
at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:785)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1897)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:2023)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.checkout(SVNClientImpl.java:2011)