[kaffe] Problem with eXist again
Hakon Gunsen
hakon_ at everyday.com
Sat Jan 24 06:04:02 PST 2004
Hi! I tried to run the latest development release of eXist database on Kaffe of jan 19th built with interpreter engine on Fedora Core 1, Athlon processor.
http://sourceforge.net/project/showfiles.php?group_id=17691&package_id=23675&release_id=171595
It was mentioned in the release notes that "Changed usage of String methods to run eXist with kaffe".
But I only get these exceptions when trying to run, then it Kaffe exits. The previous version I was at least able to run, even though it didn't work well. Can anyone tell what this is? Thanks.
Configuring eXist from /home/hakon/eXist-1.0b1/conf.xml
log4j:WARN Caught Exception while in Loader.getResource. This may be innocuous.
java.lang.StringIndexOutOfBoundsException: index = 0, length=0
at java.lang.String.charAt (String.java:150)
at kaffe.lang.AppClassLoader.findResource (AppClassLoader.java:270)
at java.lang.ClassLoader.getResource (ClassLoader.java:224)
at java.lang.ClassLoader.getResource (ClassLoader.java:216)
at org.apache.log4j.helpers.Loader.getResource (Loader.java:78)
at org.apache.log4j.LogManager.<clinit> (LogManager.java:104)
at org.apache.log4j.Logger.getLogger (Logger.java:94)
at org.exist.util.Configuration.<clinit> (Configuration.java:47)
at org.exist.JettyStart.main (JettyStart.java:52)
at java.lang.reflect.Method.invoke0 (Method.java)
at java.lang.reflect.Method.invoke (Method.java:255)
at org.exist.start.Main.invokeMain (Main.java:94)
at org.exist.start.Main.run (Main.java:485)
at org.exist.start.Main.main (Main.java:44)
at java.lang.reflect.Method.invoke0 (Method.java)
at java.lang.reflect.Method.invoke (Method.java:255)
at kaffe.jar.ExecJarName.main (ExecJarName.java:67)
at kaffe.jar.ExecJar.main (ExecJar.java:75)
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invoke0 (Method.java)
at java.lang.reflect.Method.invoke (Method.java:255)
at org.exist.start.Main.invokeMain (Main.java:94)
at org.exist.start.Main.run (Main.java:485)
at org.exist.start.Main.main (Main.java:44)
at java.lang.reflect.Method.invoke0 (Method.java)
at java.lang.reflect.Method.invoke (Method.java:255)
at kaffe.jar.ExecJarName.main (ExecJarName.java:67)
at kaffe.jar.ExecJar.main (ExecJar.java:75)
Caused by: java.lang.ExceptionInInitializerError
at org.exist.JettyStart.main (JettyStart.java:52)
at java.lang.reflect.Method.invoke0 (Method.java)
...8 more
Caused by: java.lang.StringIndexOutOfBoundsException: index = 0, length=0
at java.lang.String.charAt (String.java:150)
at kaffe.lang.AppClassLoader.findResource (AppClassLoader.java:270)
at java.lang.ClassLoader.getResource (ClassLoader.java:224)
at java.lang.ClassLoader.getSystemResource (ClassLoader.java:264)
at org.apache.log4j.helpers.Loader.getResource (Loader.java:106)
at org.apache.log4j.LogManager.<clinit> (LogManager.java:104)
at org.apache.log4j.Logger.getLogger (Logger.java:94)
at org.exist.util.Configuration.<clinit> (Configuration.java:47)
at org.exist.JettyStart.main (JettyStart.java:52)
...9 more
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20040124/653013a1/attachment-0007.htm
More information about the kaffe
mailing list