Re: Classes generated on runtime (javassist) classloader issue

2013-08-05 Thread dkateros
Thank you for your reply Ivan. When we migrated the app to WAS 8.5, we faced a problem that was caused by this exact situation you describe: javassist was already loaded by the parent classloader. We did not change that, instead we scoped the javassist classpool singleton we use to create the runt

Re: Classes generated on runtime (javassist) classloader issue

2013-08-05 Thread Ivan
It is possible that javassist from the server side was used. Could you try to use hidden-class in your geronimo-web.xml to prevent using javassist from Geronimo server. <*hidden*-*classes*>javassist Hope it helps. 2013/8/5 dkateros > Hello, > > I stumbled on this issue while testing an applic

Re: Unable to set up ssl

2013-08-05 Thread Ivan
Hi, Per the stacktrace, it looks like the executor was not configured correctly. In Geronimo 3.0.*, the var/catalina/server.xml is used as the tomcat container configuration file, could you show us that file ? I guess that the ssl connector was updated incorrectly in that file. You may also compa

Re: Unable to set up ssl

2013-08-05 Thread Oleg Andreyev
There are no handmade changes in config.xml. It's the same as in geronimo-tomcat7-javaee6-web-3.0.1-bin.tar.gz On 08/03/2013 10:04 PM, thiyagu_r wrote: Please share the config.xml Sent from my iPhone On Aug 3, 2013, at 10:23 AM, "Oleg Andreyev [via Apache Geronimo]" <[hidden email] > wrote: