Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Open Studio for Big Data 6 does not start correctly

The new edition of Talend Open Studio for Big Data 6 (TOS_BD-20150702_1326-V6.0.0.zip) does not start completely. I get into the project selection screen. After clicking on "finish" the following ERROR appears and
the studio does not start.
I am in a restricted company network and so the application will not be able to get an internet connection.
java.lang.NullPointerException
    at org.talend.designer.codegen.JavaRoutineSynchronizer.doSyncRoutine(JavaRoutineSynchronizer.java:145)
    at org.talend.designer.codegen.AbstractRoutineSynchronizer.syncRoutine(AbstractRoutineSynchronizer.java:169)
    at org.talend.designer.codegen.JavaRoutineSynchronizer.syncRoutineItems(JavaRoutineSynchronizer.java:103)
    at org.talend.designer.codegen.JavaRoutineSynchronizer.syncAllRoutinesForLogOn(JavaRoutineSynchronizer.java:82)
    at org.talend.core.CoreService.syncAllRoutines(CoreService.java:281)
    at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1826)
    at org.talend.repository.ui.login.LoginHelper$2.run(LoginHelper.java:404)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
This issue appears regardless for existing project, new projects or imported demo projects. I also tried different downloads and unzip tools.
Best regards,
  Chris

Labels (2)
54 Replies
Anonymous
Not applicable
Author

Hi,
I have manged to get TOS 6.0.0 working on Windows 7 64 bit by removing the suffix of ".lastUpdated" from the files maven-resources-plugin-2.7.jar.lastUpdated and maven-resources-plugin-2.7.pom.lastUpdated in the folder c:\Users\<USERNAME>\.m2\repository\org\plugins\maven-resources-plugin
Hope this helps</USERNAME>

Hi all,
For the record, I have fixed the problem doing what barryharris said.
It will be nice to have another Talend build with this issue fixed.
Regards
_AnonymousUser
Specialist III
Specialist III

I confirm that barryrharris' solution fixes the problem. 
Anonymous
Not applicable
Author

Hi,
I have manged to get TOS 6.0.0 working on Windows 7 64 bit by removing the suffix of ".lastUpdated" from the files maven-resources-plugin-2.7.jar.lastUpdated and maven-resources-plugin-2.7.pom.lastUpdated in the folder c:\Users\<USERNAME>\.m2\repository\org\plugins\maven-resources-plugin
Hope this helps</USERNAME>

Worked for me. Thanks!!!
Anonymous
Not applicable
Author

Hi,
I have manged to get TOS 6.0.0 working on Windows 7 64 bit by removing the suffix of ".lastUpdated" from the files maven-resources-plugin-2.7.jar.lastUpdated and maven-resources-plugin-2.7.pom.lastUpdated in the folder c:\Users\<USERNAME>\.m2\repository\org\plugins\maven-resources-plugin
Hope this helps</USERNAME>

This worked for me. Awesome! Much appreciated.
Anonymous
Not applicable
Author

Hi guys,
Could you please make a testing on the 6.1.0M1 build  to see if everything is going well?
Your feedback will be highly appreciated. Feel free to add your comments into jira issue: https://jira.talendforge.org/browse/TDI-33091.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi all;
I had the iqual problem, I put the XML, I download the MAVEN but the solution is more simple. In the directory C:\Users\{user}\.m2\repository\org\apache\maven\plugins\maven-resources-plugin\2.7 delete the .lastupdate extension in the files:
maven-resources-plugin-2.7.jar
maven-resources-plugin-2.7.pom
And the MDM-6.0.0 is working correctly. After, i have other problem in the MDM-6.0.0...see post " Error to run job"
Regards
_AnonymousUser
Specialist III
Specialist III

Hi guys,
Could you please make a testing on the 6.1.0M1 build  to see if everything is going well?

Your feedback will be highly appreciated. Feel free to add your comments into jira issue:.
Best regards
Sabrina

I was getting the same error with 6.0 and none of the solutions worked. I downloaded and tried the 6.1.0M1 and it is working now. Thank you for the update.
Anonymous
Not applicable
Author

I hava the sam issue, talend can not start: after i chosed an existing project, the error happend:
!ENTRY org.talend.platform.logging 4 0 2015-09-28 09:57:26.330
!MESSAGE 2015-09-28 09:57:26,328 ERROR org.talend.commons.exception.CommonExceptionHandler  -
!STACK 0
java.lang.IllegalArgumentException:
    at org.talend.commons.exception.CommonExceptionHandler.getPriority(CommonExceptionHandler.java:63)
    at org.talend.commons.exception.ExceptionHandler.process(ExceptionHandler.java:33)
    at org.talend.designer.runprocess.DeleteAllJobWhenStartUp.earlyStartup(DeleteAllJobWhenStartUp.java:129)
    at org.talend.designer.runprocess.DeleteAllJobWhenStartUp.startup(DeleteAllJobWhenStartUp.java:53)
    at org.talend.designer.runprocess.RunProcessService.deleteAllJobs(RunProcessService.java:217)
    at org.talend.core.CoreService.deleteAllJobs(CoreService.java:318)
    at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1835)
    at org.talend.repository.ui.login.LoginHelper$1.run(LoginHelper.java:410)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
_AnonymousUser
Specialist III
Specialist III

For those who are facing similar issue, pls follow below steps to resolve:
1: Install apache maven in your system where you wish to run TOS .
Follow steps for windows here : 
2: Ensure that you have configured apache maven environment variables properly.
3: Go to apache maven settings file , usually found under conf folder.
4: Change the proxy related settings if required . like below:
<PROXIES>
       <PROXY>
      <ID>optional</ID>
      <ACTIVE>true</ACTIVE>
      <PROTOCOL>http</PROTOCOL>
      <HOST>proxy-server</HOST>
      <PORT>80</PORT>
      <NONPROXYHOSTS>local.net|some.host.com</NONPROXYHOSTS>
    </PROXY>
  </PROXIES>
5: Install following Apache Maven plugin to solve the issue:
mvn install:install-file "-DgroupId=org.apache.maven.plugins" "-DartifactId=maven-resources-plugin" "-Dversion=2.7" "-Dfile=D:\Tools\MonToo Tools\apache-maven-3.2.5\lib\maven-resources-plugin-2.7.jar" "-Dpackaging-jar"
Have fun !!!..
Anonymous
Not applicable
Author

Hi,
Please review the KB article about:TalendHelpCenter:Configuring+a+proxy+in+the+maven+setting+file.
Best regards
Sabrina