Noble Raveendran

Greenhorn
+ Follow
since Mar 08, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Noble Raveendran

Hi All,

I sorted out the issue.
JAVA_HOME was pointing to jdk1.3 and that's how the whole issue arose.
I changed it to j2sdk1.4.2_05.

That worked !

Thanks!
Noble
18 years ago
JSF
Hi All,

I get the following exception when I try to access my jsf page.
I have pasted a part of the stacktrace.
I am using Tomcat 5.0.28

I don't have any jsf jars in Tomcat/common/lib or Tomcat/shared/lib

Has anyone come across this ? Could you plz help me.

Thanks,
Noble.

org.apache.jasper.JasperException: Unable to read TLD "META-INF/jsf_core.tld" from JAR file "file:/C:/Tomcat/webapps/JSF/WEB-INF/lib/jsf-impl.jar": java.lang.IllegalStateException: zip file closed

at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50)
at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:411)
at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:183)
at org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:181)
at org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418)
[ March 08, 2006: Message edited by: Noble Raveendran ]
18 years ago
JSF