For all : it's a problem due to the use of Jetspeed behind a proxy
Cause Jetspeed try to download rss files, does not succeed and raise this
exception

So, it's necessary to modify the lanch file of tomcat (/etc/init.d/tomcat.sh)
by specifying the proxy set in the java execution options...

(thanks for the man who give me the tip for telling tomcat to use the proxy) !


> Hello,
>
> I am installing Jetspeed 1.2b1 with Apache 1.3.9 and Tomcat 3.1 on NT4.
>
> The search, apache jetspeed and applications portlets seems to be ok but the
> others portlets are:
>
>     Could not render portlet
>     error, content not set
>
> my turbine.log is for each portlet
>
> Wed Jul 19 12:01:25 CEST 2000] -- NOTICE  -- PortletFactory.getPortlet():
> classname = org.apache.jetspeed.portal.portlets.FileServerPortlet
> [Wed Jul 19 12:01:25 CEST 2000] -- NOTICE  -- PortletFactory.getPortlet():
> url = /content/static/search.html
> [Wed Jul 19 12:01:25 CEST 2000] -- NOTICE  -- Jetspeed: cache miss:  Portlet
> - org.apache.jetspeed.portal.portlets.RSSPortlet -
> http://www.xmlhack.com/rss.php
> [Wed Jul 19 12:01:25 CEST 2000] -- NOTICE  -- DEBUG... parsing RSSPortlet
> [Wed Jul 19 12:01:25 CEST 2000] -- NOTICE  -- PersistentDocument: fetching
> remote url: http://www.xmlhack.com/rss.php
> [Wed Jul 19 12:02:10 CEST 2000] --  ERROR  -- Could not parse the following
> URL:  http://www.xmlhack.com/rss.php
>  Exception:  java.net.SocketException: no further information (code=10051)
>  Stack Trace follows:
>  java.net.SocketException: no further information (code=10051)
>  at java.net.PlainSocketImpl.socketConnect(Native Method)
>  at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
>  at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
>  at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
>  at java.net.Socket.<init>(Socket.java:269)
>  at java.net.Socket.<init>(Socket.java:98)
>  at sun.net.NetworkClient.doConnect(NetworkClient.java:54)
>  at sun.net.www.http.HttpClient.openServer(HttpClient.java:320)
>  at sun.net.www.http.HttpClient.openServer(HttpClient.java:431)
>  at sun.net.www.http.HttpClient.<init>(HttpClient.java:260)
>  at sun.net.www.http.HttpClient.<init>(HttpClient.java:270)
>  at sun.net.www.http.HttpClient.New(HttpClient.java:282)
>  at
> sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:3
> 70)
>  at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection
> .java:455)
>  at java.net.URLConnection.getContent(URLConnection.java:559)
>  at java.net.URL.getContent(URL.java:832)
>  at
> org.apache.jetspeed.cache.PersistentDocument.getRemoteFile(PersistentDocumen
> t.java, Compiled Code)
>  at
> org.apache.jetspeed.cache.PersistentDocument.getEntry(PersistentDocument.jav
> a:216)
>  at org.apache.jetspeed.xml.RSSParser.getContent(RSSParser.java:79)
>  at org.apache.jetspeed.portal.portlets.RSSPortlet.init(RSSPortlet.java,
> Compiled Code)
>  at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.
> java:587)
>  at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
> .java, Compiled Code)
>  at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
> .java:259)
>  at org.apache.jetspeed.turbine.screens.Home.build(Home.java:105)
>  at org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:117)
>  at
> org.apache.jetspeed.turbine.layouts.JetspeedLayout.build(JetspeedLayout.java
> :107)
>  at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111)
>  at org.apache.turbine.modules.pages.DefaultPage.build(DefaultPage.java:88)
>  at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
>  at Turbine.doGet(Turbine.java, Compiled Code)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
> Compiled Code)
>  at
> org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
>  at
> org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
> Compiled Code)
>  at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
>  at
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java, Compiled Code)
>  at
> org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java,
> Compiled Code)
>  at java.lang.Thread.run(Thread.java, Compiled Code)
>
> Thanks for help
> pascal
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to