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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

TOS-win32-x86 - "An error has occured. See the log file"

Hi,
I had this message (juste after the picture with the bridge) when I tried to launch TOS :
An error has occured. See the log file
C:\Program Files\TOS-Win32-R20205-V3.0.2\Configuration\XXXXX.log

Here is an extract of the log file :
!SESSION 2008-11-21 10:09:16.781 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.equinox.app 0 0 2008-11-21 10:09:18.515
!MESSAGE Product org.talend.rcp.branding.tos.product could not be found.
!ENTRY org.eclipse.osgi 4 0 2008-11-21 10:09:18.578
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
!ENTRY org.eclipse.osgi 2 0 2008-11-21 10:09:18.890
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-11-21 10:09:18.890
!MESSAGE Bundle update@plugins/javax.mail_1.4.0.v200804091730.jar was not resolved.
!SUBENTRY 2 javax.mail 2 0 2008-11-21 10:09:18.890
!MESSAGE Missing imported package javax.activation_0.0.0.

Hope this is enough for you to help.
Thank you
Labels (2)
27 Replies
Anonymous
Not applicable

Hello
eclipse.buildId=unknown
java.version=1.4.2_04

Talend requires JDK1.5 or greater.
Best regards
shong
_AnonymousUser
Specialist III
Specialist III
Author

Oops 0683p000009MAB6.png !
It works now, thank you !
_AnonymousUser
Specialist III
Specialist III
Author

i have same error but my log file is some thing like this:
!SESSION 2013-01-13 02:43:13.785 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_10
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86_64
!ENTRY org.eclipse.osgi 2 0 2013-01-13 02:44:07.371
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
...... many more
please help.
Anonymous
Not applicable

Hi dasht
This topic is rather older, please report a new topic for your problem next time. For your problem, check that:
1. You have installed 64-bit JDK 1.6 or higher for your 64-bit system.
2. The installation path don't contains blank space.
Shong
_AnonymousUser
Specialist III
Specialist III
Author

well thanks i will take care of it next time but can you please tell me that how can we know that our window is of 32 or 64 bit ?????
Anonymous
Not applicable

well thanks i will take care of it next time but can you please tell me that how can we know that our window is of 32 or 64 bit ?????

Hi
Please read this article, How To Determine if Your Computer Is 32-Bit or 64-Bit, you can also find this information from the log file of Talend Studio:
ARCH=x86_64
It indicates your system is of 64 bit. To check your JDK information, you can simply execute this command in CMD:
java -version

Shong
_AnonymousUser
Specialist III
Specialist III
Author

ok thank you so much 0683p000009MACn.png
_AnonymousUser
Specialist III
Specialist III
Author

!SESSION 2015-07-22 20:53:42.212 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_43
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_IN
!ENTRY org.eclipse.osgi 4 0 2015-07-22 20:53:42.480
!MESSAGE error loading hook: org.talend.osgi.configurator.JarLoaderConfigurator
!STACK 0
java.lang.UnsupportedClassVersionError: org/talend/osgi/configurator/JarLoaderConfigurator : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source) at java.

To see the whole post, download it here
OriginalPost.pdf
Anonymous
Not applicable

Change your Java version. Just read the previous messages on this thread. The recommended version of Java is now 8 with v6.0 as java 1.7 is end of life.
Also an introduction sentence and some greetings would make it nicer... 0683p000009MACn.png
HTH
Elisa