> From: Steve Barnes [mailto:[EMAIL PROTECTED]]
> 
> Tomcat 4, Cocoon 2, Apache 1.3 on Red Hat 7.2
> 
> I've searched xml-cocoon-users at http://marc.theaimsgroup.com (and
I've
> searched and I've searched and ...)
> 
> So a request to those who've had this problem:
> 
> 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
> 
> I suspect this is a regular stopper. I can find nothing applicable in
> the archives, having searched on 'child name', 'localhost is not
> unique', 'not unique', and lots of other imaginative combinations
(plus
> stop/starts with numerous variations of httpd.conf/server.xml).
> 
> I feel I'm just one step away from joining the select few who have
> managed to get this combination working :)

Check server.xml... I guess you have something like this in the config
file:

<parent>
  <child name="dell">
    ...
  </child>
  <child name="dell">
    ...
  </child>
</parent>

PS: AFAIU, this is tomcat issue; or what's full stack trace? Does it
have Cocoon in the stack trace?

Vadim


---------------------------------------------------------------------
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]>

Reply via email to