Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-21 Thread Grzegorz Kossakowski
Continuum VMBuild Server pisze:
 
 
 Build Error:
 
 
 Provider message: The svn command failed.
 Command output:
 ---
 
 svn: REPORT request failed on '/repos/asf/!svn/vcc/default'
 svn: REPORT of '/repos/asf/!svn/vcc/default': Could not read chunk size:
 connection was closed by server. (http://svn.apache.org)
 ---

FYI: It's been already reported, see 
https://issues.apache.org/jira/browse/INFRA-1565

-- 
Grzegorz Kossakowski


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread Grzegorz Kossakowski

Continuum VMBuild Server pisze:
snip/


 


Build Error:
 


Provider message: The svn command failed.
Command output: 
--- 


svn: Unrecognized line ending style
--- 


H...

I think it's time to let infr (continuum) folks to have a look at this because it's rather annoying 
that Continuum fails every few days.


--
Grzegorz


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread Vadim Gritsenko

On Mar 18, 2008, at 4:08 AM, Grzegorz Kossakowski wrote:


Continuum VMBuild Server pisze:
snip/

 
Build
 Error:
 
Provider
 message: The svn command failed.
Command output:  
--- svn 
: Unrecognized line ending style

---


H...

I think it's time to let infr (continuum) folks to have a look at  
this because it's rather annoying that Continuum fails every few days.


I get the exact same error:

  $ svn up
  ...
  Ablocks/cocoon-lucene/cocoon-lucene-sample/NOTICE.txt
  Ablocks/cocoon-lucene/cocoon-lucene-sample/LICENSE.txt
  svn: Unrecognized line ending style


Vadim



Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread Vadim Gritsenko

On Mar 18, 2008, at 10:32 AM, Vadim Gritsenko wrote:


On Mar 18, 2008, at 4:08 AM, Grzegorz Kossakowski wrote:


Continuum VMBuild Server pisze:
snip/

 
Build
Error:
 
Provider
message: The svn command failed.
Command output:  
--- svn 
: Unrecognized line ending style

---


H...

I think it's time to let infr (continuum) folks to have a look at  
this because it's rather annoying that Continuum fails every few  
days.


I get the exact same error:

 $ svn up
 ...
 Ablocks/cocoon-lucene/cocoon-lucene-sample/NOTICE.txt
 Ablocks/cocoon-lucene/cocoon-lucene-sample/LICENSE.txt
 svn: Unrecognized line ending style


The problem is with cocoon/blocks/cocoon-lucene/cocoon-lucene-sample/ 
src/main/resources/COB-INF/create-index2.jx file, svn:eol-style  
property. I don't know how I can fix it since I can not checkout  
latest version (due to error above).


The person who changed the property probably is able to fix it since  
he would have latest version on disk.


Vadim



Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread Grzegorz Kossakowski

Vadim Gritsenko pisze:


The problem is with 
cocoon/blocks/cocoon-lucene/cocoon-lucene-sample/src/main/resources/COB-INF/create-index2.jx 
file, svn:eol-style property. I don't know how I can fix it since I can 
not checkout latest version (due to error above).


The person who changed the property probably is able to fix it since he 
would have latest version on disk.


Vadim, for me svn up and svn co works fine. Is it OS issue? (I'm using Linux 
here)

--
Grzegorz Kossakowski


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread Vadim Gritsenko

On Mar 18, 2008, at 4:35 PM, Grzegorz Kossakowski wrote:


Vadim Gritsenko pisze:
The problem is with cocoon/blocks/cocoon-lucene/cocoon-lucene- 
sample/src/main/resources/COB-INF/create-index2.jx file, svn:eol- 
style property. I don't know how I can fix it since I can not  
checkout latest version (due to error above).
The person who changed the property probably is able to fix it  
since he would have latest version on disk.


Vadim, for me svn up and svn co works fine. Is it OS issue? (I'm  
using Linux here)


No, you probably were just lucky. I removed directory with offending  
file (rm -rf cocoon/blocks/cocoon-lucene/cocoon-lucene-sample/src/main/ 
resources/COB-INF) and - since issue is already fixed in svn - update  
went fine. If only somebody could do the same on continuum box...


Vadim


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread Grzegorz Kossakowski

Vadim Gritsenko pisze:


No, you probably were just lucky. I removed directory with offending 
file (rm -rf 
cocoon/blocks/cocoon-lucene/cocoon-lucene-sample/src/main/resources/COB-INF) 
and - since issue is already fixed in svn - update went fine. If only 
somebody could do the same on continuum box...


FYI: I've forced Continuum to do a fresh checkout so this should hopefully fix Continuum. We'll see 
once my command is taken from queue.


Thanks Vadim for a help!

--
Grzegorz


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread David Crossley
On Tue, Mar 18, 2008 at 11:55:20PM +0100, Grzegorz Kossakowski wrote:
 Vadim Gritsenko pisze:
 
 No, you probably were just lucky. I removed directory with offending 
 file (rm -rf 
 cocoon/blocks/cocoon-lucene/cocoon-lucene-sample/src/main/resources/COB-INF) 
 and - since issue is already fixed in svn - update went fine. If only 
 somebody could do the same on continuum box...
 
 FYI: I've forced Continuum to do a fresh checkout so this should hopefully 
 fix Continuum. We'll see once my command is taken from queue.
 
 Thanks Vadim for a help!

The continuum build is working again.

That was very strange. Yes, i set the missing line-ending style
in r554235 recently. Just as it should be for all text files.
I did some investigation and other blocks have *.jx with
the same 'svn:eol-style native' property. Those are okay,
so why an error with this change.

Vadim said the issue was with create-index2.jx file.
I don't see a problem with it. However create-index.jx
does have a miss-spelled property name. It has been that
way for ages without a problem. I will fix it, and hope
that Continuum does not choke.

-David


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2008-03-18 Thread Vadim Gritsenko

On Mar 18, 2008, at 8:41 PM, David Crossley wrote:


Vadim said the issue was with create-index2.jx file.
I don't see a problem with it.


I think you fixed it; but before that it somehow had eol-style set to  
'Id', which caused svn client to abort update.


Vadim


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2007-12-11 Thread Carsten Ziegeler
Can we PLEASE do something about this?

Is there noone here who can administer our continuum setup?
If it helps, it would be great if someone could add me to the cocoon group.

Thanks
Carsten

Continuum VMBuild Server wrote:
 Online report :
 http://vmbuild.apache.org/continuum/buildResult.action?buildId=27685projectId=51
 
 
 Build statistics:
  State: Error
  Previous State: Error
  Started at: Tue 11 Dec 2007 09:00:00 -0800
  Finished at: Tue 11 Dec 2007 09:00:05 -0800
  Total time: 5s
  Build Trigger: Schedule
  Build Number: 0
  Exit code: 0
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version :  java version 1.4.2_15
  Java(TM) 2 Runtime Environment, Standard Edition (build
 1.4.2_15-b02)
  Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
 Builder version :
  Maven version: 2.0.7
  Java version: 1.4.2_15
  OS name: linux version: 2.6.20-16-server arch: i386
   
 
 
 SCM Changes:
 
 
 Changed: thorsten @ Wed 5 Dec 2007 03:24:26 -0800
 Comment: fixing typo
 Files changed:
  /cocoon/trunk/blocks/cocoon-databases/cocoon-databases-sample/pom.xml (
 601299 )
 
 Changed: thorsten @ Wed 5 Dec 2007 03:36:45 -0800
 Comment: Fixing paginator to make it useable with spring
 Files changed:
  
 /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/changes/changes.xml
 ( 601301 )
  
 /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/src/main/java/org/apache/cocoon/transformation/pagination/Paginator.java
 ( 601301 )
 
 
 
 Dependencies Changes:
 
 
 No dependencies changed
 
 
 
 
 
 
 Build Error:
 
 
 Provider message: The svn command failed.
 Command output:
 ---
 
 svn: Working copy '.' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
 details)
 Type 'svn help' for usage.
 ---
 
 
 
 
 


-- 
Carsten Ziegeler
[EMAIL PROTECTED]


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2007-12-11 Thread Grzegorz Kossakowski
Carsten Ziegeler pisze:
 Can we PLEASE do something about this?

I fixed the problem. Sorry for delay. I had a lot of things to cope with 
recently. :(

 Is there noone here who can administer our continuum setup?
 If it helps, it would be great if someone could add me to the cocoon group.

I tried to give you admin rights but Continuum throws an exception:
HTTP ERROR: 500

org.codehaus.plexus.redback.role.model.ModelRole cannot be cast to 
org.codehaus.plexus.redback.rbac.Role

-- 
Grzegorz Kossakowski
Committer and PMC Member of Apache Cocoon
http://reflectingonthevicissitudes.wordpress.com/


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2007-12-11 Thread Carsten Ziegeler
Don't worry and thanks!

I'll ask infra.

Thanks
Carsten

Grzegorz Kossakowski wrote:
 Carsten Ziegeler pisze:
 Can we PLEASE do something about this?
 
 I fixed the problem. Sorry for delay. I had a lot of things to cope with 
 recently. :(
 
 Is there noone here who can administer our continuum setup?
 If it helps, it would be great if someone could add me to the cocoon group.
 
 I tried to give you admin rights but Continuum throws an exception:
 HTTP ERROR: 500
 
 org.codehaus.plexus.redback.role.model.ModelRole cannot be cast to 
 org.codehaus.plexus.redback.rbac.Role
 


-- 
Carsten Ziegeler
[EMAIL PROTECTED]


Re: [continuum] BUILD ERROR: Apache Cocoon [build root]

2007-12-10 Thread Thorsten Scherler
On Mon, 2007-12-10 at 01:14 -0800, Continuum VMBuild Server wrote:
 Online report : 
 http://vmbuild.apache.org/continuum/buildResult.action?buildId=27409projectId=51

Hi all,

can somebody execute 
svn cleanup
on the Continuum server?

TIA

salu2
-- 
Thorsten Scherler thorsten.at.apache.org
Open Source Java  consulting, training and solutions