NAVADMC / ADSM

A simulation of disease spread in livestock populations. Includes detection and containment simulation.
Other
10 stars 5 forks source link

Import, then yellow screen #1012

Closed missyschoenbaum closed 3 years ago

missyschoenbaum commented 4 years ago

Ran the Texas legacy import, at the end (based on CMD) the form wouldn't refresh. When I clicked on another tab (Population) I get this.

Request Method: GET

http://127.0.0.1:55687/setup/Populations/ 1.8.2 AccessDenied (pid=2936) C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App\ADSM.exe 3.4.2 ['C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App\ADSM.exe', 'C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App', 'C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App\ADSM.zip', 'C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App\library.zip', 'C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App', 'C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App\bin', 'C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App\bin\env', 'C:\Users\MeSchoenbaum\Desktop\ADSMPROD_2020_7_15 App'] Fri, 17 Jul 2020 23:42:43 +0000

PATH_INFO '/setup/Populations/'
wsgi.errors <_io.TextIOWrapper name='' mode='w' encoding='cp437'>
wsgi.version (1, 0)
QUERY_STRING ''
HTTP_X_FORWARDED_FOR '127.0.0.1'
wsgi.url_scheme 'http'
ACTUAL_SERVER_PROTOCOL 'HTTP/1.1'
wsgi.multiprocess False
HTTP_X_REAL_IP '127.0.0.1'
SERVER_SOFTWARE 'CherryPy/3.6.0 Server'
wsgi.run_once False
wsgi.multithread True
REQUEST_METHOD 'GET'
HTTP_REFERER 'http://127.0.0.1:55687/app/ImportScenario/TX_2020_7_17'
HTTP_ACCEPT 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3'
HTTP_CONNECTION 'close'
HTTP_ACCEPT_LANGUAGE 'en-US,en;q=0.9'
HTTP_HOST '127.0.0.1:55687'
REMOTE_PORT '64381'
HTTP_UPGRADE_INSECURE_REQUESTS '1'
wsgi.input <cherrypy.wsgiserver.wsgiserver3.KnownLengthRFile object at 0x0000000047DA2EB8>
REQUEST_URI '/setup/Populations/'
SERVER_PROTOCOL 'HTTP/1.0'
HTTP_ACCEPT_ENCODING 'gzip, deflate, br'
REMOTE_ADDR '127.0.0.1'
SERVER_PORT '55688'
SERVER_NAME '127.0.0.1'
SCRIPT_NAME ''
HTTP_USER_AGENT 'Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like ' 'Gecko) Chrome/75.0.3770.100 Safari/537.36'
missyschoenbaum commented 4 years ago

I'm not sure if this could be contributing to other issues.

missyschoenbaum commented 3 years ago

I tried this in Beta and it didn't seem to happen. However, import gets to end and doesn't update screen. I was watching CMD to know it was finished.

BryanHurst commented 3 years ago

With this throwing an access denied error, I think this might be related to having multiple instances of ADSM open at once similar to #1011

Keep an eye open for this happening again.

The updating screen problem is now part of another issue.

missyschoenbaum commented 3 years ago

Closing