I am getting the following exception running Tomcat 4.0b1:
RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.lang.ClassNotFoundException: access denied to class loader
java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.lang.ClassNotFoundException: access denied to class loader
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception
is:
java.lang.ClassNotFoundException: access denied to class loader
java.lang.ClassNotFoundException: java.security.AccessControlException:
access denied (java.io.FilePermission
/usr/local/apache1.3.19/WebPub/pub/WEB-INF/classes/- read)
<<no stack trace available>>
I'm not sure what is going wrong. I am starting catalina with the
"-security" option which I need since I'm using RMI. I even made the
catalina.policy file contain only:
grant {
permission java.security.AllPermission;
};
So there really should be no security exception. Anybody know why this
exception is being thrown?
Thanks,
David