Re: build problem on 1.1 branch?

2006-05-26 Thread toby cabot
John,

On Fri, May 26, 2006 at 09:51:25AM +1000, John Sisson wrote:
 I built Geronimo rev 409303 ok yesterday (with OpenEJB checked out at 
 rev 2658 via maven m:fresh-checkout command)

BUILD SUCCESSFUL
Total time   : 117 minutes 44 seconds
Finished at  : Friday, May 26, 2006 2:06:10 AM EDT

Looks like I'm in business.  Thanks for your help!

Toby


Re: build problem on 1.1 branch?

2006-05-25 Thread toby cabot
On Tue, May 23, 2006 at 05:49:34PM -0400, toby cabot wrote:
 Hi folks,
 
 I checked out a fresh copy of the 1.1 branch and tried to build.  It
 gets as far as:

Based on suggestions (thanks!) from several folks on the list I
updated from subversion, blew away my .maven directory, and lept back
into the fray.  Now it builds for quite a while but fails with:

+
| configurations System Database Configuration for the J2EE Server
| Memory: 46M/58M
+
DEPRECATED: the default goal should be specified in the build section of 
project.xml instead of maven.xmlDEPRECATED: the default goal should be 
specified in the build section of project.xml instead of maven.xml
build:end:

Attempting to download client-deployer-1.1-SNAPSHOT.car.
Attempting to download openejb-deployer-1.1-SNAPSHOT.car.
Attempting to download axis-deployer-1.1-SNAPSHOT.car.
build:start:

multiproject:install-callback:
[echo] Running car:install for System Database Configuration for the J2EE 
Server
car:prepare-plan:

car:package:
[delete] Deleting directory 
/eng/home/tcabot/try/geronimo-1.1/configs/system-database/target/repository
[mkdir] Created dir: 
/eng/home/tcabot/try/geronimo-1.1/configs/system-database/target/repository

Packaging configuration 
/eng/home/tcabot/try/geronimo-1.1/configs/system-database/target/plan/plan.xml

15:22:55,618 ERROR [PackageBuilder] 
org.apache.geronimo.kernel.config.LifecycleException: start of 
geronimo/openejb-deployer/1.1-SNAPSHOT/car failed
org.apache.geronimo.kernel.config.LifecycleException: start of 
geronimo/openejb-deployer/1.1-SNAPSHOT/car failed
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:522)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:486)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(generated)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
at 
org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$f1e34dbe.startConfiguration(generated)
at 
org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBuilder.java:324)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.apache.geronimo.plugin.packaging.PackageBuilderShell.execute(PackageBuilderShell.java:291)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:180)
at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:102)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.werkz.Goal.attainPrecursors(Goal.java:505)
at org.apache.maven.werkz.Goal.attain(Goal.java:590)
at org.apache.maven.werkz.WerkzProject.attainGoal(WerkzProject.java:210)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:114)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at 

Re: build problem on 1.1 branch?

2006-05-25 Thread John Sisson

Hi Tony,

So we can replicate the problem, are you building Geronimo and OpenEJB 
or just building Geronimo and downloading OpenEJB dependencies.


I built Geronimo rev 409303 ok yesterday (with OpenEJB checked out at 
rev 2658 via maven m:fresh-checkout command)


Thanks,

John

toby cabot wrote:

On Tue, May 23, 2006 at 05:49:34PM -0400, toby cabot wrote:
  

Hi folks,

I checked out a fresh copy of the 1.1 branch and tried to build.  It
gets as far as:



Based on suggestions (thanks!) from several folks on the list I
updated from subversion, blew away my .maven directory, and lept back
into the fray.  Now it builds for quite a while but fails with:

+
| configurations System Database Configuration for the J2EE Server
| Memory: 46M/58M
+
DEPRECATED: the default goal should be specified in the build section of 
project.xml instead of maven.xmlDEPRECATED: the default goal should be specified in the 
build section of project.xml instead of maven.xml
build:end:

Attempting to download client-deployer-1.1-SNAPSHOT.car.
Attempting to download openejb-deployer-1.1-SNAPSHOT.car.
Attempting to download axis-deployer-1.1-SNAPSHOT.car.
build:start:

multiproject:install-callback:
[echo] Running car:install for System Database Configuration for the J2EE 
Server
car:prepare-plan:

car:package:
[delete] Deleting directory 
/eng/home/tcabot/try/geronimo-1.1/configs/system-database/target/repository
[mkdir] Created dir: 
/eng/home/tcabot/try/geronimo-1.1/configs/system-database/target/repository

Packaging configuration 
/eng/home/tcabot/try/geronimo-1.1/configs/system-database/target/plan/plan.xml

15:22:55,618 ERROR [PackageBuilder] 
org.apache.geronimo.kernel.config.LifecycleException: start of 
geronimo/openejb-deployer/1.1-SNAPSHOT/car failed
org.apache.geronimo.kernel.config.LifecycleException: start of 
geronimo/openejb-deployer/1.1-SNAPSHOT/car failed
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:522)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:486)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(generated)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
at 
org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$f1e34dbe.startConfiguration(generated)
at 
org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBuilder.java:324)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.apache.geronimo.plugin.packaging.PackageBuilderShell.execute(PackageBuilderShell.java:291)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:180)
at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:102)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
at org.apache.maven.werkz.Goal.fire(Goal.java:656)
at org.apache.maven.werkz.Goal.attain(Goal.java:592)
at org.apache.maven.werkz.Goal.attainPrecursors(Goal.java:505)
at org.apache.maven.werkz.Goal.attain(Goal.java:590)
at org.apache.maven.werkz.WerkzProject.attainGoal(WerkzProject.java:210)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:114)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
at 

Re: build problem on 1.1 branch?

2006-05-25 Thread toby cabot
John,

Thanks for your help.

On Fri, May 26, 2006 at 09:51:25AM +1000, John Sisson wrote:
 So we can replicate the problem, are you building Geronimo and OpenEJB 
 or just building Geronimo and downloading OpenEJB dependencies.
 
 I built Geronimo rev 409303 ok yesterday (with OpenEJB checked out at 
 rev 2658 via maven m:fresh-checkout command)

I upgraded to 409550, maven clean, blew away my .maven directory
(based on seeing a bug having to do with plugin versions), built, got
the same error.  Checked out openejb at version 2658 and now appear to
be past where I'm had the problem before, so building openejb appears
to be the fix.  Thanks for the tip!

Still having a problem getting blacklisted by people.apache.org.  I
typically have to run the build several times because at some point
I'll start getting download timeouts because people.a.o starts
refusing my port 80 connection attempts.  Wait a few minutes, try
again, things usually work.  If I can get a full build working then I
can maven -o but until then I think I need to do the build online,
which people.a.o doesn't seem to like.

Thanks for your help,
Toby Cabot


build problem on 1.1 branch?

2006-05-23 Thread toby cabot
Hi folks,

I checked out a fresh copy of the 1.1 branch and tried to build.  It
gets as far as:

 +
 | configurations Geronimo Configuration for performing service deployments
 | Memory: 40M/50M
 +
 DEPRECATED: the default goal should be specified in the build section of 
 project.xml instead of maven.xml
 DEPRECATED: the default goal should be specified in the build section of 
 project.xml instead of maven.xml
 new4:
 build:start:
 
 multiproject:install-callback:
 [echo] Running car:install for Geronimo Configuration for performing 
 service deployments
 car:prepare-plan:
 
 car:package:
 
 Packaging configuration 
 /eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/target/plan/plan.xml
 
 
 BUILD FAILED
 File.. /eng/home/tcabot/try/geronimo-1.1/maven.xml
 Element... maven:reactor
 Line.. 58
 Column -1
 Unable to obtain goal [multiproject:install-callback] -- 
 /eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/maven.xml:39:-1:
  boot:boot 
 org.apache.geronimo.kernel.config.ConfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File;
 Total time   : 7 minutes 16 seconds
 Finished at  : Tuesday, May 23, 2006 4:45:47 PM EDT


Tried it on a fedora core 4 and debian sid machine, same result.
Maven 1.1-beta-2, Sun java 1.4.2_10.  Any help appreciated.

Toby


Re: build problem on 1.1 branch?

2006-05-23 Thread Paul McMahan

Toby, I have been hitting that problem too on debian with a fresh
checkout or after running the clean target.  I don't know what the
underlying problem is, but compiling a second time seems to work past
it (just type maven -o new4 new5 to complete the build).  This
problem may be related to the issue was reported in
http://issues.apache.org/jira/browse/GERONIMO-2037 where the jvm
crashed on windows.

Best wishes,
Paul

On 5/23/06, toby cabot [EMAIL PROTECTED] wrote:

Hi folks,

I checked out a fresh copy of the 1.1 branch and tried to build.  It
gets as far as:

 +
 | configurations Geronimo Configuration for performing service deployments
 | Memory: 40M/50M
 +
 DEPRECATED: the default goal should be specified in the build section of 
project.xml instead of maven.xml
 DEPRECATED: the default goal should be specified in the build section of 
project.xml instead of maven.xml
 new4:
 build:start:

 multiproject:install-callback:
 [echo] Running car:install for Geronimo Configuration for performing 
service deployments
 car:prepare-plan:

 car:package:

 Packaging configuration 
/eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/target/plan/plan.xml


 BUILD FAILED
 File.. /eng/home/tcabot/try/geronimo-1.1/maven.xml
 Element... maven:reactor
 Line.. 58
 Column -1
 Unable to obtain goal [multiproject:install-callback] -- 
/eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/maven.xml:39:-1: 
boot:boot 
org.apache.geronimo.kernel.config.ConfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File;
 Total time   : 7 minutes 16 seconds
 Finished at  : Tuesday, May 23, 2006 4:45:47 PM EDT


Tried it on a fedora core 4 and debian sid machine, same result.
Maven 1.1-beta-2, Sun java 1.4.2_10.  Any help appreciated.

Toby



Re: build problem on 1.1 branch?

2006-05-23 Thread John Sisson

Ahh, so I wasn't the only one having the problem :-)

Ensure all the geronimo plugins in your local repo are deleted.  That 
seemed to fix it for me in GERONIMO-2037.  I didn't have the time to 
spend working out which plugin and change introduced the problem.


John

Paul McMahan wrote:

Toby, I have been hitting that problem too on debian with a fresh
checkout or after running the clean target.  I don't know what the
underlying problem is, but compiling a second time seems to work past
it (just type maven -o new4 new5 to complete the build).  This
problem may be related to the issue was reported in
http://issues.apache.org/jira/browse/GERONIMO-2037 where the jvm
crashed on windows.

Best wishes,
Paul

On 5/23/06, toby cabot [EMAIL PROTECTED] wrote:

Hi folks,

I checked out a fresh copy of the 1.1 branch and tried to build.  It
gets as far as:

 +
 | configurations Geronimo Configuration for performing service 
deployments

 | Memory: 40M/50M
 +
 DEPRECATED: the default goal should be specified in the build 
section of project.xml instead of maven.xml
 DEPRECATED: the default goal should be specified in the build 
section of project.xml instead of maven.xml

 new4:
 build:start:

 multiproject:install-callback:
 [echo] Running car:install for Geronimo Configuration for 
performing service deployments

 car:prepare-plan:

 car:package:

 Packaging configuration 
/eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/target/plan/plan.xml 




 BUILD FAILED
 File.. /eng/home/tcabot/try/geronimo-1.1/maven.xml
 Element... maven:reactor
 Line.. 58
 Column -1
 Unable to obtain goal [multiproject:install-callback] -- 
/eng/home/tcabot/try/geronimo-1.1/configs/geronimo-gbean-deployer/maven.xml:39:-1: 
boot:boot 
org.apache.geronimo.kernel.config.ConfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/kernel/repository/Artifact;)Ljava/io/File; 


 Total time   : 7 minutes 16 seconds
 Finished at  : Tuesday, May 23, 2006 4:45:47 PM EDT


Tried it on a fedora core 4 and debian sid machine, same result.
Maven 1.1-beta-2, Sun java 1.4.2_10.  Any help appreciated.

Toby







Re: build problem on 1.1 branch?

2006-05-23 Thread toby cabot
Paul,

Thanks for the tip.  Looks like I need to do an online build, and
people.apache.org has been bouncy for the past few hours, but I'll try
a maven new4 new5 again tomorrow morning.  Appreciate the help!

Toby