Hi,
It's the first time I write here, I hope to receive aid.
I installed, some time ago, the software GeoNetwork (v2.4) on a Linux
server.
The software worked fine, but now I get an error about Java:
I start the software from the command line
./start-geonetwork.sh
GeoNetwork for few minutes it works, but after I get the following error:
Recoverable error
XTRE0540: Ambiguous rule match for /
Matches both "document-node()" on line 21 of
file:/usr/local/geonetwork/web/geonetwork/xsl/metadata-show-embedded.xsl
and "document-node()" on line 11 of
file:/usr/local/geonetwork/web/geonetwork/xsl/main.xsl
#
# A fatal error has been detected by the Java Runtime Environment:
#
# java.lang.OutOfMemoryError: requested 4294967312 bytes for Chunk::new. Out
of swap space?
#
# Internal Error (allocation.cpp:215), pid=6472, tid=1075882320
# Error: Chunk::new
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode
linux-amd64 )
[thread 1118259536 also had an error]
# An error report file with more information is saved as:
# [thread 1118259536 also had an error]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
I noticed that the software has become slow and It show this error.
Can anyone tell me how to fix this?
thanks.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-with-Geonetwork-and-Java-tp5791727p5791727.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi
This seem to be related to a bug problem with saxon and some java versions.
In GN 2.4.3 was added a patch.
If you can't use that version, you can apply the patch to your version
anyway. See these files:
https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/tags/2.4.3/bin/start-geonetwork.sh
https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/tags/2.4.3/jetty/hotspot_compiler
Regards,
Jose García
GeoCat bv
On Wed, Dec 1, 2010 at 1:54 PM, peppepegasus <peppepegasus@anonymised.com> wrote:
Hi,
It's the first time I write here, I hope to receive aid.
I installed, some time ago, the software GeoNetwork (v2.4) on a Linux
server.
The software worked fine, but now I get an error about Java:
I start the software from the command line
./start-geonetwork.sh
GeoNetwork for few minutes it works, but after I get the following error:
Recoverable error
XTRE0540: Ambiguous rule match for /
Matches both "document-node()" on line 21 of
file:/usr/local/geonetwork/web/geonetwork/xsl/metadata-show-embedded.xsl
and "document-node()" on line 11 of
file:/usr/local/geonetwork/web/geonetwork/xsl/main.xsl
#
# A fatal error has been detected by the Java Runtime Environment:
#
# java.lang.OutOfMemoryError: requested 4294967312 bytes for Chunk::new.
Out
of swap space?
#
# Internal Error (allocation.cpp:215), pid=6472, tid=1075882320
# Error: Chunk::new
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode
linux-amd64 )
[thread 1118259536 also had an error]
# An error report file with more information is saved as:
# [thread 1118259536 also had an error]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
I noticed that the software has become slow and It show this error.
Can anyone tell me how to fix this?
thanks.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Problem-with-Geonetwork-and-Java-tp5791727p5791727.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
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,
I will not use the version that you indicate. I did not really understand
what I have to make the two files that you've linked to me:
I have to replace the file start-geonetwork.sh you linked me with what I
use? and the other file I did not really understand what they do and how I
have to use it.
Thankx.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-with-Geonetwork-and-Java-tp5791727p5792056.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi
Copy the file hotspot_compiler to the jetty folder. For the
start-geonetwork.sh file you can replace it, unless you did customizations
on that file. In that case add to the java command this to use the previous
file hotspot_compiler:
-XX:CompileCommandFile=hotspot_compiler
That should solve the problem.
Regards,
Jose García
On Wed, Dec 1, 2010 at 3:31 PM, peppepegasus <peppepegasus@anonymised.com> wrote:
Hi,
I will not use the version that you indicate. I did not really understand
what I have to make the two files that you've linked to me:
I have to replace the file start-geonetwork.sh you linked me with what I
use? and the other file I did not really understand what they do and how I
have to use it.
Thankx.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Problem-with-Geonetwork-and-Java-tp5791727p5792056.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
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
Ok,
It works!
tanhkx.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-with-Geonetwork-and-Java-tp5791727p5795355.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.