We're looking into this now. The root cause appears to be a UI dependency in
the Freemarker template system. For now, a workaround is available in this
thread:

http://groups.google.com/group/google-appengine-java/browse_thread/thread/dd84e44f604498c4

- Jason

On Fri, Oct 16, 2009 at 8:03 PM, Abhinav Lele <abhinav.l...@gmail.com>wrote:

> I also got the same error when i tried to switch to sdk 1.2.6 from 1.2.5.
> In my case I was using freemarker and spring. As soon I included the
> spring.ftl in my template I got this error.
> --
> Abhinav
>
> -_[No constructors were harmed in the writing of this post. Any resemblance
> to objects living or dead is purely coincidental]_-
>
>
>
> On Sat, Oct 17, 2009 at 12:22 AM, Philippe Marschall <
> philippe.marsch...@gmail.com> wrote:
>
>>
>>
>>
>> On Oct 16, 12:52 pm, venkat <vsath...@gmail.com> wrote:
>> > I am able to post and run my app from the appspot successfully. But
>> > when I run the app locally I receive the above error.
>> > JSP is not able to run struts tag.
>> > Here is a little long error info:
>> > javax.servlet.ServletException: java.lang.NoClassDefFoundError:
>> > javax.swing.tree.TreeNode is a restricted class. Please see the
>> > Google  App Engine developer's guide for more details.
>>
>> As the exception says javax.swing.tree.TreeNode is a restricted class,
>> that means you don't have access to it. Access restrictions are only
>> active on the actual GAE server, not in the development environment.
>>
>> Cheers
>> Philippe
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-java@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