Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

JAVA (TM) SE BINARY NOT RESPONDING ERROR

I have been using Talend to import records into Salesforce.com for a few months now.  However in the last 2 weeks, when trying to 'guess schema' on an MS Access d/b data source, it goes into 'not responding' mode and eventually comes up with an error message saying "Java(TM) SE Binary Not Responding. It may respond if you wait, or you can close".  Sometimes it eventually responds after a long time (30 minutes or longer), other times I just select close and Talend quits. It's now become unusable and I have a load of data to migrate.  Does anyone know what the cause of this error is?  I've trawled the net and can only find the same error relating to the Minecraft game!  I have Java version 7.  Talend is installed on an encrypted drive on my laptop which is 10gb.  I thought it could be happening if space is getting low.  Is this a possibility?
Thanks!
Labels (2)
17 Replies
Anonymous
Not applicable
Author

I've figured out that Java is running from a number of locations.  The version which is being used by Talend is javaw.exe.  It is version 7.0.250.17 (SE7 U25).  This version is in a Not Responding state.  I have two other versions loaded, being Java.exe and another Javaw.exe, which are both version 7.0.400.43 (SE7 U40).   Is Talend using the right version of Java?
_AnonymousUser
Specialist III
Specialist III

I've figured out that Java is running from a number of locations.  The version which is being used by Talend is javaw.exe.  It is version 7.0.250.17 (SE7 U25).  This version is in a Not Responding state.  I have two other versions loaded, being Java.exe and another Javaw.exe, which are both version 7.0.400.43 (SE7 U40).   Is Talend using the right version of Java?

yes, anything with 1.6.x or 1.7.x is fine. Can you remove or unset the other java version and use the 7.0 one. That should help you for sure
Anonymous
Not applicable
Author

Hello again - I have fixed the connection to Java.  However, now as soon as I click on Guess Schema, Talend goes into Not Responding mode.  It takes 45-60 minutes to eventually come up with the schema screen.  Should I uninstall and reinstall Talend?  Do you know what may be causing it to not respond when it was previously perfect?  Do you recommend an uninstall/reinstall?
_AnonymousUser
Specialist III
Specialist III

Yes, uninstall and install it. That will help at any case.
Anonymous
Not applicable
Author

Hi,

However, now as soon as I click on Guess Schema, Talend goes into Not Responding mode.  It takes 45-60 minutes to eventually come up with the schema screen.  Should I uninstall and reinstall Talend?  Do you know what may be causing it to not respond when it was previously perfect?  Do you recommend an uninstall/reinstall?

  Except for "Guess schema", does talend studio crash when execute a job? What's your input query?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina
I used the 'Uninstall TOS.....' exe.  It completed, and it is no longer visible when I go to 'Programs & Features', however the TOS Folder is still on my C drive and still has all the contents.  I tried manually deleting the folder but that won't work so I have renamed it.  I managed to re-download it , however when I now try to open the 64bit version, I am getting an error log - MESSAGE Could not load from shared install.   The full error log is attached.  Is there a secret to uninstalling?  Is something missing from my new install?  
Thanks
Julie
1431017853464.log.log
Anonymous
Not applicable
Author

Any help with what this error means please?
1431017853464.log_20150512-1416.log
_AnonymousUser
Specialist III
Specialist III

looks like your config.ini is missing from the configuration folder under the studio install directory. Try creating it and add the below things in that
#This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser
#Fri Apr 03 17:03:18 IST 2015
org.eclipse.update.reconcile=false
eclipse.p2.profile=profile
osgi.framework=file\ 0683p000009MAB6.pnglugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
equinox.use.ds=true
osgi.bundles=reference\:file\ 0683p000009MA5A.pngrg.apache.commons.codec_1.3.0.v201101211617.jar@4,reference\:file\:javax.transaction_1.1.1.v201105210645.jar@4,reference\:file\ 0683p000009MA5A.pngrg.talend.configurator.common_5.6.1.20141207_1530.jar@1\:start,reference\:file\ 0683p000009MA5A.pngrg.talend.configurator_5.6.1.20141207_1530.jar@1\:start,reference\:file\ 0683p000009MA5A.pngrg.eclipse.core.runtime_3.6.0.v20100505.jar@4\:start,reference\:file\ 0683p000009MA5A.pngrg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar@4\:start,reference\:file\:com.oaklandsw.data.standard.x12.5010hipaa_5.6.1.I20141123-2246.jar@4,reference\:file\:com.oaklandsw.data.standard.x12.5010hipaa.examples_5.6.1.I20141123-2246.jar@4,reference\:file\:com.oaklandsw.transform.doc19_5.6.1.I20141123-2246.jar@4,reference\:file\:com.oaklandsw.data.standard.x12.4010hipaa_5.6.1.I20141123-2246.jar@4,reference\:file\:com.oaklandsw.data.standard.x12.4010hipaa.examples_5.6.1.I20141123-2246.jar@4
drools.dialect.java.compiler.lnglevel=1.6
eclipse.product=org.talend.license.gui.licenseGui
osgi.splashPath=platform\:/base/plugins/org.talend.rcp.branding.generic_5.6.1.20141207_1530/brandings/TP_BD_DQ/icons
osgi.framework.extensions=reference\:file\ 0683p000009MA5A.pngrg.talend.osgi.lib.loader_5.6.1.20141207_1530.jar
osgi.bundles.defaultStartLevel=4
eclipse.p2.data.area=@config.dir/../p2/
save it and then restart studio and see if it works.