[GeoNetwork-users] Two Questions on Harvesting Management interfaces

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

Looks no reply yet. I tried to use the H2 db, and the missing values for
all drop-down lists came back. I would assume that it was a bug with
GeoNetwork when working with Postgres/PostGIS for all version 2.10.x. did
not try out earlier versions than 2.10.0.

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Two-Questions-on-Harvesting-Management-interfaces-tp5151791p5154214.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.