[AC-923] Studio initialization error
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2014-07-14T22:53:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | n/a |
Reporter | Mohammed AL-awadi |
Assignee | Mauro Parra-Miranda |
Created | 2014-04-29T08:08:55.000+0000 |
Updated | 2016-03-08T07:37:14.000+0000 |
Description
i've problem when start titanium studio , after successfully install it when attempting to start it it give me an error message ---------------------------
Titanium Studio
---------------------------
An error has occurred. See the log file
c:\Program Files\Titanium Studio\configuration\1398758735496.log
---------------------------
OK
---------------------------
log file content are the following :
!SESSION Tue Apr 29 08:05:35 GMT 2014 ------------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2014-04-29 08:05:35.533
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ExceptionInInitializerError
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:187)
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:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Caused by: java.lang.NullPointerException
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at org.eclipse.osgi.util.NLS.load(NLS.java:306)
at org.eclipse.osgi.util.NLS.initializeMessages(NLS.java:144)
at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorMsg.(EclipseAdaptorMsg.java:107)
... 8 more
--------------------
i've tried to uninstall it and re install it again , and change directory of workspace and add option -clean in the start of TitaniumStudio.ini also -clearPersistedState option , problem still exists .
please help
Attachments
Please confirm the Operating System language on this machine. It would also be helpful to get the Studio log file that you can get from the following menu: Help -> Studio -> View Log File
@Ritu , OS Language is English , OS version windows 7 ultimate , i can't get the sutdio log file , because i can't even open studio ! it happens on studio start
If you can attach the screenshot, that would be helpful to diagnose the issue. Also, please attach the output of the following command : titanium info
check attachment for screenshot , the log file are the same as on the description
I had the same problem and fixed it installing Windows x86 Java 7 Development Kit.
Thanks Claudio. Mohammed - Can you please install Windows x86 Java 7 Development Kit as suggested by Claudio and see if it helps resolves the issue?