Page 1 of 1

Codebase Help

PostPosted: Thu Apr 29, 2010 3:28 pm
by Duncan
Hello

I think I am getting an error related to my Registry codebase. I have seen other posts in the forum about codebase issues but am having difficulty resoling my issues. I think I need to work with the "RMI Codebase Editor" but I am fairly new to to Eclipse 3.5.1. Can anyone point me in the correct direction for find this tool in Eclipse. If any member can suggest an alternative approach I appreciate any advice.

The error I am receiving when starting the server is:

RadServer exception: Error occurred in server thread; nested exception is:
java.lang.NoClassDefFoundError: com/healthmarketscience/rmiio/RemoteIterator
java.rmi.ServerError: Error occurred in server thread; nested exception is:
java.lang.NoClassDefFoundError: com/healthmarketscience/rmiio/RemoteIterator
at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:393)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:250)
at sun.rmi.transport.Transport$1.run(Transport.java:159)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:359)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at java.rmi.Naming.rebind(Naming.java:160)
at engine.ComputeEngine.main(ComputeEngine.java:135)
(and on and on)