-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Richard,
Richard DeGrande wrote: > Has anyone seen the following error ?? I'm at a complete loss. > > SEVERE: Error listenerStart > Dec 13, 2006 1:12:54 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/omps] startup failed due to previous errors This error happens all the time, and is a generic error. What it means is that your app bombed somewhere during it's startup -- usually during startup of a listener or servlet configured to be loaded on startup. Check your log file /earlier/ than the above error to see what really happened. You may have to check one or more of the following log files: catalina.out, catalina_[date].log, your_app_[date].log, or possibly a 3rd part log file such as log4j if you are using a specific logger in your application. I'm sure you'll find somewhere that there was an exception starting up some service or reading from your database or something like that. Hope that helps, - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFgG6G9CaO5/Lv0PARAjicAJwPUieUP2c/mn2Bz9NOtqW/gxThOACdH+bW rQWmtp2gd/pVgOkdDnHwdzw= =LI/5 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]