Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6.00, 1.7.00, 1.7.01
-
None
-
Linux x86-64 Oracle 11.2.0.3 server; Windows 7 with Chrome browser
-
Query Tool
-
All databases
-
Chrome, Safari
Description
When running i2b2 on Windows 7 from Chrome browser, querying concept with & in its name returns -1 patient count after a long time.
Error appears in jboss log:
ERROR [edu.harvard.i2b2.crc.ejb.ExecRunnable] Error while fetching metadata [] from ontology org.apache.axis2.AxisFault: Incoming message input stream is null
Query runs correctly under IE9 browser.
Error appears in jboss log:
ERROR [edu.harvard.i2b2.crc.ejb.ExecRunnable] Error while fetching metadata [] from ontology org.apache.axis2.AxisFault: Incoming message input stream is null
Query runs correctly under IE9 browser.
During the process of reproducing this issue I found it is also a problem in Safari.
The following error is returned from the CRC when running a query with the ampersand (&) in the name of the concept.
<faultstring>com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character ' ' (code 32) (missing name?)
at [row,col {unknown-source}]: [67,49]</faultstring>
As stated in the original description it is working correctly in IE and I verified it is working in Firefox.
SUMMARY:
Issue exists in both Safari and Google Chrome.
Works correctly in Internet Explorer and Firefox.