[ 
https://issues.apache.org/jira/browse/WINK-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Elman updated WINK-15:
------------------------------

    Description: 
CookieParamTest_from_standalone fails:

06-28-2009 14:16:29:  [JAXRSCommonClient] Test setup OK
06-28-2009 14:16:29:  [HttpRequest] Dispatching request: 'GET 
/jaxrs_rs_cookieParamTest_web/CookieParamTest?todo=setcookie HTTP/1.1' to 
target server at 'localhost:8888'
06-28-2009 14:16:29:  ERROR: [WebValidatorBase] Unable to find the following 
header in the server's response: Set-Cookie: name1=value1

[WebValidatorBase] Response headers recieved from server:
        ResponseHeader -> Server: Apache-Coyote/1.1

        ResponseHeader -> Cookie: name1=value1;Version=1;Max-Age=-1

        ResponseHeader -> Content-Type: application/xml

        ResponseHeader -> Content-Length: 14

        ResponseHeader -> Date: Sun, 28 Jun 2009 11:16:29 GMT


06-28-2009 14:16:29:  [HttpRequest] Dispatching request: 'GET 
/jaxrs_rs_cookieParamTest_web/CookieParamTest?todo=verifycookie  HTTP/1.1' to 
target server at 'localhost:8888'
Jun 28, 2009 2:16:29 PM org.apache.commons.httpclient.HttpConnection 
releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
06-28-2009 14:16:29:  ERROR: [WebValidatorBase] Unable to find the following 
search string in the server's response: 'name1=value1' at index: 0
[WebValidatorBase] Server's response:
-------------------------------------------
name1=abcverifyCookie=done
-------------------------------------------




  was:
.com/sun/ts/tests/jaxrs/api/rs/cookieParamTest/JAXRSClient.java#CookieParamTest_from_standalone
 fails:

06-28-2009 14:16:29:  [JAXRSCommonClient] Test setup OK
06-28-2009 14:16:29:  [HttpRequest] Dispatching request: 'GET 
/jaxrs_rs_cookieParamTest_web/CookieParamTest?todo=setcookie HTTP/1.1' to 
target server at 'localhost:8888'
06-28-2009 14:16:29:  ERROR: [WebValidatorBase] Unable to find the following 
header in the server's response: Set-Cookie: name1=value1

[WebValidatorBase] Response headers recieved from server:
        ResponseHeader -> Server: Apache-Coyote/1.1

        ResponseHeader -> Cookie: name1=value1;Version=1;Max-Age=-1

        ResponseHeader -> Content-Type: application/xml

        ResponseHeader -> Content-Length: 14

        ResponseHeader -> Date: Sun, 28 Jun 2009 11:16:29 GMT


06-28-2009 14:16:29:  [HttpRequest] Dispatching request: 'GET 
/jaxrs_rs_cookieParamTest_web/CookieParamTest?todo=verifycookie  HTTP/1.1' to 
target server at 'localhost:8888'
Jun 28, 2009 2:16:29 PM org.apache.commons.httpclient.HttpConnection 
releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
06-28-2009 14:16:29:  ERROR: [WebValidatorBase] Unable to find the following 
search string in the server's response: 'name1=value1' at index: 0
[WebValidatorBase] Server's response:
-------------------------------------------
name1=abcverifyCookie=done
-------------------------------------------

06-28-2009 14:16:29:  ERROR: At least one assertion failed: Test failed with: 
[JAXRSCommonClient] null failed!  Check output for cause of failure.Test failed 
with: [JAXRSCommonClient] null failed!  Check output for cause of failure.
06-28-2009 14:16:29:  ERROR: Exception at: 
06-28-2009 14:16:29:  ERROR: com.sun.ts.lib.harness.EETest$Fault: At least one 
assertion failed: Test failed with: [JAXRSCommonClient] null failed!  Check 
output for cause of failure.Test failed with: [JAXRSCommonClient] null failed!  
Check output for cause of failure.
        at 
com.sun.ts.tests.jaxrs.api.rs.cookieParamTest.JAXRSClient.CookieParamTest(JAXRSClient.java:95)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.ts.lib.harness.EETest.run(EETest.java:495)
        at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:112)
        at 
com.sun.ts.tests.common.vehicle.EmptyVehicleRunner.run(EmptyVehicleRunner.java:30)
        at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:102)
        at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392)
        at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:209)
        at com.sun.ts.lib.harness.EETest.run(EETest.java:204)
        at 
com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:27)

06-28-2009 14:16:29:  [JAXRSCommonClient] Test cleanup OK
STATUS:Failed.Test case throws exception: At least one assertion failed: Test 
failed with: [JAXRSCommonClient] null failed!  Check output for cause of 
failure.Test failed with: [JAXRSCommonClient] null failed!  Check output for 
cause of failure.


        Summary: CookieParamTest_from_standalone fails  (was: 
.com/sun/ts/tests/jaxrs/api/rs/cookieParamTest/JAXRSClient.java#CookieParamTest_from_standalone
 fails)

> CookieParamTest_from_standalone fails
> -------------------------------------
>
>                 Key: WINK-15
>                 URL: https://issues.apache.org/jira/browse/WINK-15
>             Project: Wink
>          Issue Type: TCK Challenge
>            Reporter: Michael Elman
>            Assignee: Michael Elman
>
> CookieParamTest_from_standalone fails:
> 06-28-2009 14:16:29:  [JAXRSCommonClient] Test setup OK
> 06-28-2009 14:16:29:  [HttpRequest] Dispatching request: 'GET 
> /jaxrs_rs_cookieParamTest_web/CookieParamTest?todo=setcookie HTTP/1.1' to 
> target server at 'localhost:8888'
> 06-28-2009 14:16:29:  ERROR: [WebValidatorBase] Unable to find the following 
> header in the server's response: Set-Cookie: name1=value1
> [WebValidatorBase] Response headers recieved from server:
>       ResponseHeader -> Server: Apache-Coyote/1.1
>       ResponseHeader -> Cookie: name1=value1;Version=1;Max-Age=-1
>       ResponseHeader -> Content-Type: application/xml
>       ResponseHeader -> Content-Length: 14
>       ResponseHeader -> Date: Sun, 28 Jun 2009 11:16:29 GMT
> 06-28-2009 14:16:29:  [HttpRequest] Dispatching request: 'GET 
> /jaxrs_rs_cookieParamTest_web/CookieParamTest?todo=verifycookie  HTTP/1.1' to 
> target server at 'localhost:8888'
> Jun 28, 2009 2:16:29 PM org.apache.commons.httpclient.HttpConnection 
> releaseConnection
> WARNING: HttpConnectionManager is null.  Connection cannot be released.
> 06-28-2009 14:16:29:  ERROR: [WebValidatorBase] Unable to find the following 
> search string in the server's response: 'name1=value1' at index: 0
> [WebValidatorBase] Server's response:
> -------------------------------------------
> name1=abcverifyCookie=done
> -------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to