Re: Build Failed - Building from SVN Geronimo 1.0
On 2/12/2006 12:24 PM, Bruce Snyder wrote: On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote: I get following error while building Geronimo 1.0 from SVN source (not the zip file). I have followed the email trails and JIRA to copy geronimo-corba_2.3_spec-1.0.jar in .maven/repository/org.apache.geronimo.specs, still get the error. Also tried creating geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying the corba jar. Still get the error. It looks to me like you're compiling from SVN HEAD which is actually Geronimo 1.1. The error that you're getting is due to the fact that the 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking out the Geronimo specs project and building it on your machine. Then Geronimo HEAD should build correctly. Below are the steps: 1) Install Maven 2 2) Download the Geronimo specs trunk: svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk 3) Compile the specs: mvn install 4) Build Geronimo HEAD: maven -Dmaven.itest.skip=true -Dmaven.test.skip=true new Please let us know if you have any additional problems. You shouldn't have to build specs. It's up in the maven repo. Regards, Alan
Re: Build Failed - Building from SVN Geronimo 1.0
Thanks guys, I was finally able to build today after svn update and rebuild. No problems. 1) Used maven 2.0.2 to build geronimo-specs using steps from Bruce Snyder's email. 2) Used maven 1.1 beta2 to build geronimo using steps from the Wiki. One of the things I did different this time was to build geronimo-specs in a different directory i.e $PROJECT_HOME/geronimo-specs (check out and build here, it updated $HOME/.maven respository appropriately for specs) and built geronimo in $PROJECT_HOME/geronimo. Not sure if this or svn update made the difference. -- Sanjay - Original Message - From: leonard flournoy To: user@geronimo.apache.org Sent: Friday, February 17, 2006 12:55 PM Subject: Re: Build Failed - Building from SVN Geronimo 1.0 Worked like a charm, thanks On 2/17/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Feb 17, 2006, at 10:22 AM, leonard flournoy wrote: I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs: mvn installat this point mvn just loops - any suggestions? Hi Leonard, Are you using Maven 2.0? If you aren't, then I suggest you upgrade. I've seen this behavior with Maven 2.0, but not Maven 2.0.2. --kevan On 2/12/06, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote:> I get following error while building Geronimo 1.0 from SVN source (not the> zip file).> I have followed the email trails and JIRA to copy> geronimo-corba_2.3_spec-1.0.jar in> .maven/repository/org.apache.geronimo.specs, still get the> error. Also tried creating > geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying > the corba jar. Still get the error.It looks to me like you're compiling from SVN HEAD which is actuallyGeronimo 1.1. The error that you're getting is due to the fact that the 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking outthe Geronimo specs project and building it on your machine. ThenGeronimo HEAD should build correctly. Below are the steps: 1) Install Maven 2 2) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk 3) Compile the specs:mvn install 4) Build Geronimo HEAD:maven -Dmaven.itest.skip=true -Dmaven.test.skip=true newPlease let us know if you have any additional problems.Bruce --perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E);'Apache Geronimo ( http://geronimo.apache.org/)Castor (http://castor.org/)
Re: Build Failed - Building from SVN Geronimo 1.0
Worked like a charm, thanksOn 2/17/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Feb 17, 2006, at 10:22 AM, leonard flournoy wrote:I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs: mvn installat this point mvn just loops - any suggestions?Hi Leonard,Are you using Maven 2.0? If you aren't, then I suggest you upgrade. I've seen this behavior with Maven 2.0, but not Maven 2.0.2.--kevanOn 2/12/06, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote:> I get following error while building Geronimo 1.0 from SVN source (not the> zip file). > I have followed the email trails and JIRA to copy> geronimo-corba_2.3_spec-1.0.jar in> .maven/repository/org.apache.geronimo.specs, still get the> error. Also tried creating > geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying > the corba jar. Still get the error.It looks to me like you're compiling from SVN HEAD which is actuallyGeronimo 1.1. The error that you're getting is due to the fact that the 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking outthe Geronimo specs project and building it on your machine. ThenGeronimo HEAD should build correctly. Below are the steps: 1) Install Maven 2 2) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk 3) Compile the specs:mvn install 4) Build Geronimo HEAD:maven -Dmaven.itest.skip=true -Dmaven.test.skip=true newPlease let us know if you have any additional problems.Bruce --perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E);'Apache Geronimo ( http://geronimo.apache.org/)Castor (http://castor.org/)
Re: Build Failed - Building from SVN Geronimo 1.0
On Feb 17, 2006, at 10:22 AM, leonard flournoy wrote:I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs:mvn installat this point mvn just loops - any suggestions?Hi Leonard,Are you using Maven 2.0? If you aren't, then I suggest you upgrade. I've seen this behavior with Maven 2.0, but not Maven 2.0.2.--kevanOn 2/12/06, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote:> I get following error while building Geronimo 1.0 from SVN source (not the> zip file). > I have followed the email trails and JIRA to copy> geronimo-corba_2.3_spec-1.0.jar in> .maven/repository/org.apache.geronimo.specs, still get the> error. Also tried creating> geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying > the corba jar. Still get the error.It looks to me like you're compiling from SVN HEAD which is actuallyGeronimo 1.1. The error that you're getting is due to the fact thatthe 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking outthe Geronimo specs project and building it on your machine. ThenGeronimo HEAD should build correctly. Below are the steps:1) Install Maven 2 2) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs:mvn install 4) Build Geronimo HEAD:maven -Dmaven.itest.skip=true -Dmaven.test.skip=true newPlease let us know if you have any additional problems.Bruce--perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E);'Apache Geronimo (http://geronimo.apache.org/)Castor (http://castor.org/)
Re: Build Failed - Building from SVN Geronimo 1.0
I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs:mvn installat this point mvn just loops - any suggestions?On 2/12/06, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote:> I get following error while building Geronimo 1.0 from SVN source (not the> zip file). > I have followed the email trails and JIRA to copy> geronimo-corba_2.3_spec-1.0.jar in> .maven/repository/org.apache.geronimo.specs, still get the> error. Also tried creating> geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying > the corba jar. Still get the error.It looks to me like you're compiling from SVN HEAD which is actuallyGeronimo 1.1. The error that you're getting is due to the fact thatthe 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking outthe Geronimo specs project and building it on your machine. ThenGeronimo HEAD should build correctly. Below are the steps:1) Install Maven 2 2) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs:mvn install 4) Build Geronimo HEAD:maven -Dmaven.itest.skip=true -Dmaven.test.skip=true newPlease let us know if you have any additional problems.Bruce--perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E);'Apache Geronimo (http://geronimo.apache.org/)Castor (http://castor.org/)
Re: Build Failed - Building from SVN Geronimo 1.0
(MavenGoalTag.java:110) at com.werken.werkz.Goal.fire(Goal.java:639) at com.werken.werkz.Goal.attain(Goal.java:575) at com.werken.werkz.WerkzProject.attainGoal (WerkzProject.java:193) at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag (MavenAttai nGoalTag.java:127) at org.apache.commons.jelly.impl.TagScript.run (TagScript.java:279) at org.apache.commons.jelly.impl.ScriptBlock.run (ScriptBlock.java:135) at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag (MavenGoalTa g.java:79) at org.apache.maven.jelly.tags.werkz.MavenGoalTag $MavenGoalAction.perfor mAction(MavenGoalTag.java:110) at com.werken.werkz.Goal.fire(Goal.java:639) at com.werken.werkz.Goal.attain(Goal.java:575) at org.apache.maven.plugin.PluginManager.attainGoals (PluginManager.java: 671) at org.apache.maven.MavenSession.attainGoals (MavenSession.java:263) at org.apache.maven.cli.App.doMain(App.java:488) at org.apache.maven.cli.App.main(App.java:1239) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) Caused by: java.lang.NoClassDefFoundError: org/apache/geronimo/ interceptor/Invoc ation at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1647) at java.lang.Class.getDeclaredMethod(Class.java:1254) at org.apache.geronimo.gbean.GBeanInfo.getGBeanInfo (GBeanInfo.java:60) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanD ata(ServiceConfigBuilder.java:316) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans (ServiceConfigBuilder.java:311) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConf iguration(ServiceConfigBuilder.java:207) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConf iguration(ServiceConfigBuilder.java:167) at org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClas sByCGLIB$$9f173be6.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke (FastMethod Invoker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke (GBeanOperatio n.java:118) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke (GBeanInstance. java:800) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke (RawInvoker.java:5 7) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperat ionInvoker.java:36) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Pro xyMethodInterceptor.java:96) at org.apache.geronimo.deployment.ConfigurationBuilder$ $EnhancerByCGLIB$ $5e2a1c3b.buildConfiguration() at org.apache.geronimo.deployment.Deployer.deploy (Deployer.java:279) at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$ $734a235d.i nvoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke (FastMethod Invoker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke (GBeanOperatio n.java:118) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke (GBeanInstance. java:835) at org.apache.geronimo.kernel.basic.BasicKernel.invoke (BasicKernel.java: 178) at org.apache.geronimo.plugin.packaging.PackageBuilder.invokeDeployer(Pa ckageBuilder.java:389) at org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBu ilder.java:294) ... 53 more BUILD FAILED - Original Message - From: "Sanjay Dwivedi" <[EMAIL PROTECTED]> To: Sent: Sunday, February 12, 2006 11:03 PM Subject: Re: Build Failed - Building from SVN Geronimo 1.0 Bruce, Followed the steps you described below. The build failed at exactly the same place, this time I started with clean maven cache/ repository. The geronimo spec build was perfectly fine i.e. steps 1, 2, 3 were successful. Don't know what else to do, guess am stuck. Tried advise from Mark Kirkwood i.e. ii) Fetch geronimo-spec-corba-2.3-rc4.jar and place in .maven/repository/geronimo-spec/jars. Here kept the rc4 and also copied and renamed the jar with 1.1- SNAPSHOT suffix instead of rc4, guess something must have changed in open EJB. iii) Fetch geronimo-corba_2.3_spec-1.0.jar and place in .maven/repository/org.apache.geronimo.specs/jars. copied and renamed this with 1.1 suffix ins
Re: Build Failed - Building from SVN Geronimo 1.0
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai nGoalTag.java:127) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa g.java:79) at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor mAction(MavenGoalTag.java:110) at com.werken.werkz.Goal.fire(Goal.java:639) at com.werken.werkz.Goal.attain(Goal.java:575) at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java: 671) at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263) at org.apache.maven.cli.App.doMain(App.java:488) at org.apache.maven.cli.App.main(App.java:1239) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) Caused by: java.lang.NoClassDefFoundError: org/apache/geronimo/interceptor/Invoc ation at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:1647) at java.lang.Class.getDeclaredMethod(Class.java:1254) at org.apache.geronimo.gbean.GBeanInfo.getGBeanInfo(GBeanInfo.java:60) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanD ata(ServiceConfigBuilder.java:316) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans (ServiceConfigBuilder.java:311) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConf iguration(ServiceConfigBuilder.java:207) at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConf iguration(ServiceConfigBuilder.java:167) at org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClas sByCGLIB$$9f173be6.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod Invoker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio n.java:118) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance. java:800) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:5 7) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperat ionInvoker.java:36) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Pro xyMethodInterceptor.java:96) at org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$ $5e2a1c3b.buildConfiguration() at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:279) at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.i nvoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod Invoker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio n.java:118) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance. java:835) at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java: 178) at org.apache.geronimo.plugin.packaging.PackageBuilder.invokeDeployer(Pa ckageBuilder.java:389) at org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBu ilder.java:294) ... 53 more BUILD FAILED - Original Message - From: "Sanjay Dwivedi" <[EMAIL PROTECTED]> To: Sent: Sunday, February 12, 2006 11:03 PM Subject: Re: Build Failed - Building from SVN Geronimo 1.0 Bruce, Followed the steps you described below. The build failed at exactly the same place, this time I started with clean maven cache/repository. The geronimo spec build was perfectly fine i.e. steps 1, 2, 3 were successful. Don't know what else to do, guess am stuck. Tried advise from Mark Kirkwood i.e. ii) Fetch geronimo-spec-corba-2.3-rc4.jar and place in .maven/repository/geronimo-spec/jars. Here kept the rc4 and also copied and renamed the jar with 1.1-SNAPSHOT suffix instead of rc4, guess something must have changed in open EJB. iii) Fetch geronimo-corba_2.3_spec-1.0.jar and place in .maven/repository/org.apache.geronimo.specs/jars. copied and renamed this with 1.1 suffix instead of 1.0 (kept the original as well). -- Sanjay - Original Message - From: "Bruce Snyder" <[EMAIL PROTECTED]> To: Sent: Sunday, February 12, 2006 3:24 PM Subject: Re: Build Failed - Building from SVN Geronimo 1.0 On 2/11/06, Sanjay
Re: Build Failed - Building from SVN Geronimo 1.0
Bruce, Followed the steps you described below. The build failed at exactly the same place, this time I started with clean maven cache/repository. The geronimo spec build was perfectly fine i.e. steps 1, 2, 3 were successful. Don't know what else to do, guess am stuck. Tried advise from Mark Kirkwood i.e. ii) Fetch geronimo-spec-corba-2.3-rc4.jar and place in .maven/repository/geronimo-spec/jars. Here kept the rc4 and also copied and renamed the jar with 1.1-SNAPSHOT suffix instead of rc4, guess something must have changed in open EJB. iii) Fetch geronimo-corba_2.3_spec-1.0.jar and place in .maven/repository/org.apache.geronimo.specs/jars. copied and renamed this with 1.1 suffix instead of 1.0 (kept the original as well). -- Sanjay - Original Message - From: "Bruce Snyder" <[EMAIL PROTECTED]> To: Sent: Sunday, February 12, 2006 3:24 PM Subject: Re: Build Failed - Building from SVN Geronimo 1.0 On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote: I get following error while building Geronimo 1.0 from SVN source (not the zip file). I have followed the email trails and JIRA to copy geronimo-corba_2.3_spec-1.0.jar in .maven/repository/org.apache.geronimo.specs, still get the error. Also tried creating geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying the corba jar. Still get the error. It looks to me like you're compiling from SVN HEAD which is actually Geronimo 1.1. The error that you're getting is due to the fact that the 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking out the Geronimo specs project and building it on your machine. Then Geronimo HEAD should build correctly. Below are the steps: 1) Install Maven 2 2) Download the Geronimo specs trunk: svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk 3) Compile the specs: mvn install 4) Build Geronimo HEAD: maven -Dmaven.itest.skip=true -Dmaven.test.skip=true new Please let us know if you have any additional problems. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E );' Apache Geronimo (http://geronimo.apache.org/) Castor (http://castor.org/)
Re: Build Failed - Building from SVN Geronimo 1.0
On 2/12/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote: > Thanks Bruce, yes I did checkout the HEAD. I will follow the steps you > mention. > In case I want 1.0 what should I do? The 1.0 code line has different dependencies in the Maven POMs and the project.properties so it should build just fine. But be aware that there is a difference between the 1.0 branch and the 1.0 tag. The 1.0 branch is undergoing changes for 1.1 right now while the 1.0 tag is locked in to the 1.0 release. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://geronimo.apache.org/) Castor (http://castor.org/)
Re: Build Failed - Building from SVN Geronimo 1.0
Thanks Bruce, yes I did checkout the HEAD. I will follow the steps you mention. In case I want 1.0 what should I do? -- Sanjay - Original Message - From: "Bruce Snyder" <[EMAIL PROTECTED]> To: Sent: Sunday, February 12, 2006 3:24 PM Subject: Re: Build Failed - Building from SVN Geronimo 1.0 On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote: I get following error while building Geronimo 1.0 from SVN source (not the zip file). I have followed the email trails and JIRA to copy geronimo-corba_2.3_spec-1.0.jar in .maven/repository/org.apache.geronimo.specs, still get the error. Also tried creating geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying the corba jar. Still get the error. It looks to me like you're compiling from SVN HEAD which is actually Geronimo 1.1. The error that you're getting is due to the fact that the 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking out the Geronimo specs project and building it on your machine. Then Geronimo HEAD should build correctly. Below are the steps: 1) Install Maven 2 2) Download the Geronimo specs trunk: svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk 3) Compile the specs: mvn install 4) Build Geronimo HEAD: maven -Dmaven.itest.skip=true -Dmaven.test.skip=true new Please let us know if you have any additional problems. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E );' Apache Geronimo (http://geronimo.apache.org/) Castor (http://castor.org/)
Re: Build Failed - Building from SVN Geronimo 1.0
On 2/11/06, Sanjay Dwivedi <[EMAIL PROTECTED]> wrote: > I get following error while building Geronimo 1.0 from SVN source (not the > zip file). > I have followed the email trails and JIRA to copy > geronimo-corba_2.3_spec-1.0.jar in > .maven/repository/org.apache.geronimo.specs, still get the > error. Also tried creating > geronimo-corba_2.3_spec/1.1-SNAPSHOT/jar there and copying > the corba jar. Still get the error. It looks to me like you're compiling from SVN HEAD which is actually Geronimo 1.1. The error that you're getting is due to the fact that the 1.1-SNAPSHOT version of the geronimo-corba_2.3_spec jar is not available in any Maven repos. You can get around this by checking out the Geronimo specs project and building it on your machine. Then Geronimo HEAD should build correctly. Below are the steps: 1) Install Maven 2 2) Download the Geronimo specs trunk: svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk 3) Compile the specs: mvn install 4) Build Geronimo HEAD: maven -Dmaven.itest.skip=true -Dmaven.test.skip=true new Please let us know if you have any additional problems. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://geronimo.apache.org/) Castor (http://castor.org/)
Re: Build failed in maven checkout
Hello, the m:fresh-checkout retrieves component from CVS. You have to include cvs in the path definition. Regards, Heinz On 12/27/05, ram me <[EMAIL PROTECTED]> wrote: > > > I was try to build the server today , The maven checkout is Failed. > svn checkout http://svn.apache.org/repos/asf/geronimo/trunk > geronimo > > gives > > Checked out revision 359173. > > > Afterward change the directory to geronimo > > C:\geronimo>maven m:fresh-checkout > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > > BUILD FAILED > File.. C:\geronimo\maven.xml > Element... ant:cvs > Line.. 254 > Column 15 > java.io.IOException: CreateProcess: cvs > -d:pserver:[EMAIL PROTECTED]:/ho > me/projects/openejb/scm -q checkout -P openejb error=2 > Total time: 2 seconds > Finished at: Tue Dec 27 10:50:51 IST 2005
Re: Build failed w/ backport-util-concurrent/backport-util-concurrent/2.0_01_pd/jar not found
Thanks David. After running maven -o m:co, I could build. Regards/Bharath
Re: Build failed w/ backport-util-concurrent/backport-util-concurrent/2.0_01_pd/jar not found
I think this is caused by some problems in the addtion of clustering support to openejb, I've written a note to the dev list on it. I think you may be able to solve the problem by building an up to date copy of openejb. If you don't have openejb checked out, maven -o m:co maven new If you do have openejb checked out with m:co, then cd openejb;cvs -q up -dP;cd .. maven new Hope this helps, david jencks On Dec 25, 2005, at 6:15 AM, Bharath wrote: I was trying to build the server today & hit across this error. Any clue on where I can find the missing jar. Final traces of the build process: assemble:assemble-prepare: [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies \j2ee-installer\t arget\geronimo-1.0-SNAPSHOT [copy] Copying 15 files to C:\Geronimo_source\geronimo \assemblies\j2ee-insta ller\target\geronimo-1.0-SNAPSHOT assemble:assemble: assemble:assemble-repository: [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies \j2ee-installer\t arget\geronimo-1.0-SNAPSHOT\repository [copy] Copying 40 files to C:\Geronimo_source\geronimo \assemblies\j2ee-insta ller\target\geronimo-1.0-SNAPSHOT\repository assemble:assemble-lib: [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies \j2ee-installer\t arget\geronimo-1.0-SNAPSHOT\lib [copy] Copying 15 files to C:\Geronimo_source\geronimo \assemblies\j2ee-insta ller\target\geronimo-1.0-SNAPSHOT\lib [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies \j2ee-installer\t arget\geronimo-1.0-SNAPSHOT\lib\endorsed [copy] Copying 2 files to C:\Geronimo_source\geronimo\assemblies \j2ee-instal ler\target\geronimo-1.0-SNAPSHOT\lib\endorsed [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies \j2ee-installer\t arget\geronimo-1.0-SNAPSHOT\lib\extension assemble:assemble-unpack: [unjar] Expanding: C:\Documents and Settings\Administrator \.maven\repository \geronimo\jars\geronimo-scripts-1.0-SNAPSHOT.jar into C: \Geronimo_source\geronim o\assemblies\j2ee-installer\target\geronimo- 1.0-SNAPSHOT assemble:assemble-configurations: [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies \j2ee-installer\t arget\geronimo-1.0-SNAPSHOT\config-store Installed configuration geronimo/j2ee-system/1.0-SNAPSHOT/car [copy] Copying 1 file to C:\Geronimo_source\geronimo\assemblies \j2ee-install er\target\geronimo-1.0-SNAPSHOT\bin Installed configuration geronimo/rmi-naming/1.0-SNAPSHOT/car Copying geronimo/geronimo-activation/1.0-SNAPSHOT/jar Copying geronimo/geronimo-management/1.0-SNAPSHOT/jar Copying geronimo/geronimo-j2ee/1.0-SNAPSHOT/jar Copying geronimo/geronimo-core/1.0-SNAPSHOT/jar Copying geronimo/geronimo-naming/1.0-SNAPSHOT/jar Copying geronimo/geronimo-transaction/1.0-SNAPSHOT/jar Copying geronimo/geronimo-security/1.0-SNAPSHOT/jar Copying geronimo/geronimo-webservices/1.0-SNAPSHOT/jar Copying concurrent/concurrent/1.3.4/jar Copying tranql/tranql/1.2.1/jar Copying howl/howl-logger/0.1.11/jar Copying antlr/antlr/2.7.2/jar Copying activeio/activeio/2.0-r118/jar Configuration geronimo/j2ee-system/1.0-SNAPSHOT/car already present in configura tion store Installed configuration geronimo/j2ee-server/1.0-SNAPSHOT/car Copying geronimo/geronimo-connector/1.0-SNAPSHOT/jar Copying geronimo/geronimo-timer/1.0-SNAPSHOT/jar Copying geronimo/geronimo-client/1.0-SNAPSHOT/jar Copying geronimo/geronimo-axis/1.0-SNAPSHOT/jar Copying axis/axis/1.4-SNAPSHOT/jar Copying commons-discovery/commons-discovery/0.2/jar Copying wsdl4j/wsdl4j/1.5.2/jar Copying openejb/openejb-core/2.0-SNAPSHOT/jar Copying geronimo-spec/geronimo-spec-corba/2.3-rc4/jar Copying activecluster/activecluster/1.2-20051115174934/jar Copying wadi/wadi-core/2.0M1/jar Copying axion/axion/1.0-M3-dev/jar Copying activemq/activemq-core/3.2.1/jar Copying commons-collections/commons-collections/3.1/jar Copying commons-primitives/commons-primitives/1.0/jar BUILD FAILED File.. C:\Geronimo_source\geronimo\maven.xml Element... maven:reactor Line.. 63 Column 108 Unable to obtain goal [multiproject:install-callback] -- C: \Documents and Settings\Administrator\.maven\cache\geronimo- assembly-plugin-1.1.2\plugin.jelly:177:145: Dependency: backport-util-concurrent/ backport-util-c oncurrent/2.0_01_pd/jar not found in local maven repo: for configuration: geronimo/j2ee-server/1.0-SNAPSHOT/car Total time: 306 minutes 23 seconds Finished at: Sun Dec 25 17:23:47 IST 2005 Regards/Bharath
Re: BUILD FAILED
> Do you have openejb checked out as well I only checked out the geronimo trunk from svn. When I do a search of what openejb named files I have checked out I get some directories, a couple of snapshots (core & builder), and some openejb-jar.xml files. As far as I can tell it looks like wsdl4j-1.4.jar was upgraded to a wsdl4j-1.5.jar but not all the wsdl4j version properties got updated. Scott David Jencks wrote: I can't reproduce this on my linux box not sure what is going on. Do you have openejb checked out as well (next to modules)? (I do) david jencks On Apr 5, 2005, at 5:23 PM, Scott Anderson wrote: I did a... maven m:clean maven m:clean-repo svn update maven ...and... BUILD FAILED File.. /Users/scott/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly Element... maven:reactor Line.. 217 Column 9 Unable to obtain goal [default] -- /Users/scott/Development/apache/geronimo/modules/assembly/maven.xml: 232:15: org.apache.geronimo.kernel.repository.MissingDependencyException: uri wsdl4j/jars/wsdl4j-1.4.jar not found in repository
Re: BUILD FAILED
I can't reproduce this on my linux box not sure what is going on. Do you have openejb checked out as well (next to modules)? (I do) david jencks On Apr 5, 2005, at 5:23 PM, Scott Anderson wrote: I did a... maven m:clean maven m:clean-repo svn update maven ...and... BUILD FAILED File.. /Users/scott/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly Element... maven:reactor Line.. 217 Column 9 Unable to obtain goal [default] -- /Users/scott/Development/apache/geronimo/modules/assembly/maven.xml: 232:15: org.apache.geronimo.kernel.repository.MissingDependencyException: uri wsdl4j/jars/wsdl4j-1.4.jar not found in repository