It's luck only that I finally figured this out... This was an AWT problem (?!), and had nothing to do with org.apache.*
I'm running debian potato 2.2. As this is a production system., X is not installed. I had to intall xlib6g, and now everything is fixed! Thanks for all the effort everyone! >>Brendan ----- Original Message ----- From: "Nutter, Mark" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 6:37 AM Subject: RE: WebPagePortlet problems > (*points to Brendan*) Him, not me... :) > > Let's see if some judicious clipping makes the thread easier to follow: > > > -----Original Message----- > > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 29, 2002 9:23 AM > > To: Jetspeed Users List > > Subject: Re: WebPagePortlet problems > > > > > > Mark, > > This sounds strange ;) > > > > Do the portlets defined in demo-portlets.xreg work? > > If not which ones DO NOT work? > > What is in jetspeed.log? > > > > What is the OS? > > > > Paul Spencer > > [ clip clip ] > > > >On Monday 28 January 2002 01:14 pm, Brendan O'Bra wrote: > > > > > >>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 > > > > > This e-mail and any attachments are confidential. If you are not the > intended recipient, please notify us immediately by reply e-mail and then > delete this message from your system. Do not copy this e-mail or any > attachment, use the contents for any purposes, or disclose the contents to > any other person: to do so could be a breach of confidence. > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
