dev@glassfish.java.net

Re: exceptions during start-cluster

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Thu, 17 May 2007 18:18:23 -0700

Jothir and Shalini,

jothir ganesan wrote On 05/17/07 00:36,:

> Hi Jan,
>
> Thanks for pointing me to the bug. But I checked with build 46 and
> build 47 and still seeing the second bunch of exception:
> java.lang.ClassNotFoundException:
> org.apache.jasper.runtime.PageContextImpl$12 .......
> ..............................
>
> Thanks
> Jothir
>
> Jan Luehe wrote:
>
>> Shalini,
>>
>> Shalini Muthukrishnan wrote On 05/14/07 04:47,:
>>
>>> I get the same exception in the server.log when i start-up the
>>> default domain.
>>>
>>> Though the domain starts up fine, the exception might not let me do
>>> some other things.
>>>
>>> Also, from evaluation i saw that
>>> org.apache.jasper.runtime.PageContextImpl$12 was found in 8.2ee
>>> installation in the appserv-rt.jar. In 9.1ee, i did not see this and
>>> PageContextImpl$13.class in the appserv-rt.jar. Is this done
>>> intentionally?
>>
>>
>>
>>
>> there is no requirement by the JSP spec, and therefore no guarantee,
>> that the artifacts generated by one version of the JSP runtime be usable
>> in a later version of the JSP runtime.
>>
>> Therefore, you will need to recompile your JSPs when upgrading from
>> 8.2 to 9.1.
>

Please ignore the above explanation. While true in general, it does not
apply to your scenario.

I think your mentioning of 8.2 in the original report had misled me. :)

I just committed a fix for the issue.
 
Thanks,


Jan