Google App Engine with Java. Can't start:(

Posted by anatolix on Stack Overflow See other posts from Stack Overflow or by anatolix
Published on 2010-04-10T09:48:02Z Indexed on 2010/04/10 9:53 UTC
Read the original article Hit count: 243

Filed under:
|

Hello all!

I have a problem with GAE.

Even simpliest 'helloworld' app doesn't work in Eclipse.

Such error appears:

java.lang.IllegalStateException: SecurityManagerInstaller must be loaded in the system ClassLoader; was sun.misc.Launcher$ExtClassLoader@35ce36
at com.google.apphosting.utils.security.SecurityManagerInstaller.generatePolicyFile(SecurityManagerInstaller.java:103)
at com.google.apphosting.utils.security.SecurityManagerInstaller.install(SecurityManagerInstaller.java:66)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:72)
at com.google.appengine.tools.development.DevAppServerFactory.createDevAppServer(DevAppServerFactory.java:38)
at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:153)
at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:113)
at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:89)

What does it mean, any idea, please?:)

© Stack Overflow or respective owner

Related posts about java

Related posts about gae