Hi,
I need some help please with geoserver.
Currently I am using tomcat 6 with geoserver 1.6 stable in Window 2003
environment.
It was working before but yesterday when I tested it was not working
anymore. The error message when I tried to call getCap for WMS or WFS I got
"net.sf.saxon.TransformerFactoryImpl not found" error message
http://beta.landgate.wa.gov.au/geoserver16/wfs?service=WFS&request=GetCapabilities
http://beta.landgate.wa.gov.au/geoserver16/wfs?service=WMS&request=GetCapabilities
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport (View Source for full doctype...)>
- <ServiceExceptionReport version="1.1.1">
<ServiceException>javax.xml.transform.TransformerFactoryConfigurationError:
Provider net.sf.saxon.TransformerFactoryImpl not found Provider
net.sf.saxon.TransformerFactoryImpl not found</ServiceException>
</ServiceExceptionReport>
I have also tried to install the geoserver 1.7.3 stable and the same thing
happen.
From the error message, it seems that it has issue with the saxon library. I
googled about them and tried to find out about this but there is nothing
that i can find. Could someone please help me.
Thank you very much in advance.
Kind regards, Dv
--
View this message in context: http://www.nabble.com/net.sf.saxon.TransformerFactoryImpl-not-found-tp22471225p22471225.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Hi,
Has anything else on the server changed? Have any libraries been installed in places common to all web applications? I have seen this type of error before when certain xml libs are installed in the common/lib directory of a tomcat install.
Also when reinstalling it is good to wipe out any of the temp or work directories created for the geoserver webapp.
-Justin
Dv_LGATE wrote:
Hi,
I need some help please with geoserver.
Currently I am using tomcat 6 with geoserver 1.6 stable in Window 2003
environment.
It was working before but yesterday when I tested it was not working
anymore. The error message when I tried to call getCap for WMS or WFS I got
"net.sf.saxon.TransformerFactoryImpl not found" error message
http://beta.landgate.wa.gov.au/geoserver16/wfs?service=WFS&request=GetCapabilities
http://beta.landgate.wa.gov.au/geoserver16/wfs?service=WMS&request=GetCapabilities
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <!DOCTYPE ServiceExceptionReport (View Source for full doctype...)> - <ServiceExceptionReport version="1.1.1">
<ServiceException>javax.xml.transform.TransformerFactoryConfigurationError:
Provider net.sf.saxon.TransformerFactoryImpl not found Provider
net.sf.saxon.TransformerFactoryImpl not found</ServiceException> </ServiceExceptionReport>
I have also tried to install the geoserver 1.7.3 stable and the same thing
happen.
From the error message, it seems that it has issue with the saxon library. I
googled about them and tried to find out about this but there is nothing
that i can find. Could someone please help me.
Thank you very much in advance.
Kind regards, Dv
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
This is an old posting, but I've run into exactly this problem, and I can
identify that installing a specific app in the same Tomcat instance causes
Geoserver to have this problem. Unfortunately, I have to figure out how to
make the two apps work together. Can you provide any more insight into what
common libraries might be the guilty ones?
Thank you,
Ryan
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/net-sf-saxon-TransformerFactoryImpl-not-found-tp6120222p6163498.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
On Sat, Mar 12, 2011 at 2:33 AM, Ryan Clark <ryan.clark@anonymised.com> wrote:
This is an old posting, but I've run into exactly this problem, and I can
identify that installing a specific app in the same Tomcat instance causes
Geoserver to have this problem. Unfortunately, I have to figure out how to
make the two apps work together. Can you provide any more insight into what
common libraries might be the guilty ones?
Not sure... GeoServer does not depend on use Saxon at all as far as I know.
Cheers
Andrea
--
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf
-------------------------------------------------------
Solved: I found a line in the second webapp’s initialization class that said:
System.setProperty(“javax.xml.transform.TransformerFactory”, “net.sf.saxon.TransformerFactoryImpl”);
Looks like someone thought that setProperty wouldn’t operate on the entire Tomcat system…
Thanks,
Ryan
On Mar 12, 2011, at 10:21 AM, Andrea Aime wrote:
On Sat, Mar 12, 2011 at 2:33 AM, Ryan Clark <ryan.clark@anonymised.com> wrote:
This is an old posting, but I’ve run into exactly this problem, and I can
identify that installing a specific app in the same Tomcat instance causes
Geoserver to have this problem. Unfortunately, I have to figure out how to
make the two apps work together. Can you provide any more insight into what
common libraries might be the guilty ones?
Not sure… GeoServer does not depend on use Saxon at all as far as I know.
Cheers
Andrea
–
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 962313
mob: +39 333 8128928
http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf