That should resolve this problem. In addition to this you will also have to create a d:\geronimo-1.1\var\shared\lib directory as well or you'll get the same error with that reference. Just the empty directories will suffice.

The directories are required and are included in our images. If the image was copied using something like xcopy without the proper options, empty directories will not be include. I'm not sure if that is what happened with your system but it is one possibility.

Hope that helps,
Joe

Paul McMahan wrote:
I haven't seen this particular error before but does it go away if you
create the directory : D:\geronimo-1.1\var\shared\classes  ?

Best wishes,
Paul

On 6/28/06, Sridhar Pappula <[EMAIL PROTECTED]> wrote:


I having problem to startup the geronimo-1.1 server. I got the following
stacktrace. Can somebody help me with this one? I setup my JAVA_HOME
variable using JDK1.4.2 as well JDK1.5.0 and JRE1.5.0 respectively. But
every JDK produced the same error. And also I tried to startup the server
using startup script as well java -jar server command. Both have the same
output.

D:\geronimo-1.1\bin>java -jar server.jar
Booting Geronimo Kernel (in Java 1.5.0_04)...
Starting Geronimo Application Server v1.1
[***************>      ] 70%  15s  Loading geronimo/sharedlib/1.1/car
10:55:30,390 ERROR [GBeanInsta
nceState] Error while starting; GBean is now in the FAILED state:
abstractName="geronimo/sharedlib/1
.1/car?ServiceModule=geronimo/sharedlib/1.1/car,j2eeType=GBean,name=SharedLib"
java.lang.IllegalArgumentException: Classes dir does not
exist: D:\geronimo-1.1\var\shared\classes
        at
org.apache.geronimo.system.sharedlib.SharedLib.<init>(SharedLib.java:51)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown
Source)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
        at
java.lang.reflect.Constructor.newInstance(Unknown Source)
        at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:933)
        at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.
java:267)
        at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
        at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.ja
va:124)
        at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:540)
        at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
        at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(Configuratio
nUtil.java:374)
        at
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationMan
ager.java:187)
        at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleCon
figurationManager.java:512)
        at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleCon
figurationManager.java:493)
        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.EditableConfigurationManager$$EnhancerByCGLIB$$5d3248d7
.startConfiguration(<generated>)
        at
org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:297)
        at
org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
        at
org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)
[***************>      ] 70%  15s Startup failed
org.apache.geronimo.kernel.config.LifecycleException: start
of geronimo/sharedlib/1.1/car failed
        at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleCon
figurationManager.java:529)
        at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleCon
figurationManager.java:493)
        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.EditableConfigurationManager$$EnhancerByCGLIB$$5d3248d7
.startConfiguration(<generated>)
        at
org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:297)
        at
org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
        at
org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)
Caused by:
org.apache.geronimo.kernel.config.InvalidConfigException:
Unknown start exception
        at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(Configuratio
nUtil.java:440)
        at
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationMan
ager.java:187)
        at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleCon
figurationManager.java:512)
        ... 13 more
Caused by:
org.apache.geronimo.gbean.InvalidConfigurationException:
Configuration geronimo/sharedlib
/1.1/car failed to start due to the following reasons:
  The service
ServiceModule=geronimo/sharedlib/1.1/car,j2eeType=GBean,name=SharedLib
did not start f
or an unknown reason
        at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(Configuratio
nUtil.java:403)
        ... 15 more
Server shutdown begun              tartup failed
Server shutdown completed
[***************>      ] 70%  18s Startup failed
D:\geronimo-1.1\bin>






--
Joe Bohn
joe.bohn at earthlink.net

"He is no fool who gives what he cannot keep, to gain what he cannot lose." -- Jim Elliot

Reply via email to