Donate Share

SourceTap CRM

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Problems with Path

You are viewing a single message from this topic. View all messages.

  1. 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>
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.