[jira] [Commented] (CONNECTORS-544) Combined war is missing api and authority servlet jars

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465441#comment-13465441 ] Karl Wright commented on CONNECTORS-544: You are correct - I will open a new

[jira] [Created] (CONNECTORS-545) Proprietary single-process properties.xml has incorrect war path

2012-09-28 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-545: -- Summary: Proprietary single-process properties.xml has incorrect war path Key: CONNECTORS-545 URL: https://issues.apache.org/jira/browse/CONNECTORS-545 Project:

[jira] [Updated] (CONNECTORS-545) Proprietary single-process properties.xml has incorrect war path

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-545: --- Priority: Blocker (was: Major) Proprietary single-process properties.xml has

[jira] [Commented] (CONNECTORS-545) Proprietary single-process properties.xml has incorrect war path

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465446#comment-13465446 ] Karl Wright commented on CONNECTORS-545: r1391338 (trunk)

[jira] [Commented] (CONNECTORS-545) Proprietary single-process properties.xml has incorrect war path

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465453#comment-13465453 ] Karl Wright commented on CONNECTORS-545: r1391340 (release branch)

[jira] [Resolved] (CONNECTORS-545) Proprietary single-process properties.xml has incorrect war path

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-545. Resolution: Fixed Proprietary single-process properties.xml has incorrect war

[VOTE] Release Apache ManifoldCF 1.0, RC5

2012-09-28 Thread Karl Wright
Please vote +1 to release ManifoldCF 1.0, RC5. The release artifact can be found at: http://people.apache.org/~kwright/apache-manifoldcf-1.0 There is also an SVN tag at: https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.0-RC5 Fixes since RC4: CONNECTORS-545 Fixes since RC3:

[jira] [Created] (CONNECTORS-546) Document combined war and scripts that run it under jetty

2012-09-28 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-546: -- Summary: Document combined war and scripts that run it under jetty Key: CONNECTORS-546 URL: https://issues.apache.org/jira/browse/CONNECTORS-546 Project:

Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-09-28 Thread Erlend GarĂ¥sen
I'm trying to start a crawl before I have to run to the airport. I just discovered that MCF recrawls the same host over and over again when it returns result code 500: 09-28-2012 11:40:11.024 fetch http://foreninger.uio.no/go/oslo_open_2012_no.php 500 It's just not this document,

Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-09-28 Thread Karl Wright
Hi Erlend, This is expected behavior. ManifoldCF is designed to retry on errors that mean potential server problems for a period of time and then give up. The logic here is that 500 may well mean the server is down but will be rebooted or whatever. It retries every N minutes until M minutes

Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-09-28 Thread Karl Wright
Meanwhile, the following is filling up my log: 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 is indeed a problem I agree we should fix, but in order to do that I need a

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

2012-09-28 Thread Karl Wright (JIRA)
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:

Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-09-28 Thread Erlend GarĂ¥sen
OK, I will give you a stack trace in the beginning of next week. I will start the crawler once more and check the results when I'm back and change my vote then if it is ok. Erlend On 28.09.12 13.26, Karl Wright wrote: Meanwhile, the following is filling up my log: FATAL 2012-09-28

Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-09-28 Thread Karl Wright
CONNECTORS-547 (index out of bounds) CONNECTORS-548 (cannot build with maven) Karl On Fri, Sep 28, 2012 at 7:26 AM, Karl Wright daddy...@gmail.com wrote: Meanwhile, the following is filling up my log: FATAL 2012-09-28 11:42:32,112 (Worker thread '29') - Error tossed: String index out of

[jira] [Created] (CONNECTORS-548) Cannot build with Maven

2012-09-28 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-548: -- Summary: Cannot build with Maven Key: CONNECTORS-548 URL: https://issues.apache.org/jira/browse/CONNECTORS-548 Project: ManifoldCF Issue Type: Bug

[jira] [Commented] (CONNECTORS-548) Cannot build with Maven

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465528#comment-13465528 ] Karl Wright commented on CONNECTORS-548: I was able to reproduce this here,

[jira] [Commented] (CONNECTORS-548) Cannot build with Maven

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465535#comment-13465535 ] Karl Wright commented on CONNECTORS-548: The pom.xml in framework seemed to be

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

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465539#comment-13465539 ] Karl Wright commented on CONNECTORS-547: I was able to reproduce this one too.

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

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465542#comment-13465542 ] Karl Wright commented on CONNECTORS-547: r1391414 (trunk)

[jira] [Updated] (CONNECTORS-548) Cannot build with Maven

2012-09-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright updated CONNECTORS-548: --- Component/s: Documentation Cannot build with Maven ---

Re: [VOTE] Release Apache ManifoldCF 1.0, RC6

2012-09-28 Thread Karl Wright
Exercised it as I have before, and added postgresql and mysql tests. +1 Karl On Fri, Sep 28, 2012 at 9:38 AM, Karl Wright daddy...@gmail.com wrote: Please vote +1 to release ManifoldCF 1.0, RC6. The release artifact can be found at: http://people.apache.org/~kwright/apache-manifoldcf-1.0