Exception thrown when processing an HL7 message after first installation of the HL7 protocol.
book
Article ID: KB0090054
calendar_today
Updated On:
Products
Versions
TIBCO BusinessWorks HL7 Plug-in
-
Not Applicable
-
Description
Resolution: Description: ============ The following error is observed in the BW logs:
This message could not be interpreted by our hl7 parser and cannot be validated.<br />Job-5 Error in [Processes/Validation/HL7/Master.process/Parse HL7 Header] java.lang.UnsatisfiedLinkError: chm_java (A file or directory in the path name does not exist.) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:981) at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:950)
The "/tibco/apps/hl7/5.2/lib\" value should point to the directory where chm_java.dll or chm_java.so is located. To find the correct directory, use the "cd" command to go to the hl7 directory and type the following command:
find . -name "chm_java.*" -print
Change the LD_LIBRARY_PATH value to point to the directory where this file is located.
Issue/Introduction
Exception thrown when processing an HL7 message after first installation of the HL7 protocol.