-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hi @wsobel
I use the latest public release MTConnect Agent, version 2.4.0.1, for Win32 on Windows 7 x64.
I notice that MTConnect agent will be crashed without any error even in debug mode (see log file) in the following test sequences:
1/ Stop both MTConnect Agent and Adapter
2/Start MTConnect Agent (fully started)
3/ Start MTConnect Adatper
OK so far no issue
4/Send a current command to the MTConnect Agent from MS Edge web browser:
http://localhost:5000/current
==> Agent is crashed right after it was receiving a GET current command from browser.
I restart MTConnect Agent while MTConnect Adatper is STILL running, and it is working as normal after that
However, if I close MTConnect Adapter and run it again, the same error will be happening again.
I tested with MTConnect spec 1.3 and 2.0 and I got same error.
Replace the MTConnect Agent with version 1.6.0.7 and repeat the above test and I got no issue.
Here is the log file from Agent 2.4.0.1:
agent-error.log
Device and Agent Config file.zip
Thanks