Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Cannot open project

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!
Labels (3)
13 Replies
Anonymous
Not applicable
Author

Any update?  I need to get this running for a client installation.
Thank you.
Anonymous
Not applicable
Author

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.
Anonymous
Not applicable
Author

Hi Carl,
Sorry for delay.
Thanks for your solution which is really helpful.
Best regards
Sabrina
ashwin_w_patil
Contributor
Contributor

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) 

Thanks.