Project

Profile

Help

TransformerFactoryImpl error with 8.9 upgrade

Added by Anonymous about 17 years ago

Legacy ID: #4409680 Legacy Poster: Trevor Harmon (vocaro)

I maintain an open-source Java project (http://hr-xsl.sourceforge.net/) that uses Saxon for processing DocBook XSL. Everything works fine with Saxon-B 8.8, but if I simply replace the 8.8 JARs with the ones from 8.9, the application breaks. I get: javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl could not be instantiated: java.lang.NullPointerException Reverting back to the 8.8 JARs eliminates the problem, so there must be some kind of regression bug in the 8.9 release. Is there some way to fix this problem?


Replies (2)

RE: TransformerFactoryImpl error with 8.9 upg - Added by Anonymous about 17 years ago

Legacy ID: #4409724 Legacy Poster: Michael Kay (mhkay)

Please install Saxon 8.9.0.4

RE: TransformerFactoryImpl error with 8.9 upg - Added by Anonymous about 17 years ago

Legacy ID: #4409929 Legacy Poster: Trevor Harmon (vocaro)

Thanks for the suggestion. I tried that, but I'm still getting the same error. I believe I was already running the 8.9.0.4 version because I installed it just yesterday from the link on the Saxon home page: http://prdownloads.sourceforge.net/saxon/saxonb8-9j.zip That's the 8.9.0.4 version, isn't it? To be sure, I specifically downloaded and installed the 8.9.0.4 version: http://downloads.sourceforge.net/saxon/saxonb8-9-0-4j.zip?use_mirror=easynews And I'm still seeing the same error. Is there anything else I could try?

    (1-2/2)

    Please register to reply