[Lift] Re: Getting error -Access denied after deploying on Apps Engine

2009-10-09 Thread Stefan Langer
Looks like some part of your program is creating threads or trying to modify
them which is prohibited by AppEngine as far as I know.
Please correct me if I'm wrong.
Regards
Stefan

2009/10/9 technut 

>
> Hi ,
> Its appreciate, If someone look into the issue ,while deploying on
> Google Apps Engine.
>
> Error Log.
> java.security.AccessControlException: access denied
> (java.lang.RuntimePermission modifyThreadGroup
>
>
> Thanks
> Technut
>
> >
>

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



[Lift] Re: Getting error -Access denied after deploying on Apps Engine

2009-10-09 Thread Timothy Perrett

Are you trying to use an actor or such? Thread spawning is not allowed  
on GAE...

Cheers, Tim

On 9 Oct 2009, at 07:29, technut wrote:

>
> Hi ,
> Its appreciate, If someone look into the issue ,while deploying on
> Google Apps Engine.
>
> Error Log.
> java.security.AccessControlException: access denied
> (java.lang.RuntimePermission modifyThreadGroup
>
>
> Thanks
> Technut
>
> >
>


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



[Lift] Re: Getting error -Access denied after deploying on Apps Engine

2009-10-09 Thread David Pollak
Did you set the in.gae.j System Property to "true"?

On Thu, Oct 8, 2009 at 11:29 PM, technut  wrote:

>
> Hi ,
> Its appreciate, If someone look into the issue ,while deploying on
> Google Apps Engine.
>
> Error Log.
> java.security.AccessControlException: access denied
> (java.lang.RuntimePermission modifyThreadGroup
>
>
> Thanks
> Technut
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

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