You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org> on 2006/04/25 09:37:05 UTC

[jira] Created: (GERONIMO-1908) Error in executing list-modules after application failure in Geronimo

Error in executing list-modules after application failure in Geronimo
---------------------------------------------------------------------

         Key: GERONIMO-1908
         URL: http://issues.apache.org/jira/browse/GERONIMO-1908
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
    Reporter: Matt Hogstrom
     Fix For: 1.1


I was working with DayTrader and was experiencing application problems.  I identified the problem and was going to undeploy and deploy the application.  When doing a list-modules on the client side I received the following Execption / stack trace.

hurricaine:/home/hogstrom/geronimo/geronimo-1.0/bin # java -jar deployer.jar list-modules
org.apache.geronimo.kernel.InternalKernelException: java.io.IOException: java.lang.ClassNotFoundException: org.apache.geronimo.gbean.GBeanQuery (no security manager: RMI class loader disabled)
        at org.apache.geronimo.kernel.jmx.KernelDelegate.listGBeans(KernelDelegate.java:231)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.getConfigurationManager(ConfigurationUtil.java:44)
        at org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.initialize(JMXDeploymentManager.java:67)
        at org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager.<init>(RemoteDeploymentManager.java:46)
        at org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:126)
        at javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:109)
        at org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:251)
        at org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:186)
        at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:153)
        at org.apache.geronimo.deployment.cli.DeployTool.main(DeployTool.java:310)
Caused by: java.io.IOException: java.lang.ClassNotFoundException: org.apache.geronimo.gbean.GBeanQuery (no security manager: RMI class loader disabled)
        at mx4j.remote.rmi.RMIMarshaller.unmarshal(RMIMarshaller.java:155)
        at mx4j.remote.rmi.RMIMarshaller.unmarshal(RMIMarshaller.java:136)
        at mx4j.remote.rmi.RMIConnectionInvoker.invoke(RMIConnectionInvoker.java:218)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1908) Error in executing list-modules after application failure in Geronimo

Posted by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1908?page=all ]
     
Matt Hogstrom closed GERONIMO-1908:
-----------------------------------

    Resolution: Fixed

Operator error.  I was using a 1.0 deployer.jar 

> Error in executing list-modules after application failure in Geronimo
> ---------------------------------------------------------------------
>
>          Key: GERONIMO-1908
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1908
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>     Reporter: Matt Hogstrom
>      Fix For: 1.1

>
> I was working with DayTrader and was experiencing application problems.  I identified the problem and was going to undeploy and deploy the application.  When doing a list-modules on the client side I received the following Execption / stack trace.
> hurricaine:/home/hogstrom/geronimo/geronimo-1.0/bin # java -jar deployer.jar list-modules
> org.apache.geronimo.kernel.InternalKernelException: java.io.IOException: java.lang.ClassNotFoundException: org.apache.geronimo.gbean.GBeanQuery (no security manager: RMI class loader disabled)
>         at org.apache.geronimo.kernel.jmx.KernelDelegate.listGBeans(KernelDelegate.java:231)
>         at org.apache.geronimo.kernel.config.ConfigurationUtil.getConfigurationManager(ConfigurationUtil.java:44)
>         at org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.initialize(JMXDeploymentManager.java:67)
>         at org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager.<init>(RemoteDeploymentManager.java:46)
>         at org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:126)
>         at javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:109)
>         at org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:251)
>         at org.apache.geronimo.deployment.cli.ServerConnection.<init>(ServerConnection.java:186)
>         at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:153)
>         at org.apache.geronimo.deployment.cli.DeployTool.main(DeployTool.java:310)
> Caused by: java.io.IOException: java.lang.ClassNotFoundException: org.apache.geronimo.gbean.GBeanQuery (no security manager: RMI class loader disabled)
>         at mx4j.remote.rmi.RMIMarshaller.unmarshal(RMIMarshaller.java:155)
>         at mx4j.remote.rmi.RMIMarshaller.unmarshal(RMIMarshaller.java:136)
>         at mx4j.remote.rmi.RMIConnectionInvoker.invoke(RMIConnectionInvoker.java:218)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira