Seems we're getting classloading issues from our RMIClassLoaderSpi.
After a clean build, this no workie.
$ cd modules/assembly/target/geronimo-1.0-SNAPSHOT $ java -Djava.rmi.server.RMIClassLoaderSpi=org.apache.geronimo.rmi.RMIClassLoaderSpiImpl -jar bin/server.jar
It fails with the attached output.
If I do the same thing in OpenEJB, it's all good.
$ cd openejb/modules/assembly/target/openejb-2.0-SNAPSHOT $ java -Djava.rmi.server.RMIClassLoaderSpi=org.apache.geronimo.rmi.RMIClassLoaderSpiImpl -jar bin/server.jar
We got something goofy with our plans?
Looks like a conflict with something in JMXRemoting. But I am concerned that something needs special commmand line properties to start and would assume due to that the RMIClassLoaderSPIImpl has not been used in quite a while.
-- Jeremy
