This looks like a GeoNode-specific error, but not one that I have seen before. What value have you set for the GEONODE_BASE_URL in GeoServer's web.xml ?
-- David Winslow OpenGeo - http://opengeo.org/ On Fri, Aug 12, 2011 at 2:42 AM, Patrick Krejci <[email protected]>wrote: > Thanks David for your quick answer. Yes I tried to get the Geoserver > directly over port 8080, I get the following HTTP Status 500 error. > > java.lang.IllegalArgumentException: Host name may not be null > org.apache.commons.httpclient.HttpHost.<init>(HttpHost.java:68) > org.apache.commons.httpclient.HttpHost.<init>(HttpHost.java:107) > > org.apache.commons.httpclient.HttpMethodBase.setURI(HttpMethodBase.java:280) > > org.apache.commons.httpclient.HttpMethodBase.<init>(HttpMethodBase.java:220) > > org.apache.commons.httpclient.methods.GetMethod.<init>(GetMethod.java:89) > org.geonode.security.HTTPClient.sendGET(HTTPClient.java:56) > > > org.geonode.security.DefaultSecurityClient.authenticate(DefaultSecurityClient.java:108) > > > org.geonode.security.DefaultSecurityClient.authenticateCookie(DefaultSecurityClient.java:72) > > > org.geonode.security.GeoNodeCookieProcessingFilter.doFilter(GeoNodeCookieProcessingFilter.java:93) > > > org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275) > > org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:110) > > > org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275) > > > org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) > > > org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275) > > org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149) > > org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98) > org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:73) > > > org.geoserver.filters.ReverseProxyFilter.doFilter(ReverseProxyFilter.java:183) > org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41) > > > I will also try to find/get a answer to this problem in the geoserver > documentation. > > Thanks > > Patrick > > > > -------- Original-Nachricht -------- > > Datum: Thu, 11 Aug 2011 16:45:57 -0400 > > Von: David Winslow <[email protected]> > > An: [email protected] > > Betreff: Re: [geonode] Access Geonode from remote > > > Try accessing GeoServer directly > > (http://<ip>:8080/geoserver-geonode-dev/). > > Do you still get an error? > > > > The error message you're reporting from Apache indicates GeoServer itself > > is > > having some issues so that would be the place to dig in. > > > > -- > > David Winslow > > OpenGeo - http://opengeo.org/ > > > > On Thu, Aug 11, 2011 at 4:35 PM, Patrick Krejci > > <[email protected]>wrote: > > > > > Hi mailinglist,**** > > > > > > ** ** > > > > > > I hope I’m in the correct list here, but for me it’s difficult to > > know what > > > causes the problem. I installed the Version 1.0 of Geonode with the > > > Documentation “Deploying on Ubuntu 10.04”. Therefore I have a Ubuntu > > Server > > > (textbased), which has an internal and external IP address. **** > > > > > > ** ** > > > > > > The Access to Geonode portal happens over a remote pc in the Network. > > Due > > > to this, I have configured the configuration files from localhost to > the > > > internal IP address. The Client of Geonode (Geonode Portal) works from > > the > > > access over the remote server in the network. The redirection to the > > > geonetwork site also works correctly so that the Site will be forwarded > > to > > > port 8080 and I see the geonetwork site. **** > > > > > > ** ** > > > > > > My Problem is the following. If I open the GeoServer Site of Geonode ( > > > http://IP-address/geoserver-geonode-dev/ ) i receive a proxy error. > The > > > proxy server could not handle the request GET/geoserver-geonode-dev/ > > (Error > > > reading from remote server).**** > > > > > > ** ** > > > > > > How I have to configure Geonode so that I can access the site from a > > remote > > > server?**** > > > > > > ** ** > > > > > > Thanks in advance****< /p> > > > > > > ** ** > > > > > > Patrick**** > > > > > > ** ** > > > > > > ** ** > > > > > > > > -- > NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie! > Jetzt informieren: http://www.gmx.net/de/go/freephone >
