I am trying to activate te new debugger function available is version 4 but keep on running into the following problem.
1- I have edited the file mccerver.vmoptions in the folder C:\Program Files\Mirth Connect
Set -Djava.awt.headless=false and saved the file as specified in the User Guide
2 - Using the MC Server Manager to restart Mirth Connect.
3 - Created a new simple channel with just one filter in the source and clicked the Debug Channel in Channel Tasks. All fine until now..
4 - The expected Debug Channel windows appears and I select Source FIlter/transformer.
5 - After clicking ok the following error appears:
I also did a full restart of the system instead of only retarting MC. Same error.
The interesting thing is that I get the dame error if i DONT change the -Djava.awt.headless to false, but just leave it to true. It looks like the file isnt read at starting MC.
Anyone any idea??
MC 4.01
WIndows 10 Pro on HyperV
Java HotSpot(TM) 64-Bit Server VM 1.8.0_271
Postgresql
1- I have edited the file mccerver.vmoptions in the folder C:\Program Files\Mirth Connect
Set -Djava.awt.headless=false and saved the file as specified in the User Guide
2 - Using the MC Server Manager to restart Mirth Connect.
3 - Created a new simple channel with just one filter in the source and clicked the Debug Channel in Channel Tasks. All fine until now..
4 - The expected Debug Channel windows appears and I select Source FIlter/transformer.
5 - After clicking ok the following error appears:
Code:
2022-05-10 09:34:59,718] ERROR (com.mirth.connect.server.transformers.JavaScriptF ilterTransformer:118): Filter/Transformer error java.awt.HeadlessException
Code:
[2022-05-10 09:34:59,738] ERROR (com.mirth.connect.server.channel.ErrorTaskHandler :25): com.mirth.connect.donkey.server.DeployException: Error initializing JavaScript Filter/Transformer
The interesting thing is that I get the dame error if i DONT change the -Djava.awt.headless to false, but just leave it to true. It looks like the file isnt read at starting MC.
Anyone any idea??
MC 4.01
WIndows 10 Pro on HyperV
Java HotSpot(TM) 64-Bit Server VM 1.8.0_271
Postgresql
Comment