Phillip Neumann wrote:

Hello.

Im running jetspeed-1.5, with tomcat4.1.30 and apache2.0.49 over freebsd
5.2.1.

Instalation went smooth. When i load the jetspeed container in my
browser i see:

problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException:
The output format must have a
'{http://xml.apache.org/xalan}content-handler' property!


the FAQ says:
Jetspeed RSS feeds are giving this message in the portlet: "problem in
SAX transform: org.apache.xml.utils.WrappedRuntimeException: The output
format must have a '{http://xml.apache.org/xalan}content-handler'
property!"Copy the xalan.jar from Jetspeed distribution to
$CATALINA_HOME/common/endorsed directory (or JDK endorsed directory)




Ive done exactly that, restarting tomcat, and its having the same
problem.
[EMAIL PROTECTED] /usr/local/jakarta-tomcat4.1/common/endorsed> ls -la
total 1966
drwxr-xr-x  2 www  www     512 27 jun 18:59 .
drwxr-xr-x  5 www  www     512 27 jun 18:24 ..
-rw-r--r--  1 www  www  906248 27 jun 18:53 xalan.jar
-rw-r--r--  1 www  www  927669 27 jun 18:24 xercesImpl.jar
-rw-r--r--  1 www  www  123705 27 jun 18:24 xmlParserAPIs.jar


i got that file from the installed jetspeed.war file(ive just unzip it) . the filename was xalan-2.3.1.jar

im new to this tomcat stuff.. how would i search where the problem is? so i can use jetspeed without problems?

Thanks in advance,


You've probably mixed versions of xerces and xalan; they have to be compatible. Either downgrade your version of xerces (which may cause problems in Tomcat), or upgrade your version of Xalan to the one compatible with the version of Xerces in the endorsed directory. You can both from http://xml.apache.org/.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to