Re: Returned mail: User unknown

2002-02-12 Thread Caroline Clewlow

Sorry - but is anyone else receiving lots of thes messages ?

Thanks

Caroline


2/12/02 11:48:43 AM, Mike Campbell [EMAIL PROTECTED] wrote:

The original message was received at Tue, 12 Feb 2002 06:48:54 0500

   - The following addresses had permanent fatal errors -
[EMAIL PROTECTED]

   - Transcript of session follows -
... while talking to mail.s1.com:
 RCPT To:[EMAIL PROTECTED]
 550 [EMAIL PROTECTED]... User unknown
550 [EMAIL PROTECTED]... User unknown


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]







--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




BadTargetURI error (again)

2002-01-03 Thread Caroline Clewlow

If anyone has even the remotest idea of a solution for this I'd really appreciate some 
advice.

I am getting the above error returned by the SOAP server when I try to use the 
GetQuote method in the StockQuote soap sample.
I have read a number of discussions about this and have tried to remedy it by 
including the soap-2_0 directory in the tomcat classpath so that the sample classes 
can be found.  
THis was to
no avail.

My classpath settings are below.
set  
CP=%CATALINA_HOME%\common\lib\xerces.jar;%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar;e:\soap-2_0\;%CATALINA_HOME%\common\lib\soap.jar
if %JSSE_HOME% ==  goto noJsse
set CP=%CP%;%JSSE_HOME%\lib\jcert.jar;%JSSE_HOME%\lib\jnet.jar;%JSSE_HOME%\lib\jsse.jar
:noJsse
set CLASSPATH=%CP%;%CLASSPATH%

Thanks again
Caroline


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




BadTargetObjectURI Error

2002-01-02 Thread Caroline Clewlow


I am getting the above error returned by the SOAP server when I try to use the 
GetQuote method in the StockQuote soap sample.

I have read a number of discussions about this and have tried to remedy it by 
including the soap-2_0 directory in the tomcat classpath so that the sample classes 
can be found.  THis was to 
no avail.

I'd appreciate any help with this.  My classpath settings are below.

set 
CP=%CATALINA_HOME%\common\lib\xerces.jar;%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools.jar;e:\soap-2_0\;%CATALINA_HOME%\common\lib\soap.jar
if %JSSE_HOME% ==  goto noJsse
set CP=%CP%;%JSSE_HOME%\lib\jcert.jar;%JSSE_HOME%\lib\jnet.jar;%JSSE_HOME%\lib\jsse.jar
:noJsse
set CLASSPATH=%CP%;%CLASSPATH%

Thanks again

Caroline


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: HTTP error 503.

2001-12-22 Thread Caroline Clewlow

That's great thanks.

I knew it wasn't the server.jar that was causing the problem as I'd already moved any 
conflicting copies, but I didn't think to remove the j2ee.jar from my ext dir.
That''s fixed it.

Thanks to all for your help

Caroline

12/21/01 5:33:22 PM, Craig R. McClanahan [EMAIL PROTECTED] wrote:



On Fri, 21 Dec 2001, Caroline Clewlow wrote:

 Date: Fri, 21 Dec 2001 14:51:54 -
 From: Caroline Clewlow [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: HTTP error 503.

 Thanks.  I have tried removing the install and done everything again to no avail.
 I'll check the documentation again tho to ensure I have covered everything.


One very common cause of problems is having a copy of servlet.jar or
j2ee.jar in your Java system extensions directory
($JAVA_HOME/jre/lib/ext).  This will cause all sorts of problems.

 Apologies for the pleading but having posted a request twice previously with no 
reponse I was beginning to get deperate.
 I shall endeavour not to use the mailing list inappropriately again.


The problem with messages that give only the HTTP status code is that
there are literally thousands of *possible* causes, and nobody can tell
from just what you've presented.  In order to get a useful response, it
would be helpful if you would post the stack trace that was included in
the response, and/or the relevant portions of the log files (in the
$CATALINA_HOME/logs directory) -- these exception messages will describe
what is really happening, and so indicate what needs to be fixed.

 Caroline


Craig


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]







--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




HTTP error 503. Please please help !

2001-12-21 Thread Caroline Clewlow

Hi
I have installed Tomcat 4.01 but cannot access any JSP pages.  When I try I receive 
HTTP error 503 saying the jsp service is  not available.
I've read one or two queries like this on the mailing list but haven't seen any 
replies that solve the problem.
Can anyone help me please ?
Thanks
Caroline



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




JSPServlet class

2001-12-21 Thread Caroline Clewlow

Does anyone know why I might get a 

java.lang.IncompatibleClassChangeError

when the server tries to load the jasper.servlet.JSPServlet class ?

I'm running tomcat 4.0.1 on Windows NT with JDK 1.3

Thanks



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: HTTP error 503.

2001-12-21 Thread Caroline Clewlow

Thanks.  I have tried removing the install and done everything again to no avail.  
I'll check the documentation again tho to ensure I have covered everything.

Apologies for the pleading but having posted a request twice previously with no 
reponse I was beginning to get deperate.  
I shall endeavour not to use the mailing list inappropriately again.

Caroline

12/21/01 2:37:05 PM, ian silvester [EMAIL PROTECTED] wrote:

At first sight it looks like a bad install. I don't know the cause of the
error specifically, but if the 'JSP service is unavailable' then it sounds
as though Tomcat not up and running properly.

Can you access the built-in webapps and not your own code, or do none of
them serve?If its the former, then your code is at fault, if the latter,
then a bad install seems likely.

I suggest you remove tomcat completely (maybe even download the installer
again) and reinstall but do so going through the installation readme with a
fine-tooth comb and make sure you have done _everything_ it says - it is
very easy to skip stages because, say, a paragraph starts with something
that's irrelevant to your OS but then says something crucial later on.

Also, please do not plead and use exclamation marks in your subject lines,
it does not improve your chances of receiving a response - usually quite the
reverse!

good luck,

Ian Silvester


- Original Message -
From: Caroline Clewlow [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 21, 2001 9:42 AM
Subject: HTTP error 503. Please please help !


 Hi
 I have installed Tomcat 4.01 but cannot access any JSP pages.  When I try
I receive HTTP error 503 saying the jsp service is  not available.
 I've read one or two queries like this on the mailing list but haven't
seen any replies that solve the problem.
 Can anyone help me please ?
 Thanks
 Caroline



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]







--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: Re: HTTP error 503. Please please help !

2001-12-21 Thread Caroline Clewlow
)
at org.apache.catalina.core.StandardService.start(StandardService.java:388)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:505)
at org.apache.catalina.startup.Catalina.start(Catalina.java:781)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)



12/21/01 3:11:32 PM, ian silvester [EMAIL PROTECTED] wrote:

fair point - are you using a webserver in front of Tomcat Caroline? or does
the error get thrown if you browse to Tomcat directly at port 8080 (by
default)?

ian

- Original Message -
From: Fred Schroomnig [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, December 21, 2001 3:07 PM
Subject: RE: Re: HTTP error 503. Please please help !


 Excuse my naiv question, but if I understand this correctly then the 503
error is returned to the browser (client) by the Webserver due to some kind
of problem between the Webserver and the Appserver, in this case TomCat. If
I had a servlet that sent of a request to some kind of other server and
receive in return the 503 Status Code then that would mean that the
webserver that I sent the request to is having problems talking to the
Appserver behind it. Did I understand this correctly? The reason I'm asking
is because I had a similar problem in one of my apps not to long ago.

 Thanks in Advance, Fred



 [EMAIL PROTECTED] wrote:

 
 5xx errors are generated by the server when it realises that it cannot
 process a request or something prevented it from handling the request
 correctly. Try deleting the work directory and restarting the tomcat.
Also
 check your JSP pages.
 Thanks.
 RS
 
 
 
 
 
 Caroline Clewlow [EMAIL PROTECTED] on 12/21/2001 03:42:24 AM
 
 Please respond to Tomcat Users List [EMAIL PROTECTED]
 
 To:   [EMAIL PROTECTED]
 cc:
 
 Subject:  HTTP error 503.  Please please help !
 
 Hi
 I have installed Tomcat 4.01 but cannot access any JSP pages.  When I try
I
 receive HTTP error 503 saying the jsp service is  not available.
 I've read one or two queries like this on the mailing list but haven't
seen
 any replies that solve the problem.
 Can anyone help me please ?
 Thanks
 Caroline
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 --




 __
 Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop@Netscape!
http://shopnow.netscape.com/

 Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]





--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]







--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Error instantiating servlet class org.apache.jasper.servlet.JspServlet- HELP?

2001-12-19 Thread Caroline Clewlow

Hi

I'm running Tomcat 4.0.1 on NT and the following errors occur in the logs when I 
invoke the server.  The it won't run any of the JSP files.
Anyone know whats happening ?

javax.servlet.ServletException: Error instantiating servlet class 
org.apache.jasper.servlet.JspServlet
Root Cause
java.lang.IncompatibleClassChangeError: Implementing class

Cheers

Caroline


12/19/01 10:12:24 AM, Ralph Einfeldt [EMAIL PROTECTED] wrote:

AFAIK tomcat 3.x didn't do a HTTP redirect but served
the file direct. Tomcat 4 sends a HTTP redirect to the 
file. That might explain the cause for your symtoms.

Why that confuses your squid in not clear to me.
Your description sounds as if the squid doesn't
forward the redirect response to the browser.

 -Ursprüngliche Nachricht-
 Von: Richard Conway [mailto:[EMAIL PROTECTED]]
 Gesendet: Mittwoch, 19. Dezember 2001 10:56
 An: Tomcat User List
 Betreff: Tomcat4 index.html redirection problem - different to 3.2.x
 
 
 
 I have recently started using Tomcat 4.0.1 in preference to 
 3.2.x. I have
 noticed a difference in their behaviour which is causing me 
 some problems.
 
 I am using Squid as a web cache. When I access a 'directory' 
 URL, such as
 http://myhost/, then Tomcat serves the index.html file it 
 finds in this
 directory. In fact I think that Tomcat is indicating a 
 redirection to the
 originator.
 
 However, with Tomcat4 if I access the URL http://myhost/ 
 through the Squid
 cache then the index.html redirection is not successful - the 
 browser waits
 with the hourglass. If I do the same thing with a Tomcat 
 3.2.1 installation,
 through the same Squid cache, then everything works well.
 
 Note that the Tomcat4 http://myhost/ URL works fine if the cache is
 bypassed.
 
 There must be some difference between the way Tomcat4 and 3.2.1 are
 performing the index.html redirection. Whatever Tomcat4 is 
 doing, it is
 confusing the cache.
 
 It's possible I have mis-configured the Squid cache, but then 
 it works OK
 with Tomcat 3.2.1 and various other webservers I could lay my 
 hands on.
 
 Can anyone shed any light on this. Any suggestions for a way 
 of debugging.
 
 Thanks,
 Richard.
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]







--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




jsp service not available HTTP 503 error

2001-12-18 Thread Caroline Clewlow


Hi

I have installed Tomcat 4.01 but cannot access any JSP pages.  When I try I receive 
HTTP error 503 saying the jsp service is not available.
I've read one or two queries like this on the mailing list but haven't seen any 
replies that solve the problem.

Can anyone help me please ?

Thanks

Caroline


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]