Hi,
I'm trying to deploy a flex/blazeDs/Spring stack, following this
tutorial - http://java.dzone.com/articles/flex-remoting-google-app
The program works fine when i run it locally, but once uploaded, I
find this message in my logs, and I'm not sure how to go about
debugging it? Ant pointers would be very appreciated!
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name '_messageBrokerDefaultHandlerMapping':
Initialization of bean failed; nested exception is
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name '_messageBroker': Invocation of init method
failed; nested exception is java.lang.NoClassDefFoundError:
javax.management.MBeanServerFactory is a restricted class. Please see
the Google App Engine developer's guide for more details.
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:
483)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
$1.run(AbstractAutowireCapableBeanFactory.java:412)
at java.security.AccessController.doPrivileged(Native Method)
Cheers,
Jo
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en.