librelist archives

« back to archive

Geonode on Ubuntu

Geonode on Ubuntu

From:
Sorbi Ildefonso
Date:
2011-05-07 @ 09:36
Hi! This is my first time to install GeoNode on my Ubuntu machine and
following the documentation by the letter.

After "paver build", it said "Build Successful" then when I proceeden with
"paver host" I got this:

Django is starting up, please wait...
Logging servlet output to jetty.log and django output to django.log...
Jetty is starting up, please wait...
django-admin.py updatelayers --settings=geonode.settings
Shutting down...

What could be the issue here? Thank you very much!

Re: [geonode] Geonode on Ubuntu

From:
Jeffrey Johnson
Date:
2011-05-07 @ 15:37
Hi There,

This is usually caused by GeoServer being unable to connect to the
GeoNode to retrieve the permissions for the layers. More information
can be found in both the django.log and the jetty.log in the directory
where you executed paver host. Can you have a look at those and
perhaps paste the relevant lines to something like dpaste.de ... or
post them in their entirety if you are not sure what is relevant.

Jeff

On Sat, May 7, 2011 at 2:36 AM, Sorbi Ildefonso
<sorbi.ildefonso@gmail.com> wrote:
> Hi! This is my first time to install GeoNode on my Ubuntu machine and
> following the documentation by the letter.
>
> After "paver build", it said "Build Successful" then when I proceeden with
> "paver host" I got this:
>
> Django is starting up, please wait...
> Logging servlet output to jetty.log and django output to django.log...
> Jetty is starting up, please wait...
> django-admin.py updatelayers --settings=geonode.settings
> Shutting down...
>
> What could be the issue here? Thank you very much!

Re: [geonode] Geonode on Ubuntu

From:
Sorbi Ildefonso
Date:
2011-05-08 @ 13:09
Hi! I tried installing GeoNode on a fresh Ubuntu. I got to "TheGeoNode is an
unstoppable machine". But before that, it said

django-admin.py updatelayers --settings=geonode.settings
Couldn't connect to GeoServer; is it running? Make sure the
GEOSERVER_BASE_URL setting is set correctly.

This is the new jetty.log <http://dpaste.de/kTwp/> and the new
django.log<http://dpaste.de/wxdU/>.
BTW, I do have a GeoServer running.

Thanks!


On Sat, May 7, 2011 at 11:37 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

> Hi There,
>
> This is usually caused by GeoServer being unable to connect to the
> GeoNode to retrieve the permissions for the layers. More information
> can be found in both the django.log and the jetty.log in the directory
> where you executed paver host. Can you have a look at those and
> perhaps paste the relevant lines to something like dpaste.de ... or
> post them in their entirety if you are not sure what is relevant.
>
> Jeff
>
> On Sat, May 7, 2011 at 2:36 AM, Sorbi Ildefonso
> <sorbi.ildefonso@gmail.com> wrote:
> > Hi! This is my first time to install GeoNode on my Ubuntu machine and
> > following the documentation by the letter.
> >
> > After "paver build", it said "Build Successful" then when I proceeden
> with
> > "paver host" I got this:
> >
> > Django is starting up, please wait...
> > Logging servlet output to jetty.log and django output to django.log...
> > Jetty is starting up, please wait...
> > django-admin.py updatelayers --settings=geonode.settings
> > Shutting down...
> >
> > What could be the issue here? Thank you very much!
>

Re: [geonode] Geonode on Ubuntu

From:
Jeffrey Johnson
Date:
2011-05-08 @ 14:20
That means you are all set. You should be able to visit your geonode
installation at http://localhost:8000/ ... Let us know if you run into
further problems.

Jeff

On Sun, May 8, 2011 at 6:09 AM, Sorbi Ildefonso
<sorbi.ildefonso@gmail.com> wrote:
> Hi! I tried installing GeoNode on a fresh Ubuntu. I got to "TheGeoNode is an
> unstoppable machine". But before that, it said
>
> django-admin.py updatelayers --settings=geonode.settings
> Couldn't connect to GeoServer; is it running? Make sure the
> GEOSERVER_BASE_URL setting is set correctly.
>
> This is the new jetty.log and the new django.log. BTW, I do have a GeoServer
> running.
>
> Thanks!
>
>
> On Sat, May 7, 2011 at 11:37 PM, Jeffrey Johnson <jjohnson@opengeo.org>
> wrote:
>>
>> Hi There,
>>
>> This is usually caused by GeoServer being unable to connect to the
>> GeoNode to retrieve the permissions for the layers. More information
>> can be found in both the django.log and the jetty.log in the directory
>> where you executed paver host. Can you have a look at those and
>> perhaps paste the relevant lines to something like dpaste.de ... or
>> post them in their entirety if you are not sure what is relevant.
>>
>> Jeff
>>
>> On Sat, May 7, 2011 at 2:36 AM, Sorbi Ildefonso
>> <sorbi.ildefonso@gmail.com> wrote:
>> > Hi! This is my first time to install GeoNode on my Ubuntu machine and
>> > following the documentation by the letter.
>> >
>> > After "paver build", it said "Build Successful" then when I proceeden
>> > with
>> > "paver host" I got this:
>> >
>> > Django is starting up, please wait...
>> > Logging servlet output to jetty.log and django output to django.log...
>> > Jetty is starting up, please wait...
>> > django-admin.py updatelayers --settings=geonode.settings
>> > Shutting down...
>> >
>> > What could be the issue here? Thank you very much!

Re: [geonode] Geonode on Ubuntu

From:
Sorbi Ildefonso
Date:
2011-05-08 @ 14:27
I do have GeoServer running but I still cannot access Geonode.

When I go to http://localhost:8000/, I get this :
TemplateSyntaxError at / Caught OGRException while rendering: OGR
failure.Here's the
jetty.log <http://dpaste.de/kTwp/> and the django.log<http://dpaste.de/wxdU/>.



On Sun, May 8, 2011 at 10:20 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

> That means you are all set. You should be able to visit your geonode
> installation at http://localhost:8000/ ... Let us know if you run into
> further problems.
>
> Jeff
>
> On Sun, May 8, 2011 at 6:09 AM, Sorbi Ildefonso
> <sorbi.ildefonso@gmail.com> wrote:
> > Hi! I tried installing GeoNode on a fresh Ubuntu. I got to "TheGeoNode is
> an
> > unstoppable machine". But before that, it said
> >
> > django-admin.py updatelayers --settings=geonode.settings
> > Couldn't connect to GeoServer; is it running? Make sure the
> > GEOSERVER_BASE_URL setting is set correctly.
> >
> > This is the new jetty.log and the new django.log. BTW, I do have a
> GeoServer
> > running.
> >
> > Thanks!
> >
> >
> > On Sat, May 7, 2011 at 11:37 PM, Jeffrey Johnson <jjohnson@opengeo.org>
> > wrote:
> >>
> >> Hi There,
> >>
> >> This is usually caused by GeoServer being unable to connect to the
> >> GeoNode to retrieve the permissions for the layers. More information
> >> can be found in both the django.log and the jetty.log in the directory
> >> where you executed paver host. Can you have a look at those and
> >> perhaps paste the relevant lines to something like dpaste.de ... or
> >> post them in their entirety if you are not sure what is relevant.
> >>
> >> Jeff
> >>
> >> On Sat, May 7, 2011 at 2:36 AM, Sorbi Ildefonso
> >> <sorbi.ildefonso@gmail.com> wrote:
> >> > Hi! This is my first time to install GeoNode on my Ubuntu machine and
> >> > following the documentation by the letter.
> >> >
> >> > After "paver build", it said "Build Successful" then when I proceeden
> >> > with
> >> > "paver host" I got this:
> >> >
> >> > Django is starting up, please wait...
> >> > Logging servlet output to jetty.log and django output to django.log...
> >> > Jetty is starting up, please wait...
> >> > django-admin.py updatelayers --settings=geonode.settings
> >> > Shutting down...
> >> >
> >> > What could be the issue here? Thank you very much!
>

Re: [geonode] Geonode on Ubuntu

From:
Jeffrey Johnson
Date:
2011-05-08 @ 15:46
Please execute this command and restart paver host.

sudo apt-get install libproj-dev proj-bin proj-data

Jeff

On Sun, May 8, 2011 at 7:27 AM, Sorbi Ildefonso
<sorbi.ildefonso@gmail.com> wrote:
> I do have GeoServer running but I still cannot access Geonode.
>
> When I go to http://localhost:8000/, I get this :
>
> TemplateSyntaxError at / Caught OGRException while rendering: OGR failure.
>
> Here's the jetty.log and the django.log.
>
>
> On Sun, May 8, 2011 at 10:20 PM, Jeffrey Johnson <jjohnson@opengeo.org>
> wrote:
>>
>> That means you are all set. You should be able to visit your geonode
>> installation at http://localhost:8000/ ... Let us know if you run into
>> further problems.
>>
>> Jeff
>>
>> On Sun, May 8, 2011 at 6:09 AM, Sorbi Ildefonso
>> <sorbi.ildefonso@gmail.com> wrote:
>> > Hi! I tried installing GeoNode on a fresh Ubuntu. I got to "TheGeoNode
>> > is an
>> > unstoppable machine". But before that, it said
>> >
>> > django-admin.py updatelayers --settings=geonode.settings
>> > Couldn't connect to GeoServer; is it running? Make sure the
>> > GEOSERVER_BASE_URL setting is set correctly.
>> >
>> > This is the new jetty.log and the new django.log. BTW, I do have a
>> > GeoServer
>> > running.
>> >
>> > Thanks!
>> >
>> >
>> > On Sat, May 7, 2011 at 11:37 PM, Jeffrey Johnson <jjohnson@opengeo.org>
>> > wrote:
>> >>
>> >> Hi There,
>> >>
>> >> This is usually caused by GeoServer being unable to connect to the
>> >> GeoNode to retrieve the permissions for the layers. More information
>> >> can be found in both the django.log and the jetty.log in the directory
>> >> where you executed paver host. Can you have a look at those and
>> >> perhaps paste the relevant lines to something like dpaste.de ... or
>> >> post them in their entirety if you are not sure what is relevant.
>> >>
>> >> Jeff
>> >>
>> >> On Sat, May 7, 2011 at 2:36 AM, Sorbi Ildefonso
>> >> <sorbi.ildefonso@gmail.com> wrote:
>> >> > Hi! This is my first time to install GeoNode on my Ubuntu machine and
>> >> > following the documentation by the letter.
>> >> >
>> >> > After "paver build", it said "Build Successful" then when I proceeden
>> >> > with
>> >> > "paver host" I got this:
>> >> >
>> >> > Django is starting up, please wait...
>> >> > Logging servlet output to jetty.log and django output to
>> >> > django.log...
>> >> > Jetty is starting up, please wait...
>> >> > django-admin.py updatelayers --settings=geonode.settings
>> >> > Shutting down...
>> >> >
>> >> > What could be the issue here? Thank you very much!

Re: [geonode] Geonode on Ubuntu

From:
Sorbi Ildefonso
Date:
2011-05-07 @ 15:50
Hello Jeff!

Thank you very much for the info.

Here are the full jetty.log <http://dpaste.de/jhbo/> and the
django.log<http://dpaste.de/Q0t1/>
.


Sorbs

On Sat, May 7, 2011 at 11:37 PM, Jeffrey Johnson <jjohnson@opengeo.org>wrote:

> Hi There,
>
> This is usually caused by GeoServer being unable to connect to the
> GeoNode to retrieve the permissions for the layers. More information
> can be found in both the django.log and the jetty.log in the directory
> where you executed paver host. Can you have a look at those and
> perhaps paste the relevant lines to something like dpaste.de ... or
> post them in their entirety if you are not sure what is relevant.
>
> Jeff
>
> On Sat, May 7, 2011 at 2:36 AM, Sorbi Ildefonso
> <sorbi.ildefonso@gmail.com> wrote:
> > Hi! This is my first time to install GeoNode on my Ubuntu machine and
> > following the documentation by the letter.
> >
> > After "paver build", it said "Build Successful" then when I proceeden
> with
> > "paver host" I got this:
> >
> > Django is starting up, please wait...
> > Logging servlet output to jetty.log and django output to django.log...
> > Jetty is starting up, please wait...
> > django-admin.py updatelayers --settings=geonode.settings
> > Shutting down...
> >
> > What could be the issue here? Thank you very much!
>