cancel
Showing results for 
Search instead for 
Did you mean: 

stopping Java in dual stack

former_member759680
Contributor
0 Kudos

Hello,

Is there any method to stop only the Java instance of a dual stack, other than using Tx- SMICM?

If i fire, sidadm> stopsap j2ee, it will stop both ABAP and Java because they are in the same instance DVEBMGS01

If I use jcmon --> 20 (Local Adminstration) --> 19(Instance Restart) - this will again restart the entire instance (ABAP+JAVA)

so is there any other method to stop the complete java instance w/o stopping the ABAP instance?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
former_member759680
Contributor
0 Kudos

Ok maybe, I wasn't clear enough, I want stop the entire Java instance with one option.

I do not want to stop SDM, DISPATCHER and SEVER0 1-by-1.

Former Member
0 Kudos

which version you are on.

We are on 701, windows, and we have an option in MMC to restart AS Java process Table (right click).

Former Member
0 Kudos

Hi,

Have you tried stopsap j2ee SCS<nn> nn being the SCS instance no ??

Cheers...,

Raghu

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

In JCMON, there is an option 2 : Shutdown instance. Use this, this will stop your java instance.

Thanks

Sunny

Jozsó
Explorer
0 Kudos

Hi,

try to use the sapcontrol instead. Just execute sapcontrol as <SID>adm and you will see the possible options like:

...

StopSystem [ALL|SCS|DIALOG|ABAP|J2EE|TREX|ENQREP|LEVEL <level> [[<waittimeout sec>] [softtimeout sec]]]

...

Regards,

Jozsef

former_member759680
Contributor
0 Kudos
In JCMON, there is an option 2 : Shutdown instance. Use this, this will stop your java instance.

But, "instance" means ABAPJAVA in my case, since both are in DVEBMSG01(instance number 01 = ABAPJAVA)

This will stop ABAP as well.

Have you tried stopsap j2ee SCS<nn> nn being the SCS instance no ??

Stopping SCS directly, w/o stopping server0, SDM and Dispatcher.??

Is that a good method to stop Java instance

Former Member
0 Kudos

Hi,

SCS is java central services which are server and dispatcher.

So its one and the same, whether you stop server,dispatcher or stop SCS.

Cheers...,

Raghu

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

>

In JCMON, there is an option 2 : Shutdown instance. Use this, this will stop your java instance.

>

> But, "instance" means ABAPJAVA in my case, since both are in DVEBMSG01(instance number 01 = ABAPJAVA)

> This will stop ABAP as well.

>

It will stop Java only.

Thanks

Sunny