Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JBoss/WildFly
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
JBoss/WildFly
Help to deploy JSF appl. in JBOSS
Abhijit Das
Ranch Hand
Posts: 156
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am using
JBoss
4.00. Once I deploy the application, I am getting following error
org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 5 in the jsp file: /Demo.jsp Generated servlet error: E:\JBOSS\jboss-4.0.0\server\default\work\jboss.web\localhost\abhi\org\apache\jsp\Demo_jsp.java:83: cannot access com.sun.faces.taglib.jsf_core.ViewTag An error occurred at line: 5 in the jsp file: /Demo.jsp Generated servlet error: bad class file: E:\JBOSS\jboss-4.0.0\server\default\deploy\abhi.war\WEB-INF\lib\jsf-impl.jar(com/sun/faces/taglib/jsf_core/ViewTag.class) class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. com.sun.faces.taglib.jsf_core.ViewTag _jspx_th_f_view_0 = (com.sun.faces.taglib.jsf_core.ViewTag) _jspx_tagPool_f_view.get(com.sun.faces.taglib.jsf_core.ViewTag.class);
Abhijit Das
SCJP 5.0 | SCWCD 1.5
Ali Gohar
Ranch Hand
Posts: 572
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
it seems that your
jsp
page has got some problems.. Paste the code of your jsp page
Praveen Sridharan
Greenhorn
Posts: 2
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
This is not because of the JSP problem. Its because of the
Java
version you are using. Just try to switch from Java 1.4 to Java 1.5. Make ensure that your JAVA_HOME points to JDK 1.5 and your JBoss points to that.
"Laugh and the world laughs with you."
Peter Johnson
author
Posts: 5856
7
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Praveen,
please do not reply to year-old threads!
JBoss In Action
The world's cheapest jedi mind trick: "Aw c'mon, why not read this tiny ad?"
Smokeless wood heat with a rocket mass heater
https://woodheat.net
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
JBOSS 4.0 - ERROR [Compiler] Javac exception
Can't deploy code for taglibs on Tomcat 5.5
Problem accessing EJB from JSP - page import syntax
Struts problem using JBoss 4.0.0
Problem in deploying JSF in JBoss 4.0.0
More...