nextgenhealthcare / connect

The swiss army knife of healthcare integration.
Other
915 stars 275 forks source link

Channel Debugger not working #5947

Closed Guomin42 closed 12 months ago

Guomin42 commented 12 months ago

Hi everyone, I was trying out the channel debugger on a channel. After I clicked the OK button on the Debug Channel Popup dialogue box, the mirth server throwed an exception on the server log as following: image image

Linux debian-kernel Zulu OpenJDK 17 Mirth 4.4 installed using a dockerfile with awt headless config being changed on mcserver.vmoptions to false.

pacmano1 commented 12 months ago

The debugger will open on the server running the engine, it won't open remotely on your desktop. So that won't work with Docker.

pacmano1 commented 12 months ago

See https://github.com/nextgenhealthcare/connect/wiki/4.0.0---What's-New#javascript-debugger

"It's important to understand that the Debugger and its user interface runs on the server side".

The user guide is not really clear on that.