Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 19788 invoked from network); 13 Oct 2004 04:39:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Oct 2004 04:39:17 -0000 Received: (qmail 55891 invoked by uid 500); 13 Oct 2004 04:37:17 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 55547 invoked by uid 500); 13 Oct 2004 04:37:13 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 55410 invoked by uid 99); 13 Oct 2004 04:37:11 -0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_30_40,HTML_MESSAGE,SORTED_RECIPS,TO_ADDRESS_EQ_REAL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.155.196.149] (HELO web61306.mail.yahoo.com) (216.155.196.149) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 12 Oct 2004 21:37:09 -0700 Message-ID: <20041013043707.14671.qmail@web61306.mail.yahoo.com> Received: from [203.197.81.72] by web61306.mail.yahoo.com via HTTP; Wed, 13 Oct 2004 05:37:07 BST Date: Wed, 13 Oct 2004 05:37:07 +0100 (BST) From: project member Subject: how do i switch from tdk 2.2 to tdk 2.3 without a mess To: "commons-user@jakarta.apache.org" Cc: "general@jakarta.apache.org" , "scm-cvs@maven.apache.org" , "scm-user@maven.apache.org" , "turbine-jcs-user@jakarta.apache.org" , "turbine-user@jakarta.apache.org" , "user@ant.apache.org" , "wagon-cvs@maven.apache.org" , "wagon-users@maven.apache.org" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1809310119-1097642227=:14097" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-1809310119-1097642227=:14097 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit hi all, i have tdk 2.2 on my machine ( windows 2000 ). i had earlier tried to shift to tdk2.3 but i did some changes in my environment variables and after that neither tdk2.2 nor 2.3 were working somehow i got 2.2 running ( ie. i could build an application after following steps upto step 5 of how-to.html ). but the next step ie. to give command "./bin/catalina.sh run is not working it gives following error : E:\software\TDK_2.2\bin>catalina run Using CATALINA_BASE: E:\software\TDK_2.2 Using CATALINA_HOME: E:\software\TDK_2.2 Using CATALINA_TMPDIR: E:\software\TDK_2.2\temp Using JAVA_HOME: E:\software\java\j2sdk1.4.2_04 Catalina.start: LifecycleException: null.open: java.net.BindException: Address already in use: JVM_Bind:8080 LifecycleException: null.open: java.net.BindException: Address already in use: JVM_Bind:8080 at org.apache.catalina.connector.http.HttpConnector.initialize(HttpConnector.java:1130) at org.apache.catalina.core.StandardService.initialize(StandardService.java:454) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:553) at org.apache.catalina.startup.Catalina.start(Catalina.java:780) at org.apache.catalina.startup.Catalina.execute(Catalina.java:681) at org.apache.catalina.startup.Catalina.process(Catalina.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) ----- Root Cause ----- java.net.BindException: Address already in use: JVM_Bind:8080 at org.apache.catalina.connector.http.HttpConnector.open(HttpConnector.java:950) at org.apache.catalina.connector.http.HttpConnector.initialize(HttpConnector.java:1128) at org.apache.catalina.core.StandardService.initialize(StandardService.java:454) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:553) at org.apache.catalina.startup.Catalina.start(Catalina.java:780) at org.apache.catalina.startup.Catalina.execute(Catalina.java:681) at org.apache.catalina.startup.Catalina.process(Catalina.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) StandardServer.await: create[8005]: 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.(ServerSocket.java:185) at org.apache.catalina.core.StandardServer.await(StandardServer.java:277) at org.apache.catalina.startup.Catalina.start(Catalina.java:794) at org.apache.catalina.startup.Catalina.execute(Catalina.java:681) at org.apache.catalina.startup.Catalina.process(Catalina.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) E:\software\TDK_2.2\bin> also the next step says "Look for 'TDK SITE' in the conf/server.xml file and make the adjustment just above it to get class reloading working" but i cant find it too . --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now --0-1809310119-1097642227=:14097--