You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Peter Ciuffetti (JIRA)" <ji...@apache.org> on 2015/07/04 22:32:04 UTC

[jira] [Updated] (NUTCH-2059) protocol-httpclient unit test error on Jenkins

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

Peter Ciuffetti updated NUTCH-2059:
-----------------------------------
    Description: 
This is an occasional error on the build of the Nutch trunk visible in Jenkins builds.
{code}
[junit] Running org.apache.nutch.protocol.httpclient.TestProtocolHttpClient
[junit] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.377 sec
[junit] Test org.apache.nutch.protocol.http.TestProtocolHttp FAILED
{code}

Evidence of failure on Jenkins go back to
Failed > Console Output  #3154 	Jun 8, 2015 4:00:00 AM
https://builds.apache.org/view/All/job/Nutch-trunk/3154/consoleFull

And are repeated at...
https://builds.apache.org/view/All/job/Nutch-trunk/3190/console
https://builds.apache.org/view/All/job/Nutch-trunk/3189/console

Some possibly related tickets
NUTCH-1836 Timeouts in protocol-httpclient when crawling same host with >2 threads 

NUTCH-1086 Rewrite protocol-httpclient

The unit tests are not failing for me on my sandbox, but there are some exceptions being output to the log related to headers being sent on JSP pages after the response writer is invoked.

{code}
java.lang.IllegalStateException: STREAM
        at org.mortbay.jetty.Response.getWriter(Response.java:616)
{code}



  was:
This is an occasional error on the build of the Nutch trunk visible in Jenkins builds.
```
[junit] Running org.apache.nutch.protocol.httpclient.TestProtocolHttpClient
[junit] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.377 sec
[junit] Test org.apache.nutch.protocol.http.TestProtocolHttp FAILED
```

Evidence of failure on Jenkins go back to
Failed > Console Output  #3154 	Jun 8, 2015 4:00:00 AM
https://builds.apache.org/view/All/job/Nutch-trunk/3154/consoleFull

And are repeated at...
https://builds.apache.org/view/All/job/Nutch-trunk/3190/console
https://builds.apache.org/view/All/job/Nutch-trunk/3189/console

Some possibly related tickets
NUTCH-1836 Timeouts in protocol-httpclient when crawling same host with >2 threads 

NUTCH-1086 Rewrite protocol-httpclient

The unit tests are not failing for me on my sandbox, but there are some exceptions being output to the log related to headers being sent on JSP pages after the response writer is invoked.

```
java.lang.IllegalStateException: STREAM
        at org.mortbay.jetty.Response.getWriter(Response.java:616)

```




> protocol-httpclient unit test error on Jenkins
> ----------------------------------------------
>
>                 Key: NUTCH-2059
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2059
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 1.11
>            Reporter: Peter Ciuffetti
>
> This is an occasional error on the build of the Nutch trunk visible in Jenkins builds.
> {code}
> [junit] Running org.apache.nutch.protocol.httpclient.TestProtocolHttpClient
> [junit] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.377 sec
> [junit] Test org.apache.nutch.protocol.http.TestProtocolHttp FAILED
> {code}
> Evidence of failure on Jenkins go back to
> Failed > Console Output  #3154 	Jun 8, 2015 4:00:00 AM
> https://builds.apache.org/view/All/job/Nutch-trunk/3154/consoleFull
> And are repeated at...
> https://builds.apache.org/view/All/job/Nutch-trunk/3190/console
> https://builds.apache.org/view/All/job/Nutch-trunk/3189/console
> Some possibly related tickets
> NUTCH-1836 Timeouts in protocol-httpclient when crawling same host with >2 threads 
> NUTCH-1086 Rewrite protocol-httpclient
> The unit tests are not failing for me on my sandbox, but there are some exceptions being output to the log related to headers being sent on JSP pages after the response writer is invoked.
> {code}
> java.lang.IllegalStateException: STREAM
>         at org.mortbay.jetty.Response.getWriter(Response.java:616)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)