David,
I did an svn update to pick up your properties file then rebuilt G but I
still get the same problem. Creating the artifact_aliases.properties
file under geronimo-tomcat-j2ee-1.2-SNAPSHOT/var/config/ fixed the
problem and I was able to start the server. Not sure if you need to
include artifact_aliases.properties in other assemblies like
geronimo-tomcat-j2ee.
Best wishes,
chris
David Jencks wrote:
I think I've fixed this, please verify.
I included a properties file in the correct location with some basic
instructions and no entries. Does this seem reasonable?
thanks
david jencks
On Sep 20, 2006, at 1:29 PM, Prasad Kashyap wrote:
While trying to run a server that I built from trunk, I get the
following exception
Booting Geronimo Kernel (in Java 1.4.2_10)...
16:33:58,566 ERROR [GBeanInstanceState] Error while starting; GBean
is now in
the FAILED state:
abstractName="org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car,j2eeType=ArtifactResolver,name=ArtifactResolver"
java.io.FileNotFoundException:
/home/pmcmahan/src/geronimo/trunk/assemblies/geronimo-tomcat-j2ee/target/geronimo-tomcat-j2ee-1.2-SNAPSHOT/var/config/artifact_aliases.properties
(No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver.buildExplicitResolution(ExplicitDefaultArtifactResolver.java:55)
at
org.apache.geronimo.system.resolver.ExplicitDefaultArtifactResolver.<init>(ExplicitDefaultArtifactResolver.java:47)
Cheers
Prasad