Dave, On Tue, Feb 3, 2009 at 2:24 PM, Dave Pawson <dave.paw...@gmail.com> wrote: > from catalina.out log. > > Feb 3, 2009 12:14:23 PM org.apache.coyote.http11.Http11Protocol init > SEVERE: Error initializing endpoint > java.net.BindException: Address already in use<null>:8080 >
that means that some process is using port 8080. Since a port can only be bound to one process, the attempt to bin it to a second one fails. Is it possible that Tomcat is already running? In case you#re on Linux / Unix, what gives netstat -lnp | grep 8080 ? > I'm not sure what the 'null' part of this message is telling me. Well, that means that the exception thrown doesn't return a proper error-message. I would put that behind for the time being. > > Then later (may/may not be associated) > > Feb 3, 2009 12:14:23 PM org.apache.tomcat.util.digester.Digester fatalError > SEVERE: Parse Fatal Error at line 8 column 1: Content is not allowed > in trailing section. > org.xml.sax.SAXParseException: Content is not allowed in trailing section. > at > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195) > the XML-parser used is not able to parse an XML-file. Would be interesting to kniw, which XML-file we#re talking about here, though. My best guess is, that you either might have a problem with CTR/LF at the linde-ends of said XML-file or a problem with the encoding. Did you transfer any data from Windows to Linux / Unix / alike? Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org