Posted by
Andrew Sykes on
Jan 24, 2006; 2:00pm
URL: http://ofbiz.116.s1.nabble.com/Users-Content-Management-tp137043p137045.html
Just checked out the latest source.
OFBiz falls over at startup saying...
[java] org.ofbiz.base.start.StartupException: Cannot start()
org.ofbiz.webtools.print.rmi.FopPrintServer (No container found with the
name : rmi-print-server)
Perhaps the rmi-print-server should be disabled for now?
Here's a patch in case that makes it easier (though probably not)...
Index: base/config/ofbiz-containers.xml
===================================================================
--- base/config/ofbiz-containers.xml (revision 6561)
+++ base/config/ofbiz-containers.xml (working copy)
@@ -48,7 +48,7 @@
<property name="ssl-client-auth" value="true"/>
</container>
- <!-- RMI FOP Print Server -->
+ <!-- RMI FOP Print Server
<container name="rmi-dispatcher"
class="org.ofbiz.webtools.print.rmi.FopPrintServer">
<property name="bound-name" value="RMIFopPrintServer"/>
<property name="bound-host" value="127.0.0.1"/>
@@ -55,6 +55,7 @@
<property name="bound-port" value="1099"/>
<property name="delegator-name" value="default"/>
</container>
+ -->
<!-- JavaMail Listener Container -->
<container name="javamail-container"
class="org.ofbiz.service.mail.JavaMailContainer">
--
Kind Regards
Andrew Sykes <
[hidden email]>
Sykes Development Ltd
http://www.sykesdevelopment.com
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users