Re: Starting a new thread result in AccessControlException

2009-11-13 Thread Martin Trummer
that is not related to GWT
it depends on what webserver/servicecontainer your application is
running on
e.g. Google App Engine won't let you create new threads

On 12 Nov., 10:42, y y...@cs.washington.edu wrote:
 When I try to start a new thread in a servlet, I get:
 java.security.AccessControlException: access denied
 (java.lang.RuntimePermission modifyThreadGroup)

 Any idea why is that and how can I fix it?

 Thanks

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.




Starting a new thread result in AccessControlException

2009-11-12 Thread y
When I try to start a new thread in a servlet, I get:
java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThreadGroup)

Any idea why is that and how can I fix it?

Thanks

--

You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.