Re: Trying to start Cocoon 2.2

2006-11-30 Thread Patrick Refondini
Luca Morandini wrote: Daniel Fagerstrom wrote: Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true

Re: Trying to start Cocoon 2.2

2006-11-29 Thread Luca Morandini
Daniel Fagerstrom wrote: Luca Morandini skrev: Reinhard Poetz wrote: Daniel Fagerstrom wrote: Luca Morandini skrev: We have updated the deployment mechanism recently, and I got the same error message a short period before I updated the bean configuration in

Re: Trying to start Cocoon 2.2

2006-11-29 Thread Daniel Fagerstrom
Luca Morandini skrev: Daniel Fagerstrom wrote: ... Dropped (again) the local maven repository, dropped the cocoon-2.2 checkout, did a fresh checkout... and Cocoon eventually worked. OK, considering that you had dropped the maven repository before, there must have been some faulty file in

Re: Trying to start Cocoon 2.2

2006-11-28 Thread vepeter
Hi, all, I try to get started with cocoon 2.2 I got it built with mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false clean install ant run with mvn jetty:run -Dorg.apache.cocoon.mode=dev But when I try to request any page I have the following error on the response page: Message:

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Daniel Fagerstrom
vepeter skrev: Hi, all, I try to get started with cocoon 2.2 I got it built with mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false clean install ant run with mvn jetty:run -Dorg.apache.cocoon.mode=dev But when I try to request any page I have the following error on the

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Luca Morandini
Daniel Fagerstrom wrote: Luca Morandini skrev: file:/C:/apps/cocoon-2.2-dev/core/cocoon-webapp/target/cocoon-webapp/WEB-INF/lib/cocoon-deployer-plugin-classloading.jar, This is strange, I don't have this jar on my class path. It is probably a leftover from a build without the

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Daniel Fagerstrom
Luca Morandini skrev: Daniel Fagerstrom wrote: Luca Morandini skrev: file:/C:/apps/cocoon-2.2-dev/core/cocoon-webapp/target/cocoon-webapp/WEB-INF/lib/cocoon-deployer-plugin-classloading.jar, This is strange, I don't have this jar on my class path. It is probably a leftover from a build

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Patrick Refondini
Daniel Fagerstrom wrote: Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false clean install cd

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Daniel Fagerstrom
Patrick Refondini skrev: Daniel Fagerstrom wrote: Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Reinhard Poetz
Daniel Fagerstrom wrote: Patrick Refondini skrev: Daniel Fagerstrom wrote: Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Reinhard Poetz
Daniel Fagerstrom wrote: Luca Morandini skrev: We have updated the deployment mechanism recently, and I got the same error message a short period before I updated the bean configuration in META-INF/cocoon/spring/cocoon-core-main-sample-blockServlet.xml for cocoon-core-main-sample. Luca

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Daniel Fagerstrom
Reinhard Poetz skrev: Daniel Fagerstrom wrote: ... The cocoon:deploy plugin expects a certain directory to be present, that is created a little bit later in the plugin. If you build it twice it will work. See http://marc.theaimsgroup.com/?l=xml-cocoon-devm=116414054703369w=2 and the rest of

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Luca Morandini
Daniel Fagerstrom wrote: Luca Morandini skrev: Embedded error: Error creating bean with name 'org.apache.cocoon.core.main.block' defined in URL

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Reinhard Poetz
Daniel Fagerstrom wrote: Reinhard Poetz skrev: Daniel Fagerstrom wrote: ... The cocoon:deploy plugin expects a certain directory to be present, that is created a little bit later in the plugin. If you build it twice it will work. See

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Luca Morandini
Reinhard Poetz wrote: Daniel Fagerstrom wrote: Luca Morandini skrev: We have updated the deployment mechanism recently, and I got the same error message a short period before I updated the bean configuration in META-INF/cocoon/spring/cocoon-core-main-sample-blockServlet.xml for

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Daniel Fagerstrom
Luca Morandini skrev: Reinhard Poetz wrote: Daniel Fagerstrom wrote: Luca Morandini skrev: We have updated the deployment mechanism recently, and I got the same error message a short period before I updated the bean configuration in

Re: Trying to start Cocoon 2.2

2006-11-28 Thread Patrick Refondini
Daniel Fagerstrom wrote: Patrick Refondini skrev: Daniel Fagerstrom wrote: Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true

Re: Trying to start Cocoon 2.2

2006-11-27 Thread Mark Lundquist
On Nov 26, 2006, at 10:34 PM, Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Just to make sure. um... yes. Anyway, it definitely has shield, class, and load in it somewhere. That much I'm sure of... :-/ cheers, —ml—

Re: Trying to start Cocoon 2.2

2006-11-27 Thread Luca Morandini
Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false clean install cd core/cocoon-webapp mvn jetty:run-exploded

Re: Trying to start Cocoon 2.2

2006-11-27 Thread Daniel Fagerstrom
Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false clean install cd core/cocoon-webapp mvn

Re: Trying to start Cocoon 2.2

2006-11-27 Thread Luca Morandini
Daniel Fagerstrom wrote: Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false clean install cd

Re: Trying to start Cocoon 2.2

2006-11-27 Thread Daniel Fagerstrom
Luca Morandini skrev: Daniel Fagerstrom wrote: Luca Morandini skrev: Patrick Refondini wrote: shouldn't it be : -Dmaven.war.shieldingclassloader=false Thanks for this bit of information, but Cocoon doesn't run yet. I did: mvn -Dmaven.test.skip=true -Dmaven.war.shieldingclassloader=false

Trying to start Cocoon 2.2

2006-11-26 Thread Luca Morandini
Could someone tell me what I'm missing ? svn update mvn -Dmaven.test.skip=true clean install cd core/cocoon-webapp mvn jetty:run-exploded -Dorg.apache.cocoon.mode=dev ... [INFO] Starting jetty 6.0.0rc4 ... 2006-11-26 15:51:04.296::INFO: jetty-6.0.0rc4 2006-11-26 15:51:05.640::WARN: failed

Re: Trying to start Cocoon 2.2

2006-11-26 Thread Mark Lundquist
On Nov 26, 2006, at 1:07 PM, Luca Morandini wrote: Could someone tell me what I'm missing ? Per some other recent threads: try -Dshieldedclassloading=false in your mvn. cheers, —ml—

Re: Trying to start Cocoon 2.2

2006-11-26 Thread Luca Morandini
Mark Lundquist wrote: On Nov 26, 2006, at 1:07 PM, Luca Morandini wrote: Could someone tell me what I'm missing ? Per some other recent threads: try -Dshieldedclassloading=false in your mvn. I built Cocoon with: mvn -Dmaven.test.skip=true -Dshieldedclassloading=false clean install and

Re: Trying to start Cocoon 2.2

2006-11-26 Thread Mark Lundquist
On Nov 26, 2006, at 2:44 PM, Luca Morandini wrote: I built Cocoon with: mvn -Dmaven.test.skip=true -Dshieldedclassloading=false clean install and run within the Jetty mvn plugin, but no joy. Is the name of this property correct ? oops, my bad... no, it should be shieldedclassloader. —ml—

Re: Trying to start Cocoon 2.2

2006-11-26 Thread Patrick Refondini
Mark Lundquist wrote: On Nov 26, 2006, at 2:44 PM, Luca Morandini wrote: I built Cocoon with: mvn -Dmaven.test.skip=true -Dshieldedclassloading=false clean install and run within the Jetty mvn plugin, but no joy. Is the name of this property correct ? oops, my bad... no, it should be