I don't think we're talking URL's here. From the Sun docs: public class UnsatisfiedLinkError extends LinkageError Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
Mark > -----Original Message----- > From: Brendan O'Bra [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 4:32 PM > To: Jetspeed Users List > Subject: Re: WebPagePortlet problems > > > Good question, I've been know to miss the obvious (just ask > my wife) :) > > Yes, they (there are about 10 urls) are good. I can use the > exact same war > on my XP box and it works great. > > Thanks! > >>Brendan > ----- Original Message ----- > From: "David G. Powers" <[EMAIL PROTECTED]> > To: "Jetspeed Users List" <[EMAIL PROTECTED]>; "Brendan > O'Bra" <[EMAIL PROTECTED]> > Sent: Monday, January 28, 2002 1:19 PM > Subject: Re: WebPagePortlet problems > > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > I hope to be of assistance. Perhaps I am stating the > obvious so please > > just hit the delete key if my questions / suggestions are > not useful to > > you...... > > > > > > Is the link valid? > > > > Is DNS working on your server? > > > > Is there a route to the link from your server? > > > > > > Find the link and try to access it from a browser on the > server. The link > > for the Jetspeed demos is in: > > $webapps/jetspeed/WEB-INF/conf/demo-portlets.xreg > > > > Search for the "JavaWeb" portlet-entry and inspect the > <url> element. > > > > > > DP > > > > > > 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 > > > > - -- > > David G. Powers > > PowerSource > > -----BEGIN PGP SIGNATURE----- > > Comment: Verify the authenticity of this message with the public key > available at http://pssp.com/dgp_pk.asc > > > > iD8DBQE8VcBxjmjAPDT0/nERAmuiAJwJdpV57I+cMrfjyolQ4lgyd4Oo7QCePKvn > > FhN3Mt6J9umRqCgPOimlWC8= > > =vuwD > > -----END PGP SIGNATURE----- > > > > -- > > 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]> 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]>
