[GeoNetwork-users] Problem getting Geonetwork running

Hello

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

Any help would be appreciated.

Thanks

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Problem-getting-Geonetwork-running-tp5082933.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi

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

<init-param>
            <param-name>logLevel</param-name>
            <param-value>WARN</param-value>
</init-param>

to

<init-param>
            <param-name>logLevel</param-name>
            <param-value>DEBUG</param-value>
</init-param>

Not sure if best solution but it could be a good starting point. Also
check permission in your instalation. Make sure tomcat is the owner.

Hope it helps

2013/10/10, dblanchett <darylblanchett@anonymised.com>:

Hello

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

Any help would be appreciated.

Thanks

--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Problem-getting-Geonetwork-running-tp5082933.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
Jesús