Weekly: Geronimo 1.2-447908

2006-09-21 Thread Dain Sundstrom

We have our first of hopefully a long line of weekly builds published
to the Geronimo unstable directory.  This is still a fairly manual
process, but I'm about half way through updating David Blevins'
publish script.

So now for the guilt trip... I've done my part and spent all day
working on getting the binaries published and now it is your turn.
Let's all pretend that this is a real release and spend a few minutes
reviewing the binaries.

Thanks,

-dain


Geronimo 1.2-447908 - Sept 20, 2006

http://people.apache.org/dist/geronimo/unstable/1.2-447908/

geronimo-jetty-j2ee-1.2-447908.tar.gz
geronimo-jetty-j2ee-1.2-447908.zip
geronimo-jetty-minimal-1.2-447908.tar.gz
geronimo-jetty-minimal-1.2-447908.zip
geronimo-tomcat-j2ee-1.2-447908.tar.gz
geronimo-tomcat-j2ee-1.2-447908.zip
geronimo-tomcat-minimal-1.2-447908.tar.gz
geronimo-tomcat-minimal-1.2-447908.zip

Changelog:

http://people.apache.org/dist/geronimo/unstable/1.2-447908/CHANGELOG.txt


NOTE: This build is not an official release, nor tested, and should be
considered unstable.


Re: Weekly: Geronimo 1.2-447908

2006-09-21 Thread Joe Bohn

Hi Mattias,

Thanks for giving the image a test run.

The problem you hit is a known problem in trunk which may have been 
fixed just after the weekly build was created (I haven't checked yet to 
see if it really is fixed in trunk).


Anyway, you can work-around this problem by creating an empty file with 
the name artifact_aliases.properties under install-location\var\config\


Hope that helps,
Joe


[EMAIL PROTECTED] wrote:

Hi

I have tested the file geronimo-tomcat-j2ee-1.2-447908.zip which I unpacked at 
c:\geronimo.
Start of geronimo fails with the following error:
java.io.FileNotFoundException: 
C:\geronimo\geronimo-tomcat-j2ee-1.2-SNAPSHOT\var\config\artifact_aliases.properties

Details:

c:\geronimo\geronimo-tomcat-j2ee-1.2-SNAPSHOT\binstartup
Using GERONIMO_BASE:   C:\geronimo\geronimo-tomcat-j2ee-1.2-SNAPSHOT
Using GERONIMO_HOME:   C:\geronimo\geronimo-tomcat-j2ee-1.2-SNAPSHOT
Using GERONIMO_TMPDIR: C:\geronimo\geronimo-tomcat-j2ee-1.2-SNAPSHOT\var\temp
Using JRE_HOME:c:\j2sdk1.4.2_01
Starting Geronimo in a separate window...
...
10:03:04,609 DEBUG [GBeanSingleReference] Waiting to start 
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
 because no targets are running for reference ArtifactManager matching the 
patterns 
org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car,j2eeType=ArtifactManager,name=ArtifactManager
10:03:05,468 DEBUG [GBeanSingleReference] Waiting to start 
org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car,j2eeType=ConfigurationManager,name=ConfigurationManager
 because no targets are running for reference ArtifactResolver matching the 
patterns 
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
10:03:05,468 DEBUG [GBeanSingleReference] Waiting to start 
org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car,j2eeType=ConfigurationManager,name=ConfigurationManager
 because no targets are running for reference ArtifactManager matching the 
patterns 
org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-system/1.2-SNAPSHOT/car,j2eeType=ArtifactManager,name=ArtifactManager
10:03:05,562 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: 
C:\geronimo\geronimo-tomcat-j2ee-1.2-SNAPSHOT\var\config\artifact_aliases.properties
 (Det går inte att hitta filen)
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)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)


Best regards // Mattias