usnistgov / iheos-toolkit2

XDS Toolkit
https://ihexds.nist.gov
45 stars 25 forks source link

Null pointer exception running XDS Init GW Conformance Test #555

Closed alexyz closed 2 years ago

alexyz commented 2 years ago

Running the first test (sending ADT) gives an NPE. It's not clear what causes it, as the HL7 port is configured, and the line of code does not look suspicious. GitHub won't let me upload the log.xml, but it's roughly the same as the log text file. Version: 7.7.2 adtnpe adtnpelog.txt

skbhaskarla commented 2 years ago

@alexyz Additional logging is required to see what's going on behind the scenes. Please locate your copy of the XDS Toolkit logging.properties, it should be in tomcat\webapps\xdstools\WEB-INF\classes\logging.properties, and change the following log level to FINER as shown below:

Toolkit wide excluding XDS-I specific packages

gov.nist.level = FINER

Restart toolkit, re-initialize the IG conformance test environment, and upload your Tomcat server log (catalina.out). (Other log XML files may be uploaded by renaming the file extension to .txt.)

alexyz commented 2 years ago

This is the console output adtconsole.txt The ADT transactions worked fine when I tested Document Registry, but doesn't work on IG.

alexyz commented 2 years ago

Closing as the test passes on pressing Initialize Test Environment, and only fails when re-run.