Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Completely lost.... any ideas? (Unable to launch application - errors attached)(Sorry, this could be really easy!)
Completely lost.... any ideas? (Unable to launch application - errors attached) [message #665497] Thu, 14 April 2011 19:52 Go to next message
LHXS Mising name is currently offline LHXS Mising nameFriend
Messages: 20
Registered: April 2011
Junior Member
Guys,

I am getting the following errors when I try to run the RCP application that I have. Any ideas? It's completely lost on me!

Many thanks

Matt

!SESSION 2011-04-14 20:49:59.140 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Framework arguments: -product org.myApp.gui.product
Command-line arguments: -product org.myApp.gui.product -data W:\workspaces/../runtime-org.myApp.gui.product -dev file:W:/workspaces/.metadata/.plugins/org.eclipse.pde.core/o rg.myApp.gui.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.osgi 4 0 2011-04-14 20:50:00.812
!MESSAGE Application error
!STACK 1
java.lang.ExceptionInInitializerError
at org.eclipse.osgi.framework.debug.FrameworkDebugOptions.setFi le(FrameworkDebugOptions.java:438)
at org.eclipse.core.internal.runtime.DataArea.createLocation(Da taArea.java:185)
at org.eclipse.core.internal.runtime.DataArea.initializeLocatio n(DataArea.java:147)
at org.eclipse.core.internal.runtime.DataArea.assertLocationIni tialized(DataArea.java:59)
at org.eclipse.core.internal.runtime.DataArea.getStateLocation( DataArea.java:125)
at org.eclipse.core.internal.preferences.InstancePreferences.ge tBaseLocation(InstancePreferences.java:44)
at org.eclipse.core.internal.preferences.InstancePreferences.in itializeChildren(InstancePreferences.java:199)
at org.eclipse.core.internal.preferences.InstancePreferences.<init >(InstancePreferences.java:59)
at org.eclipse.core.internal.preferences.InstancePreferences.in ternalCreate(InstancePreferences.java:209)
at org.eclipse.core.internal.preferences.EclipsePreferences.cre ate(EclipsePreferences.java:289)
at org.eclipse.core.internal.preferences.EclipsePreferences.cre ate(EclipsePreferences.java:277)
at org.eclipse.core.internal.preferences.PreferencesService.cre ateNode(PreferencesService.java:390)
at org.eclipse.core.internal.preferences.RootPreferences.getChi ld(RootPreferences.java:63)
at org.eclipse.core.internal.preferences.RootPreferences.getNod e(RootPreferences.java:96)
at org.eclipse.core.internal.preferences.RootPreferences.node(R ootPreferences.java:85)
at org.eclipse.core.internal.preferences.AbstractScope.getNode( AbstractScope.java:38)
at org.eclipse.core.runtime.preferences.InstanceScope.getNode(I nstanceScope.java:71)
at org.eclipse.ui.preferences.ScopedPreferenceStore.getStorePre ferences(ScopedPreferenceStore.java:241)
at org.eclipse.ui.preferences.ScopedPreferenceStore.<init>(ScopedPreferenceStore.java:133)
at org.eclipse.ui.plugin.AbstractUIPlugin.getPreferenceStore(Ab stractUIPlugin.java:284)
at org.eclipse.ui.internal.UISynchronizer.<init>(UISynchronizer.java:88)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2456)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:24 38)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.myApp.Application.start(Application.java:20)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:196)
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(EclipseS tarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.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: 620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
Caused by: java.lang.ArrayStoreException: declaredAnnotations/7371509
at sun.text.resources.FormatData.getContents(Unknown Source)
at java.util.ListResourceBundle.loadLookup(Unknown Source)
at java.util.ListResourceBundle.handleGetObject(Unknown Source)
at java.util.ResourceBundle.getObject(Unknown Source)
at java.util.ResourceBundle.getObject(Unknown Source)
at java.util.ResourceBundle.getObject(Unknown Source)
at java.text.DateFormatSymbols.initializeData(Unknown Source)
at java.text.DateFormatSymbols.<init>(Unknown Source)
at java.text.DateFormatSymbols.getInstance(Unknown Source)
at java.text.SimpleDateFormat.<init>(Unknown Source)
at java.text.SimpleDateFormat.<init>(Unknown Source)
at org.eclipse.osgi.framework.debug.EclipseDebugTrace.<clinit>(EclipseDebugTrace.java:51)
... 41 more
An error has occurred. See the log file
W:\runtime-org.myApp.gui.product\.metadata\.log.

[Updated on: Thu, 14 April 2011 20:12]

Report message to a moderator

Re: Completely lost.... any ideas? [message #665531 is a reply to message #665497] Thu, 14 April 2011 23:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rth_morpheus.web.de

Hi,

I suppose it would be quite helpful if you could track the source of
this exception. Try using a breakpoint catching this specific type of
exception and copy the code or method that causes it in here.

Regards

Robert
Re: Completely lost.... any ideas? [message #665651 is a reply to message #665497] Fri, 15 April 2011 11:28 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

On 04/14/2011 03:52 PM, LHXS wrote:
> Caused by: java.lang.ArrayStoreException: declaredAnnotations/7371509
> at sun.text.resources.FormatData.getContents(Unknown Source)
> at java.util.ListResourceBundle.loadLookup(Unknown Source)

Your JCL is throwing this exception during class loading, and that's
killing plugin activation.

You'll have to google why your JCL would throw that kind of error.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse. platform.doc.isv/guide/workbench.htm


Re: Completely lost.... any ideas? (Unable to launch application - errors attached) [message #666732 is a reply to message #665497] Fri, 22 April 2011 01:55 Go to previous message
jim liu is currently offline jim liuFriend
Messages: 37
Registered: February 2011
Location: shanghai
Member
Caused by: java.lang.ArrayStoreException: declaredAnnotations/7371509
at sun.text.resources.FormatData.getContents(Unknown Source)
at java.util.ListResourceBundle.loadLookup(Unknown Source)
java.lang.ArrayStoreException
javadoc below
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects. For example, the following code generates an ArrayStoreException:


Object x[] = new String[3];
x[0] = new Integer(0);





java eclipse Search
http://javafind.appspot.com/
Previous Topic:Cloning Custom Perspectives
Next Topic:Dynamic cacading menu items
Goto Forum:
  


Current Time: Sat Apr 20 03:41:27 GMT 2024

Powered by FUDForum. Page generated in 0.03432 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top