-
Nov 1st, 2005, 12:29 AM
#1
httpinvoker can not work in RCP
httpinvoker can not work in RCP throws java.lang.StackOverflowError
at java.util.zip.ZipFile.getEntry(Unknown Source)
at java.util.jar.JarFile.getEntry(Unknown Source)
at java.util.jar.JarFile.getJarEntry(Unknown Source)
at sun.misc.URLClassPath$JarLoader.getResource(Unknow n Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.ContextF inder.loadClass(ContextFinder.java:79)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.ContextF inder.loadClass(ContextFinder.java:86)
but in console the program is correct
please help me!!
thank you very mach.
-
Nov 1st, 2005, 03:44 PM
#2
Judging by stack trace, there's no Spring here at all. It looks like there're some classloading issues with Eclipse. Is this the full stack trace? Is it actually httpinvoker or you can't run Spring under Eclipse at all?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules