|
Hi, First, you could switch to irmi protocol in JONAS_BASE/conf/carol.properties file. This protocol is a replacement for rmi/jrmp protocol (which use the sun class). Until now, only jeremie protocol could be used as classpath didn't provide the ContextFactory implementation. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27383 So, you can try with irmi to valid that the fix you made is OK. (or with jeremie protocol as it provides its own factory) And to valid iiop protocol, you have to use "iiop" in carol.protocols parameter. The dependency on the sun rmi registry class was because the bind() operation is disallowed if the bind() operation is remote. But with irmi protocol, it won't use this class. Regards, Florent Audrius Meskauskas wrote: The J2EE server JOnAS 4.7.4, working with CAROL 2.2.7, crashes on startup with the following exception: |
- What specific Carol needs from the Sun's RMI registry i... Audrius Meskauskas
- Re: [carol] What specific Carol needs from the Sun... Florent BENOIT

