Results 1 to 1 of 1
- 01-29-2010, 09:45 AM #1
Member
- Join Date
- Jan 2010
- Posts
- 1
- Rep Power
- 0
Error filterStart, startup failed due to previous errors
Hello,
I am new to Struts and doing one basic example in Eclipse Java EE ide version 1.2.0 and Using following
Jdk 1.6.0_13 and
Apache Tomcat 6.0.20
While Running project, requested resource() is not available error is coming.
following are the log file.
Jan 29, 2010 12:35:30 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Jan 29, 2010 12:35:30 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/Test5] startup failed due to previous errors
Jan 29, 2010 12:35:31 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 29, 2010 12:35:31 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 29, 2010 12:35:31 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/62 config=null
Jan 29, 2010 12:35:31 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 24643 ms
I already set the web.xml as follows.
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>Test5</display-name>
<filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.FilterDispatch er</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
I already added the following struts 2.0 jar files to lib directory of project.
commons-logging-1.0.4.jar
freemarker-2.3.8.jar
ognl-2.6.11.jar
struts2-core-2.0.11.jar
struts2-pell-multipart-plugin-2.0.14.jar
xwork-2.0.4.jar
It seems problem with the filter class but dont know how to resolve this. I already spend a day to resolve the error.
Please help me on this error.
Thanks You in Advance.
Prakash
Similar Threads
-
SEVERE: Error filterStart
By mvv in forum Java ServletReplies: 3Last Post: 01-15-2010, 04:51 PM -
unzipping core files failed error 25099
By truckerej in forum New To JavaReplies: 17Last Post: 08-20-2009, 04:25 AM -
Server startup error in Eclipse.
By gopal6 in forum EclipseReplies: 0Last Post: 08-08-2009, 09:42 PM -
Tomcat startup through eclipse error
By revathyraj in forum EclipseReplies: 2Last Post: 03-30-2009, 12:42 PM -
Tomcat Server : Error filterStart
By kasipandian in forum Web FrameworksReplies: 0Last Post: 03-30-2008, 03:50 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks