[GeoNetwork-users] Reducing error log messages on the server

Hello geonetwork developers,

this issue is not so important, because this issue is about log messages on the server and the application works even well if you don't fix these items.

1. Metadata deletion "SVN repository for metadata enabled but no repository available"
Message only disappers when SVN is configured.
see XmlSerializerSvn.java
if (svnMan == null) { // do nothing
Log.error(Geonet.DATA_MANAGER, "SVN repository for metadata enabled but no repository available");
       Is the log level really error?
       I haven't found a section in the user manual how to configure SVN to get rid of the error message.

2. I have fixed an error, but I down know the error message anymore. To reduce error logs I copied the file loc/eng/xml/i18n.xml to loc/ger/xml/i18n.xml.

3. "Can´t find bundle for base name messages locale de_DE" or "Can´t find bundle for base name messages locale eng"?

I don't know how to solve this issue.

Message appears at tomcat startup or metadata insertion.

Regards,

Olaf

--
Olaf Scheidt

Werum Software & Systems AG
Wulf-Werum-Strasse 3
21337 Lüneburg

Tel: +49 4131 8307-807
Fax: +49 4131 8307-200
Mail: olaf.scheidt@anonymised.com
Web: http://www.werum.de

USt-ID-Nr: DE 293 571 381
Sitz der Gesellschaft: Lüneburg
RG: Lüneburg HRB 204846
Vorsitzender des Aufsichtsrats: Dr. Hans Windauer
Vorstand: Christian Sommer (Vorsitzender), Thomas Menge, Carsten Stein

Hi Olaf.

I tried update from geonetwork 2 to geonetwork 3, but I have the following
errors:

I have done this, you tell me if I'm right:

1. created a new postgres database on the server where I am installing
version 3.0.1.

2. With the backup of postgres database version 2.10.4 geonetwork restored
it in my new server with the command pg_restore

3. After deploying the WAR 3.0.1, configure the following files:

/WEB-INF/config-db/jdbc.properties

jdbc.username = geonetwork
jdbc.password = *************
jdbc.database = geonetwork
jdbc.host = localhost

and in

/WEB-INF/config-node/srv.xml

! - Uncomment the database configuration you need to use ->
        <! - &lt;Import resource = &quot;../ config-db / h2.xml&quot; /> ->
comment this line
<! - &lt;Import resource = &quot;../ config-db /
jndi-postgres-postgis.xml&quot; /> ->
<! - &lt;Import resource = &quot;../ config-db / oracle.xml&quot; /> ->
<! - &lt;Import resource = &quot;../ config-db / mysql.xml&quot; /> ->
<! - &lt;Import resource = &quot;../ config-db / db2.xml&quot; /> ->
<Import resource = "../ config-db / postgres.xml" /> uncommented this line
<! - &lt;Import resource = &quot;../ config-db / sqlserver.xml&quot; /> ->
</ Beans>

4. Restart the tomcat

5. Access to http://localhost:8080/geonetwork

6. I can see they are all metadata migrated from the previous version, but
here is the problem with the edition fields with Spanish language, do not
appear.

This is the correct migration process?? I'm doing something wrong ???

Attached pictures:

<http://osgeo-org.1560.x6.nabble.com/file/n5217846/editmetadata.png&gt;

<http://osgeo-org.1560.x6.nabble.com/file/n5217846/editmetadata2.png&gt;

<http://osgeo-org.1560.x6.nabble.com/file/n5217846/editmetadata3.png&gt;

Only works on english language, but i need it work in spanish.

Thanks...

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Reducing-error-log-messages-on-the-server-tp5214405p5217846.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.