check in your TurbineResources.properties for ports being used. specifically i can thing of xmlprc, and such. each app kinda uses it's own ports. eliminate any services using ports that you know you're not using.
-----Original Message----- From: Andrea Papotti [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 1:01 PM To: Turbine Users List Subject: 2nd apps Hi, I'm a lucky developer which uses Turbine+Tomcat by about two years only with very few problems, and I'm happy :) BUT Using TDK 2.2 I'v got the fallowing error after creating a second application in WEB-INF --- cut here --- Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME: c:\j2sdk1.4 Starting service Tomcat-Standalone Apache Tomcat/4.0.4 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 org.apache.xmlrpc.WebServer.createServerSocket(WebServer.java) at org.apache.xmlrpc.WebServer.setupServerSocket(WebServer.java) at org.apache.xmlrpc.WebServer.run(WebServer.java) at java.lang.Thread.run(Thread.java:534) java.lang.RuntimeException: Address already in use: JVM_Bind at org.apache.xmlrpc.WebServer.run(WebServer.java) at java.lang.Thread.run(Thread.java:534) --- cut here --- if I move either one of the two apps I've in WEB-INF, all goes well, if I leave both the apps in WEB-INF the error appears. both apps work fine, but I'd like to get a clean console. Any hint? (I've looked in tomcat/turbine lists without finding any post IMHO correlated). T.I.A. Andrea The most well keeped tech secret about Linux: perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.488 / Virus Database: 287 - Release Date: 6/5/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.488 / Virus Database: 287 - Release Date: 6/5/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
