Opened 15 years ago

Closed 13 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)

xsl-transformer.js.txt (3.8 KB ) - added by ticheler 15 years ago.
revised JS file

Download all attachments as: .zip

Change History (5)

by ticheler, 15 years ago

Attachment: xsl-transformer.js.txt added

revised JS file

comment:1 by ticheler, 15 years ago

Milestone: v2.5.0
Owner: changed from geonetwork-devel@… to simonp

Needs more validation before it can be fixed.

comment:2 by ticheler, 14 years ago

Milestone: v2.5.0v2.5.1

comment:3 by heikki, 13 years ago

Milestone: v2.5.1v2.6.2

comment:4 by fxp, 13 years ago

Milestone: v2.6.3
Resolution: wontfix
Status: newclosed
Version: v2.2.0 RC0
Note: See TracTickets for help on using tickets.