Changes between Version 21 and Version 22 of HOWTO-DeploySimulator


Ignore:
Timestamp:
01/07/2021 12:49:06 PM (5 years ago)
Author:
jdalbey
Comment:

add troubleshooting section

Legend:

Unmodified
Added
Removed
Modified
  • HOWTO-DeploySimulator

    v21 v22  
    2626Copy the `webapps `folder from repository trunk to Dev machine folder `C:\TMC Simulator 2019`. 
    2727 
    28 If necessary, copy `unifiedlogger.zip` from deploy folder to `webapps `folder.  (This may have been done prior to deployment). 
     28If necessary, copy `unifiedlogger.zip` from deploy folder to `webapps `folder.  (This may have been done prior to deployment). 
    2929 
    3030Make sure Python 2.7 is installed. 
    3131 
    3232== Starting the simulation == 
    33 Decide which script you want to run ("full" or "practice").  Double-click on the correspondingly named `systemstart` .bat file. 
     33Decide which script you want to run ("full" or "practice").  Double-click on the correspondingly named `systemstart` .bat file (in the folder `C:\TMC Simulator 2019\bin`). 
    3434 
    3535Observe a terminal window open and display webserver status messages. 
     
    3737The server GUI should appear displaying time 0:00:00. 
    3838 
    39 The Simulation Manager GUI should appear. 
     39The Simulation Manager GUI should appear.   
    4040 
    4141A terminal window should appear with console message: `Unified Logging Service v? starting from ``C:\TMC Simulator 2019` 
     
    5757Optionally, open the CMS/HAR monitor in a web browser on the display in the corner: "`http://``192.168.251.127/cms_monitor.html`" 
    5858 
     59=== Troubleshooting === 
     60The startup batch file provides a five second delay after starting the server  before launching the Sim Manager, which should be adequate, but if the  server is slow starting for some reason, the Sim Mgr terminal window  will show a console error to the effect that the server wasn't found.   If that happens, just close everything and run the batch file again. 
     61 
    5962---- 
    6063=== Deploy to Production System ===