[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

5947.0. "cma-f-exccop error starting mcc" by CSC32::D_SHAVEY () Fri Apr 15 1994 11:01

    Darrell Shavey
    CSC32::D_SHAVEY
    DTN 592-4712
    
    PROBLEM:
    
    When starting MCC the following error is seen:
    
    %CMS-F-EXCCOP, exception raised; VMS condition code follows
    -SYSTEM-F-ACCVIO, access violation, reason mask 01, virtual address 
    =FF0598E1,PC=000596FB, PSL=03C00008
    %TRACE-F-TRACEBACK, symbolic stack dump follows
    
    module name		routine name	line	rel PC     abs PC
    
    					0004B2C4	0004B2C4
    					0007C182	0007C182
    					00076FDC	00076FDC
    					0007A678	0007A678
    
    
    If the logical MCC_MAPS is defined to be a different directory then
    MCC comes up fine, but nothing in the maps, which is to be expected.
    
    We tried to bring all the map files off a backup, but to no avail.
    
    The customer upgraded this system from an vax 4060 to 4090 and also
    went from vms 5.5 to 5.5-2.
    
    Any ideas?
    
    
T.RTitleUserPersonal
Name
DateLines
5947.1Some things to try...MSDOA::REEDJohn Reed @CBO, DTN:367-6463, KB4FFE, SouthEastFri Apr 15 1994 17:5210
    BE sure that you are running the appropriate version of CMA, (one ships
    with MCC), and install the MOTIF Patch Kit, (CSCPAT_1090x) and ensure
    that if you CHANGED MCC (like a reinstall) that you use the MCC_MOVE_MAPS 
    command procedure (in MCC_COMMON:).  It will rename your map files so
    that the new unique identifiers will match.
    
    It looks like an access violation error.  Check the protection on the
    files.
    
    JR