Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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 Chris,
Are you using Java 8? What's your OS and JAVA_HOME environment variable?

Best regards
Sabrina
Anonymous
Not applicable
Author

Windows 7 Enterprise 64 Bit, Java Home is the Java 7 folder. TOS 5.6.2 works great with same configuration.
java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
_AnonymousUser
Specialist III
Specialist III

Getting same error, using JDK 1.8_45 windows 7 64 bit.
Kindly advice.
Anonymous
Not applicable
Author

On private PC with private Internet connection (no proxy) It works with Windows 8.1 64Bit and Java 1.7.0_75.
Anonymous
Not applicable
Author

Hi  christopher.foerster,
We made a testing on  TOS 6.0( 20150702_1326 ). Everything is OK on our side.
Is there any more error log which is located in  /workspace/.metadata/.log?

@ ravived, could you please show us your  JAVA_HOME environment variable?
Please see my screenshot

Best regards
Sabrina
0683p000009MALS.png
Anonymous
Not applicable
Author

Hi,
I tried to install the latest version of Talend Open Studio for Data Integration and face exactly the same problem. 
My OS is Windows 7 Enterprise Edition 64 Bit
JDK version is 1.7.0_79
JAVA_HOME is set as system variable to C:\Progra~1\Java\jdk1.7.0_79
Here is what I have already tried:
- Deinstall JDK and reinstall JDK 1.7.0_79
- Setting JAVA_HOME
- Deinstall and reinstall Talned Open Studio for Data Integration
- Run 64 bit Version of Open Studio (TOS_DI-win-x86_64.exe in installation directory)
But all that did not help and I got the window with the NullPointerException again, when I try to load a project.
The logfile from workspace/.metadata/ is attached
.log.log
Anonymous
Not applicable
Author

Hi slm7110,
Can you attach again the log you wanted to show, please? For some reason it didn't make it to your post or just paste it into forum directly.

Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

Hi,
I also had a similar issue. This seems to be caused because you need a proxy to access the maven repository.
I was able to resolve it by downloading the artifact in Maven manually by running the command as below:
>mvn install:install-file -Dfile=C:\Users\mv09605\Downloads\maven-resources-plugin-2.7.jar -DgroupId=org.apache.maven.plugins -DartifactId=maven-resources-plugin -Dversion=2.7 -Dpackaging=jar
I hope this helps.
Regards,
Mehul
Anonymous
Not applicable
Author

Uploaded the log file again
Regards
Stephan
.log_20150710-1703.log