librelist archives

« back to archive

GeoNode on Debian Squeeze

GeoNode on Debian Squeeze

From:
luca.casagrande@gmail.com
Date:
2011-07-04 @ 15:49
Hello everybody,
I have some troubles with GeoNode and Geoserver deployment on a Debian Squeeze.
If I try to open GeoServer I have got this error:
javax.servlet.ServletException: Error connecting to GeoNode
authentication server: The host did not accept the connection within
timeout of 1000 ms

org.geonode.security.GeoNodeAnonymousProcessingFilter.doFilter(GeoNodeAnonymousProcessingFilter.java:87)

GeoNetwork and GeoNode site are ok.

Any idea?

Thx
L.

-- 
Luca Casagrande
twitter: lucacasagrande

Re: [geonode] GeoNode on Debian Squeeze

From:
David Winslow
Date:
2011-07-05 @ 14:14
Is GEONODE_BASE_URL set properly in GeoServer's web.xml? (WEB-INF/web.xml
inside of the GeoServer WAR directory.)

--
David Winslow
OpenGeo - http://opengeo.org/

On Mon, Jul 4, 2011 at 11:49 AM, luca.casagrande@gmail.com <
luca.casagrande@gmail.com> wrote:

> Hello everybody,
> I have some troubles with GeoNode and Geoserver deployment on a Debian
> Squeeze.
> If I try to open GeoServer I have got this error:
> javax.servlet.ServletException: Error connecting to GeoNode
> authentication server: The host did not accept the connection within
> timeout of 1000 ms
>
> 
org.geonode.security.GeoNodeAnonymousProcessingFilter.doFilter(GeoNodeAnonymousProcessingFilter.java:87)
>
> GeoNetwork and GeoNode site are ok.
>
> Any idea?
>
> Thx
> L.
>
> --
> Luca Casagrande
> twitter: lucacasagrande
>

Re: [geonode] GeoNode on Debian Squeeze

From:
luca.casagrande@gmail.com
Date:
2011-07-05 @ 14:20
Hi David,
yep it should be fine:
The public ip of the machine (down now) it's 84.19.191.40 and GeoNode
it's accessibile at http://84.19.191.40/
GEONODE_BASE_URL is http://84.19.191.40/

Thx
Luca

2011/7/5 David Winslow <dwinslow@opengeo.org>:
> Is GEONODE_BASE_URL set properly in GeoServer's web.xml? (WEB-INF/web.xml
> inside of the GeoServer WAR directory.)
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Mon, Jul 4, 2011 at 11:49 AM, luca.casagrande@gmail.com
> <luca.casagrande@gmail.com> wrote:
>>
>> Hello everybody,
>> I have some troubles with GeoNode and Geoserver deployment on a Debian
>> Squeeze.
>> If I try to open GeoServer I have got this error:
>> javax.servlet.ServletException: Error connecting to GeoNode
>> authentication server: The host did not accept the connection within
>> timeout of 1000 ms
>>
>> 
org.geonode.security.GeoNodeAnonymousProcessingFilter.doFilter(GeoNodeAnonymousProcessingFilter.java:87)
>>
>> GeoNetwork and GeoNode site are ok.
>>
>> Any idea?
>>
>> Thx
>> L.
>>
>> --
>> Luca Casagrande
>> twitter: lucacasagrande
>
>



-- 
Luca Casagrande
twitter: lucacasagrande

Re: [geonode] GeoNode on Debian Squeeze

From:
David Winslow
Date:
2011-07-05 @ 14:51
The error you are reporting suggests that when GeoServer tries to fetch
authorization information from the Django service, it is not even able to
establish a network connection, so either the URL is wrong in the
configuration, the service is not running, or there is some security measure
preventing the network connection being made.  It's possible that there is a
firewall in place on your system, or perhaps you have Tomcat configured to
disallow outbound network connections from webapps or something along those
lines.  I know that such a configuration for Tomcat is or was default in
Debian's tomcat package and that as a result the GeoServer project
recommends using the ZIP or TAR.GZ packages of tomcat from
http://tomcat.apache.org/ over the system packages.  It's also possible to
change the settings for tomcat, take a look at
http://tomcat.apache.org/tomcat-6.0-doc/security-manager-howto.html

--
David Winslow
OpenGeo - http://opengeo.org/

On Tue, Jul 5, 2011 at 10:20 AM, luca.casagrande@gmail.com <
luca.casagrande@gmail.com> wrote:

> Hi David,
> yep it should be fine:
> The public ip of the machine (down now) it's 84.19.191.40 and GeoNode
> it's accessibile at http://84.19.191.40/
> GEONODE_BASE_URL is http://84.19.191.40/
>
> Thx
> Luca
>
> 2011/7/5 David Winslow <dwinslow@opengeo.org>:
> > Is GEONODE_BASE_URL set properly in GeoServer's web.xml? (WEB-INF/web.xml
> > inside of the GeoServer WAR directory.)
> > --
> > David Winslow
> > OpenGeo - http://opengeo.org/
> >
> > On Mon, Jul 4, 2011 at 11:49 AM, luca.casagrande@gmail.com
> > <luca.casagrande@gmail.com> wrote:
> >>
> >> Hello everybody,
> >> I have some troubles with GeoNode and Geoserver deployment on a Debian
> >> Squeeze.
> >> If I try to open GeoServer I have got this error:
> >> javax.servlet.ServletException: Error connecting to GeoNode
> >> authentication server: The host did not accept the connection within
> >> timeout of 1000 ms
> >>
> >>
> 
org.geonode.security.GeoNodeAnonymousProcessingFilter.doFilter(GeoNodeAnonymousProcessingFilter.java:87)
> >>
> >> GeoNetwork and GeoNode site are ok.
> >>
> >> Any idea?
> >>
> >> Thx
> >> L.
> >>
> >> --
> >> Luca Casagrande
> >> twitter: lucacasagrande
> >
> >
>
>
>
> --
> Luca Casagrande
> twitter: lucacasagrande
>

Re: [geonode] GeoNode on Debian Squeeze

From:
luca.casagrande@gmail.com
Date:
2011-07-06 @ 19:26
Hi David,
thanks for your precious help.
The problem it's the same also using Tomcat from tar.gz.
The server is a kvm virtual machine, but I can access both :80 and
:8080 from browser. Tomorrow I'll talk to the sys admin to see if
there is any other problem.

Thx
Luca

2011/7/5 David Winslow <dwinslow@opengeo.org>:
> The error you are reporting suggests that when GeoServer tries to fetch
> authorization information from the Django service, it is not even able to
> establish a network connection, so either the URL is wrong in the
> configuration, the service is not running, or there is some security measure
> preventing the network connection being made.  It's possible that there is a
> firewall in place on your system, or perhaps you have Tomcat configured to
> disallow outbound network connections from webapps or something along those
> lines.  I know that such a configuration for Tomcat is or was default in
> Debian's tomcat package and that as a result the GeoServer project
> recommends using the ZIP or TAR.GZ packages of tomcat from
> http://tomcat.apache.org/ over the system packages.  It's also possible to
> change the settings for tomcat, take a look
> at http://tomcat.apache.org/tomcat-6.0-doc/security-manager-howto.html
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Tue, Jul 5, 2011 at 10:20 AM, luca.casagrande@gmail.com
> <luca.casagrande@gmail.com> wrote:
>>
>> Hi David,
>> yep it should be fine:
>> The public ip of the machine (down now) it's 84.19.191.40 and GeoNode
>> it's accessibile at http://84.19.191.40/
>> GEONODE_BASE_URL is http://84.19.191.40/
>>
>> Thx
>> Luca
>>
>> 2011/7/5 David Winslow <dwinslow@opengeo.org>:
>> > Is GEONODE_BASE_URL set properly in GeoServer's web.xml?
>> > (WEB-INF/web.xml
>> > inside of the GeoServer WAR directory.)
>> > --
>> > David Winslow
>> > OpenGeo - http://opengeo.org/
>> >
>> > On Mon, Jul 4, 2011 at 11:49 AM, luca.casagrande@gmail.com
>> > <luca.casagrande@gmail.com> wrote:
>> >>
>> >> Hello everybody,
>> >> I have some troubles with GeoNode and Geoserver deployment on a Debian
>> >> Squeeze.
>> >> If I try to open GeoServer I have got this error:
>> >> javax.servlet.ServletException: Error connecting to GeoNode
>> >> authentication server: The host did not accept the connection within
>> >> timeout of 1000 ms
>> >>
>> >>
>> >> 
org.geonode.security.GeoNodeAnonymousProcessingFilter.doFilter(GeoNodeAnonymousProcessingFilter.java:87)
>> >>
>> >> GeoNetwork and GeoNode site are ok.
>> >>
>> >> Any idea?
>> >>
>> >> Thx
>> >> L.
>> >>
>> >> --
>> >> Luca Casagrande
>> >> twitter: lucacasagrande
>> >
>> >
>>
>>
>>
>> --
>> Luca Casagrande
>> twitter: lucacasagrande
>
>



-- 
Luca Casagrande
twitter: lucacasagrande