• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Catalina - javax.xml.parsers.DocumentBuilderFactory not found

J

jdstevens

Guest
From catalina.out:

Caused by: java.lang.ClassNotFoundException: javax.xml.parsers.DocumentBuilderFactory not found in [file:/usr/lib/jvm/java/lib/tools
.jar, file:/usr/share/tomcat5/bin/bootstrap.jar, file:/usr/share/java/commons-logging-api.jar, file:/usr/share/java/mx4j/mx4j.jar, f
ile:/usr/share/java/libgcj-3.4.6.jar, file:./, core:/]

The class appears to be available in some other jars, but not the ones being searched. I've not been able to get catalina to find the class.

Suggestions?
 
Fixed!

/etc/tomcat5/tomcat5.conf

JAVA_HOME="/usr/lib/jvm/jre-1.4.2-sun"

Tomcat5 starts.
Catalina starts.

It looks like Java from Sun works and Java from Gnu doesn't have everything that the PSA version of Tomcat needs.
 
Back
Top