Re: ERROR:ClassNotFoundException: org.tranql.ql.QueryException (no security manager: RMI class loader disabled)

2005-08-11 Thread dinesh g
Hi Thank you Jeremy and Aaron for your responses. The issue is fixed in M4 release and the actual error message is displayed on the deploy console. The problem was with the CMP mapping Thanks for your time... Regards, Dinesh.G ___

Re: ERROR:ClassNotFoundException: org.tranql.ql.QueryException (no security manager: RMI class loader disabled)

2005-08-11 Thread Aaron Mulder
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

Re: ERROR:ClassNotFoundException: org.tranql.ql.QueryException (no security manager: RMI class loader disabled)

2005-08-10 Thread Jeremy Boynes
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

ERROR:ClassNotFoundException: org.tranql.ql.QueryException (no security manager: RMI class loader disabled)

2005-08-10 Thread dinesh g
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 (