At 17:06 19/07/2001 +0200, you wrote:
>Stan Pinte wrote:
>
>>
>>hello,
>>I just installed latest CVS version of jetspeed. Works fine, but I have 
>>this problem on most of my pages:
>>org.apache.turbine.util.TurbineException: Error rendering Velocity 
>>template: /controls/html/jetspeed.vm: Error rendering Velocity template: 
>>/controls/html/jetspeed.vm: Invocation of method 'getContent' in  class 
>>org.apache.jetspeed.portal.portlets.NewRSSPortlet threw exception class 
>>java.lang.NoSuchMethodError
>>I am sorry if this has been asked already.
>>otherwise, would anyone know what it is happening?
>
>I can venture a guess: DOM interface classes conflict.
>In order to remove conflicts:
>- make sure you don't have any DOM classes in your classpath or lib/etc folder
>- if you use Tomcat or catalina, replace crimson.jar, jaxp.jar, parser.jar
>   (depending on version) by the xerces_jar found in jetspeed webapp and
>   everything should be ok.


I am using Tomcat 3.2.2


I replaced the jaxp.jar and parser.jar by xerces.jar found in latest 
Jetspeed CVS, and here is what I get starting tomcat:

2001-07-19 05:37:06 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
java.lang.NoSuchMethodError: org.w3c.dom.Node: method 
isSupported(Ljava/lang/Str
ing;Ljava/lang/String;)Z not found
         at org.apache.xpath.axes.AxesWalker.getNextNode(AxesWalker.java, 
Compile
d Code)
         at org.apache.xpath.axes.AxesWalker.nextNode(AxesWalker.java, 
Compiled C
ode)
         at 
org.apache.xpath.axes.LocPathIterator.nextNode(LocPathIterator.java:6
89)
         at 
org.apache.xalan.templates.ElemForEach.transformSelectedNodes(ElemFor
Each.java, Compiled Code)
         at 
org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTempla
tes.java:193)
         at 
org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(Tr
ansformerImpl.java, Compiled Code)

>- if you're not using tomcat, you servlet container seems to have the same
>   kind of issues so remove the conflicting jars and replace them by xerces
>   should work.
>
>If this does not solve your issue, make sure you don't have other versions
>of xalan, turbine or jetspeed available in your classpath that may confuse
>the servlet container.
>
>--
>Raphael Luta - [EMAIL PROTECTED]
>Vivendi Universal Networks - Paris
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to