[GeoNetwork-users] GeoNetwork 3.0 install error from *.war file

Hi

I try to install GeoNetwork 3 from war file via Tomcat Menager.

After Deploy GeoNetwork don't start. I have running status = false.

When i install older version all works ok.

this is error log from catalina....

INFO: Undeploying context [/geonetwork]
Apr 30, 2015 3:10:04 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/geonetwork.war
Apr 30, 2015 3:10:05 PM 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 3.0, section 10.7.2. Offending
class: javax/servlet/Servlet.class
Apr 30, 2015 3:10:15 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Apr 30, 2015 3:10:15 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/geonetwork] startup failed due to previous errors
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesJdbc
SEVERE: The web application [/geonetwork] registered the JDBC driver
[org.postgresql.Driver] but failed to unregister it when the web
application was stopped. To prevent a memory leak, the JDBC Driver has
been forcibly unregistered.
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesJdbc
SEVERE: The web application [/geonetwork] registered the JDBC driver
[org.h2.Driver] but failed to unregister it when the web application
was stopped. To prevent a memory leak, the JDBC Driver has been
forcibly unregistered.
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/geonetwork] appears to have started a
thread named [Timer-4] but has failed to stop it. This is very likely
to create a memory leak.
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/geonetwork] appears to have started a
thread named [ElementEventQueue.QProcessor-1] but has failed to stop
it. This is very likely to create a memory leak.

2015-04-30 14:48 GMT+02:00 konto gmail <specjal@anonymised.com>:

Hi

I try to install GeoNetwork 3 from war file via Tomcat Menager.

After Deploy GeoNetwork don't start. I have running status = false.

When i install older version all works ok.

anybody?

2015-04-30 15:16 GMT+02:00 konto gmail <specjal@anonymised.com>:

this is error log from catalina....

INFO: Undeploying context [/geonetwork]
Apr 30, 2015 3:10:04 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/geonetwork.war
Apr 30, 2015 3:10:05 PM 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 3.0, section 10.7.2. Offending
class: javax/servlet/Servlet.class
Apr 30, 2015 3:10:15 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Error listenerStart
Apr 30, 2015 3:10:15 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/geonetwork] startup failed due to previous errors
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesJdbc
SEVERE: The web application [/geonetwork] registered the JDBC driver
[org.postgresql.Driver] but failed to unregister it when the web
application was stopped. To prevent a memory leak, the JDBC Driver has
been forcibly unregistered.
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesJdbc
SEVERE: The web application [/geonetwork] registered the JDBC driver
[org.h2.Driver] but failed to unregister it when the web application
was stopped. To prevent a memory leak, the JDBC Driver has been
forcibly unregistered.
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/geonetwork] appears to have started a
thread named [Timer-4] but has failed to stop it. This is very likely
to create a memory leak.
Apr 30, 2015 3:10:15 PM org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [/geonetwork] appears to have started a
thread named [ElementEventQueue.QProcessor-1] but has failed to stop
it. This is very likely to create a memory leak.

2015-04-30 14:48 GMT+02:00 konto gmail <specjal@anonymised.com>:

Hi

I try to install GeoNetwork 3 from war file via Tomcat Menager.

After Deploy GeoNetwork don't start. I have running status = false.

When i install older version all works ok.

Hi,

I have kind of the same situation here. Version 2.10.4 works without issues,
whereas for gn3 the error log is very similar to what /specjal/ posted
above.

A question might be relevant here. Did you try to do a fresh reinstall and
reconfiguration of tomcat?
In my case the answer is no, because I don't want to spoil currently working
gn instance. Which brings in question if and how both instances, gn2 and gn3
could be ran simultaneously under the same tomcat server. (also invoked in
this post
http://osgeo-org.1560.x6.nabble.com/Migrate-Geonetwork-2-10-4-to-3-0-0-beta-tp5202539p5206960.html)

This is the system configuration:
Ubuntu 14.04 LTS
Java 1.7.0_65
Apache Tomcat 6
Apache Server 2.4.7
GeoNetwork 2.10.4 with a native h2 db

I guess there must be some kind of mismatch with the tomcat configuration
adapted for gn2, because the gn3 structure has changed. Well, the developers
would know where the changes took place. In the meanwhile I can continue
browsing error logs like a blind chicken and keep hoping that one of the
trial and error exercises will be successful.

Maybe it's only a matter of how to correctly point to the database?

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-install-error-from-war-file-tp5203645p5207179.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi

2015-05-22 17:20 GMT+02:00 zer0mode <otoncopi@anonymised.com>:

Hi,

I have kind of the same situation here. Version 2.10.4 works without
issues,
whereas for gn3 the error log is very similar to what /specjal/ posted
above.

A question might be relevant here. Did you try to do a fresh reinstall and
reconfiguration of tomcat?
In my case the answer is no, because I don't want to spoil currently
working
gn instance. Which brings in question if and how both instances, gn2 and
gn3
could be ran simultaneously under the same tomcat server. (also invoked in
this post

http://osgeo-org.1560.x6.nabble.com/Migrate-Geonetwork-2-10-4-to-3-0-0-beta-tp5202539p5206960.html
)

This is the system configuration:
Ubuntu 14.04 LTS
Java 1.7.0_65
Apache Tomcat 6

See
http://osgeo-org.1560.x6.nabble.com/Tomcat-version-with-GN3-td5206376.html
Tomcat 6 is probably (?) the problem. AFAIK, GN3 has been tested on jetty
8x+, Tomcat7+. There is some issues on JBoss.

HTH.

Francois

Apache Server 2.4.7
GeoNetwork 2.10.4 with a native h2 db

I guess there must be some kind of mismatch with the tomcat configuration
adapted for gn2, because the gn3 structure has changed. Well, the
developers
would know where the changes took place. In the meanwhile I can continue
browsing error logs like a blind chicken and keep hoping that one of the
trial and error exercises will be successful.

Maybe it's only a matter of how to correctly point to the database?

--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-install-error-from-war-file-tp5203645p5207179.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

Hi,

You should watch the logs to know a bit more about what's going wrong.
Cheers,

On Fri, May 22, 2015 at 5:38 PM, Francois Prunayre <fx.prunayre@anonymised.com>
wrote:

Hi

2015-05-22 17:20 GMT+02:00 zer0mode <otoncopi@anonymised.com>:

> Hi,
>
> I have kind of the same situation here. Version 2.10.4 works without
> issues,
> whereas for gn3 the error log is very similar to what /specjal/ posted
> above.
>
> A question might be relevant here. Did you try to do a fresh reinstall
and
> reconfiguration of tomcat?
> In my case the answer is no, because I don't want to spoil currently
> working
> gn instance. Which brings in question if and how both instances, gn2 and
> gn3
> could be ran simultaneously under the same tomcat server. (also invoked
in
> this post
>
>
http://osgeo-org.1560.x6.nabble.com/Migrate-Geonetwork-2-10-4-to-3-0-0-beta-tp5202539p5206960.html
> )
>
> This is the system configuration:
> Ubuntu 14.04 LTS
> Java 1.7.0_65
> Apache Tomcat 6
>

See
http://osgeo-org.1560.x6.nabble.com/Tomcat-version-with-GN3-td5206376.html
Tomcat 6 is probably (?) the problem. AFAIK, GN3 has been tested on jetty
8x+, Tomcat7+. There is some issues on JBoss.

HTH.

Francois

> Apache Server 2.4.7
> GeoNetwork 2.10.4 with a native h2 db
>
> I guess there must be some kind of mismatch with the tomcat configuration
> adapted for gn2, because the gn3 structure has changed. Well, the
> developers
> would know where the changes took place. In the meanwhile I can continue
> browsing error logs like a blind chicken and keep hoping that one of the
> trial and error exercises will be successful.
>
> Maybe it's only a matter of how to correctly point to the database?
>
>
>
> --
> View this message in context:
>
http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-install-error-from-war-file-tp5203645p5207179.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.
> Application Monitoring Software and Tool - ManageEngine Applications Manager
> _______________________________________________
> GeoNetwork-users mailing list
> GeoNetwork-users@lists.sourceforge.net
> geonetwork-users List Signup and Options
> GeoNetwork OpenSource is maintained at
> GeoNetwork - Geographic Metadata Catalog download | SourceForge.net
>

------------------------------------------------------------------------------
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.
Application Monitoring Software and Tool - ManageEngine Applications Manager
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
geonetwork-users List Signup and Options
GeoNetwork OpenSource is maintained at
GeoNetwork - Geographic Metadata Catalog download | SourceForge.net

--
Florent Gravin
Camptocamp - Chambéry
0479444492