The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java 5 Odditty, Seeking The Right(TM) Fix

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Java 5 Odditty, Seeking The Right(TM) Fix Posted: Mar 9, 2005 2:58 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Java 5 Odditty, Seeking The Right(TM) Fix
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

I attempted to upgrade my weblog from Red Hat 7.2/JDK 1.4.2_02/JBoss 3.2.2 (Tomcat 4.1.12)/Pebble 1.4 to Fedora Core 3/JDK 1.5.0_01/Tomcat 5.0.30/Pebble 1.7 this weekend. The transition is pretty smooth with one show stopper bug:

2005-03-06 21:44:27 StandardWrapperValve[SecureBlogController]: Servlet.service(
) for servlet SecureBlogController threw exception
javax.xml.transform.TransformerFactoryConfigurationError: Provider for javax.xml
.transform.TransformerFactory cannot be found
        at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
        at pebble.blog.persistence.file.FileBlogEntryDAO.store(FileBlogEntryDAO.
java:382)

A little Googling brought me to this page at sun.com, which says the error can be eliminated by setting the system property javax.xml.transform.TransformerFactory to com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.

The big question, of course, is, "How?"

Read: Java 5 Odditty, Seeking The Right(TM) Fix

Topic: Goodbye Groovy - Hello Ruby Previous Topic   Next Topic Topic: Real scalability issues: Behind the scenes at Google

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use