It is trying to bind to a port that is already bound. If you look, you'll see reference to HSQLDB. So, you've got two copies of Cocoon running, the second can't bind HSQLDB to the port it wants to, as the other has already claimed that port.

Only matters if you actually use HSQLDB.

Hope that helps.

Regards, Upayavira

[EMAIL PROTECTED] wrote:

Hi,

I've simply copied a freshly built Cocoon 2.1.4-dev webapp into the Tomcat
webapps dir and every time I (re)start Tomcat I see the following error:

Jan 19, 2004 4:38:56 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/16
config=D:\jakarta-tomcat-4.1.29\bin\..\conf\jk2.properties

Server.run/init: java.net.BindException: Address already in use: JVM_Bind
java.net.BindException: Address already in use: JVM_Bind
       at java.net.PlainSocketImpl.socketBind(Native Method)
       at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
       at java.net.ServerSocket.bind(ServerSocket.java:318)
       at java.net.ServerSocket.<init>(ServerSocket.java:185)
       at java.net.ServerSocket.<init>(ServerSocket.java:97)
       at org.hsqldb.Server.run(Unknown Source)
       at org.hsqldb.Server.main(Unknown Source)
       at
org.apache.cocoon.components.hsqldb.ServerImpl.run(ServerImpl.java:199)
       at java.lang.Thread.run(Thread.java:536)


I haven't seen this before in 2.1.3 and both (2.1.3 and 2.1.4-dev) use the same Tomcat configuration.

Any ideas?

Bye,

Helma van der Linden
Medical Informatics
University Maastricht
POBOX 616
6200 MD Maastricht
The Netherlands
[EMAIL PROTECTED]








Reply via email to