2006-03-21 13:51:53 UTC
For some reason the RMI dispatcher is not starting. It could be a firewall issue or a you could have something else running on the port.
You may be able to get by removing the rmi-dispatcher in ofbiz/base/config/ofbiz-containers.xml. just remover the whole section that looks like this:
<!-- RMI Service Dispatcher -->
<container name="rmi-dispatcher" class="org.ofbiz.service.rmi.RmiServiceContainer">
<property name="lookup-name" value="RMIDispatcher"/>
<property name="delegator-name" value="default"/>
<property name="client-factory" value="org.ofbiz.service.rmi.socket.CompressionClientSocketFactory"/>
<property name="server-factory" value="org.ofbiz.service.rmi.socket.CompressionServerSocketFactory"/>
</container>