Re: Marking servlet ... as unavailable

2007-05-19 Thread Philipp Führer - netzbeben
Hi Joe, the problem is, that the UnavailableException is buggy in some tomcat versions. If thrown, tomcat will set the servlet as unavailable but won't print the exception message. Use the newest tomcat-version. Or change all UnavailableException to ServletException, so you will see the exception

Re: Marking servlet [] as unavailable, again...

2007-03-26 Thread Simon Brooke
On Sunday 25 March 2007 02:44, Martin Gainty wrote: > Simon- > > something is happening to interfere with the successful completion of > init() method of your Servlet such as cannot find classes such as > 'uk.co.weft.exceptionhandler.BugzillaExceptionHandler' > or one of the init-param in web.xml c

Re: Marking servlet [] as unavailable, again...

2007-03-24 Thread Martin Gainty
Simon- something is happening to interfere with the successful completion of init() method of your Servlet such as cannot find classes such as 'uk.co.weft.exceptionhandler.BugzillaExceptionHandler' or one of the init-param in web.xml could be incorrectly spelled or not there put in log.debug or S

Re: Marking servlet ... as unavailable

2007-03-05 Thread Joe Siebenmann
I could be wrong, but it appeared that when the Servlet was flagged as unavailable, that THAT would cause a series of other problems which the stackTrace() showed, not what actually caused it to be flagged as unavailable. If you're right, that it was flagged outside of Tomcat, than there isn't a

Re: Marking servlet ... as unavailable

2007-03-05 Thread David Delbecq
En l'instant précis du 04/03/07 22:27, Joe Siebenmann s'exprimait en ces termes: > > It would be nice if there was some better information available > as to what it "didn't like" for it to flag it as "unavailable". > Nothing of any value was in any of the log files. > You logs stated: SEVERE: A

RE: Marking servlet ... as unavailable

2007-03-04 Thread Joe Siebenmann
Hi All, I was at least able to get the Servlet that was "unavailable" to finally show up. This has been one of the most frustrating things I've come across.. :-\ I figured that something was happening in the Servlet before the Servlet that was being flagged as "unavailable", so I commented out