On Sunday 24 November 2002 09:34 pm, Casper Brands wrote:
> Hi Kees,
>
> I followed your installation procedure but alas, that wasn't the magic fix.
> I get exactly the same error when calling the addCat.jsp page. All the
> tables are created, everything looks fine ,the only error i get is the
> RMMCI one:
>
> FATAL RMI Registry not started because of exception {RemoteException
> occurred in server thread; nested exception is:
> java.rmi.UnmarshalException: error unmarshalling arguments; nested
> exception is: java.lang.ClassNotFoundException:
> org.mmbase.bridge.remote.rmi.RemoteCloudContext_Rmi_Stub (no security
> manager: RMI class loader disabled)}
RMI consits of 2 parts the RMI registry
and the "remote objects".
This error typicaly happens when the rmi registry
is started but has no access to the rmi stub classes (the classes are not in
the classpath of the rmi registry)
this can happen if you has an old tomcat running somewhere.
stop catalina make shure it's stopped (when a registry is running tomat has
difficulties stopping)
and start again . if it still doens't work you might want to put more jars in
the tomcat libs directory :(
In the past I have had some problems with the registry and eduard wrote a
document about running rmmci on debian.
>
> If it makes more sense to you than me, please enlighten me ;-)