cancel
Showing results for 
Search instead for 
Did you mean: 

VMC problem after uploading new exe jar file for Pricing

Former Member
0 Kudos

Hi Experts,

I tried to upload the exe file through /n/sapcnd/ue_dev tcode then while uploading it give nerror saying 'Work process restarted, session terminated'.

(I also tried to upload the old successful uploaded file then also same error)

Herewith detailed trace:

!!! Invalid stack address encountered: 0x0 !!! Stack corrupted.
in_ThErrHandle: 1 ThIErrHandle: wrong stack (1), return to main stack *** ERROR => VMCErrInfo 17 [thxxvmc.c    6442] {root-id=525C04F5D8A719E0E10080000A19033D}_{conn-id=0000000000000000000000  

msgArea=14   msgNo=302   time=082947  

user=>SAPSYS      <  

wp=19   vm=8  

vm_err_txt=   vm_err_program=com.sap.vmc.bootstrap.Bootstrap ThIErrHandle: dump inside VMC not activated, switch action to RESTART_WP

Internal notes

    The termination was triggered in function "ThVmcWriteStackTraceShortDump"

    of the SAP kernel, in line 8282 of the module

     "//bas/721_REL/src/krn/th/thxxvmc.c#3".

    The internal operation just processed is " ".

    Internal mode was started at 20131015065836.

Getting below error while tried to open Condition tab in one order transaction:

An error occurred in the RFC layer during communication between the
JAVA and ABAP stacks.
As a result, data could not be transferred correctly between the two
stacks.

Message = "TH_VMC_SERV_NOT_ACTIVE"
Return code = "-1007"
Pointer = "7000000502275d8"

Information on where terminated:


    Termination occurred in the ABAP program "Processing
     SPC_GET_PRICING_PROCEDURE_INF" - in " ".
    The main program was " ".

    In the source code you have the termination point in line 0
    of the (Include) program " ".

Thanks,

VJ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi All,

resolved with help of Basis team.

Reset the VMC else Restart the VMC. Check at Tcode SM52 that

          VMC is 'ACTIVE' -  XX VMs

          shared GC(SGC) is 'Active';

          and 'VMs' & SGC have 'Contribute' status.

          if not then restart the development system because of VMC is hanging due to short of memory for Run.

Main reason behind restart of development system is

One of the vmc process had eaten up lot of shared memory on the server and the process has become defunct and hence not releasing the memory segments back. This resulted in VMC hanging and running short of memory to stay running. So  development system was done a clean restart to release the memory,

Answers (0)