I have installed Geonetwork on an Ubuntu server by deploying the war in
Tomcat. The service appears to be running in the Tomcat manager console but
when I click on the geonetwork link the page goes blank. Here is the last
part of the geonetwork log file, it looks like some has failed but I have no
idea where to start looking.
2013-10-10 13:29:13,246 INFO [jeeves.request] -
2013-10-10 13:29:13,250 INFO [jeeves.request] - HTML Request (from
172.16.0.185) : /geonetwork/srv/eng/home
2013-10-10 13:29:13,269 INFO [jeeves.service] - Dispatching : home
2013-10-10 13:29:13,274 INFO [jeeves.service] - -> dispatching to output
for : home
2013-10-10 13:29:17,695 INFO [jeeves.service] - -> transforming with
stylesheet : /var/lib/tomcat7/webapps/geonetwork/xsl/home.xsl
2013-10-10 13:29:19,208 INFO [jeeves.service] - -> end transformation
for : home
2013-10-10 13:29:19,208 INFO [jeeves.service] - -> output ended for :
home
2013-10-10 13:29:19,209 INFO [jeeves.service] - -> dispatch ended for :
home
2013-10-10 13:29:19,519 INFO [jeeves.request] -
2013-10-10 13:29:19,533 INFO [jeeves.request] - HTML Request (from
172.16.0.185) : /geonetwork/srv/eng/main.home
2013-10-10 13:29:19,533 INFO [jeeves.service] - Dispatching : main.home
2013-10-10 13:29:19,534 INFO [jeeves.service] - -> dispatching to output
for : main.home
2013-10-10 13:29:24,894 INFO [jeeves.service] - -> transforming with
stylesheet : /var/lib/tomcat7/webapps/geonetwork/xsl/main-page.xsl
2013-10-10 13:31:07,440 INFO [jeeves.service] - -> dispatching to error
for : main.home
2013-10-10 13:31:12,974 INFO [jeeves.service] - -> transforming with
stylesheet : /var/lib/tomcat7/webapps/geonetwork/xsl/error.xsl
Try to check on geonetwork log to DEBUG level in order to have a detailed log.
sudo nano /var/lib/tomcat6/webapps/geonetwork/WEB-INF/log4j.cfg
Not sure which line but try with the first one and restart tomcat
log4j.logger.geonetwork = DEBUG
Also it it worth looking at the web.xml
sudo nano /var/lib/tomcat6/webapps/geonetwork/WEB-INF/web.xml
I have installed Geonetwork on an Ubuntu server by deploying the war in
Tomcat. The service appears to be running in the Tomcat manager console
but
when I click on the geonetwork link the page goes blank. Here is the last
part of the geonetwork log file, it looks like some has failed but I have
no
idea where to start looking.
2013-10-10 13:29:13,246 INFO [jeeves.request] -
2013-10-10 13:29:13,250 INFO [jeeves.request] - HTML Request (from
172.16.0.185) : /geonetwork/srv/eng/home
2013-10-10 13:29:13,269 INFO [jeeves.service] - Dispatching : home
2013-10-10 13:29:13,274 INFO [jeeves.service] - -> dispatching to
output
for : home
2013-10-10 13:29:17,695 INFO [jeeves.service] - -> transforming with
stylesheet : /var/lib/tomcat7/webapps/geonetwork/xsl/home.xsl
2013-10-10 13:29:19,208 INFO [jeeves.service] - -> end transformation
for : home
2013-10-10 13:29:19,208 INFO [jeeves.service] - -> output ended for :
home
2013-10-10 13:29:19,209 INFO [jeeves.service] - -> dispatch ended for :
home
2013-10-10 13:29:19,519 INFO [jeeves.request] -
2013-10-10 13:29:19,533 INFO [jeeves.request] - HTML Request (from
172.16.0.185) : /geonetwork/srv/eng/main.home
2013-10-10 13:29:19,533 INFO [jeeves.service] - Dispatching : main.home
2013-10-10 13:29:19,534 INFO [jeeves.service] - -> dispatching to
output
for : main.home
2013-10-10 13:29:24,894 INFO [jeeves.service] - -> transforming with
stylesheet : /var/lib/tomcat7/webapps/geonetwork/xsl/main-page.xsl
2013-10-10 13:31:07,440 INFO [jeeves.service] - -> dispatching to error
for : main.home
2013-10-10 13:31:12,974 INFO [jeeves.service] - -> transforming with
stylesheet : /var/lib/tomcat7/webapps/geonetwork/xsl/error.xsl