My guess is that this is the important part:
On Thu, 11 Nov 2004, Peter Nabbefeld wrote:
> fully start: objectName=geronimo.server:container
> =Jetty,port=8080,type=WebConnector
> java.net.BindException: Address already in use: JVM_Bind
> at java.net.PlainSocketImpl.socketBind(Native Method)
> at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
> at java.net.ServerSocket.bind(ServerSocket.java:319)
> at java.net.ServerSocket.<init>(ServerSocket.java:185)
In other words, it seems like something is already listening on
port 8080 -- perhaps Tomcat or a different Geronimo instance?
Aaron