You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Blevins <da...@visi.com> on 2004/10/05 10:47:21 UTC

RMI startup failure

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?


-David

Re: RMI startup failure

Posted by Jeremy Boynes <jb...@gluecode.com>.
David Blevins wrote:
> 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

Re: RMI startup failure

Posted by David Blevins <da...@visi.com>.
That's exactly what I'm trying to do.  Need this for the Geronimo itests to run.

-David

On Tue, Oct 05, 2004 at 08:02:39AM -0700, David Jencks wrote:
> I feel your pain:-)
> 
> I get these errors whenever I include that in a geronimo deploy plugin  
> startRemoteServer command.  As you say, it doesn't seem to be a problem  
> with openejb.
> 
> david jencks
> 
> On Oct 5, 2004, at 1:47 AM, David Blevins wrote:
> 
> >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.RMIClassLoa 
> >derSpiImpl -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.RMIClassLoa 
> >derSpiImpl -jar bin/server.jar
> >
> >
> >We got something goofy with our plans?
> >
> >
> >-David<startup-error.log>

Re: RMI startup failure

Posted by David Jencks <dj...@gluecode.com>.
I feel your pain:-)

I get these errors whenever I include that in a geronimo deploy plugin  
startRemoteServer command.  As you say, it doesn't seem to be a problem  
with openejb.

david jencks

On Oct 5, 2004, at 1:47 AM, David Blevins wrote:

> 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.RMIClassLoa 
> derSpiImpl -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.RMIClassLoa 
> derSpiImpl -jar bin/server.jar
>
>
> We got something goofy with our plans?
>
>
> -David<startup-error.log>