Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] a need some help about ressource bundles

Dear all,

Currently I develop a huge database frontend with the eclipse 3.0.0 m8
framework. Before I switch to this framework I use the 3.0.0 m5
framework and all works fine. With the new version a need the resource
bundles and now my question, how can I create they? At every time I
start my application it crashed with this trace:



Configuration location:
 
file:C:/java/m08/workspace/.metadata/.plugins/org.eclipse.pde.core/C__ja
va_m08_runtime-workbench-workspace/
Configuration file:
 
file:C:/java/m08/workspace/.metadata/.plugins/org.eclipse.pde.core/C__ja
va_m08_runtime-workbench-workspace/config.ini loaded
Install location:
    file:c:/java/m08/
Framework located:
    file:C:/java/m08/plugins/org.eclipse.osgi_3.0.0/
Framework classpath:
    file:C:/java/m08/plugins/org.eclipse.osgi_3.0.0/core.jar
    file:C:/java/m08/plugins/org.eclipse.osgi_3.0.0/console.jar
    file:C:/java/m08/plugins/org.eclipse.osgi_3.0.0/osgi.jar
    file:C:/java/m08/plugins/org.eclipse.osgi_3.0.0/resolver.jar
    file:C:/java/m08/plugins/org.eclipse.osgi_3.0.0/defaultAdaptor.jar
    file:C:/java/m08/plugins/org.eclipse.osgi_3.0.0/eclipseAdaptor.jar
Splash location:
    C:\java\m08\plugins\org.eclipse.platform_3.0.0\splash.bmp
Debug-Options:
 
file:C:\java\m08\workspace\.metadata\.plugins\org.eclipse.pde.core\C__ja
va_m08_runtime-workbench-workspace/.options
Time loadBundles in the framework: 190
java.util.MissingResourceException: Can't find bundle for base name
de.mpg.mpimp.golm.binbase.bellerophon.BellerophonPluginResources, locale
de_DE
	at
java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
	at java.util.ResourceBundle.getBundleImpl(Unknown Source)
	at java.util.ResourceBundle.getBundle(Unknown Source)
	at
de.mpg.mpimp.golm.binbase.bellerophon.BellerophonPlugin.login(Belleropho
nPlugin.java:44)
	at
de.mpg.mpimp.golm.binbase.bellerophon.BellerophonPlugin.<init>(Belleroph
onPlugin.java:38)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
	at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at
org.eclipse.osgi.framework.internal.core.Bundle.loadBundleActivator(Bund
le.java:165)
	at
org.eclipse.osgi.framework.internal.core.BundleContext.start(BundleConte
xt.java:967)
	at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHo
st.java:404)
	at
org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:304)
	at
org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(Eclip
seClassLoader.java:89)
	at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(Bun
dleLoader.java:315)
	at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo
ader.java:346)
	at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(Ab
stractClassLoader.java:116)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLo
ader.java:251)
	at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost
.java:332)
	at
org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bundle.java:12
94)
	at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
Extension(ConfigurationElement.java:132)
	at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
Extension(ConfigurationElement.java:125)
	at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
Extension(ConfigurationElement.java:114)
	at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:189)
	at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
	at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.
java:186)
	at
org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescripto
r.java:67)
	at
org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:199)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.
java:610)
	at org.eclipse.core.runtime.Platform.run(Platform.java:521)
	at
org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:174
)
	at
org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:419)
	at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
	at
org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:417)
	at
org.eclipse.ui.internal.Perspective.showView(Perspective.java:1405)
	at
org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:72
7)
	at
org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:704)
	at
org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:2891)
	at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
	at
org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2888)
	at
org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2872)
	at
org.eclipse.ui.internal.ShowViewMenu.showOther(ShowViewMenu.java:200)
	at
org.eclipse.ui.internal.ShowViewMenu.access$2(ShowViewMenu.java:186)
	at
org.eclipse.ui.internal.ShowViewMenu$2.run(ShowViewMenu.java:67)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Ac
tionContributionItem.java:550)
	at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContribut
ionItem.java:502)
	at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionCont
ributionItem.java:435)
	at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
	at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578)
	at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256)
	at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
	at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:2
57)
	at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
	at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActiva
tor.java:277)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
239)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
117)
	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.core.launcher.Main.basicRun(Main.java:267)
	at org.eclipse.core.launcher.Main.run(Main.java:692)
	at org.eclipse.core.launcher.Main.main(Main.java:676)


many thanx for your help,

gert


Back to the top