[GeoNetwork-users] error 404 after the installation of geonetwork 3

Hi everybody,

I tried to install geonetwork 3 with this instruction:
http://geonetwork-opensource.org/_static/foss4g2010/FOSS4G_Mastering_Advanced_GeoNetwork.pdf

I am using tomcat 7, ubuntu 12.4 LTS, OpenJDK Java Runtime 7

http://localhost:8080/ shows me, that tomcat works but when I check the
access to geonetwork http://localhost:8080/geonetwork there is the Error
404.

This is the error log from catalina after I restart Tomcat.
Can anyone help me?
Thanks!

May 8, 2015 10:07:49 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Error listenerStart
May 8, 2015 10:07:49 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Context [/geonetwork] startup failed due to previous errors
May 8, 2015 10:07:49 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
May 8, 2015 10:07:50 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:07:50 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6660 ms
May 8, 2015 10:41:00 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:00 AM org.apache.catalina.core.StandardService
stopInternal
INFO: Stopping service Catalina
May 8, 2015 10:41:00 AM org.apache.catalina.util.LifecycleBase stop
INFO: The stop() method was called on component
[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/geonetwork]]
after stop() had already been called. The second call will be ignored.
May 8, 2015 10:41:00 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:00 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:03 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:03 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1074 ms
May 8, 2015 10:41:03 AM org.apache.catalina.core.StandardService
startInternal
INFO: Starting service Catalina
May 8, 2015 10:41:03 AM org.apache.catalina.core.StandardEngine
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.26
May 8, 2015 10:41:03 AM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor
/etc/tomcat7/Catalina/localhost/geonetwork.xml
May 8, 2015 10:41:03 AM org.apache.catalina.startup.HostConfig
deployDescriptor
WARNING: A docBase /var/lib/tomcat7/webapps/geonetwork inside the host
appBase has been specified, and will be ignored
May 8, 2015 10:41:03 AM org.apache.catalina.loader.WebappClassLoader
validateJarFile
INFO:
validateJarFile(/var/lib/tomcat7/webapps/geonetwork/WEB-INF/lib/javax.servlet-3.0.0.v201112011016.jar)
- jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
javax/servlet/Servlet.class
May 8, 2015 10:41:05 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Error listenerStart
May 8, 2015 10:41:12 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Context [/geonetwork] startup failed due to previous errors
May 8, 2015 10:41:12 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
May 8, 2015 10:41:13 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:13 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9713 ms

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/error-404-after-the-installation-of-geonetwork-3-tp5204809.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi,

2015-05-08 13:04 GMT+02:00 Lioba <liobavirchow@anonymised.com>:

Hi everybody,

I tried to install geonetwork 3 with this instruction:

http://geonetwork-opensource.org/_static/foss4g2010/FOSS4G_Mastering_Advanced_GeoNetwork.pdf

This tutorial does not apply fully to GeoNetwork 3 at least for the
database configuration part.

I am using tomcat 7, ubuntu 12.4 LTS, OpenJDK Java Runtime 7

This platform configuration has been tested and should work well.

http://localhost:8080/ shows me, that tomcat works but when I check the
access to geonetwork http://localhost:8080/geonetwork there is the Error
404.

This is the error log from catalina after I restart Tomcat.
Can anyone help me?

You should probably try to first start the application with the default
(embedded) H2 database and check that it works fine. Then move to a
postgresql database. See
http://osgeo-org.1560.x6.nabble.com/Configure-Data-Base-version-3-td5203785.html
for the configuration.

HTH.

Francois

Thanks!

May 8, 2015 10:07:49 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Error listenerStart
May 8, 2015 10:07:49 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Context [/geonetwork] startup failed due to previous errors
May 8, 2015 10:07:49 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
May 8, 2015 10:07:50 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:07:50 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 6660 ms
May 8, 2015 10:41:00 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:00 AM org.apache.catalina.core.StandardService
stopInternal
INFO: Stopping service Catalina
May 8, 2015 10:41:00 AM org.apache.catalina.util.LifecycleBase stop
INFO: The stop() method was called on component

[StandardEngine[Catalina].StandardHost[localhost].StandardContext[/geonetwork]]
after stop() had already been called. The second call will be ignored.
May 8, 2015 10:41:00 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:00 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:03 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:03 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1074 ms
May 8, 2015 10:41:03 AM org.apache.catalina.core.StandardService
startInternal
INFO: Starting service Catalina
May 8, 2015 10:41:03 AM org.apache.catalina.core.StandardEngine
startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.26
May 8, 2015 10:41:03 AM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor
/etc/tomcat7/Catalina/localhost/geonetwork.xml
May 8, 2015 10:41:03 AM org.apache.catalina.startup.HostConfig
deployDescriptor
WARNING: A docBase /var/lib/tomcat7/webapps/geonetwork inside the host
appBase has been specified, and will be ignored
May 8, 2015 10:41:03 AM org.apache.catalina.loader.WebappClassLoader
validateJarFile
INFO:

validateJarFile(/var/lib/tomcat7/webapps/geonetwork/WEB-INF/lib/javax.servlet-3.0.0.v201112011016.jar)
- jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
javax/servlet/Servlet.class
May 8, 2015 10:41:05 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Error listenerStart
May 8, 2015 10:41:12 AM org.apache.catalina.core.StandardContext
startInternal
SEVERE: Context [/geonetwork] startup failed due to previous errors
May 8, 2015 10:41:12 AM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
May 8, 2015 10:41:13 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
May 8, 2015 10:41:13 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9713 ms

--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/error-404-after-the-installation-of-geonetwork-3-tp5204809.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
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