Hi everybody.
I am new to GeoNetwork and have a problem I hope you can help me with. I
have installed version 2.10.1 using the geonetwork-install-2.10.1-0.exe
file on my locale windows 7 machine.
Then I have created a new database on my locale PostgreSQL installation
using the the script that creates the tables
(web\geonetwork\WEB-INF\classes\setup\sql\create\create-db-postgres.sql)
and all the scripts that inserts the data
(web\geonetwork\WEB-INF\classes\setup\sql\data\). After setting up the
database I have used GAST to change the database to use my new
PostgreSQL database.
I can start GeoNetwork, log in with the admin user, create a new user
which is stored in the users table on my PostgreSQL database.
But when I push the New metadata button I get the following error in the
GUI:
The requested operation could not be performed.
TransformerConfigurationException : Failed to compile stylesheet. 1
error detected.
A more detailed error description from the console-log:
2013-10-24 10:45:31,462 INFO [jeeves.request] - HTML Request (from
0:0:0:0:0:0:0:1) : /geonetwork/srv/eng/search
2013-10-24 10:45:31,463 INFO [jeeves.service] - Dispatching : search
2013-10-24 10:45:31,463 INFO [jeeves.service] - -> dispatching to
output for : search
2013-10-24 10:45:31,567 INFO [jeeves.webapp.search] - Creating default
metadata tab
2013-10-24 10:45:31,653 INFO [jeeves.service] - -> transforming
with stylesheet : C:\Program Files\geonetwork
2.10.1\web\geonetwork\xsl/search.xsl
Error at xsl:call-template on line 12 column 41 of common.xsl:
XTSE0650: No template exists named getLangId
2013-10-24 10:45:31,842 ERROR [jeeves.service] - -> exception during
transformation for : search
2013-10-24 10:45:31,843 ERROR [jeeves.service] - -> (C) stylesheet :
C:\Program Files\geonetwork 2.10.1\web\geonetwork\xsl/search.xsl
2013-10-24 10:45:31,843 ERROR [jeeves.service] - -> (C) message :
Failedto compile stylesheet. 1 error detected.
2013-10-24 10:45:31,843 ERROR [jeeves.service] - -> (C) exception :
TransformerConfigurationException
2013-10-24 10:45:31,844 INFO [jeeves.service] - -> dispatching to
error for: search
2013-10-24 10:45:32,026 INFO [jeeves.service] - -> transforming
with stylesheet : C:\Program Files\geonetwork
2.10.1\web\geonetwork\xsl/error.xsl
2013-10-24 10:45:32,139 INFO [jeeves.service] - -> end error
transformation for : search
2013-10-24 10:45:32,140 INFO [jeeves.service] - -> error ended for :
search
I can see that there is no template exists named getLangId but does that
mean that I am missing some language file or rows in my database?
How do I get my GeoNetwork installation working?
Have anybody experienced this error and know what the solution is.
All comments or guidance would be appreciated.
Regards Esben