Previous Next        Current Page: NeXtMidas Training / Support & Maintenance / Debugging / Debugging (ctd.)
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
   - Requirements   
   - Definitions   
   - Documentation   
   - Debugging   
      - Debugging (ctd.)   
      - Debugging (ctd.)   
   - Maintenance   
   - Upgrading   
File Handlers   


  • Debugging
    Problem: Can not run any of the confidence tests
    Can you write and read a file?
    nM> waveform temp.tmp
    nM> status temp.tmp
    
    If you can not do this, check the AUX path.
    nM> aux
    Write AUX     = 1
    Read AUX List = 1|CWD|DAT|RAM
    
    CWD       = /home/jxc/                               <Type=File>
    HOME      = /home/jxc/                               <Type=File>
    HOMEPATH  = /home/jxc/nxmxxx/nxm/sys/test/           <Type=File>
    DAT       = /home/jxc/nxmxxx/nxm/sys/dat/            <Type=File>
    RAM       = ram:                                     <Type=Ram>
    1         = /midas/data1/+/                          <Type=File>
    9         = ramd:/midas/icedisk/,RAM,372M,128M       <Type=RamDisk>
    WEB       = http://nextmidas.com/nm/nxm/sys/dat/     <Type=Http>
    
    Make sure that:
    1. The name/number listed in the Write AUX is also on the Read AUX.
    2. The directory that maps to the Write AUX is valid and that the user has full read/write access to it.
    See the AUX section for more details.

back