RFC_VMC_COMMUNICATION_ERROR

Hi
I got an error VM container communication between ABAP and JAVA ..RFC_VMC_COMMUNICATION_ERROR 
checked in sm52 ..VM is active but an error Global memory allocated upto 99%
Thanks in advance
Shail

Hi Rohit
This is the log..
WARNING => ThJDetachVmContainer: V30 still locks X71c24 /vmc/appmgmt/X_AppMgr_ActGroups
M  ThJMtxUpdateOwner: switch locker of mtx X71c24 / at 7000009856d7268 : 0 -> -2
J  <12> [7] WARNING: ** SLT: timed out waiting for shared mutex 7000009856d7518: "Xa9e2f /vmc/clsmgmt/vmcdb/X_state", sleeping 10000 millis
M  ***LOG R6G=> ThJWriteSyslog, Java VM () [thxxjava.c   14055]

M Fri May  8 05:00:46 2009
M  *** WARNING => ThJDetachVmContainer: V30 still locks X71c24 /vmc/appmgmt/X_AppMgr_ActGroups
M  ThJMtxUpdateOwner: switch locker of mtx X71c24 / at 7000009856d7268 : 0 -> -2

M Fri May  8 05:00:48 2009
M  *** WARNING => ThJDetachVmContainer: V30 still locks X71c24 /vmc/appmgmt/X_AppMgr_ActGroups
M  ThJMtxUpdateOwner: switch locker of mtx X71c24 / at 7000009856d7268 : 0 -> -2
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]
X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2214]

Similar Messages

  • RuntimeError:RFC_VMC_COMMUNICATION_ERROR

    Hi Exports,
    I create Shopping Cart, use local material with local product master in SRM.  When I tried to add it to Shopping Cart a runtime error occurs. Please see the detailed info below.
    Name of runtime error.
    RFC_VMC_COMMUNICATION_ERROR
    Terminated Point is Function Modual:
        call function 'SPC_GET_PRICING_PROCEDURE_INFO'
    Short text
        Error during VM container communication between ABAP and JAVA
    What happened?
        During the communication between the JAVA and the ABAP stack, an error
        occurred in the RFC layer.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        An error occurred during the execution of an inprocess Remote Function
        Call:
        CallServer return code = "-1007"
        Pointer = "51BCA608"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLPRC_INT" - in
         "GET_PRICING_PROCEDURE_INFO".
        The main program was "SAPLBBP_SC_UI_ITS ".
        In the source code you have the termination point in line 95
        of the (Include) program "LPRC_INTF35".
    Internal notes
        The termination was triggered in function "ab_comVMCwait"
        of the SAP kernel, in line 1760 of the module
         "//bas/700_REL/src/krn/rfc/abrfcvmc.c#33".
        The internal operation just processed is "FUNC".
        Internal mode was started at 20090312111639.
        Parameters....: "-1007", "51BCA608"

    Hi Jock,
    I think the VMC (Virtual Machine Container) is not activated.
    Check the note 854170 - there you will see how to do that.
    Regards,
    Daniel
    if helped please give some points...thanks

  • RFC_VMC_COMMUNICATION_ERROR  While creating Shopping Cart

    Hi SRM Gurus,
    I have set all the configuration settings in IDES.
    Now when i try to create shopping cart in the web login, i am getting the runtime error as "RFC_VMC_COMMUNICATION_ERROR".
    Short Text:
    Error during VM Container communication between ABAP and JAVA.
    What Happened:
    During the communication between the JAVA and the ABAP Stack , an error occurred in the RFC layer.
    Please help me to find the solution.
    Regards,
    Vinoth

    Hello Vinoth,
    Please check if you have completed IPC settings.
    You will get more information of error in transaction : BBP_CND_CHECK_CUST
    Execute Program: RSVMCRT_HEALTH_CHECK.
    Helpful OSS Note:
    Note 854170 - Activating the component "VM Container"
    Hope this helps.
    Thanks
    Ashutosh

  • RFC_VMC_COMMUNICATION_ERROR Dump

    Hi.
    When I want to calculate pricing in service order,
    the sistem get a RFC_VMC_COMMUNICATION_ERROR Dump,
    Anybody know, what is the problem ?
    thanks.

    The following cases may result in the creation of the
    RFC_VMC_COMMUNICATION_ERROR short dump:
    1.  VMC is not activated on the instance.
         Activate the VMC as described in Note 854170.
    2.  VMC is activated, but cannot be started. The status in transaction
         SM52 is "VMC is not active".
         Check the dev_disp file in the work directory of the instance for
         errors that affect the VMC.
    3.  VMC is activated but the virtual machines (VMs) cannot be started.
         The VMC is deactivated automatically.
         Check the dev_w* trace files for error messages that affect the VMs.
    4.  VMC was deactivated (manually) (see SM52).
         Reactivate VMC in transaction SM52.
    5.  A VM is no longer available to execute the Java module. Either VMs
         are no longer being released or you did not configure enough VMs for
         the number of parallel requests.
         In the default setting, the number of VMs corresponds to the number
         of work processes on an instance. You can use the profile parameter:
         rdisp/max_jvm = REM=<number>
         to set this number (you can leave out the WEB=DEFAULT part where
         DEFAULT=0).
          As of patch level 61 (VMC patch collection 16), you can set a
          maximum wait time for which the work process waits for a free
          virtual machine.  This allows you to avoid terminations during load
          peaks since the occurrence of wait times also has an adverse effect
          on performance.  You can use the profile parameter:
          vmcj/waitForVmTime
          to set the wait time to seconds. The default value is 0 (no wait time)
      6.  The VMC is automatically deactivated after a certain period of time
          for no obvious reason. This problem only occurs under HP-UX and AIX
          and is corrected with patch level 61. Note 946625 contains a
          detailed description of this problem.
    Hope this helps!

  • RFC_VMC_COMMUNICATION_ERROR in SRM

    Hi Guys,
    We have this scenario wherein offline stores send their shopping carts through email via XI to SRM. The problem we face is that some of the messages in SXMB_MONI end up getting stuck in a queue with a message RFC_VMC_COMMUNICATION_ERROR. The weird thing about this is that some messages don't have any problems getting processed by SRM, while the others error. We have checked the data being sent, and there seems to be no problem with that.
    Any ideas how to fix this?
    Regards,
    Glenn

    Thank you Ramki and Nishant for your replies.
    Ramki,
    I tried executing txn. BBP_CND_CHECK_CUST, but everything seems fine:
    <i>IPC Pricing is Active</i> and clicking <i>Simulation of Pricing with Manual Price</i> displays the prices with no error messages.
    Note: 1170229 does not exist
    Nishant,
    We tried increasing the VM of the server, but we are still getting this problem.
    What we did yesterday was to send multiple shopping carts via email containing the same data. What we found was that some of the messages go through without problems, while others get stuck in the queue with the error mentioned. We concluded that this shouldn't be a data problem since some of the messages get to be processed, while others don't. Any more ideas guys?:)
    Warm regards,
    Glenn

  • Runtime error: RFC_VMC_Communication_Error

    Hi experts,
    While working on a transaction and entering products i faced this error "Runtime error: RFC_VMC_Communication_Error" with short text: Error during VM container communication between ABAP and JAVA.
    Please guide me in this issue.
    Regards,
    Nite.

    Hi Narsi,
    Thanks for the information and let me try and check.
    Regards,
    Nite

  • Truned off VMC call

    Hi Experts,
    We have turned off IPC using SAP note "Note 702735 - Switching off IPC" and that works fine. But We can there are some call made up by SAP to VMC and try to get price related information.
    Is there any way to switched off VMC call. We did try VMC turned off through parameter and which causes dump"RFC_VMC_COMMUNICATION_ERROR" as system could not found VMC RFC destination. Example "SPC_GET_PRICING_PROCEDURE_INFO'
    My Requirement is to turned off VMC calls. As we are not using it and also some time it causes performance impact.
    Any help will be appreciate...
    Thanks & Regards,
    Nikhil

    Hi Nikhil,
    We can achieve it by following ways, if I have understood your query properly.
    1. You can control it by using Transactions SM52 & SM 53.
    2. You can also switch off the pricing at item category level by using below
    SPRO --> CRM --> Basic Functions -->  Pricing --> Pricing in the Business Transaction --> Activate Pricing for Item Categories --> Select the  corresponding item category --> Move to Sales Tab --> And uncheck the flag Pricing-rel.
    Thanks,
    Hamendra

  • Survey suite

    Hi freinds,
    I am finding an error in creating a Survey Suite (Define Questionaire), I tried this both in GUI & WEB.
    In GUI it throws an error '' RFC_VMC_COMMUNICATION_ERROR''
    Wheareas in Web the error is '' Error during VM container communication between ABAP & JAVA''
    any idea why this error is coming. I searched for settings for this , but not able to find any..
    Regards
    Arun Kumar

    What kind of basis settings is involved?
    Can we avoid the message by changing a setting?

  • Pricing Procedure Determination in Service Contract

    Hi,
    When I am creatiing Service contract. I am Getting a Dump  RFC_VMC_COMMUNICATION_ERROR         in the Transaction. I think it is trying to communicate with the IPC Server. I need to deactivate IPC as we are not using pricing or this particular scenario.
    I want to wether there are any BADI for deactivating IPC.
    Thank You

    Hi,
    Plz check the following link.
    Re: RFC_VMC_COMMUNICATION_ERROR
    If helpful kindly reward me.
    Thanks & Regards,
    Anirban

  • Background work process On-hold

    Hello,
    There is a background job running in Production system for more that 10000ms.
    Background work processes is on-hold and the resaon is ARFC.
    Following is the log file:
    X Thu Jun 11 07:31:10 2009
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    X  *** ERROR => EmActiveData: Invalid Context Handle -1 [emxx.c       2220]
    Can any one help.
    Trupti

    Hi,
    In addition to above check below links. it speaks about same error message.
    Re: Kernel upgrade to 700.175 UC incresing the dev_w0 log drastically
    Re: RFC_VMC_COMMUNICATION_ERROR
    Thanks
    Sushil

  • Objects not activated during Upgrade

    Hi,
    We are uphrading our BW system from 3.5 to 7.0. During XPRA phase i.e installation of technical content, many query elements not activated with error message  'Java communication error'. They are not present in our current production system and may be delivered with new BI content. Can we ignore these objects at this stage. What actually happens in XPRA phase? Do our basis installing all business content objects?? We are not using java functionality now on our system.
    Regards,
    Raj.

    hello,
    it may be that the services in the J2EE is not up. try to activate all services in the J2EE system.
    Ask your basis to do the same.
    There are some notes on the same:
    SAP Note 1036075 TREX 7.10: Java parameter communication.readtimeout
    SAP Note 946679 RFC_VMC_COMMUNICATION_ERROR
    SAP Note 982547 COMMUNICATION_FAILURE error group instead of SYSTEM_FAILURE
    SAP Note 916090
    refer some of links:
    Install BI_CONT 703 met the problem in phase XPRA_EXECUTION
    /message/4877111#4877111 [original link is broken]
    Regards,
    Dhanya

Maybe you are looking for

  • Table to be displayed in ALV format in WD.

    Hi Experts,Gurus. I want to display data in the ALV format in my web dynpro component. Can any please tell the procedure to achieve this Regards, Yugesh

  • 60G iPod Photo Not Booting via Firewire

    I cloned my hard drive to my iPod for backup, but it will not boot via firewire. I can select it in my Startup Disk control panel, so it's seeing the system. It used to work. Anyone else having problems booting? I'm wondering if this last updater bro

  • No back to my mac with iCloud?

    after being with mobile me and .mac for years now with icloud what happened to back to my mac that was a great feature with mobile me

  • Why I write plugin program it not run in cs3 plugin

    How to make a plugin indesign file . Why I write plugin program by In design plugin Editor. When I built, it not make plugin file? what should i do? and what i have? if I become a partner of adobe. please help me.

  • How do I view dbf files?

    Can anyone help with some (preferably free) software which will allow me to view dbf files generated by Arcview. They're pretty ordinary, in table format. Excel just doesn't do it; text, Word, rtf all lose the structure.