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