Changes between Version 11 and Version 12 of ProdSimStartup


Ignore:
Timestamp:
07/23/2019 04:17:04 PM (7 years ago)
Author:
jdalbey
Comment:

add troubleshooting section

Legend:

Unmodified
Added
Removed
Modified
  • ProdSimStartup

    v11 v12  
    2222 
    2323Monitor simulation progress. The event queue should be processed according to the simulation time. The dot colors should be changed as specified in the traffic event data. 
    24  
    2524 
    2625=== Start Web Apps === 
     
    4847 * Verify Apache is configured properly for running cgi's from cgi-bin. 
    4948 
     49---- 
     50Notes on switching from "Practice" script to "Full" script 
     51 
     52{{{ 
     53config/traffic_model_config.properties  
     54Events_File = config/vds_data/sample_data/atmsBatchEvents_practice.txt  to ..._production.txt 
     55 
     56webapps/sim_scriptname.json 
     57{"filename":"practice_script_2016.xml"}  to ... full_script... 
     58}}} 
     59---- 
     60=== Troubleshooting Tips === 
     61If CMS messages aren't saving: 
     62 
     63 * make sure path is correct as described above. 
     64 * make sure webserver is started in correct directory. 
    5065 
    5166=== Add Ad hoc Incident === 
     
    90105 
    91106Click "Start" button in !SimManager. A dialog will ask if you want to continue without Paramics, click 'Yes'. The simulation clock display should begin counting the elapsed seconds. 
    92  
    93 Notes on switching from "Practice" script to "Full" script 
    94  
    95 {{{ 
    96 config/traffic_model_config.properties  
    97 Events_File = config/vds_data/sample_data/atmsBatchEvents_practice.txt  to ..._production.txt 
    98  
    99 webapps/sim_scriptname.json 
    100 {"filename":"practice_script_2016.xml"}  to ... full_script... 
    101 }}}