Re: [Generating view problem]

2005-09-21 Thread Cyriaque Dupoirieux


David Crossley a écrit :


Thorsten Scherler wrote:
 


Not only views are broken with forrest seed see attached log. :(
   



Did you all run 'forrest clean' in your project?
 


No I'll try this...


Regards,
Cyriaque,


-David


 



Re: [Generating view problem]

2005-09-20 Thread Thorsten Scherler
El mar, 20-09-2005 a las 10:54 +0200, Cyriaque Dupoirieux escribió:
 Hi,
 
 I have the following message :
 X [0] linkmap.html  BROKEN: 
 org.apache.commons.jxpath.JXPathContext.setNamespaceContextPointer(Lorg/apache/commons
 /jxpath/Pointer;)V
 
 What have I done wrong ?
 
 (I have, also, tried it on a new *forrest seed* configured for views...)


That means, that the views you are trying to use need more properties.
Let me explain it on a example:
http://svn.apache.org/viewcvs.cgi/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/pelt.fv?rev=290290r1=290164r2=290290diff_format=h

I just tried a fresh seed and it is working fine for me, but I
refactored heaps code and could not commit yet. Which revision have you?

Please make sure that you updated all your project views to use the new
contracts.

HTH
-- 
thorsten

Together we stand, divided we fall! 
Hey you (Pink Floyd)



Re: [Generating view problem]

2005-09-20 Thread Thorsten Scherler
My answer was about forrest run not forrest site. 

I just saw that my local version is neither working with forrest site.
I will need to have a look after work. Something is really weird and
wrong with our cli which is quite annoying. :(

I get stuff like:
ERROR - cocoon-ehcache-1Cache: Could not read disk store element for key
PK_G-file-cocoon://abs-linkmap?pipelinehash=-9170749403031321461_T-xslt-file:/home/thorsten/src/apache/forrest-trunk/main/webapp/resources/stylesheets/relativize-linkmap.xsl;site-root=http://myproj.mygroup.org/;path=samples/faq.html
java.io.InvalidClassException:
org.apache.excalibur.source.impl.validity.AbstractAggregatedValidity;
local class incompatible: stream classdesc serialVersionUID =
-2373652228905311376, local class serialVersionUID = -119013294253936841
at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:463)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845
...

salu2

El mar, 20-09-2005 a las 11:39 +0200, Thorsten Scherler escribió:
 El mar, 20-09-2005 a las 10:54 +0200, Cyriaque Dupoirieux escribió:
  Hi,
  
  I have the following message :
  X [0] linkmap.html  BROKEN: 
  org.apache.commons.jxpath.JXPathContext.setNamespaceContextPointer(Lorg/apache/commons
  /jxpath/Pointer;)V
  
  What have I done wrong ?
  
  (I have, also, tried it on a new *forrest seed* configured for views...)
 
 
 That means, that the views you are trying to use need more properties.
 Let me explain it on a example:
 http://svn.apache.org/viewcvs.cgi/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/pelt.fv?rev=290290r1=290164r2=290290diff_format=h
 
 I just tried a fresh seed and it is working fine for me, but I
 refactored heaps code and could not commit yet. Which revision have you?
 
 Please make sure that you updated all your project views to use the new
 contracts.
 
 HTH
-- 
thorsten

Together we stand, divided we fall! 
Hey you (Pink Floyd)



Re: [Generating view problem]

2005-09-20 Thread Cyriaque Dupoirieux

Thorsten Scherler a écrit :

My answer was about forrest run not forrest site. 


I just saw that my local version is neither working with forrest site.
I will need to have a look after work. Something is really weird and
wrong with our cli which is quite annoying. :(

I get stuff like:
ERROR - cocoon-ehcache-1Cache: Could not read disk store element for key
PK_G-file-cocoon://abs-linkmap?pipelinehash=-9170749403031321461_T-xslt-file:/home/thorsten/src/apache/forrest-trunk/main/webapp/resources/stylesheets/relativize-linkmap.xsl;site-root=http://myproj.mygroup.org/;path=samples/faq.html
java.io.InvalidClassException:
org.apache.excalibur.source.impl.validity.AbstractAggregatedValidity;
local class incompatible: stream classdesc serialVersionUID =
-2373652228905311376, local class serialVersionUID = -119013294253936841
   at
java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:463)
   at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
   at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
   at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
   at
java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
   at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
   at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
   at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845
...

salu2

El mar, 20-09-2005 a las 11:39 +0200, Thorsten Scherler escribió:
 


El mar, 20-09-2005 a las 10:54 +0200, Cyriaque Dupoirieux escribió:
   


Hi,

I have the following message :
X [0] linkmap.html  BROKEN: 
org.apache.commons.jxpath.JXPathContext.setNamespaceContextPointer(Lorg/apache/commons

/jxpath/Pointer;)V

What have I done wrong ?

(I have, also, tried it on a new *forrest seed* configured for views...)
 


That means, that the views you are trying to use need more properties.
Let me explain it on a example:
http://svn.apache.org/viewcvs.cgi/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/pelt.fv?rev=290290r1=290164r2=290290diff_format=h

I just tried a fresh seed and it is working fine for me, but I
refactored heaps code and could not commit yet. Which revision have you?
   


At revision 290419.
And I have the same problem as you with forrest run...

Salutations,
Cyriaque,


Please make sure that you updated all your project views to use the new
contracts.

HTH
   



Re: [Generating view problem]

2005-09-20 Thread Thorsten Scherler
Not only views are broken with forrest seed see attached log. :(

salu2

El mar, 20-09-2005 a las 11:50 +0200, Thorsten Scherler escribió:
 My answer was about forrest run not forrest site. 
 
 I just saw that my local version is neither working with forrest site.
 I will need to have a look after work. Something is really weird and
 wrong with our cli which is quite annoying. :(
 
 I get stuff like:
 ERROR - cocoon-ehcache-1Cache: Could not read disk store element for key
 PK_G-file-cocoon://abs-linkmap?pipelinehash=-9170749403031321461_T-xslt-file:/home/thorsten/src/apache/forrest-trunk/main/webapp/resources/stylesheets/relativize-linkmap.xsl;site-root=http://myproj.mygroup.org/;path=samples/faq.html
 java.io.InvalidClassException:
 org.apache.excalibur.source.impl.validity.AbstractAggregatedValidity;
 local class incompatible: stream classdesc serialVersionUID =
 -2373652228905311376, local class serialVersionUID = -119013294253936841
 at
 java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:463)
 at
 java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
 at
 java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
 at
 java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
 at
 java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
 at
 java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
 at
 java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
 at
 java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845
 ...
 
 salu2
 
 El mar, 20-09-2005 a las 11:39 +0200, Thorsten Scherler escribió:
  El mar, 20-09-2005 a las 10:54 +0200, Cyriaque Dupoirieux escribió:
   Hi,
   
   I have the following message :
   X [0] linkmap.html  BROKEN: 
   org.apache.commons.jxpath.JXPathContext.setNamespaceContextPointer(Lorg/apache/commons
   /jxpath/Pointer;)V
   
   What have I done wrong ?
   
   (I have, also, tried it on a new *forrest seed* configured for views...)
  
  
  That means, that the views you are trying to use need more properties.
  Let me explain it on a example:
  http://svn.apache.org/viewcvs.cgi/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.view/resources/views/pelt.fv?rev=290290r1=290164r2=290290diff_format=h
  
  I just tried a fresh seed and it is working fine for me, but I
  refactored heaps code and could not commit yet. Which revision have you?
  
  Please make sure that you updated all your project views to use the new
  contracts.
  
  HTH
-- 
thorsten

Together we stand, divided we fall! 
Hey you (Pink Floyd)
  - in column 1: *=okay X=brokenLink ^=pageSkipped (see FAQ).
X [0] samples/error:ext:forrest/validation	BROKEN: No pipeline matched request: samples/error:ext:forrest/validation
X [0] samples/error:site:index	BROKEN: No pipeline matched request: samples/error:site:index
X [0] samples/error:ext:forrest	BROKEN: No pipeline matched request: samples/error:ext:forrest
X [0] samples/error:ext:forrest/webapp	BROKEN: No pipeline matched request: samples/error:ext:forrest/webapp
X [0] samples/error:site:linking	BROKEN: No pipeline matched request: samples/error:site:linking
X [0] samples/error:site:plugins	BROKEN: No pipeline matched request: samples/error:site:plugins
X [0] samples/error:site:faq	BROKEN: No pipeline matched request: samples/error:site:faq
X [0] samples/error:ext:linking	BROKEN: No pipeline matched request: samples/error:ext:linking
X [0] samples/error:ext:webapp	BROKEN: No pipeline matched request: samples/error:ext:webapp
X [0] samples/error:site:samples/faq	BROKEN: No pipeline matched request: samples/error:site:samples/faq
X [0] samples/error:site:samples/sample/section	BROKEN: No pipeline matched request: samples/error:site:samples/sample/section
X [0] samples/error:site:hello_print	BROKEN: No pipeline matched request: samples/error:site:hello_print
X [0] samples/error:site:samples	BROKEN: No pipeline matched request: samples/error:site:samples
X [0] error:site:plugins	BROKEN: No pipeline matched request: error:site:plugins
X [0] samples/error:ext:forrest/new_content_type	BROKEN: No pipeline matched request: samples/error:ext:forrest/new_content_type
X [0] samples/error:site:custom-example	BROKEN: No pipeline matched request: samples/error:site:custom-example
X [0]  

Re: [Generating view problem]

2005-09-20 Thread David Crossley
Thorsten Scherler wrote:
 Not only views are broken with forrest seed see attached log. :(

Did you all run 'forrest clean' in your project?

-David