ライブサーバーの1つで次の例外が発生し続けます(同じコードを実行している他のサーバーは問題ないようです):
java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/domwith the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
at javax.xml.xpath.XPathFactory.newInstance(XPathFactory.java:67)
クラスパスに Xalan および Saxon jar があることは確かです (IBM Java 1.5 を使用)。
他に何が間違っている可能性がありますか?
編集:
それが問題を引き起こすコードです:
XPathFactory factory = XPathFactory.newInstance();
また、大まかにカタリナ エンジンに基づいたカスタム Web サーバー上で実行されています。