Today I uploaded my app for the first time, and it failed when the first 
request came in to trigger the app to initialize. I've tested everything 
locally on Google GAE DEV server, is there any difference between Google DEV 
server and the realy GAE environment?

Thanks for your help.


>>>

Failed startup of context 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'org.apache.cxf.transport.servlet.ServletTransportFactory' defined in 
class path resource [META-INF/cxf/cxf-servlet.xml]: Error setting property 
values; nested exception is 
org.springframework.beans.PropertyBatchUpdateException; nested 
PropertyAccessExceptions (2) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: 
Property 'bus' threw exception; nested exception is 
java.security.AccessControlException: access denied 
(java.lang.RuntimePermission getClassLoader)
PropertyAccessException 2: org.springframework.beans.MethodInvocationException: 
Property 'transportIds' threw exception; nested exception is 
java.security.AccessControlException: access denied 
(java.lang.RuntimePermission getClassLoader)

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to