Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-10-02 Thread Erlend Garåsen

On 28.09.12 13.31, Erlend Garåsen wrote:


OK, I will give you a stack trace in the beginning of next week.


Do you still need the stack trace? If you do, I need to adjust the log 
level and/or change the source code in order to print it out.


I'm still a little bit worried about how MCF deals with 500 server 
errors since the job I started last Friday is still running. It retries 
and retries the three documents I previously mentioned.


Is it really a normal behaviour that MCF retries the same document every 
fourth second after the last attempt and continues do do this (perhaps) 
thousand times? MCF has probably retried these documents in four days 
now. I doubt this is normal behaviour.


The job should end in the middle of the day on Saturday, and now it's 
Tuesday.


I will test the latest RC after these issues have been clarified.

Erlend

--
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050


Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-10-02 Thread Erlend Garåsen


Karl, you wrote: I was able to reproduce the exception here using your 
URL.  It is indeed a bug in how it handles the 500 error.


OK, then I guess that the StringIndexOutOfBoundsException *was* related 
to the 500 server issue (It is not clear at all that it is related

to the 500 error you described before, but it could be.).

To clarify another thing: These three documents are fetched over and 
over again every fourth second (in four days). I was mentioning this in 
case we had another issue.


I'm just trying to clarify this before I deploy RC7 as I wrote.

Anyway, I will deploy RC7 now and start my job once more.

Erlend

On 02.10.12 11.03, Karl Wright wrote:

No stack trace needed.  If you read the rest of the mail, you will
note that I was able to reproduce the issue using the URL you had
provided.  There have been two RC's since; we are on RC7 now.

Karl


On Tue, Oct 2, 2012 at 4:38 AM, Erlend Garåsen e.f.gara...@usit.uio.no wrote:

On 28.09.12 13.31, Erlend Garåsen wrote:


OK, I will give you a stack trace in the beginning of next week.



Do you still need the stack trace? If you do, I need to adjust the log level
and/or change the source code in order to print it out.

I'm still a little bit worried about how MCF deals with 500 server errors
since the job I started last Friday is still running. It retries and retries
the three documents I previously mentioned.

Is it really a normal behaviour that MCF retries the same document every
fourth second after the last attempt and continues do do this (perhaps)
thousand times? MCF has probably retried these documents in four days now. I
doubt this is normal behaviour.

The job should end in the middle of the day on Saturday, and now it's
Tuesday.

I will test the latest RC after these issues have been clarified.

Erlend


--
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050



--
Erlend Garåsen
Center for Information Technology Services
University of Oslo
P.O. Box 1086 Blindern, N-0317 OSLO, Norway
Ph: (+47) 22840193, Fax: (+47) 22852970, Mobile: (+47) 91380968, VIP: 31050


Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan
Hi,

'ant all' command yields:

BUILD FAILED
/manifoldcf/tags/release-1.0-RC7/build.xml:2529: A zip file cannot include 
itself

Ahmet


--- On Sun, 9/30/12, Karl Wright daddy...@gmail.com wrote:

 From: Karl Wright daddy...@gmail.com
 Subject: Re: [VOTE] Release Apache ManifoldCF 1.0, RC7
 To: dev@manifoldcf.apache.org
 Date: Sunday, September 30, 2012, 9:40 PM
 Ran all tests, just to be sure
 nothing got messed up.  +1 from me.
 
 Karl
 
 On Sun, Sep 30, 2012 at 11:34 AM, Piergiorgio Lucidi
 piergior...@apache.org
 wrote:
  +1 from me:
 
  - checked signatures
  - crawling against a CMIS repository
  - tried to build using Maven and Ant
 
  Piergiorgio
 
  2012/9/30 Karl Wright daddy...@gmail.com
 
  Please vote +1 to release ManifoldCF 1.0,
 RC7.  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-RC7
 
  Fixes since RC6:
 
  CONNECTORS-549
 
  Fixes since RC5:
 
  CONNECTORS-547
  CONNECTORS-548 (documentation fix)
 
  Fixes since RC4:
 
  CONNECTORS-545
 
  Fixes since RC3:
 
  CONNECTORS-544
 
  --
  Piergiorgio Lucidi
  http://www.open4dev.com
 
 



Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
The ant build hasn't changed in this regard, but maybe ant has.
Here's the code:

target name=create-source-zip depends=set-version
  zip destfile=apache-manifoldcf-${release-version}-src.zip
update=false
zipfileset dir=. prefix=apache-manifoldcf-${release-version}
...
  exclude name=/apache-manifoldcf-*/
/zipfileset
  /zip
/target

This used to exclude the zip from itself.  What version of ant are you using?

Karl



On Tue, Oct 2, 2012 at 2:30 PM, Ahmet Arslan iori...@yahoo.com wrote:
 Hi,

 'ant all' command yields:

 BUILD FAILED
 /manifoldcf/tags/release-1.0-RC7/build.xml:2529: A zip file cannot include 
 itself

 Ahmet


 --- On Sun, 9/30/12, Karl Wright daddy...@gmail.com wrote:

 From: Karl Wright daddy...@gmail.com
 Subject: Re: [VOTE] Release Apache ManifoldCF 1.0, RC7
 To: dev@manifoldcf.apache.org
 Date: Sunday, September 30, 2012, 9:40 PM
 Ran all tests, just to be sure
 nothing got messed up.  +1 from me.

 Karl

 On Sun, Sep 30, 2012 at 11:34 AM, Piergiorgio Lucidi
 piergior...@apache.org
 wrote:
  +1 from me:
 
  - checked signatures
  - crawling against a CMIS repository
  - tried to build using Maven and Ant
 
  Piergiorgio
 
  2012/9/30 Karl Wright daddy...@gmail.com
 
  Please vote +1 to release ManifoldCF 1.0,
 RC7.  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-RC7
 
  Fixes since RC6:
 
  CONNECTORS-549
 
  Fixes since RC5:
 
  CONNECTORS-547
  CONNECTORS-548 (documentation fix)
 
  Fixes since RC4:
 
  CONNECTORS-545
 
  Fixes since RC3:
 
  CONNECTORS-544
 
  --
  Piergiorgio Lucidi
  http://www.open4dev.com
 
 



Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
Oh, and by the way, I used ant image to create the release, which
calls the create-source-zip target.  So it's still working for me
just fine.  Hmmm.

Karl

On Tue, Oct 2, 2012 at 2:41 PM, Karl Wright daddy...@gmail.com wrote:
 The ant build hasn't changed in this regard, but maybe ant has.
 Here's the code:

 target name=create-source-zip depends=set-version
   zip destfile=apache-manifoldcf-${release-version}-src.zip
 update=false
 zipfileset dir=. prefix=apache-manifoldcf-${release-version}
 ...
   exclude name=/apache-manifoldcf-*/
 /zipfileset
   /zip
 /target

 This used to exclude the zip from itself.  What version of ant are you using?

 Karl



 On Tue, Oct 2, 2012 at 2:30 PM, Ahmet Arslan iori...@yahoo.com wrote:
 Hi,

 'ant all' command yields:

 BUILD FAILED
 /manifoldcf/tags/release-1.0-RC7/build.xml:2529: A zip file cannot include 
 itself

 Ahmet


 --- On Sun, 9/30/12, Karl Wright daddy...@gmail.com wrote:

 From: Karl Wright daddy...@gmail.com
 Subject: Re: [VOTE] Release Apache ManifoldCF 1.0, RC7
 To: dev@manifoldcf.apache.org
 Date: Sunday, September 30, 2012, 9:40 PM
 Ran all tests, just to be sure
 nothing got messed up.  +1 from me.

 Karl

 On Sun, Sep 30, 2012 at 11:34 AM, Piergiorgio Lucidi
 piergior...@apache.org
 wrote:
  +1 from me:
 
  - checked signatures
  - crawling against a CMIS repository
  - tried to build using Maven and Ant
 
  Piergiorgio
 
  2012/9/30 Karl Wright daddy...@gmail.com
 
  Please vote +1 to release ManifoldCF 1.0,
 RC7.  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-RC7
 
  Fixes since RC6:
 
  CONNECTORS-549
 
  Fixes since RC5:
 
  CONNECTORS-547
  CONNECTORS-548 (documentation fix)
 
  Fixes since RC4:
 
  CONNECTORS-545
 
  Fixes since RC3:
 
  CONNECTORS-544
 
  --
  Piergiorgio Lucidi
  http://www.open4dev.com
 
 



Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan
 This used to exclude the zip from itself.  What version
 of ant are you using?

Apache Ant(TM) version 1.8.2 compiled on June 3 2011


Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
Mine is:
C:\wip\mcf\trunkwhich ant
c:\ant\apache-ant-1.8.4\bin/ant.bat

Are you running on Windows, or Linux?

Karl

On Tue, Oct 2, 2012 at 2:54 PM, Ahmet Arslan iori...@yahoo.com wrote:
 This used to exclude the zip from itself.  What version
 of ant are you using?

 Apache Ant(TM) version 1.8.2 compiled on June 3 2011


Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan

 Are you running on Windows, or Linux?

I am using Mac OS X 10.7.5

Ahmet


Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
Can you try changing the exclude .../ clause I noted earlier to
remove the leading / from /apache-manifoldcf-*, and see if that
works?

I'd hesitate to spin a new kit here unless there's evidence there's a
viable fix.

Karl

On Tue, Oct 2, 2012 at 3:01 PM, Ahmet Arslan iori...@yahoo.com wrote:

 Are you running on Windows, or Linux?

 I am using Mac OS X 10.7.5

 Ahmet


Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan

 In any case, I'm not sure this is worth a respin, since the
 place it
 fails is building a distribution zip.  Does everyone agree?

+1


* Crawled against SharePoint 2010 Repository connection (library and list)
* ran ant all
* ran mvn install/packge -Dmaven.test.skip=true

Here is my +1 for RC7

Ahmet


[jira] [Resolved] (CONNECTORS-550) Ant build image target doesn't work on Mac

2012-10-02 Thread Karl Wright (JIRA)

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

Karl Wright resolved CONNECTORS-550.


Resolution: Fixed

 Ant build image target doesn't work on Mac
 

 Key: CONNECTORS-550
 URL: https://issues.apache.org/jira/browse/CONNECTORS-550
 Project: ManifoldCF
  Issue Type: Bug
  Components: Build
Affects Versions: ManifoldCF 1.0
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 1.1


 The ant image target complains about including a zip within itself on the 
 Mac.  It seems that exclusions that begin with / on the Mac don't work as 
 expected.

--
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