Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 14510 invoked from network); 11 Aug 2005 14:25:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 14:25:53 -0000 Received: (qmail 99290 invoked by uid 500); 11 Aug 2005 14:25:52 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 99100 invoked by uid 500); 11 Aug 2005 14:25:51 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 99086 invoked by uid 99); 11 Aug 2005 14:25:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 07:25:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2005 07:26:13 -0700 Received: by saturn.opentools.org (Postfix, from userid 500) id 066463EF4; Thu, 11 Aug 2005 10:38:03 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id F4232F395 for ; Thu, 11 Aug 2005 10:38:02 -0400 (EDT) Date: Thu, 11 Aug 2005 10:38:02 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: user@geronimo.apache.org Subject: Re: ERROR:ClassNotFoundException: org.tranql.ql.QueryException (no security manager: RMI class loader disabled) In-Reply-To: <42FAD1DE.6060805@apache.org> Message-ID: References: <20050810061301.82776.qmail@web8506.mail.in.yahoo.com> <42FAD1DE.6060805@apache.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N By the way, this has been fixed for a while. I don't remember for sure whether the fix made it into the M4 release, but I think it did. With the fix, it'll just print the actual error message on the deploy console (not the full stack trace and not the CNFE). Aaron On Wed, 10 Aug 2005, Jeremy Boynes wrote: > This is happening because a QueryException is being thrown during > deployment but it cannot be returned to the client because the classes > are not available there. > > As to why, I would suggest looking in the server log for any exception > logged there. Best guess is that there is a problem with the EJB-QL or > the mapping for a CMP. > > -- > Jeremy > > dinesh g wrote: > > Hi.. > > > > I am a new geronimo user. I have an application > > (.ear) and while deploying it, i get the following > > error. > > > > Deployment failed > > Server reports: java.rmi.UnmarshalException: Error > > unmarshaling return; nested exception is: > > java.lang.ClassNotFoundException: > > org.tranql.ql.QueryException (no security manager: RMI > > class loader disabled) > > org.apache.geronimo.kernel.InternalKernelException: > > java.rmi.UnmarshalException: Error unmarshaling > > return; nested exception is: > > java.lang.ClassNotFoundException: > > org.tranql.ql.QueryException (no security manager: RMI > > class loader disabled) > > at > > org.apache.geronimo.kernel.jmx.KernelDelegate.invoke(KernelDelegate.java:232) > > at > > org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:95) > > at java.lang.Thread.run(Thread.java:534) > > Caused by: java.rmi.UnmarshalException: Error > > unmarshaling return; nested exception is: > > java.lang.ClassNotFoundException: > > org.tranql.ql.QueryException (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.kernel.jmx.KernelDelegate.invokeKernel(KernelDelegate.java:349) > > at > > org.apache.geronimo.kernel.jmx.KernelDelegate.invoke(KernelDelegate.java:228) > > ... 2 more > > Caused by: java.lang.ClassNotFoundException: > > org.tranql.ql.QueryException (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) > > ... 22 more > > > > Can anybody help me with this...... > > > > Thanks in advance. > > > > Regards, > > Dinesh.G > > > > > > > > > > > > > > > > ____________________________________________________ > > Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to http://in.promos.yahoo.com/rakhi/index.html > >