Im not at all sure about the jetty error. The django error is solved by installing proj as I indicated. I will check into the pom problem and get back to you.
Jeff On Wed, Mar 23, 2011 at 9:54 AM, Jhonatas Martins dos Santos <[email protected]> wrote: > > > 2011/3/23 Jhonatas Martins dos Santos <[email protected]> >> >> I am installing from source. >> this https://github.com/GeoNode/geonode. >> and yet it is with error in jetty.log >> Build error >> do i need any dependency ?? >> >> Thanks. >> >> >> 2011/3/23 Jeff Johnson <[email protected]> >>> >>> Err, obviously source if you are doing paver host. Make sure you >>> follow the 1.0.1 install docs when you bump that to a production >>> system. >>> >>> http://docs.geonode.org/1.0.1/index.html >>> >>> Jeff >>> >>> On Wed, Mar 23, 2011 at 9:12 AM, Jeff Johnson <[email protected]> >>> wrote: >>> > sudo apt-get install libproj-dev proj-bin proj-data and restart should >>> > solve that. >>> > >>> > Are you installing from source or one of the packages? >>> > >>> > Jeff >>> > >>> > On Wed, Mar 23, 2011 at 8:32 AM, Jhonatas Martins dos Santos >>> > <[email protected]> wrote: >>> >> Hi !!! >>> >> >>> >> I'm trying install geonode on Ubuntu, >>> >> and the installation is stopping in instruction "paver host", >>> >> and there are some errors in the log Django.log and jetty.log >>> >> >>> >> look please. >>> >> >>> >> DJANGO.log >>> >> >>> >> >>> >> >>> >> /geonode/lib/python2.6/site-packages/registration/models.py:4: >>> >> DeprecationWarning: the sha module is deprecated; use the hashlib >>> >> module >>> >> instead >>> >> import sha >>> >> ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of >>> >> OGRCoordinateTransformation failed. >>> >> ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of >>> >> OGRCoordinateTransformation failed. >>> >> ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of >>> >> OGRCoordinateTransformation failed. >>> >> 2011-03-23 09:23:18,994 INFO [wsgi] 127.0.0.1 - - >>> >> [23/Mar/2011:11:23:12 >>> >> -0500] "GET / HTTP/1.0" 500 - "-" "Python-urllib/1.17 >>> >> >>> >> >>> >> >>> >> JETTY.log >>> >> >>> >> >>> >> >>> >> CompilerOracle: exclude >>> >> net/sf/saxon/event/ReceivingContentHandler.startElement >>> >> [INFO] Scanning for projects... >>> >> [INFO] >>> >> >>> >> ------------------------------------------------------------------------ >>> >> [INFO] Building GeoNode GeoServer Extensions >>> >> [INFO] task-segment: [jetty:run] >>> >> [INFO] >>> >> >>> >> ------------------------------------------------------------------------ >>> >> [INFO] Preparing jetty:run >>> >> [INFO] [resources:resources {execution: default-resources}] >>> >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>> >> [INFO] Copying 4 resources >>> >> [INFO] [compiler:compile {execution: default-compile}] >>> >> [INFO] Nothing to compile - all classes are up to date >>> >> [INFO] [resources:testResources {execution: default-testResources}] >>> >> [INFO] Using 'UTF-8' encoding to copy filtered resources. >>> >> [INFO] Copying 10 resources >>> >> [INFO] [compiler:testCompile {execution: default-testCompile}] >>> >> [INFO] Nothing to compile - all classes are up to date >>> >> [WARNING] POM for 'org.mortbay.jetty:jetty:pom:6.1.10:runtime' is >>> >> invalid. >>> >> >>> >> Its dependencies (if any) will NOT be available to the current build. >>> >> [WARNING] POM for 'org.apache.maven:maven-project:pom:2.0.3:runtime' >>> >> is >>> >> invalid. >>> >> >>> >> Its dependencies (if any) will NOT be available to the current build. >>> >> [INFO] >>> >> >>> >> ------------------------------------------------------------------------ >>> >> [ERROR] BUILD ERROR >>> >> [INFO] >>> >> >>> >> ------------------------------------------------------------------------ >>> >> [INFO] Error building POM (may not be this project's POM). >>> >> >>> >> >>> >> Project ID: org.apache.maven:maven-plugin-api:jar:2.0.3 >>> >> >>> >> Reason: Cannot find parent: org.apache.maven:maven for project: >>> >> org.apache.maven:maven-plugin-api:jar:2.0.3 for project >>> >> org.apache.maven:maven-plugin-api:jar:2.0.3 >>> >> >>> >> >>> >> [INFO] >>> >> >>> >> ------------------------------------------------------------------------ >>> >> [INFO] For more information, run Maven with the -e switch >>> >> [INFO] >>> >> >>> >> ------------------------------------------------------------------------ >>> >> [INFO] Total time: 15 seconds >>> >> [INFO] Finished at: Wed Mar 23 11:23:27 BRT 2011 >>> >> [INFO] Final Memory: 27M/67M >>> >> [INFO] >>> >> >>> >> ------------------------------------------------------------------------ >>> >> >>> >> -- >>> >> "É tempo de caminhar sem medo de se perder." >>> >> >>> >> Jhonatas Martins dos Santos >>> >> >>> > >> >> >> >> -- >> "É tempo de caminhar sem medo de se perder." >> >> Jhonatas Martins dos Santos > > > > -- > "É tempo de caminhar sem medo de se perder." > > Jhonatas Martins dos Santos >
