Hi,
Could you provide the output of a java -version please? Also could you
check the classpath environment variable too please?
The error looks like you might have ended up using libraries from Java 1.4.
--
Cheers,
James Dempsey
PCGen Code SB
2008/11/21 duroondgr <duroondgr@...>:
> Everything was working just great actually. Then I installed some
> software which installed Open-Java (I am running a ubuntu 8.10 laptop)
> I immediately un-installed open-java and reinstalled sun-java because
> the old problem of the sources not populating in the drop down menu
> cropped right up. Now PCGen won't even start. Here is the error
> message I am getting.
>
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.initLogManager(libgcj.so.90)
> at java.util.logging.LogManager.getLogManager(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.initLogManager(libgcj.so.90)
> at java.util.logging.LogManager.getLogManager(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> WARNING: bad level 'LSTWARN'
> java.lang.IllegalArgumentException: Not the name of a standard logging
> level: "LSTWARN"
> at java.util.logging.Level.parse(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at java.util.logging.LogManager.readConfiguration(libgcj.so.90)
> at pcgen.util.Logging.<clinit>(Logging.java:99)
> at java.lang.Class.initializeClass(libgcj.so.90)
> at pcgen.core.Main.dieWithBadEntryPoint(Main.java:102)
> at pcgen.core.Main.main(Main.java:95)
> 14:57:28.560 SEVERE main Main:102 Bad main entry point in
> pcgen.gui.pcGenGUI
> java.lang.reflect.InvocationTargetException
> at java.lang.reflect.Method.invoke(libgcj.so.90)
> at pcgen.core.Main.main(Main.java:77)
> Caused by: java.lang.NoSuchMethodError: method
> java.util.regex.Pattern.quote with signature
> (Ljava.lang.String;)Ljava.lang.String; was not found.
> at pcgen.core.utils.CoreUtility.split(CoreUtility.java:490)
> at
> pcgen.core.SettingsHandler.getOptionsFromProperties(SettingsHandler.java:1114)
> at pcgen.gui.pcGenGUI.main(pcGenGUI.java:451)
> at java.lang.reflect.Method.invoke(libgcj.so.90)
> ...1 more
>
>
>
> Any help would be greatly appreciated, none of my other java
> applications are having a problem. I use RPTools inittool and
> charactertool as well as pcgen.
>