|
From: ByronCinNZ <coc...@em...> - 2011-10-21 05:00:03
|
Hi veeann, I believe the relevant part of your restoflog is the line "java.lang.NoSuchFieldError: KEY_REPLACE_INDEX_COLOR_MODEL" This is an error in startup of the GeoServer installation in GeoNetwork (or better put, alongside GeoNetwork). Have you ever installed JAI ( Java Advanced Imaging) to support your previous installs? Or perhaps another application such as ArcIMS installed it. Anyway, KEY_REPLACE_INDEX_COLOR_MODEL is a property of a JAI class. GeoNetwork/GeoServer does not require JAI, so I wonder if there may be an older or corrupt version in you JRE. To fix this I would recommend (re)installing JAI. It can be downloaded from http://java.sun.com/products/java-media/jai/downloads/download-iio-1_0_01.html. Make sure it is installed into the proper Java directory (the one being used by GeoNetwork). Alternatively you can fully re-install Java and see if this fixes the problem. Good luck and let me know how it goes. Cheers, Byron -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/install-problem-2-6-4-tp6816515p6915791.html Sent from the GeoNetwork users mailing list archive at Nabble.com. |