|
I wish it were so simple, but it isnt
!
Before adding some class creating some PDF with
FOP, everything works perfectly.
Tomcat is configured on port 8080, but that's not
the problem, and no other program is using this port.
The simple fact of adding fop.jar in WEB-INF/lib of
my webapp causes this problem.
And as soon as I remove fop.jar, everything works
fine again, like before!
Weird, isnt it ?
Sent: Monday, February 25, 2002 3:04
PM
Subject: Re: BindException
On Monday 25 February 2002 14:29, Guillaume Laforge
wrote: >. . . > java.net.BindException: Adresse d�j� utilis�e
LifecycleException: > null.open: java.net.BindException: Adresse
d�j� utilis�e at >
org.apache.catalina.connector.http.HttpConnector.initialize >. .
.
Looks like tomcat is unable to start its HttpConnector, meaning the
port that it wants to use (8080 as standard, but check your tomcat
config) is already used by another program. Maybe by another instance
of tomcat if it wasn't stopped properly.
Most likely this has
nothing to do with the X server.
-- -- Bertrand Delacr�taz,
www.codeconsult.ch -- web
technologies consultant - OO, Java, XML, C++
|