Bug 899097 (JBEWS-321)

Summary: EWS - CR4 tomcat 5 solaris - missing libraries
Product: [JBoss] JBoss Enterprise Web Server 1 Reporter: Aleksandar Kostadinov <akostadinov>
Component: unspecifiedAssignee: Permaine Cheung <pcheung>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: EWS 1.0.0.GA   
Target Milestone: ---   
Target Release: EWS 1.0.0.GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEWS-321
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
soalris 10 x86
Last Closed: 2009-03-23 16:36:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aleksandar Kostadinov 2009-03-19 15:19:33 UTC
Date of First Response: 2009-03-19 17:09:28
project_key: JBEWS

Running some JSP examples I see similar exceptions in the catalina.out:

SEVERE: Allocate exception for servlet org.apache.jsp.jsp2.el.functions_jsp
java.lang.ClassNotFoundException: org.apache.taglibs.standard.functions.Function
s
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1359)
        at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1205)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at org.apache.jsp.jsp2.el.functions_jsp.class$(functions_jsp.java:15)
        at org.apache.jsp.jsp2.el.functions_jsp.<clinit>(functions_jsp.java:15)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.
java:1089)
        at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.jav
a:791)

Comment 1 Permaine Cheung 2009-03-19 21:09:28 UTC
Mladen,

Please take a look, however, we should be removing the examples in both Tomcat 5 and 6.

Thanks,
Permaine

Comment 2 Mladen Turk 2009-03-19 21:42:53 UTC
This is because the standard.jar and jstl.jar is missing from
webapps/jsp-examples/WEB-INF/lib

Please don't bother me with such things.
I'm not Tomcat support forum.

Comment 3 Aleksandar Kostadinov 2009-03-20 05:34:32 UTC
Mladen, I've already come to such problem in earlier releases but in the previous CR I didn't see the libs missing thus I thought they were added intentionally.

If you are saying that the libs need to live only in the webapps/jsp-examples/ and not globally available, then feel free to close the issue.

Thanks,
Aleksandar

Comment 4 Aleksandar Kostadinov 2009-03-23 16:12:04 UTC
Are these libraries going to be added to the package provided to QA for testing or we need to close that one?

Comment 5 Rajesh Rajasekaran 2009-03-23 16:36:44 UTC
Duplicate of JBPAPP-1793