Bug 899097 (JBEWS-321) - EWS - CR4 tomcat 5 solaris - missing libraries
Summary: EWS - CR4 tomcat 5 solaris - missing libraries
Keywords:
Status: CLOSED DUPLICATE of bug 2040112
Alias: JBEWS-321
Product: JBoss Enterprise Web Server 1
Classification: JBoss
Component: unspecified
Version: EWS 1.0.0.GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: EWS 1.0.0.GA
Assignee: Permaine Cheung
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-19 15:19 UTC by Aleksandar Kostadinov
Modified: 2012-11-13 16:27 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
soalris 10 x86
Last Closed: 2009-03-23 16:36:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEWS-321 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.