[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-14 Thread Łukasz Lenart
Issue reported here https://github.com/jboss-javassist/javassist/issues/87 W dniu czwartek, 14 lipca 2016 08:44:30 UTC+2 użytkownik Łukasz Lenart napisał: > > The problem is inside Javassist, switching from version 3.20.0-GA > to 3.18.2-GA solves the problem > > W dniu czwartek

[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-14 Thread Łukasz Lenart
The problem is inside Javassist, switching from version 3.20.0-GA to 3.18.2-GA solves the problem W dniu czwartek, 14 lipca 2016 08:28:59 UTC+2 użytkownik Łukasz Lenart napisał: > > Yup, AppEngine doesn't accept javassist - is that documented somewhere or > just a bug? > > W

[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-14 Thread Łukasz Lenart
Yup, AppEngine doesn't accept javassist - is that documented somewhere or just a bug? W dniu środa, 13 lipca 2016 20:58:27 UTC+2 użytkownik Łukasz Lenart napisał: > > Looks like the problem is here with Class.forName("javassist.ClassPool"); - > whether > access to Cl

[google-appengine] Re: Could not initialize class ognl.OgnlRuntime

2016-07-13 Thread Łukasz Lenart
Looks like the problem is here with Class.forName("javassist.ClassPool"); - whether access to Class.forName() has been blocked? W dniu środa, 13 lipca 2016 12:23:02 UTC+2 użytkownik Łukasz Lenart napisał: > > Hi, > > Today I wanted update my small Apache Struts 2

[google-appengine] Could not initialize class ognl.OgnlRuntime

2016-07-13 Thread Łukasz Lenart
Hi, Today I wanted update my small Apache Struts 2 project to the latest version but after re-deploying the app I have got the below error, no idea what's wrong :\ The listener just nulls the SecurityManager: OgnlRuntime.setSecurityManager(null); Locally everything works just fine. SDK