Thanks for the reply.

catalina.out contains:

Nov 15, 2006 12:01:07 PM org.apache.catalina.core.AprLifecycleListener 
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in 
production environments was not found on the java.library.path: 
/opt/java/jdk1.5.0_06/jre/lib/i386/client:/opt/java/jdk1.5.0_06/jre/lib/i386:/opt/java/jdk1.5.0_06/jre/../lib/i386
Nov 15, 2006 12:01:07 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Nov 15, 2006 12:01:08 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1105 ms
Nov 15, 2006 12:01:08 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 15, 2006 12:01:08 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Nov 15, 2006 12:01:08 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger 
(org.apache.commons.digester.Digester).
log4j:WARN Please initialize the log4j system properly.
Nov 15, 2006 12:01:13 PM org.apache.tiles.listener.TilesListener 
contextInitialized
INFO: Initializing TilesListener
Nov 15, 2006 12:01:13 PM org.apache.tiles.listener.TilesListener 
readFactoryConfig
INFO: CONFIG FILES DEFINED IN WEB.XML
Nov 15, 2006 12:01:13 PM org.apache.tiles.listener.TilesListener 
initDefinitionsFactory
INFO: initializing definitions factory...
Nov 15, 2006 12:01:13 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Nov 15, 2006 12:01:13 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/starraShale] startup failed due to previous errors
Nov 15, 2006 12:01:14 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Nov 15, 2006 12:01:15 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Nov 15, 2006 12:01:15 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/39  config=null
Nov 15, 2006 12:01:15 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Nov 15, 2006 12:01:15 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7298 ms

and localhost.2006-11-15.log contains:

Nov 15, 2006 12:01:14 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Nov 15, 2006 12:01:14 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Nov 15, 2006 12:01:14 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Nov 15, 2006 12:01:14 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Nov 15, 2006 12:01:14 PM 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]]

I was running Tomcat 5.5.12, but I upgraded to 5.5.17 prior to upgrading 
Netbeans from 5.0 to 5.5 last week (since Netbeans was tested with 5.5.17). 
Although the prior version of my app works with 5.5.17 I do see quite a few 
Google hits on "SEVERE: Error filterStart". Should try my earlier version of 
Tomcat?

By the way, I commented out my Tiles listener and used the Tiles Servlet 
instead. I got the same error.

Dick
----

Dick

-----Original Message-----
From:   Craig McClanahan [mailto:[EMAIL PROTECTED]
Sent:   Wed 11/15/2006 11:40 AM
To:     [email protected]
Cc:     
Subject:        Re: The latest Shale/Tiles release results in a 404

On 11/15/06, Dick Starr <[EMAIL PROTECTED]> wrote:
>
> The app was deploying (Netbeans automatically removes it when Netbeans
> shuts down). I am now manually deploying the app to Tomcat. I also removed
> my own filter. The catalina.out still has the filterStart error:
>
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
> Nov 15, 2006 10:23:56 AM org.apache.catalina.core.StandardHost start
> INFO: XML validation disabled
> log4j:WARN No appenders could be found for logger (
> org.apache.commons.digester.Digester).
> log4j:WARN Please initialize the log4j system properly.
> Nov 15, 2006 10:24:01 AM 
> org.apache.tiles.listener.TilesListenercontextInitialized
> INFO: Initializing TilesListener
> Nov 15, 2006 10:24:01 AM 
> org.apache.tiles.listener.TilesListenerreadFactoryConfig
> INFO: CONFIG FILES DEFINED IN WEB.XML
> Nov 15, 2006 10:24:02 AM 
> org.apache.tiles.listener.TilesListenerinitDefinitionsFactory
> INFO: initializing definitions factory...
> Nov 15, 2006 10:24:02 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart


Hmm ... this one means a filter threw an exception from its init() method.
One thing I've noticed is that Tomcat sometimes logs stack traces in the
localhost log on startup errors ... could you check that too?

Craig


Nov 15, 2006 10:24:02 AM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/starraShale] startup failed due to previous errors
> Nov 15, 2006 10:24:03 AM org.apache.coyote.http11.Http11BaseProtocol start
>
> Dick
>
> -----Original Message-----
> From:   Dick Starr
> Sent:   Wed 11/15/2006 9:51 AM
> To:     Shale Users Mailing List
> Cc:
> Subject:        Re: The latest Shale/Tiles release results in a 404
>
> On Nov 14, 2006, at 3:24 PM, Dick Starr wrote:
>
> > Nov 14, 2006 2:18:04 PM org.apache.catalina.core.StandardContext start
>
> > SEVERE: Error filterStart
> > Nov 14, 2006 2:18:04 PM org.apache.catalina.core.StandardContext start
>
> > SEVERE: Context [/starraShale] startup failed due to previous errors
>
> These 2 lines concern me.  Is that in your catalina.out file?  Do you
> have another log file that contains more detailed error information?
> It appears something caused the entire web application to be unable
> to deploy.  Is it the Tiles Filter?
>
> Greg
>
> Thanks for the response. Sorry for my delay in responding back, but I
> didn't receive either my email or your reply to my email, but I looked
> on Nabble and found your reply. I am getting the Shale emails again now,
> however.
>
> I am using Netbeans 5.5 with Tomcat 5.5 external. The log information is
> from my "catalina.2006-11-14.log", and no, it sure doesn't say much. You
> are right, the app does not deploy. If memory serves me right, I have
> seen the Tiles filter choke and the app fail to deploy before - but I
> don't remember the exact situation. I reduced my tiles.xml and my layout
> jsp to the absolute minimum (only a body) but with the same results. My
> wild guess is that the filter sees something it doesn't like in
> tiles.xml. However, all this stuff was working before my upgrade.
>
> Let me know if you want me to try something. I'll keep plugging on it.
>
> Dick
>
>
>


Reply via email to