2011/1/12 Jude Mwenda <jude@upande.com> > Hi, > I have tried setting up geonode on ubuntu 10.10 with little success. On > writing the command > django-admin.py createsuperuser --settings=geonode.settings > > i get unknown command. When i ignore and go ahead with the rest, 'paver > host' command i get the following messages , > Django is starting up,please wait > Then it moves on to Jetty and provides no more messages after this. > Anything i am doing wrong? >
Hi Jude, On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: > > > 2011/1/12 Jude Mwenda <jude@upande.com> >> >> Hi, >> I have tried setting up geonode on ubuntu 10.10 with little success. On >> writing the command >> django-admin.py createsuperuser --settings=geonode.settings > >> i get unknown command. When i ignore and go ahead with the rest, 'paver >> host' command i get the following messages , >> Django is starting up,please wait >> Then it moves on to Jetty and provides no more messages after this. >> Anything i am doing wrong? Have you activated the virtualenv with source bin/activate from the root of the source tree? There should be a jetty.log and django.log in the directory where you invoked 'paver host'. Can you check it for errors, and perhaps post the contents to something like dpaste.de for us to review. Thanks, Jeff
Hi, Here it is http://dpaste.de/95ZA/ Please help. 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> > Hi Jude, > > On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: > > > > > > 2011/1/12 Jude Mwenda <jude@upande.com> > >> > >> Hi, > >> I have tried setting up geonode on ubuntu 10.10 with little success. On > >> writing the command > >> django-admin.py createsuperuser --settings=geonode.settings > > > >> i get unknown command. When i ignore and go ahead with the rest, 'paver > >> host' command i get the following messages , > >> Django is starting up,please wait > >> Then it moves on to Jetty and provides no more messages after this. > >> Anything i am doing wrong? > > Have you activated the virtualenv with source bin/activate from the > root of the source tree? > > There should be a jetty.log and django.log in the directory where you > invoked 'paver host'. Can you check it for errors, and perhaps post > the contents to something like dpaste.de for us to review. > > Thanks, > > Jeff >
Ok, you need to install a java compiler. Looks you may only have the JRE installed now. try this apt-get install sun-java6-jdk or apt-get install -y openjdk-6-jdk and then re-run the paver host command Let us know how it goes. Jeff On 2011-01-12 at 16:02:58, Jude Mwenda wrote: > Hi, > Here it is > http://dpaste.de/95ZA/ > Please help. > > 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> > > > Hi Jude, > > > > On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: > > > > > > > > > 2011/1/12 Jude Mwenda <jude@upande.com> > > >> > > >> Hi, > > >> I have tried setting up geonode on ubuntu 10.10 with little success. On > > >> writing the command > > >> django-admin.py createsuperuser --settings=geonode.settings > > > > > >> i get unknown command. When i ignore and go ahead with the rest, 'paver > > >> host' command i get the following messages , > > >> Django is starting up,please wait > > >> Then it moves on to Jetty and provides no more messages after this. > > >> Anything i am doing wrong? > > > > > > > > Have you activated the virtualenv with source bin/activate from the > > root of the source tree? > > > > There should be a jetty.log and django.log in the directory where you > > invoked 'paver host'. Can you check it for errors, and perhaps post > > the contents to something like dpaste.de for us to review. > > > > Thanks, > > > > Jeff > > > > > > > > > >
How long should it take the Jetty server to start. the jetty.log now shows no errors but the django.log does. thanks for your help. 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > Ok, you need to install a java compiler. Looks you may only have the JRE > installed now. > > try this > > apt-get install sun-java6-jdk > > or > > apt-get install -y openjdk-6-jdk > > and then re-run the paver host command > > Let us know how it goes. > > Jeff > * > * > * * > > On 2011-01-12 at 16:02:58, Jude Mwenda wrote: > > Hi, > Here it is > http://dpaste.de/95ZA/ > Please help. > > 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> > > Hi Jude, > > On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: > > > > > > 2011/1/12 Jude Mwenda <jude@upande.com> > >> > >> Hi, > >> I have tried setting up geonode on ubuntu 10.10 with little success. On > >> writing the command > >> django-admin.py createsuperuser --settings=geonode.settings > > > >> i get unknown command. When i ignore and go ahead with the rest, 'paver > >> host' command i get the following messages , > >> Django is starting up,please wait > >> Then it moves on to Jetty and provides no more messages after this. > >> Anything i am doing wrong? > > Have you activated the virtualenv with source bin/activate from the > root of the source tree? > > There should be a jetty.log and django.log in the directory where you > invoked 'paver host'. Can you check it for errors, and perhaps post > the contents to something like dpaste.de for us to review. > > Thanks, > > Jeff > > > >
Can you dpaste the errors from the django log please. Jeff On 2011-01-12 at 16:28:20, Jude Mwenda wrote: > How long should it take the Jetty server to start. the jetty.log now shows no errors but the django.log does. thanks for your help. > > 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > > > Ok, you need to install a java compiler. Looks you may only have the JRE installed now. > > > > > > try this > > > > > > apt-get install sun-java6-jdk > > > > > > or > > > > > > apt-get install -y openjdk-6-jdk > > > > > > and then re-run the paver host command > > > > > > Let us know how it goes. > > > > > > Jeff > > > > > > On 2011-01-12 at 16:02:58, Jude Mwenda wrote: > > > > > Hi, > > > Here it is > > > http://dpaste.de/95ZA/ > > > Please help. > > > > > > 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> > > > > > > > Hi Jude, > > > > > > > > On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: > > > > > > > > > > > > > > > 2011/1/12 Jude Mwenda <jude@upande.com> > > > > >> > > > > >> Hi, > > > > >> I have tried setting up geonode on ubuntu 10.10 with little success. On > > > > >> writing the command > > > > >> django-admin.py createsuperuser --settings=geonode.settings > > > > > > > > > >> i get unknown command. When i ignore and go ahead with the rest, 'paver > > > > >> host' command i get the following messages , > > > > >> Django is starting up,please wait > > > > >> Then it moves on to Jetty and provides no more messages after this. > > > > >> Anything i am doing wrong? > > > > > > > > > > > > > > > > Have you activated the virtualenv with source bin/activate from the > > > > root of the source tree? > > > > > > > > There should be a jetty.log and django.log in the directory where you > > > > invoked 'paver host'. Can you check it for errors, and perhaps post > > > > the contents to something like dpaste.de for us to review. > > > > > > > > Thanks, > > > > > > > > Jeff > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
http://dpaste.de/BYep/ Thanks. 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > Can you dpaste the errors from the django log please. > > Jeff > > On 2011-01-12 at 16:28:20, Jude Mwenda wrote: > > How long should it take the Jetty server to start. the jetty.log now shows > no errors but the django.log does. thanks for your help. > > 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > >> Ok, you need to install a java compiler. Looks you may only have the JRE >> installed now. >> >> try this >> >> apt-get install sun-java6-jdk >> >> or >> >> apt-get install -y openjdk-6-jdk >> >> and then re-run the paver host command >> >> Let us know how it goes. >> >> Jeff >> * >> * >> * * >> >> On 2011-01-12 at 16:02:58, Jude Mwenda wrote: >> >> Hi, >> Here it is >> http://dpaste.de/95ZA/ >> Please help. >> >> 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> >> >> Hi Jude, >> >> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: >> > >> > >> > 2011/1/12 Jude Mwenda <jude@upande.com> >> >> >> >> Hi, >> >> I have tried setting up geonode on ubuntu 10.10 with little success. On >> >> writing the command >> >> django-admin.py createsuperuser --settings=geonode.settings >> > >> >> i get unknown command. When i ignore and go ahead with the rest, >> 'paver >> >> host' command i get the following messages , >> >> Django is starting up,please wait >> >> Then it moves on to Jetty and provides no more messages after this. >> >> Anything i am doing wrong? >> >> Have you activated the virtualenv with source bin/activate from the >> root of the source tree? >> >> There should be a jetty.log and django.log in the directory where you >> invoked 'paver host'. Can you check it for errors, and perhaps post >> the contents to something like dpaste.de for us to review. >> >> Thanks, >> >> Jeff >> >> >> >> > >
Any hope with what i could be doing wrong? 2011/1/13 Jude Mwenda <jude@upande.com> > http://dpaste.de/BYep/ Thanks. > > > 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > >> Can you dpaste the errors from the django log please. >> >> Jeff >> >> On 2011-01-12 at 16:28:20, Jude Mwenda wrote: >> >> How long should it take the Jetty server to start. the jetty.log now shows >> no errors but the django.log does. thanks for your help. >> >> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> >> >>> Ok, you need to install a java compiler. Looks you may only have the >>> JRE installed now. >>> >>> try this >>> >>> apt-get install sun-java6-jdk >>> >>> or >>> >>> apt-get install -y openjdk-6-jdk >>> >>> and then re-run the paver host command >>> >>> Let us know how it goes. >>> >>> Jeff >>> * >>> * >>> * * >>> >>> On 2011-01-12 at 16:02:58, Jude Mwenda wrote: >>> >>> Hi, >>> Here it is >>> http://dpaste.de/95ZA/ >>> Please help. >>> >>> 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> >>> >>> Hi Jude, >>> >>> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: >>> > >>> > >>> > 2011/1/12 Jude Mwenda <jude@upande.com> >>> >> >>> >> Hi, >>> >> I have tried setting up geonode on ubuntu 10.10 with little success. >>> On >>> >> writing the command >>> >> django-admin.py createsuperuser --settings=geonode.settings >>> > >>> >> i get unknown command. When i ignore and go ahead with the rest, >>> 'paver >>> >> host' command i get the following messages , >>> >> Django is starting up,please wait >>> >> Then it moves on to Jetty and provides no more messages after this. >>> >> Anything i am doing wrong? >>> >>> Have you activated the virtualenv with source bin/activate from the >>> root of the source tree? >>> >>> There should be a jetty.log and django.log in the directory where you >>> invoked 'paver host'. Can you check it for errors, and perhaps post >>> the contents to something like dpaste.de for us to review. >>> >>> Thanks, >>> >>> Jeff >>> >>> >>> >>> >> >> >
Jude, Can you try to send a more complete stack trace from the django log. Perhaps include the entire log. Thanks, Jeff On Thu, Jan 13, 2011 at 11:27 PM, Jude Mwenda <jude@upande.com> wrote: > Any hope with what i could be doing wrong? > > 2011/1/13 Jude Mwenda <jude@upande.com> >> >> http://dpaste.de/BYep/ Thanks. >> >> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> >>> >>> Can you dpaste the errors from the django log please. >>> Jeff >>> >>> On 2011-01-12 at 16:28:20, Jude Mwenda wrote: >>> >>> How long should it take the Jetty server to start. the jetty.log now >>> shows no errors but the django.log does. thanks for your help. >>> >>> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> >>>> >>>> Ok, you need to install a java compiler. Looks you may only have the JRE >>>> installed now. >>>> try this >>>> apt-get install sun-java6-jdk >>>> or >>>> apt-get install -y openjdk-6-jdk >>>> and then re-run the paver host command >>>> Let us know how it goes. >>>> Jeff >>>> >>>> On 2011-01-12 at 16:02:58, Jude Mwenda wrote: >>>> >>>> Hi, >>>> Here it is >>>> http://dpaste.de/95ZA/ >>>> Please help. >>>> >>>> 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> >>>> >>>> Hi Jude, >>>> >>>> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: >>>> > >>>> > >>>> > 2011/1/12 Jude Mwenda <jude@upande.com> >>>> >> >>>> >> Hi, >>>> >> I have tried setting up geonode on ubuntu 10.10 with little success. >>>> >> On >>>> >> writing the command >>>> >> django-admin.py createsuperuser --settings=geonode.settings >>>> > >>>> >> i get unknown command. When i ignore and go ahead with the rest, >>>> >> 'paver >>>> >> host' command i get the following messages , >>>> >> Django is starting up,please wait >>>> >> Then it moves on to Jetty and provides no more messages after this. >>>> >> Anything i am doing wrong? >>>> >>>> Have you activated the virtualenv with source bin/activate from the >>>> root of the source tree? >>>> >>>> There should be a jetty.log and django.log in the directory where you >>>> invoked 'paver host'. Can you check it for errors, and perhaps post >>>> the contents to something like dpaste.de for us to review. >>>> >>>> Thanks, >>>> >>>> Jeff >>>> >>>> >>> >>> >> > >
Hi, I uninstalled geonode and reinstalled. Think it is working now though i have another problem. I am setting up on Amazon Web services, on the terminal front, it gives the start up message on using paver host. I have opened port 8000 from the amazon console but on accessing ec2-50-16-99-133.compute-1.amazonaws.com:8000/ i get nothing. Any clues? 2011/1/14 Jeff Johnson <jjohnson@opengeo.org> > Jude, Can you try to send a more complete stack trace from the django > log. Perhaps include the entire log. > > Thanks, > > Jeff > > On Thu, Jan 13, 2011 at 11:27 PM, Jude Mwenda <jude@upande.com> wrote: > > Any hope with what i could be doing wrong? > > > > 2011/1/13 Jude Mwenda <jude@upande.com> > >> > >> http://dpaste.de/BYep/ Thanks. > >> > >> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > >>> > >>> Can you dpaste the errors from the django log please. > >>> Jeff > >>> > >>> On 2011-01-12 at 16:28:20, Jude Mwenda wrote: > >>> > >>> How long should it take the Jetty server to start. the jetty.log now > >>> shows no errors but the django.log does. thanks for your help. > >>> > >>> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > >>>> > >>>> Ok, you need to install a java compiler. Looks you may only have the > JRE > >>>> installed now. > >>>> try this > >>>> apt-get install sun-java6-jdk > >>>> or > >>>> apt-get install -y openjdk-6-jdk > >>>> and then re-run the paver host command > >>>> Let us know how it goes. > >>>> Jeff > >>>> > >>>> On 2011-01-12 at 16:02:58, Jude Mwenda wrote: > >>>> > >>>> Hi, > >>>> Here it is > >>>> http://dpaste.de/95ZA/ > >>>> Please help. > >>>> > >>>> 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> > >>>> > >>>> Hi Jude, > >>>> > >>>> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: > >>>> > > >>>> > > >>>> > 2011/1/12 Jude Mwenda <jude@upande.com> > >>>> >> > >>>> >> Hi, > >>>> >> I have tried setting up geonode on ubuntu 10.10 with little > success. > >>>> >> On > >>>> >> writing the command > >>>> >> django-admin.py createsuperuser --settings=geonode.settings > >>>> > > >>>> >> i get unknown command. When i ignore and go ahead with the rest, > >>>> >> 'paver > >>>> >> host' command i get the following messages , > >>>> >> Django is starting up,please wait > >>>> >> Then it moves on to Jetty and provides no more messages after this. > >>>> >> Anything i am doing wrong? > >>>> > >>>> Have you activated the virtualenv with source bin/activate from the > >>>> root of the source tree? > >>>> > >>>> There should be a jetty.log and django.log in the directory where you > >>>> invoked 'paver host'. Can you check it for errors, and perhaps post > >>>> the contents to something like dpaste.de for us to review. > >>>> > >>>> Thanks, > >>>> > >>>> Jeff > >>>> > >>>> > >>> > >>> > >> > > > > >
Hi Jude, In the shared/dev-paste.ini file, try changing the host variable from 127.0.0.1 to 0.0.0.0, then restart geonode. # Change to 0.0.0.0 to make public: host = 0.0.0.0 -Matt On Jan 17, 2011, at 4:18 AM, Jude Mwenda wrote: > Hi, > I uninstalled geonode and reinstalled. Think it is working now > though i have another problem. I am setting up on Amazon Web > services, on the terminal front, it gives the start up message on > using paver host. I have opened port 8000 from the amazon console > but on accessing ec2-50-16-99-133.compute-1.amazonaws.com:8000/ i > get nothing. Any clues? > > 2011/1/14 Jeff Johnson <jjohnson@opengeo.org> > Jude, Can you try to send a more complete stack trace from the django > log. Perhaps include the entire log. > > Thanks, > > Jeff > > On Thu, Jan 13, 2011 at 11:27 PM, Jude Mwenda <jude@upande.com> wrote: > > Any hope with what i could be doing wrong? > > > > 2011/1/13 Jude Mwenda <jude@upande.com> > >> > >> http://dpaste.de/BYep/ Thanks. > >> > >> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > >>> > >>> Can you dpaste the errors from the django log please. > >>> Jeff > >>> > >>> On 2011-01-12 at 16:28:20, Jude Mwenda wrote: > >>> > >>> How long should it take the Jetty server to start. the jetty.log > now > >>> shows no errors but the django.log does. thanks for your help. > >>> > >>> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > >>>> > >>>> Ok, you need to install a java compiler. Looks you may only > have the JRE > >>>> installed now. > >>>> try this > >>>> apt-get install sun-java6-jdk > >>>> or > >>>> apt-get install -y openjdk-6-jdk > >>>> and then re-run the paver host command > >>>> Let us know how it goes. > >>>> Jeff > >>>> > >>>> On 2011-01-12 at 16:02:58, Jude Mwenda wrote: > >>>> > >>>> Hi, > >>>> Here it is > >>>> http://dpaste.de/95ZA/ > >>>> Please help. > >>>> > >>>> 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> > >>>> > >>>> Hi Jude, > >>>> > >>>> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> > wrote: > >>>> > > >>>> > > >>>> > 2011/1/12 Jude Mwenda <jude@upande.com> > >>>> >> > >>>> >> Hi, > >>>> >> I have tried setting up geonode on ubuntu 10.10 with little > success. > >>>> >> On > >>>> >> writing the command > >>>> >> django-admin.py createsuperuser --settings=geonode.settings > >>>> > > >>>> >> i get unknown command. When i ignore and go ahead with the > rest, > >>>> >> 'paver > >>>> >> host' command i get the following messages , > >>>> >> Django is starting up,please wait > >>>> >> Then it moves on to Jetty and provides no more messages > after this. > >>>> >> Anything i am doing wrong? > >>>> > >>>> Have you activated the virtualenv with source bin/activate from > the > >>>> root of the source tree? > >>>> > >>>> There should be a jetty.log and django.log in the directory > where you > >>>> invoked 'paver host'. Can you check it for errors, and perhaps > post > >>>> the contents to something like dpaste.de for us to review. > >>>> > >>>> Thanks, > >>>> > >>>> Jeff > >>>> > >>>> > >>> > >>> > >> > > > > > Matt Bertrand GIS Programmer Center for Geographic Analysis Harvard University 617-495-1168 mbertrand@cga.harvard.edu
Thanks a mil. Just saved me, ;-) 2011/1/17 Matt Bertrand <mbertrand@cga.harvard.edu> > Hi Jude, > > In the shared/dev-paste.ini file, try changing the host variable from > 127.0.0.1 to 0.0.0.0, then restart geonode. > > # Change to 0.0.0.0 to make public: > host = 0.0.0.0 > > -Matt > > > On Jan 17, 2011, at 4:18 AM, Jude Mwenda wrote: > > Hi, > I uninstalled geonode and reinstalled. Think it is working now though i > have another problem. I am setting up on Amazon Web services, on the > terminal front, it gives the start up message on using paver host. I have > opened port 8000 from the amazon console but on accessing > ec2-50-16-99-133.compute-1.amazonaws.com:8000/ i get nothing. Any clues? > > 2011/1/14 Jeff Johnson <jjohnson@opengeo.org> > >> Jude, Can you try to send a more complete stack trace from the django >> log. Perhaps include the entire log. >> >> Thanks, >> >> Jeff >> >> On Thu, Jan 13, 2011 at 11:27 PM, Jude Mwenda <jude@upande.com> wrote: >> > Any hope with what i could be doing wrong? >> > >> > 2011/1/13 Jude Mwenda <jude@upande.com> >> >> >> >> http://dpaste.de/BYep/ Thanks. >> >> >> >> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> >> >>> >> >>> Can you dpaste the errors from the django log please. >> >>> Jeff >> >>> >> >>> On 2011-01-12 at 16:28:20, Jude Mwenda wrote: >> >>> >> >>> How long should it take the Jetty server to start. the jetty.log now >> >>> shows no errors but the django.log does. thanks for your help. >> >>> >> >>> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> >> >>>> >> >>>> Ok, you need to install a java compiler. Looks you may only have the >> JRE >> >>>> installed now. >> >>>> try this >> >>>> apt-get install sun-java6-jdk >> >>>> or >> >>>> apt-get install -y openjdk-6-jdk >> >& gt;>> and then re-run the paver host command >> >> >>>> Let us know how it goes. >> >>>> Jeff >> >>>> >> >>>> On 2011-01-12 at 16:02:58, Jude Mwenda wrote: >> >>>> >> >>>> Hi, >> >>>> Here it is >> >>>> http://dpaste.de/95ZA/ >> >>>> Please help. >> >>>> >> >>>> 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> >> >>>> >> >>>> Hi Jude, >> >>>> >> >>>> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> >> wrote: >> >>>> > >> >>>> > >> >>>> > 2011/1/12 Jude Mwenda <jude@upande.com> >> >>>> >> >> >>>> >> Hi, >> >>>> >> I have tried setting up geonode on ubuntu 10.10 with little >> success. >> >>>> >> On >> >>>> >> writing the command >> >>>> >> django-admin.py createsuperuser --settings=geonode.settings >> >>>> > >> >>>> >> i get unknown command. When i ignore and go ahead with the rest, >> >>>> >> 'paver >> >>>> >> host' command i get the following messages , >> >>>> >> Django is starting up,please wait >> >>>> >> Then it moves on to Jetty and provides no more messages after >> this. >> >>>> >> Anything i am doing wrong? >> >>>> >> >>>> Have you activated the virtualenv with source bin/activate from the >> >>>> root of the source tree? >> >>>> >> >>>> There should be a jetty.log and django.log in the directory whe re >> you >> >> >>>> invoked 'paver host'. Can you check it for errors, and perhaps post >> >>>> the contents to something like dpaste.de for us to review. >> >>>> >> >>>> Thanks, >> >>>> >> >>>> Jeff >> >>>> >> >>>> >> >>> >> >>> >> >> >> > >> > >> > > > Matt Bertrand > GIS Programmer > Center for Geographic Analysis > Harvard University > 617-495-1168 > mbertrand@cga.harvard.edu > > > >
You may need to do the same in src/geoserver-geonode-ext/jetty.xml ... change localhost to 0.0.0.0 on about line 41 Let us know how it goes, Jeff On 2011-01-17 at 05:31:12, Jude Mwenda wrote: > Thanks a mil. Just saved me, ;-) > > 2011/1/17 Matt Bertrand <mbertrand@cga.harvard.edu> > > > Hi Jude, > > > > > > In the shared/dev-paste.ini file, try changing the host variable from 127.0.0.1 to 0.0.0.0, then restart geonode. > > > > > > # Change to 0.0.0.0 to make public: > > host = 0.0.0.0 > > > > > > -Matt > > > > > > > > On Jan 17, 2011, at 4:18 AM, Jude Mwenda wrote: > > > > > > > > > > > Hi, > > > I uninstalled geonode and reinstalled. Think it is working now though i have another problem. I am setting up on Amazon Web services, on the terminal front, it gives the start up message on using paver host. I have opened port 8000 from the amazon console but on accessing ec2-50-16-99-133.compute-1.amazonaws.com:8000/ i get nothing. Any clues? > > > > > > > > > > > > 2011/1/14 Jeff Johnson <jjohnson@opengeo.org> > > > > > > > > > > > > > Jude, Can you try to send a more complete stack trace from the django > > > > log. Perhaps include the entire log. > > > > > > > > Thanks, > > > > > > > > Jeff > > > > > > > > > > > > > > > > On Thu, Jan 13, 2011 at 11:27 PM, Jude Mwenda <jude@upande.com> wrote: > > > > > Any hope with what i could be doing wrong? > > > > > > > > > > 2011/1/13 Jude Mwenda <jude@upande.com> > > > > >> > > > > >> http://dpaste.de/BYep/ Thanks. > > > > >> > > > > >> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > > > > >>> > > > > >>> Can you dpaste the errors from the django log please. > > > > >>> Jeff > > > > >>> > > > > >>> On 2011-01-12 at 16:28:20, Jude Mwenda wrote: > > > > >>> > > > > >>> How long should it take the Jetty server to start. the jetty.log now > > > > >>> shows no errors but the django.log does. thanks for your help. > > > > >>> > > > > >>> 2011/1/13 Jeffrey Johnson <jjohnson@opengeo.org> > > > > >>>> > > > > >>>> Ok, you need to install a java compiler. Looks you may only have the JRE > > > > >>>> installed now. > > > > >>>> try this > > > > >>>> apt-get install sun-java6-jdk > > > > >>>> or > > > > >>>> apt-get install -y openjdk-6-jdk > > > > > > > > > > > > >& gt;>> and then re-run the paver host command > > > > > > > > >>>> Let us know how it goes. > > > > >>>> Jeff > > > > >>>> > > > > >>>> On 2011-01-12 at 16:02:58, Jude Mwenda wrote: > > > > >>>> > > > > >>>> Hi, > > > > >>>> Here it is > > > > >>>> http://dpaste.de/95ZA/ > > > > >>>> Please help. > > > > >>>> > > > > >>>> 2011/1/12 Jeff Johnson <jjohnson@opengeo.org> > > > > >>>> > > > > >>>> Hi Jude, > > > > >>>> > > > > >>>> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <jude@upande.com> wrote: > > > > >>>> > > > > > >>>> > > > > > >>>> > 2011/1/12 Jude Mwenda <jude@upande.com> > > > > >>>> >> > > > > >>>> >> Hi, > > > > >>>> >> I have tried setting up geonode on ubuntu 10.10 with little success. > > > > >>>> >> On > > > > >>>> >> writing the command > > > > >>>> >> django-admin.py createsuperuser --settings=geonode.settings > > > > >>>> > > > > > >>>> >> i get unknown command. When i ignore and go ahead with the rest, > > > > >>>> >> 'paver > > > > >>>> >> host' command i get the following messages , > > > > >>>> >> Django is starting up,please wait > > > > >>>> >> Then it moves on to Jetty and provides no more messages after this. > > > > >>>> >> Anything i am doing wrong? > > > > >>>> > > > > >>>> Have you activated the virtualenv with source bin/activate from the > > > > >>>> root of the source tree? > > > > >>>> > > > > > > > > >>>> There should be a jetty.log and django.log in the directory whe re you > > > > > > > > >>>> invoked 'paver host'. Can you check it for errors, and perhaps post > > > > >>>> the contents to something like dpaste.de for us to review. > > > > >>>> > > > > >>>> Thanks, > > > > >>>> > > > > >>>> Jeff > > > > >>>> > > > > >>>> > > > > >>> > > > > >>> > > > > >> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Matt Bertrand > > GIS Programmer > > Center for Geographic Analysis > > Harvard University > > 617-495-1168 > > mbertrand@cga.harvard.edu > > > > > > > > > > > > > > > > > > > > > > >