You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "uday kumar (JIRA)" <ji...@apache.org> on 2007/08/02 07:52:05 UTC

[jira] Created: (WW-2083) filter start error while running struts2 in tomcat 5.5.23

filter start error while running struts2 in tomcat 5.5.23
---------------------------------------------------------

                 Key: WW-2083
                 URL: https://issues.apache.org/struts/browse/WW-2083
             Project: Struts 2
          Issue Type: Bug
          Components: Configuration
         Environment: tomcat 5.5.9,jdk1.5,struts2
            Reporter: uday kumar


when i trying to load my struts2 application,it is giving the following error:

WARNING: A docBase C:\apache-tomcat-5.5.23\apache-tomcat-5.5.23\webapps\admin inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Aug 2, 2007 11:16:22 AM org.apache.catalina.core.StandardContext start


SEVERE: Error filterStart

Aug 2, 2007 11:16:22 AM org.apache.catalina.core.StandardContext start

SEVERE: Context [/strutsOrWebwork] startup failed due to previous errors

Aug 2, 2007 11:16:22 AM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Aug 2, 2007 11:16:23 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8081
Aug 2, 2007 11:16:24 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Aug 2, 2007 11:16:24 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/79  config=null

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2083) filter start error while running struts2 in tomcat 5.5.23

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Don Brown resolved WW-2083.
---------------------------

    Resolution: Not A Problem

This is not a Struts 2 bug - it is a bug in your application or your configuration.  Please ask for help on the Struts user mailing list and when doing so, post the actual error you are seeing in your logs for better help.

> filter start error while running struts2 in tomcat 5.5.23
> ---------------------------------------------------------
>
>                 Key: WW-2083
>                 URL: https://issues.apache.org/struts/browse/WW-2083
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Configuration
>         Environment: tomcat 5.5.9,jdk1.5,struts2
>            Reporter: uday kumar
>
> when i trying to load my struts2 application,it is giving the following error:
> WARNING: A docBase C:\apache-tomcat-5.5.23\apache-tomcat-5.5.23\webapps\admin inside the host appBase has been specified, and will be ignored
> log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
> log4j:WARN Please initialize the log4j system properly.
> Aug 2, 2007 11:16:22 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart
> Aug 2, 2007 11:16:22 AM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/strutsOrWebwork] startup failed due to previous errors
> Aug 2, 2007 11:16:22 AM org.apache.catalina.core.ApplicationContext log
> INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
> Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
> INFO: ContextListener: contextInitialized()
> Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
> INFO: SessionListener: contextInitialized()
> Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
> INFO: ContextListener: contextInitialized()
> Aug 2, 2007 11:16:23 AM org.apache.catalina.core.ApplicationContext log
> INFO: SessionListener: contextInitialized()
> Aug 2, 2007 11:16:23 AM org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-8081
> Aug 2, 2007 11:16:24 AM org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:8009
> Aug 2, 2007 11:16:24 AM org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=0/79  config=null

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.