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.
- 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]

Reply via email to