You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Russ White <ru...@earthlink.net> on 2000/09/23 14:53:38 UTC

Cocoon.xml works, but ....

Just installed Cocoon 1.8 with Resin 1.2. I check that Cocoon is up by loading
Cocoon.xml, and get the standard page as expected.

When I try to load one of the docs from xdocs I get this:

java.net.UnknownHostException: e
	at java.net.InetAddress.getAllByName0(InetAddress.java:571)
	at java.net.InetAddress.getAllByName0(InetAddress.java:540)
	at java.net.InetAddress.getByName(InetAddress.java:449)
	at java.net.Socket.(Socket.java:100)....

Any ideas?

Thanks!