hello list,
i'm trying to setup a new instance of GeoNetwork 3.2.0 (Linux RedHat, TomCat 7, Oracle 11.2) and ran into two problems :
a)
When I connect to a new, empty database scheme the database objects are not created & filled correctly :
There are, at least, tables & a sequence created but they are empty.
When I try to fill the tables with the sql-statement under \web\geonetwork\WEB-INF\classes\setup\sql\data (i even added the commit; statement ) the application comes up with an error :
Is there a SQL-Script that creates and fills the required database objects correctly ??
b)
to check that the installation itself is working i connect to an database schema that holds an older version of gn (3.0.2 i.e.).
this will work at the first glimpse, i am able to import a MEF File an see the data.
When i try to delete a metadata item nothing happens but in geonetwork.log I get the following messages :
2017-02-02 14:18:52,591 WARN [org.springframework.context.support.ResourceBundleMessageSource] - ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale de
2017-02-02 14:19:13,116 WARN [geonetwork.settings] - Requested setting with name: system/proxy/host but null value found. Check the settings table.
2017-02-02 14:19:13,116 WARN [geonetwork.settings] - Requested setting with name: system/proxy/port but null value found. Check the settings table.
2017-02-02 14:19:13,116 WARN [geonetwork.settings] - Requested setting with name: system/proxy/username but null value found. Check the settings table.
2017-02-02 14:19:13,116 WARN [geonetwork.settings] - Requested setting with name: system/proxy/password but null value found. Check the settings table.
2017-02-02 14:19:13,116 WARN [geonetwork.settings] - Requested setting with name: system/proxy/ignorehostlist but null value found. Check the settings table.
b.1 : How can i solve the ResourceBundleMessageSource - thing ?
b.2 : How can a proxy be involved in deleting a record in my database ?
thanks in advance ,
cheers
Christian