Hmm...bad sitemesh...

java.lang.NoClassDefFoundError: Could not initialize class
com.google.apphosting.runtime.security.shared.stub.javax.naming.InitialContext
        at com.opensymphony.module.sitemesh.Factory.getEnvEntry(Factory.java:88)
        at com.opensymphony.module.sitemesh.Factory.getInstance(Factory.java:42)
        at 
com.opensymphony.module.sitemesh.filter.PageFilter.init(PageFilter.java:87)

Cool, I'll look into it this weekend.  Thanks for the help!

Don

On Fri, Apr 10, 2009 at 1:04 AM, Al Sutton <[email protected]> wrote:
> It's given me a 500, but I've added you as a collaborator on the project so
> you should get access to the Java loveliness & error log that way ;).
>
> Al.
>
> ---
>
> * Written an Android App? - List it at http://andappstore.com/ *
>
> ======
> Funky Android Limited is registered in England & Wales with the
> company number  6741909. The registered head office is Kemp House,
> 152-160 City Road, London,  EC1V 2NX, UK.
>
> The views expressed in this email are those of the author and not
> necessarily those of Funky Android Limited, it's associates, or it's
> subsidiaries.
>
>
> -----Original Message-----
> From: Don Brown [mailto:[email protected]]
> Sent: 09 April 2009 15:39
> To: Struts Developers List
> Subject: Re: Google App Engine support?
>
> Cool.  I have an account too, but haven't received the Java upgrade approval
> yet.  I put my code up on Github:
> http://github.com/mrdon/gae-sandbox/tree/master You will need to change the
> path to the sdk in build.xml.
>
> Don
>
> On Fri, Apr 10, 2009 at 12:32 AM, Al Sutton <[email protected]> wrote:
>> If you want to send over what you've done I've got a live account I'd
>> be willing to test it on.
>>
>> Al.
>>
>> ---
>>
>> * Written an Android App? - List it at http://andappstore.com/ *
>>
>> ======
>> Funky Android Limited is registered in England & Wales with the
>> company number  6741909. The registered head office is Kemp House,
>> 152-160 City Road, London,  EC1V 2NX, UK.
>>
>> The views expressed in this email are those of the author and not
>> necessarily those of Funky Android Limited, it's associates, or it's
>> subsidiaries.
>>
>>
>> -----Original Message-----
>> From: Don Brown [mailto:[email protected]]
>> Sent: 09 April 2009 15:31
>> To: Struts Developers List
>> Subject: Google App Engine support?
>>
>> Has anyone tried or, better yet, succeeded in getting Struts 2 to run
>> on Google App Engine?  While waiting for an account, I did get the
>> showcase with 2.1.6 to run in the sdk.  The only sticking point was
>> the security manager that ognl uses.  Since the security manager is
>> used by GAE to lock down Java, the custom OGNL permissions are
>> obviously not granted, so to disable OGNL's little checks, I created
>> an servlet context listener that just sets
> OgnlRuntime.setSecurityManager(null), which seems to do the trick.
>> From what I hear, deploying on the real thing is still different than
>> the sdk, so I don't know if it runs for real.
>>
>> Don
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected] For
>> additional commands, e-mail: [email protected]
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected] For
>> additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] For additional
> commands, e-mail: [email protected]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to