Thanks for the reploy, I am using OS x 10.6.2 and java -version java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025) Java HotSpot(TM) Client VM (build 14.3-b01-101, mixed mode)
I am not sure what the difference is between the Client VM and the Server VM you have. What is your Current pointing at mine is: lrwxr-xr-x 1 root wheel 5 Dec 7 09:28 1.6 -> 1.6.0 drwxr-xr-x 8 root wheel 272 Jan 6 11:24 1.6.0 drwxr-xr-x 9 root wheel 306 Jan 6 11:24 A lrwxr-xr-x 1 root wheel 1 Dec 7 09:28 Current -> A lrwxr-xr-x 1 root wheel 3 Dec 7 09:28 CurrentJDK -> 1.6 djencks wrote: > > Hi glloyd, > > It's always worked for me, I develop on a mac. Which geronimo > artifact are you using, and which osx and java vm? > > for me: > > $ java -version > java version "1.6.0_15" > Java(TM) SE Runtime Environment (build 1.6.0_15-b03-226) > Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-92, mixed mode) > > osx 10.5.8 > > I've never seen this happen with any geronimo version.... > > thanks > david jencks > > On Feb 10, 2010, at 9:57 AM, glloyd wrote: > >> >> I can't seem to get Geronimo to launch at all the geronimo.out >> contains the >> following: >> >> Booting Geronimo Kernel (in Java 1.6.0_17)... >> Module 1/74 org.apache.geronimo.framework/j2ee-system/2.2/car >> started in .000s >> Module 2/74 org.apache.geronimo.framework/jee-specs/2.2/car >> started in .000s >> Module 3/74 org.apache.geronimo.plugins.classloaders/xbean-finder/ >> 2.2/car >> started in .000s >> Module 4/74 org.apache.geronimo.framework/xmlbeans/2.2/car >> started in .000s >> Module 5/74 org.apache.geronimo.framework/rmi-naming/2.2/car >> started in .226s >> Module 6/74 >> org.apache.geronimo.plugins.classloaders/geronimo-javaee- >> deployment_1.1MR3_spec/2.2/car >> started in .000s >> Module 7/74 org.apache.geronimo.framework/plugin/2.2/car >> 2010-02-10 12:24:45,381 ERROR [AbstractEncryption] Unable to decrypt >> java.security.NoSuchAlgorithmException: Cannot find any provider >> supporting >> AES >> at javax.crypto.Cipher.getInstance(DashoA13*..) >> at >> org >> .apache >> .geronimo.crypto.AbstractEncryption.decrypt(AbstractEncryption.java: >> 74) >> at >> org >> .apache >> .geronimo.crypto.EncryptionManager.decrypt(EncryptionManager.java:109) >> at >> org >> .apache >> .geronimo >> .system >> .plugin >> .PluginRepositoryDownloader >> .loadUserRepositories(PluginRepositoryDownloader.java:122) >> at >> org >> .apache >> .geronimo >> .system >> .plugin >> .PluginRepositoryDownloader.<init>(PluginRepositoryDownloader.java:80) >> 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: >> 513) >> at >> org.apache.xbean.recipe.ReflectionUtil >> $ConstructorFactory.create(ReflectionUtil.java:952) >> at >> org >> .apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java: >> 276) >> at >> org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96) >> at >> org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61) >> at >> org >> .apache >> .geronimo >> .gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:911) >> at >> org >> .apache >> .geronimo >> .gbean >> .runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java: >> 269) >> at >> org >> .apache >> .geronimo >> .gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103) >> at >> org >> .apache >> .geronimo >> .gbean >> .runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java: >> 125) >> at >> org >> .apache >> .geronimo >> .gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:539) >> at >> org >> .apache >> .geronimo >> .kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377) >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java: >> 456) >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .KernelConfigurationManager.start(KernelConfigurationManager.java:190) >> at >> org >> .apache >> .geronimo >> .kernel >> .config >> .SimpleConfigurationManager >> .startConfiguration(SimpleConfigurationManager.java:546) >> 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:597) >> at >> org >> .apache >> .geronimo >> .gbean >> .runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java: >> 34) >> at >> org >> .apache >> .geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130) >> at >> org >> .apache >> .geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:816) >> 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) >> "geronimo.out" 535L, 48645C >> >> Please tell me this is supposed to run out of the box and I am not >> going to >> spend the next week learning the inner workings of geronimo for it >> to work. >> -- >> View this message in context: >> http://old.nabble.com/Newbie-running-Geronimo-Jetty-on-mac-tp27535372s134p27535372.html >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > > -- View this message in context: http://old.nabble.com/Newbie-running-Geronimo-Jetty-on-mac-tp27535372s134p27536060.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
