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 <[email protected]> > 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 <[email protected]> wrote: > > Any hope with what i could be doing wrong? > > > > 2011/1/13 Jude Mwenda <[email protected]> > >> > >> http://dpaste.de/BYep/ Thanks. > >> > >> 2011/1/13 Jeffrey Johnson <[email protected]> > >>> > >>> 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 <[email protected]> > >>>> > >>>> 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 <[email protected]> > >>>> > >>>> Hi Jude, > >>>> > >>>> On Wed, Jan 12, 2011 at 5:04 AM, Jude Mwenda <[email protected]> wrote: > >>>> > > >>>> > > >>>> > 2011/1/12 Jude Mwenda <[email protected]> > >>>> >> > >>>> >> 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 > >>>> > >>>> > >>> > >>> > >> > > > > >
