Hi List,
I'm running 1.3a2 on Tomcat 4.0 on a Debian box with Blackdown jdk 1.3.0-02
(although I've tried this with 1.3.0 also). For all of my WebPagePortlets, I get the
following error:
org.apache.turbine.util.TurbineException: Error rendering Velocity template:
/controls/html/jetspeed.vm: Invocation of method 'getContent' in class
org.apache.jetspeed.portal.portlets.WebPagePortlet threw exception class
java.lang.UnsatisfiedLinkError
I wrapped line (approx)181 in WebPagePortlet.java:
PortletConfig config = this.getPortletConfig();
with try/catch and the exception went away (it didn't render of course, just muted
the exception), so I presume that this is the line that is causing problems.
I'm pretty sure that this is a classloader problem. I've tried unsetting CLASSPATH
before starting Tomcat. The WinXP box that I'm doing the development on is working
without any problems - it's just the linux box that is doing this.
TIA,
>>Brendan O'Bra