I started a thread on 10/2 called: 

XSL Portlet:  SAXException - Namespace not supported

Santiago Gala gave me some instructions on removing the parser.jar file 
and adding the xerces jar files.  I experienced the same problems... 
Tomcat was getting some errors when I removed the parser.jar (can't recall 
what they were at the time).  You may want to go back and look at this 
discussion thread.  I think it will work if you can figure out the right 
jar file combination.

I gave up and loaded Tomcat 4.0 and everything worked perfectly.  Santiago 
explains why in the discussion thread mentioned above. 





"Funk, Lori K." <[EMAIL PROTECTED]>
10/08/2001 02:52 PM
Please respond to jetspeed-user

 
        To:     [EMAIL PROTECTED]
        cc: 
        Subject:        Re: TransformerException: Namespace not supported



Hi,

I just joined this list and am experiencing the TransformerException
error descussed  by Dave Carlson and Steve Gollery.  I read Dave
Carlson's post of Sep 18, 2001 about his configuration using the latest
jaxp.jar, crimson,jar, xalan.jar, and xerces.jar and tried that but when
I remove the parser.jar and jaxp.jar that come with tomcat (3.2.3) from
TOMCAT_HOME\lib and place the jaxp.jar, crimson.jar, xalan.jar and
xerces.jar files in that folder and then try to start tomcat I get an
error (in TOMCAT_HOME\logs\jvm.stderr):

2001-10-08 15:17:49 - ContextManager: Removing context Ctx( /examples )
2001-10-08 15:17:49 - ContextManager: Removing context Ctx( /admin )
2001-10-08 15:17:49 - ContextManager: Removing context Ctx( /jetspeed )
2001-10-08 15:17:50 - ContextManager: Removing context Ctx(  )
2001-10-08 15:17:50 - ContextManager: Removing context Ctx( /test )
java.lang.NoClassDefFoundError: org/xml/sax/HandlerBase
                 at java.lang.ClassLoader.defineClass0(Native Method)
                 at 
java.lang.ClassLoader.defineClass(ClassLoader.java:486)
                 at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
                 at 
java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
                 at 
java.net.URLClassLoader.access$100(URLClassLoader.java:56)
                 at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
                 at java.security.AccessController.doPrivileged(Native 
Method)
                 at 
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
                 at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
                 at 
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
                 at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
                 at 
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
                 at 
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:178)
                 at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
Exception in thread "main" 

I checked and the org/xml/sax/HandlerBase is found in crimson.jar,
xalan.jar, and xerces.jar in TOMCAT_HOME\lib. 

My platform is windows 2000 pro, jdk1.3.1, apache 1.3, tomcat 3.2.3, and
jetspeed 1.3a2-dev

I have removed the ClassPath environment variable I had set.  I have
also looked for other jar files that contain a parser and have found
xalan-2.0.1.jar and xerces_1_3_1.jar under
TOMCAT_HOME\webapps\jetspeed\WEB-INF\lib.  Could this be the problem?

Has anyone gotten this to work yet?

Thanks in advance for any help.

Lori

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



Reply via email to