Opened 16 years ago
Closed 14 years ago
#94 closed defect (wontfix)
NS_ERROR_INVALID_POINTER in Oracle Internet Application Server
Reported by: | ticheler | Owned by: | simonp |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | User interface (web) | Version: | v2.2.0 RC0 |
Keywords: | Oracle | Cc: |
Description
Dear Jeroen,
We deployed GeoNetwork 2.2.0 on Oracle Internet Application Server. In principal it works fine. However, we found a bug in the harvesting management. The exception NS_ERROR_INVALID_POINTER occurs in the script xsl-transformer.js if the link "harvesting managment" is selected in the administration page. The problem is, that the value of t.responseXML is null. I fixed the problem for the Firefox 3.0 browser by introducing the following lines of code:
if (t.responseXML == null) {
parser = new window.DOMParser(); t.responseXML = parser.parseFromString(t.responseText,'text/xml');
}
Nevertheless, the problem still exists for MS Internet Explorer. I was not able to find out the real reason of the problem. May be you will really detect the error and find a better bug fix. The revised version of the script xsl-transformer.js is attached to this email.
Kind regards, Jürgen
Dr. Jürgen Seib Deutscher Wetterdienst TI1/K - IT-Koordination Frankfurter Strasse 135 63067 Offenbach Tel.: +49(69)8062-2609 EMail: juergen.seib@…
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | xsl-transformer.js.txt added |
---|
comment:1 by , 15 years ago
Milestone: | → v2.5.0 |
---|---|
Owner: | changed from | to
Needs more validation before it can be fixed.
comment:2 by , 15 years ago
Milestone: | v2.5.0 → v2.5.1 |
---|
comment:3 by , 14 years ago
Milestone: | v2.5.1 → v2.6.2 |
---|
comment:4 by , 14 years ago
Milestone: | v2.6.3 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Version: | → v2.2.0 RC0 |
revised JS file