I am trying to run Google App Engine 1.3.1 from Eclipse 3.5 on a lab
computer where I don't have access to the local disk (C:), only
network disks. Already the first easiest example in the tutorial fails
when I start the development server in Eclipse, see below.
Any suggestions on either paths or security managers to solve this?
Thanks,
Fredrik
Initializing AppEngine server
Unable to start embedded HTTP server
java.security.AccessControlException: access denied
(java.io.FilePermission C:\DOCUME~1\fbn\LOCALS~1\Temp
\test6955907102366770769.policy delete)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkDelete(Unknown Source)
at java.io.File.delete(Unknown Source)
at
com.google.apphosting.utils.security.SecurityManagerInstaller.install(SecurityManagerInstaller.java:
83)
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.gwt.AppEngineLauncher.start(AppEngineLauncher.java:
79)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783)
at com.google.gwt.dev.DevMode.main(DevMode.java:275)
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-java?hl=en.