Opened 15 years ago
Closed 15 years ago
#128 closed defect (wontfix)
Blank page due to XSL compilation error
Reported by: | ticheler | Owned by: | simonp |
---|---|---|---|
Priority: | minor | Milestone: | v2.4.3 |
Component: | User interface (web) | Version: | v2.4.0 RC2 |
Keywords: | Cc: |
Description
On Windows Vista with jre-1_5_0_12-windows-i586-p.exe installed, an XSL compile error caused the home page to remain blank. The error relates to an invalid character on line 19 in file web/geonetwork/xsl/xml/env.xsl I have no access to that machine myself, I only know that on an identical machine with Java JRE 1.6.0_13 installed, the problem does not occur.
Here's a copy of line 19 and 20 of the env.xsl document. My gut feeling is that it relates to the character in line 20 instead of in 19.
Line 19: <xsl:variable name="shib" select="children/shib/children"/> Line 20: <xsl:variable name="shibAttrib" select="$shib/attrib/children"/>
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|
comment:2 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Although this has been seen before, I can no longer reproduce it with 1.5.0_22 on Windows 7 (Mercifully, Vista has left my Windows world). My feeling is that it may have been an artifact of 1.5.0_12 and/or Windows Vista and/or 2.4.0RC2 - all of which are history.
I think the advice is use 1.5.0_22 (or a 1.6 jdk), GN 2.4.3 and Windows 7.