[GeoNetwork-devel] GeoNetwork 2.6.3 and Tomcat on Windows 7

Hmm, I do the exact same install on XP Pro and all is fine.

Log files show nothing unusual that I can see. But in firebug on Windows 7 I
see the program hang on OpenLayers.js line 1081.

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoNetwork-2-6-3-and-Tomcat-on-Windows-7-tp6342873p6350388.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

A follow up on the Tomcat GeoNetwork 2.6.3 issues.

I replaced the embedded GeoServer 2.0.2 with a 2.1.0 install and pointed at
the geonetwork geoserver_data directory and all was fine.

Not sure what the problem was, but this seems to have solved the problem -
at least so far....

Cheers,
Byron

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoNetwork-2-6-3-and-Tomcat-on-Windows-7-tp6342873p6366917.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

Hmm, maybe not so good.
I just tried to replicate this procedure on a clean virtual machine and it
did not work.

This is the log error:

SEVERE: The web application [/geoserver] 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.

Not sure what this is about or why geoserver is trying to use this driver.
Any ideas anyone?

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoNetwork-2-6-3-and-Tomcat-on-Windows-7-tp6342873p6379768.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

I believe I am getting somewhere now. I have now installed PostgreSQL as my
backend data base and that seems to have moved me beyond most of my
problems. I can now search and log in as I should. But I am still getting
HTTP 500 error messages on

http://localhost:8080/geonetwork/pdf/info.json?url=%2Fgeonetwork%2Fpdf%2Finfo.json

whenever it displays the map interface. It seems to be GeoServer related.
This does not seem to have a big impact at the moment but I believe that it
will have with print functionality and pdf generation.

Can anyone help me out here?

Cheers,
Byron

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoNetwork-2-6-3-and-Tomcat-on-Windows-7-tp6342873p6383313.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

Do you see any memory issues in the geoserver logs? If so refer the
geoserver documentation in which they suggest the recommended memory
settings and that should take care of removing the geoserver issues.

Regards
Kumaran

-----Original Message-----
From: ByronCinNZ [mailto:cochranes4@anonymised.com]
Sent: Friday, May 20, 2011 12:27 AM
To: geonetwork-devel@lists.sourceforge.net
Subject: Re: [GeoNetwork-devel] GeoNetwork 2.6.3 and Tomcat on Windows 7

I believe I am getting somewhere now. I have now installed PostgreSQL as my
backend data base and that seems to have moved me beyond most of my
problems. I can now search and log in as I should. But I am still getting
HTTP 500 error messages on

http://localhost:8080/geonetwork/pdf/info.json?url=%2Fgeonetwork%2Fpdf%2Finf
o.json

whenever it displays the map interface. It seems to be GeoServer related.
This does not seem to have a big impact at the moment but I believe that it
will have with print functionality and pdf generation.

Can anyone help me out here?

Cheers,
Byron

--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/GeoNetwork-2-6-3-and-Tomcat-on-Window
s-7-tp6342873p6383313.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

Kumaran,

Thanks for the response. Memory was part of my issue in the beginning but I
have changed the Tomcat memory allotment and no longer get memory errors.
What I get now in the logs are errors that seem to be character encoding
issues. For instance I am seeing illegal argument messages like

No enum const class
org.fao.geonet.kernel.search.SummaryComparator$Type.STRÄ°NG

in geonetwork.log and

org.ho.yaml.exception.YamlException: Error near line 0: Problem getting
RİGHT value of enum type class
org.mapfish.print.config.layout.HorizontalAlign

in localhost<date>.log. Both the words STRÄ°NG and RİGHT contain non-valid
characters. It seems to be a Tomcat encoding issue. Running the same
applications in Jetty does not produce these errors.

Not sure how to make Tomcat handle these encodings correctly. Any ideas?

Cheers,
Byron

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/GeoNetwork-2-6-3-and-Tomcat-on-Windows-7-tp6342873p6384682.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.