Results 1 to 2 of 2
- 09-14-2008, 07:55 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 2
- Rep Power
- 0
Problem with running Struts - ver 1.3.8
Hello to all the programmers ,
I build a simple application that based on struts , i try to run it by tomcat , and i get the next error :
I don't understand why this error occured , maybe there are jars that missing here. I will be very happy if someone can tell any clue about this issue.Java Code:HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Module 'null' not found. org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:476) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:389) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) root cause java.lang.NullPointerException: Module 'null' not found. org.apache.struts.taglib.TagUtils.getModuleConfig(TagUtils.java:755) org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:364) org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:285) org.apache.struts.taglib.html.LinkTag.calculateURL(LinkTag.java:445) org.apache.struts.taglib.html.LinkTag.doEndTag(LinkTag.java:353) org.apache.jsp.index_jsp._jspx_meth_html_005flink_005f0(index_jsp.java:150) org.apache.jsp.index_jsp._jspx_meth_html_005fhtml_005f0(index_jsp.java:103) org.apache.jsp.index_jsp._jspService(index_jsp.java:67) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs. -------------------------------------------------------------------------------- Apache Tomcat/5.5.23
- 09-21-2008, 09:28 AM #2
Member
- Join Date
- Sep 2008
- Posts
- 16
- Rep Power
- 0
Maybe you should paste your code here. I can't judge what the error is from the above code.
Similar Threads
-
Problem in running java programs
By aravind in forum New To JavaReplies: 0Last Post: 07-14-2008, 11:19 AM -
Problem in running ant
By sireesha in forum New To JavaReplies: 4Last Post: 05-30-2008, 06:10 PM -
Problem while running web service client
By krsv36 in forum Other IDEsReplies: 0Last Post: 05-15-2008, 05:12 PM -
jsp running problem
By bharanikumariyerjava in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 03-29-2008, 10:48 AM -
problem while running java code..
By Jjava in forum New To JavaReplies: 0Last Post: 02-08-2008, 06:33 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks