Menu

#57 Another error with Eclipse Plugin

closed
None
1
2002-07-28
2002-05-23
No

Attempting to run Eclipse Plugin (version 2.0) in newest
version of Eclipse (F1) on Windows 2000, I get the
following log entry: Log is attached.

!MESSAGE Problems occurred when invoking code
from plug-in: org.eclipse.core.runtime.
!STACK 0
java.util.MissingResourceException: Can't find bundle
for base name de.hunsicker.jalopy.Bundle, locale
en_US
at
java.util.ResourceBundle.throwMissingResourceExcepti
on(ResourceBundle.java:707)
at java.util.ResourceBundle.getBundleImpl
(ResourceBundle.java:670)
at java.util.ResourceBundle.getBundle
(ResourceBundle.java:546)
at de.hunsicker.jalopy.prefs.Loggers.init
(Loggers.java:98)
at
de.hunsicker.jalopy.plugin.AbstractPlugin.initLogging
(AbstractPlugin.java:704)
at de.hunsicker.jalopy.plugin.AbstractPlugin.<init>
(AbstractPlugin.java:169)
at
de.hunsicker.jalopy.plugin.eclipse.EclipsePlugin$PluginI
mpl.<init>(EclipsePlugin.java:235)
at
de.hunsicker.jalopy.plugin.eclipse.EclipsePlugin.startup
(EclipsePlugin.java:144)
at
org.eclipse.core.internal.plugins.PluginDescriptor$1.run
(PluginDescriptor.java:690)
at
org.eclipse.core.internal.runtime.InternalPlatform.run
(InternalPlatform.java:802)
at
org.eclipse.core.internal.plugins.PluginDescriptor.intern
alDoPluginActivation(PluginDescriptor.java:702)
at
org.eclipse.core.internal.plugins.PluginDescriptor.doPlu
ginActivation(PluginDescriptor.java:182)
at
org.eclipse.core.internal.plugins.PluginClassLoader.acti
vatePlugin(PluginClassLoader.java:58)
at
org.eclipse.core.internal.plugins.PluginClassLoader.find
ClassParentsSelf(PluginClassLoader.java:136)
at
org.eclipse.core.internal.boot.DelegatingURLClassLoa
der.loadClass(DelegatingURLClassLoader.java:750)
at
org.eclipse.core.internal.boot.DelegatingURLClassLoa
der.loadClass(DelegatingURLClassLoader.java:730)
at java.lang.ClassLoader.loadClass
(ClassLoader.java:253)
at
org.eclipse.core.internal.plugins.PluginDescriptor.creat
eExecutableExtension(PluginDescriptor.java:126)
at
org.eclipse.core.internal.plugins.PluginDescriptor.creat
eExecutableExtension(PluginDescriptor.java:163)

Discussion

  • Steve Bromley

    Steve Bromley - 2002-05-23

    LogFile

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-05-23

    Logged In: YES
    user_id=44430

    Duplicates #559240

    What JDK do you use?

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-05-23
    • assigned_to: nobody --> marcohu
    • status: open --> closed
     
  • Steve Bromley

    Steve Bromley - 2002-05-23

    Logged In: YES
    user_id=172102

    JDK 1.3.0

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-05-24

    Logged In: YES
    user_id=44430

    And I guess the vendor is IBM?

     
  • Steve Bromley

    Steve Bromley - 2002-05-24

    Logged In: YES
    user_id=172102

    No, Sun. I have included the results of the -version as follows:

    R:\>java -version
    java version "1.3.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build
    1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

     
  • Steve Bromley

    Steve Bromley - 2002-05-24

    Logged In: YES
    user_id=172102

    No, Sun. I have included the results of the -version as follows:

    R:\>java -version
    java version "1.3.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build
    1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-05-24

    Logged In: YES
    user_id=44430

    Shit. That makes for a new release soon. Could you please
    delete the INDEX.LIST entry and check again? I expect this
    the cause of the error (due to wrong capitalization).

    Many thanks.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-05-24

    Logged In: YES
    user_id=44430

    Specifically, I meant the Meta-Inf/INDEX.LIST entry of the
    jalopy-<version>.jar (using Winzip or similar...)

     
  • Steve Bromley

    Steve Bromley - 2002-05-24

    Logged In: YES
    user_id=172102

    Yes, that fixed it. Both pieces work, both the preferences
    and the formatting.....

    Thanks

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-07-28
    • priority: 5 --> 1
     

Log in to post a comment.