Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 57945 invoked from network); 14 Nov 2006 16:51:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 16:51:02 -0000 Received: (qmail 64152 invoked by uid 500); 14 Nov 2006 16:51:09 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 64117 invoked by uid 500); 14 Nov 2006 16:51:09 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 64106 invoked by uid 99); 14 Nov 2006 16:51:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 08:51:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 08:50:58 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF1747142D7 for ; Tue, 14 Nov 2006 08:50:37 -0800 (PST) Message-ID: <10278300.1163523037976.JavaMail.jira@brutus> Date: Tue, 14 Nov 2006 08:50:37 -0800 (PST) From: "Vamsavardhana Reddy (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-483) Security Realm Startup Errors Squashed (ClassNotFoundException) In-Reply-To: <913320621.1100477303551.JavaMail.apache@nagoya> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/GERONIMO-483?page=all ] Vamsavardhana Reddy closed GERONIMO-483. ---------------------------------------- > Security Realm Startup Errors Squashed (ClassNotFoundException) > --------------------------------------------------------------- > > Key: GERONIMO-483 > URL: http://issues.apache.org/jira/browse/GERONIMO-483 > Project: Geronimo > Issue Type: Bug > Components: deployment > Affects Versions: 1.0-M3 > Reporter: Aaron Mulder > Assigned To: Aaron Mulder > Fix For: 1.0-M4 > > > If you deploy a security realm, and it has an exception during startup (refresh), the deployer gets: > Deployment failed > Server reports: Error unmarshaling return; nested exception is: > java.lang.ClassNotFoundException: org.apache.geronimo.security.GeronimoSecurityException (no security manager: RMI class loader disabled) > java.rmi.UnmarshalException: Error unmarshaling return; nested exception is: > java.lang.ClassNotFoundException: org.apache.geronimo.security.GeronimoSecurityException (no security manager: RMI class loader disabled) > at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:217) > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133) > at javax.management.remote.rmi.RMIConnectionImpl_Stub.invoke(Unknown Source) > at mx4j.remote.rmi.ClientInvoker.invoke(ClientInvoker.java:210) > 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:324) > at mx4j.remote.ClientProxy.invoke(ClientProxy.java:34) > at mx4j.remote.rmi.ClientUnmarshaller.chain(ClientUnmarshaller.java:67) > at mx4j.remote.rmi.ClientUnmarshaller.invoke(ClientUnmarshaller.java:56) > at $Proxy0.invoke(Unknown Source) > 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:324) > at mx4j.remote.ClientProxy.invoke(ClientProxy.java:34) > at mx4j.remote.rmi.ClientExceptionCatcher.invoke(ClientExceptionCatcher.java:42) > at $Proxy0.invoke(Unknown Source) > at org.apache.geronimo.gbean.jmx.JMXOperationInvoker.invoke(JMXOperationInvoker.java:54) > at org.apache.geronimo.gbean.jmx.CGLibMethodInterceptor.intercept(CGLibMethodInterceptor.java:112) > at org.apache.geronimo.kernel.KernelMBean$$EnhancerByCGLIB$$66f64035.startConfiguration() > at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:48) > at java.lang.Thread.run(Thread.java:534) > Caused by: java.lang.ClassNotFoundException: org.apache.geronimo.security.GeronimoSecurityException (no security manager: RMI class loader disabled) > at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:371) > at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:165) > at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:631) > at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:257) > at sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:200) > at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1513) > at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435) > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274) > at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845) > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769) > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274) > at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1845) > at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1769) > at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646) > at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274) > at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) > at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:215) > ... 23 more -- 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