Hi,

GAE does not provide full support for java runtime.

You have to limit your code to the supported classes as defined by the
JRE white list (1400+ classes as of now). See
http://code.google.com/appengine/docs/java/jrewhitelist.html

MBeans classes are currently not part of this list

regards
didier

On Dec 7, 8:04 am, ramesh rajapandian <r.rameshrajapand...@gmail.com>
wrote:
> Hi all,
>
> I'm getting the errror while running the web application in google app
> engine(web application).
>
> Error:
>
> Warning: WDK application could not be started, error msg=
> javax.management.MBeanServerPermission is a restricted class. Please
> see the Google App Engine developer's guide for more details., error
> type=java.lang.NoClassDefFoundError. This message can be ignored during
> the installation.
> java.lang.NoClassDefFoundError: javax.management.MBeanServerPermission
> is a restricted class. Please see the Google App Engine developer's
> guide for more details.
>
> help me to resolve this error.
> thanks.
>
>  Error file.txt
> 4KViewDownload

-- 
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-j...@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