Re: [appengine-java] java.security.AccessControlException: access denied

2010-12-27 Thread A. Stevko
Cloud-based app server instances do not/should not use the local file system for anything but reading static files. Perhaps you can convert the locking mechanism to use memcached which will allow for cross instance communications. On Mon, Dec 27, 2010 at 4:07 AM, shamshu wrote: > Hi, > > > I'm

[appengine-java] java.security.AccessControlException: access denied

2010-12-27 Thread shamshu
Hi, I'm trying to deploy Sun RI( PetStore ) on google app engine. With few tweaks able to deploy,But with no database indexing(lucene based indexing). Stuck at enabling the indexing using lucene, lucence api reads the index related files and writes to temp files. While doing this file api

Re: [appengine-java] java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler

2010-01-30 Thread 杨浩
In the htmlunit it's use java.net.URL,so you must check the port of the request url! It's a little limit in the GAE: The URL must use the standard ports for HTTP (80) and HTTPS (443). The port is implied by the scheme, but may also be mentioned in the URL as long as the port is standard for the sc

Re: [appengine-java] java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler

2010-01-30 Thread Andreas Blomqvist
Ok! its a htmlunit package that gets the error [java] Jan 30, 2010 11:38:45 AM com.google.apphosting.utils.jetty.JettyLogger warn [java] WARNING: Error for /myservlet [java] java.lang.ExceptionInInitializerError [java] at com.xxx.fs.FSServlet.processRequest(FSServlet.jav

Re: [appengine-java] java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler

2010-01-30 Thread 杨浩
It's not enough information! Show the full stack trace,please! 2010/1/30 Andreas Blomqvist > Hi all > > I get this error: > > *java.security.AccessControlException: access denied > java.net.NetPermission specifyStreamHandler* > > when trying to connect to my GAE server. Anyone know how to grant

[appengine-java] java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler

2010-01-30 Thread Andreas Blomqvist
Hi all I get this error: *java.security.AccessControlException: access denied java.net.NetPermission specifyStreamHandler* when trying to connect to my GAE server. Anyone know how to grant permissions in GAE? thanks /x -- You received this message because you are subscribed to the Google Gr

[appengine-java] java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.io)

2009-09-12 Thread Ravi Mandliya
Hello everyone I just uploaded my first application, its running, and seems to be working fine, but there is a problem, I get the following error when onblur() on the textbox is activated, I have applied ajax which fetches the data from Database(IBM DB2). It generates the following error: java.se