Hi,

I create a new GAE/J app via the Eclipse Plugin. Directly after
creation I try to run it via Run-As -> Webapplication and I receive
the following error:

java.lang.NoSuchFieldError: strm
        at java.util.zip.Inflater.initIDs(Native Method)
        at java.util.zip.Inflater.<clinit>(Unknown Source)
        at java.util.zip.ZipFile.getInflater(Unknown Source)
        at java.util.zip.ZipFile.getInputStream(Unknown Source)
        at java.util.zip.ZipFile.getInputStream(Unknown Source)
        at java.util.jar.JarFile.hasClassPathAttribute(Unknown Source)
        at
java.util.jar.JavaUtilJarAccessImpl.jarFileHasClassPathAttribute(Unknown
Source)
        at sun.misc.URLClassPath$JarLoader.getClassPath(Unknown Source)
        at sun.misc.URLClassPath.getLoader(Unknown Source)
        at sun.misc.URLClassPath.getResource(Unknown Source)
FATAL ERROR in native method: processing of -javaagent failed
        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 sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Unknown
Source)
        at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Unknown
Source)
Exception in thread "main"


Previously I was able to create GAE/J. Mz Java version is Java(TM) SE
Runtime Environment (build 1.6.0_19-b04) and I'm on Window XP.

Any advice?

Best regards, Lars

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to