facebook

Geronimo Startup Error – NoSuchAlgorithmException

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #315680 Reply

    James Hornsby
    Participant

    I’m running Mac OS X 10.6.6. I can start Geronimo from a terminal window with no problems. But when i try to run it in MyEclipse Enterprise Workbench Version: 8.6.1,

    I get the following error:

    Booting Geronimo Kernel (in Java 1.6.0_24)…
    Module 1/74 org.apache.geronimo.framework/j2ee-system/2.2.1/car started in .000s
    Module 2/74 org.apache.geronimo.framework/jee-specs/2.2.1/car started in .000s
    Module 3/74 org.apache.geronimo.plugins.classloaders/xbean-finder/2.2.1/car started in .000s
    Module 4/74 org.apache.geronimo.framework/xmlbeans/2.2.1/car started in .001s
    Module 5/74 org.apache.geronimo.framework/rmi-naming/2.2.1/car started in .124s
    Module 6/74 org.apache.geronimo.plugins.classloaders/geronimo-javaee-deployment_1.1MR3_spec/2.2.1/car started in .000s
    Module 7/74 org.apache.geronimo.framework/plugin/2.2.1/car 2011-03-31 23:27:19,328 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)
    at org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$1f76e6ef.startConfiguration(<generated>)
    at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:204)
    at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:87)
    at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
    at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
    at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
    started in .100s
    Module 8/74 org.apache.geronimo.framework/geronimo-gbean-deployer/2.2.1/car started in .247s
    Module 9/74 org.apache.geronimo.configs/j2ee-server/2.2.1/car started in .036s
    Module 10/74 org.apache.geronimo.framework/j2ee-security/2.2.1/car started in .081s

    #315687 Reply

    support-joy
    Member

    jhornsby,

    Can you quickly answer below queries –
    1. Can you copy and paste your installation details? Here is the FAQ – https://www.genuitec.com/forums/topic/troubleshooting-how-to-view-the-installation-details/&highlight=&sid=4109128f7021abe17a0a1827a4228f0c
    2. Can you attach a screenshot of Geronimo server configuration along with the JDK? Here is the FAQ on how to attach screenshots using either [pm] / [post reply] – https://www.genuitec.com/forums/topic/troubleshooting-how-to-upload-attachments-on-forum/&highlight=&sid=5b19fdbe05ba70dbae24dbf4a1983d2c
    3. You mention that you are able to start Geromino from a terminal window. Can you verify what is the JDK associated with it. I would recommend you add the same JDK to Geronimo within MyEclipse.
    4. If it is still an issue, can you clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and attach the .log file?

    Best.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Geronimo Startup Error – NoSuchAlgorithmException

You must be logged in to post in the forum log in