I'm not sure why it succeeds in building server.jar here.... but
usually this is caused by a leftover geronimo server running in the
background. Check for and kill stray java processes and try again.
thanks
david jencks
On Sep 5, 2005, at 10:17 PM, Neal Sanche wrote:
David Jencks wrote:
This is usually caused by having an old
xmlbeans-maven-plugin-2.0.0-beta1 from geronimo installed in your
.maven/cache and $MAVEN_HOME/plugins directories. Unfortunately I
didnt' realize that groupId is ignored in comparing plugin versions
when I suggested the version number for the xmlbeans version of this
plugin. I think if you delete the .maven/cache contents and remove
the xmlbeans-maven-plugin-2.0.0-beta1.jar from $MAVEN_HOME/plugins
you will be able to download the correct version and build.
Hi David,
As I said earlier, thanks for the help. But now I'm stuck at another
issue. The build continues until it arrives at the 'Creating Binary
Distribution' section. There it will stop, and not continue past the
following output:
[copy] Copying 16 files to
E:\geronimo-src2\modules\assembly\target\geronimo
-1.0-SNAPSHOT\doc\plan
[echo] Bootstrapping service deployer
[mkdir] Created dir:
E:\geronimo-src2\modules\assembly\target\geronimo-1.0-S
NAPSHOT\bin
[mkdir] Created dir:
E:\geronimo-src2\modules\assembly\target\geronimo-1.0-S
NAPSHOT\config-store
[echo] Building server.jar
[java] 23:06:35,688 INFO [ReadOnlyRepository] Repository root is
file:/E:/g
eronimo-src2/modules/assembly/target/geronimo-1.0-SNAPSHOT/repository/
[java] 23:06:35,735 INFO [LocalConfigStore:config-store] Loaded
Configurati
on geronimo.config:name="org/apache/geronimo/J2EEDeployer"
[java] 23:06:36,235 INFO [LocalAttributeManager] Checking value
for org/apa
che/geronimo/J2EEDeployer/geronimo.deployer:
J2EEApplication=null,J2EEModule=org/
apache/geronimo/
J2EEDeployer,J2EEServer=deployer,j2eeType=ConfigBuilder,name=EAR
Builder/defaultParentId
[java] 23:06:36,266 INFO [LocalAttributeManager] Checking value
for org/apa
che/geronimo/J2EEDeployer/geronimo.deployer:
J2EEApplication=null,J2EEModule=org/
apache/geronimo/
J2EEDeployer,J2EEServer=deployer,j2eeType=ModuleBuilder,name=App
ClientBuilder/defaultServerParentId
[java] 23:06:36,266 INFO [LocalAttributeManager] Checking value
for org/apa
che/geronimo/J2EEDeployer/geronimo.deployer:
J2EEApplication=null,J2EEModule=org/
apache/geronimo/
J2EEDeployer,J2EEServer=deployer,j2eeType=ModuleBuilder,name=App
ClientBuilder/defaultClientParentId
[java] 23:06:36,516 INFO [Configuration] Started configuration
org/apache/g
eronimo/J2EEDeployer
[java] 23:06:36,875 INFO [SecurityServiceImpl] JACC factory
registered
[java] 23:06:37,672 INFO [LocalConfigStore:config-store] Installed
configur
ation org/apache/geronimo/System in location 3
[java] Packaged configuration org/apache/geronimo/System to
E:\geronimo-src2
\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\server.jar
[java] 23:06:37,735 INFO [Configuration] Stopping configuration
org/apache/
geronimo/J2EEDeployer
[java] 23:06:37,797 INFO [LocalAttributeManager] Stopped
LocalAttributeMana
ger with data on 5 configurations
[java] 23:06:37,797 INFO [Configuration] Stopping configuration
org/apache/
geronimo/DeployerSystem
[java] 23:06:37,797 INFO [BasicKernel] Starting kernel shutdown
[java] 23:06:37,797 INFO [BasicKernel] Kernel shutdown complete
[echo] Building RMI Naming configuration
It will stay that way until I hit CTRL-C, after which time it will say:
BUILD FAILED
File...... C:\Documents and
Settings\Neal\.maven\cache\maven-multiproject-plugin
-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] --
E:\geronimo-src2\modules\assembly\maven.xml:3
78:98: <ant:java> Java returned: 1
Total time: 24 minutes 8 seconds
Finished at: Mon Sep 05 23:16:30 MDT 2005
Any ideas on how I can go through this hoop? Thanks.
-Neal