Starting a new thread result in AccessControlException
5 views
Skip to first unread message
y
unread,
Nov 12, 2009, 4:42:37 AM11/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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
Martin Trummer
unread,
Nov 13, 2009, 4:42:14 AM11/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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