Re. >> Apache won't deploy Cocoon and it seems to boil down to this error >> message (where dell is the localhost name): >> >> [org.apache.catalina.connector.warp.WarpConfigurationHandler] >> java.lang.IllegalArgumentException: addChild: Child name 'dell' is >not >> unique
For other strugglers who may have this error message, the problem was that I did not have the line: 127.0.0.1 localhost in my /etc/hosts file. Now with ServerName localhost and WebAppConnection warpConnection warp localhost:8008 in httpd.conf AND with (as mentioned often elsewhere) Xvfb :1 -screen 0 800x600x8 & export DISPLAY=:1 at the start of the tomcat4 start script, I'm actually (whoopee!) getting a connection to Cocoon. All that's left now is to find out why the tomcat4 start script has started giving the warning: Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list and why I'm getting: DEBUG (2002-02-05) 12:53.59:902 [ ] (Unknown-URI) Unknown-thread/LogKitLogger: added new LogTargetFactory of type cocoon DEBUG (2002-02-05) 12:53.59:963 [ ] (Unknown-URI) Unknown-thread/LogKitLogger: added new LogTarget of id core and lots more of the same re. LogKitLogger and why catalina.out is telling me: Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Apart from all that, delirium reigns. SteveB --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>