I'm having a major problem running my app on the dev server.  I'm using 
Thymeleaf and Spring 4.  I'm getting permission problems like this:

java.lang.IllegalAccessException: Class 
com.google.appengine.tools.development.agent.runtime.Runtime$21 can not 
access a member of class 
org.thymeleaf.spring4.requestdata.RequestDataValueProcessor4Delegate with 
modifiers "public"
at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:105)
at 
com.google.appengine.tools.development.agent.runtime.Runtime$22.run(Runtime.java:488)
at java.security.AccessController.doPrivileged(Native Method)
at 
com.google.appengine.tools.development.agent.runtime.Runtime.checkAccess(Runtime.java:485)
at 
com.google.appengine.tools.development.agent.runtime.Runtime.checkAccess(Runtime.java:479)

even though it definitely should be working.  I am told that it all works 
fine on the actual app engine (deployment) but it's not working on my 
Ubuntu desktop machine.  I'm pretty sure this is some problem in 
interaction between GAE and the Ubuntu JVM.  It's absolutely killing me. 
 It seems like the simplest solution would be to turn off all permissions 
checks on the dev server.  I've tried to do that by recompiling but I'm 
having a hard time with the guild process (I should recompile Runtime.java 
but I'm not getting the dependencies to work for that).

Any suggestions on this?  I can't over-emphasize, this is a totally fatal 
problem for anyone developing on a Linux desktop.  I'm about to pull the 
app from GAE and switch to some other service, over this one issue.  I'm 
eager to hire anyone to help me rebuild the dev server if that's possible. 
 Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to