Hi,

You need to make sure to shut down the TDK2.2 Tomcat first before starting
the TDK2.3 Tomcat.

I think you will also need the migration document at
http://jakarta.apache.org/turbine/turbine-2.3/howto/migrate-from-2_2-howto.h
tml to change your project code to be Turbine 2.3 compatible.

Good luck,

David

-----Original Message-----
From: project member [mailto:[EMAIL PROTECTED] 
Sent: Tuesday October 12, 2004 9:37 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: how do i switch from tdk 2.2 to tdk 2.3 without a mess


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.ja
va: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.ja
va: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.<init>(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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to