You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2012/09/28 13:31:07 UTC

[jira] [Created] (CONNECTORS-547) Index out of bounds exception while crawling web documents

Karl Wright created CONNECTORS-547:
--------------------------------------

             Summary: Index out of bounds exception while crawling web documents
                 Key: CONNECTORS-547
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-547
             Project: ManifoldCF
          Issue Type: Bug
          Components: Web connector
    Affects Versions: ManifoldCF 1.0
            Reporter: Karl Wright
            Assignee: Karl Wright
            Priority: Blocker
             Fix For: ManifoldCF 1.0


FATAL 2012-09-28 11:42:32,112 (Worker thread '29') - Error tossed: String index out of range: -1
java.lang.StringIndexOutOfBoundsException: String index out of range: -1


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CONNECTORS-547) Index out of bounds exception while crawling web documents

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-547.
------------------------------------

    Resolution: Fixed
    
> Index out of bounds exception while crawling web documents
> ----------------------------------------------------------
>
>                 Key: CONNECTORS-547
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-547
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Web connector
>    Affects Versions: ManifoldCF 1.0
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 1.0
>
>
> FATAL 2012-09-28 11:42:32,112 (Worker thread '29') - Error tossed: String index out of range: -1
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-547) Index out of bounds exception while crawling web documents

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465542#comment-13465542 ] 

Karl Wright commented on CONNECTORS-547:
----------------------------------------

r1391414 (trunk)

                
> Index out of bounds exception while crawling web documents
> ----------------------------------------------------------
>
>                 Key: CONNECTORS-547
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-547
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Web connector
>    Affects Versions: ManifoldCF 1.0
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 1.0
>
>
> FATAL 2012-09-28 11:42:32,112 (Worker thread '29') - Error tossed: String index out of range: -1
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-547) Index out of bounds exception while crawling web documents

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465539#comment-13465539 ] 

Karl Wright commented on CONNECTORS-547:
----------------------------------------

I was able to reproduce this one too.  Here's the trace:

{code}
FATAL 2012-09-28 07:50:55,300 (Worker thread '14') - Error tossed: String index
out of range: -1
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
        at java.lang.String.<init>(String.java:207)
        at org.apache.manifoldcf.crawler.connectors.webcrawler.ThrottledFetcher$
ThrottledConnection.getLimitedResponseBody(ThrottledFetcher.java:1776)
        at org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnect
or.getDocumentVersions(WebcrawlerConnector.java:771)
        at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.ja
va:321)
{code}

                
> Index out of bounds exception while crawling web documents
> ----------------------------------------------------------
>
>                 Key: CONNECTORS-547
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-547
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Web connector
>    Affects Versions: ManifoldCF 1.0
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 1.0
>
>
> FATAL 2012-09-28 11:42:32,112 (Worker thread '29') - Error tossed: String index out of range: -1
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-547) Index out of bounds exception while crawling web documents

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465545#comment-13465545 ] 

Karl Wright commented on CONNECTORS-547:
----------------------------------------

r1391415 (branch)
                
> Index out of bounds exception while crawling web documents
> ----------------------------------------------------------
>
>                 Key: CONNECTORS-547
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-547
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Web connector
>    Affects Versions: ManifoldCF 1.0
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>            Priority: Blocker
>             Fix For: ManifoldCF 1.0
>
>
> FATAL 2012-09-28 11:42:32,112 (Worker thread '29') - Error tossed: String index out of range: -1
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira