Bugs item #1413403, was opened at 2006-01-23 21:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1413403&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sandy Patterson (xandey)
Assigned to: Nobody/Anonymous (nobody)
Summary: ExceptionInInitializerError
Initial Comment:
We recieve the following stack trace when we try and run:
drjava-beta-20060120-1852.exe
drjava-stable-20050814-2234.exe
java -jar drjava-beta-20060120-1852.jar
This is under Windows XP. Add/remove programs says that
J2SE JRE and JDK version 5.0 Update 6 is installed, and
no other versions.
I checked the classpath, and it referred to some
quicktime zip file in a jre 1.4.2 directory. (I'm not
sure if that's relevant)
Owner of effected machine:
lb...@sa...
stack trace:
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at
edu.rice.cs.util.newjvm.SlaveJVMRunner.main(SlaveJVMRunner.java:135)
Caused by: java.util.MissingResourceException: Can't
find bundle for base name
koala.dynamicjava.parser.resources.messages, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException(Unknown
Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at
koala.dynamicjava.util.LocalizedMessageReader.<init>(LocalizedMessageReader.java:59)
at koala.dynamicjava.parser.Parser.<init>(Parser.java:59)
at
koala.dynamicjava.parser.wrapper.JavaCCParser.<init>(JavaCCParser.java:67)
at
koala.dynamicjava.parser.wrapper.JavaCCParserFactory.createParser(JavaCCParserFactory.java:56)
at
edu.rice.cs.drjava.model.repl.DynamicJavaAdapter$InterpreterExtension.interpret(DynamicJavaAdapter.java:396)
at
edu.rice.cs.drjava.model.repl.DynamicJavaAdapter.interpret(DynamicJavaAdapter.java:92)
at
edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.reset(InterpreterJVM.java:134)
at
edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<init>(InterpreterJVM.java:119)
at
edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM.<clinit>(InterpreterJVM.java:82)
... 3 more
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1413403&group_id=44253
|