Wow. Good debugging! Thanks Stefan for your help. 

I'm trying to run the cactus build on cvs.apache.org to see if I can
reproduce the problem. I'll let you know as I make progress.

Thanks
-Vincent

> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: 11 March 2004 13:14
> To: [EMAIL PROTECTED]
> Subject: Re: How to debug a Gump build problem?
> 
> Vincent,
> 
> I've rerun the build with tcpdump running to get an idea of what is
> actually happening:
> 
> -> GET /cactus-sample-servlet-
> cactified/ServletRedirector?Cactus_Service=RUN_TEST
> <- 200 OK
> -> GET /cactus-sample-servlet-
> cactified/ServletRedirector?Cactus_Service=RUN_TEST
> <- 200 OK
> -> GET /cactus-sample-servlet-
>
cactified/ServletRedirectorSecure?Cactus_TestMethod=testBasicAuthenticat
io
>
n&Cactus_TestClass=org.apache.cactus.sample.servlet.unit.TestBasicAuthen
ti
> cation&Cactus_AutomaticSession=true&Cactus_Service=CALL_TEST
> <- 401 Unauthorized\r\nWWW-Authenticate: Basic realm="myrealm"
> -> GET /cactus-sample-servlet-
> cactified/ServletRedirectorSecure?Cactus_Service=GET_RESULTS
> <- 401 Unauthorized\r\nWWW-Authenticate: Basic realm="myrealm"
> -> GET /cactus-sample-servlet-
> cactified/ServletRedirector?Cactus_Service=RUN_TEST
> <- 200 OK
> -> GET /cactus-sample-servlet-
> cactified/ServletRedirector?Cactus_Service=RUN_TEST
> <- 200 OK
> 
> To me it looks as if cactus never successfully authenticates and fails
> when it tries to collect the test results.
> 
> So I've manually started Tomcat to see whether I could log in.  I get
> the login dialog box, use testuser/testpassword, accept a session-id
> cookie and then I'm in.  If I then invoke GET_RESULTS I get
> 
> <webresult/>
> 
> So manually things seem to work fine, but I don't see cactus even
> trying to authenticate.
> 
> Let me know if I can do more tests.
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to