win2k ias9031 dcmctl deployapplication app1 kills other apps sessions
12685Apr 26 2004 — edited May 18 2004Hi.
In win2k ias903, whenever I use
dcmctl deployapplication -a app1 ...
dcmctl unployapplication -a app1 ...
dcmctl reployapplication -a app1 ...
all the applications (app2, app3 etc) lost all the
sessions - client of other applications get a login screen again, lost their form entries etc etc. Major disaster.
I raised a tar and was told to upgrade to win2k ias9031
which should fix the dcmctl session killing problem.
So I did the ias9031 upgrade using the Patchset 3203016
IAS 9.0.3.1.0 PATCHSET FOR 9IAS 9.0.3.X 09-JAN-2004
and same dcmctl deploya/undeploya/redeploya, same problem. Major disaster.
Have you seen this problem? Do you know a fix?
The tar people asked me to send it an example so this is
what I did:
I package the Tomcat numguess jsp application into num.ear
save num.ear to c:\num.ear
cd ias903home\j2ee\OC4J_Demos\applications
copy jocdemo.ear bjocdemo.ear
..\..\..\dcm\bin\dcmctl deployapplication -a num -co OC4J_Demos -f c:\num.ear
run the app
http://machine/apps/num/
guess a numner 3 times and when you see
Good guess, but nope. Try lower. You have made 3 guesses.
undeploy an application:
..\..\..\dcm\bin\dcmctl undeployapplication -a jocdemo -co OC4J_Demos
Try another guess and you are back to
Good guess, but nope. Try lower. You have made 1 guesses.
You lost your session.
Have a look at
ias903home\j2ee\OC4J_Demos\application-deployments\num\OC4J_Demos_default_island_1\application.log
You can see the application num got bounced.
4/26/04 4:30 PM Started
4/26/04 4:30 PM num-web: jsp: init
4/26/04 4:30 PM num-web: 9.0.3.1.0 Started
4/26/04 4:31 PM num-web: jsp: init
4/26/04 4:31 PM num-web: 9.0.3.1.0 Started
4/26/04 4:37 PM num-web: jsp: init
4/26/04 4:37 PM num-web: 9.0.3.1.0 Started
4/26/04 4:37 PM num-web: 9.0.3.1.0 Stopped
Try the number guess app again for 3 tries.
..\..\..\dcm\bin\dcmctl deployapplication -a jocdemo -co OC4J_Demos -f bjocdemo.ear
You lost your number guess session again.
You can also see that the timestamps of all the applications in
ias903home\j2ee\OC4J_Demos\application-deployments
all changed.
Thx muchly
Ken