I have GN 2.10.3, Tomcat 6, and Postgres 8.4.20 (plus PostGIS) installed on a Linux box. I tried to harvest some metadata from a remote source. But, I encountered some abnormal behavior on the Harvesting Management page. I can successfully select a Type like "OGC Web Services (ie WMS, WFS, WCS, WPS, CSW, SOS)", and clicked "Add" button. However, on the next page, I have the following problems:
1.) "Harvester belongs to group" Drop-down box is empty. using the Firebug to inspect the element, I saw html code:
<select id="ogcwxs.ownerGroup" class="content">
<option value="3"></option>
<option value="2"></option>
</select>
As you can see, the option value is missing. I looked into the database, and the values are there.
Is symptom a bug? If there is a way to fix it by my own, where should I look into?
2.) "Target schema" drop-down menu has only one option "iso19139". Since I can see other schema from "Add templates and samples" --> "Select schemas", e.g. csw-record, dublin-core etc, how can I fix it so that I can select other schema in "Target schema" drop-down menu?
3.) The "Privileges Groups", "Category for Service" and "Category for Datasets" drop-down lists are also shown as empty, a similar symptom as shown in Question#1. I can see the option selection IDs exists, but the option values are missing. wonder if it is a xsl sheet problem. If it is, which .xsl should I look at?
Thank you so much for any help on this in advance.
Chopin