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.
1. DJANGO.log
2.
3.
4.
5. /geonode/lib/python2.6/site-packages/registration/models.py:4:
DeprecationWarning: the sha module is deprecated; use the hashlib module
instead
6. import sha
7. ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of
8. OGRCoordinateTransformation failed.
9. ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of
10. OGRCoordinateTransformation failed.
11. ERROR 6: Unable to load PROJ.4 library (libproj.so), creation of
12. OGRCoordinateTransformation failed.
13. 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
14.
15.
16.
17. JETTY.log
18.
19.
20.
21. CompilerOracle: exclude
net/sf/saxon/event/ReceivingContentHandler.startElement
22. [INFO] Scanning for projects...
23. [INFO]
------------------------------------------------------------------------
24. [INFO] Building GeoNode GeoServer Extensions
25. [INFO] task-segment: [jetty:run]
26. [INFO]
------------------------------------------------------------------------
27. [INFO] Preparing jetty:run
28. [INFO] [resources:resources {execution: default-resources}]
29. [INFO] Using 'UTF-8' encoding to copy filtered resources.
30. [INFO] Copying 4 resources
31. [INFO] [compiler:compile {execution: default-compile}]
32. [INFO] Nothing to compile - all classes are up to date
33. [INFO] [resources:testResources {execution: default-testResources}]
34. [INFO] Using 'UTF-8' encoding to copy filtered resources.
35. [INFO] Copying 10 resources
36. [INFO] [compiler:testCompile {execution: default-testCompile}]
37. [INFO] Nothing to compile - all classes are up to date
38. [WARNING] POM for 'org.mortbay.jetty:jetty:pom:6.1.10:runtime' is
invalid.
39.
40. Its dependencies (if any) will NOT be available to the current build.
41. [WARNING] POM for 'org.apache.maven:maven-project:pom:2.0.3:runtime'
is invalid.
42.
43. Its dependencies (if any) will NOT be available to the current build.
44. [INFO]
------------------------------------------------------------------------
45. [ERROR] BUILD ERROR
46. [INFO]
------------------------------------------------------------------------
47. [INFO] Error building POM (may not be this project's POM).
48.
49.
50. Project ID: org.apache.maven:maven-plugin-api:jar:2.0.3
51.
52. 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
53.
54.
55. [INFO]
------------------------------------------------------------------------
56. [INFO] For more information, run Maven with the -e switch
57. [INFO]
------------------------------------------------------------------------
58. [INFO] Total time: 15 seconds
59. [INFO] Finished at: Wed Mar 23 11:23:27 BRT 2011
60. [INFO] Final Memory: 27M/67M
61. [INFO]
------------------------------------------------------------------------
--
"É tempo de caminhar sem medo de se perder."
Jhonatas Martins dos Santos
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 <jhonatas1992@gmail.com> 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 >
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 <jjohnson@opengeo.org> 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 > <jhonatas1992@gmail.com> 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 >> >
2011/3/23 Jhonatas Martins dos Santos <jhonatas1992@gmail.com> > 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 <jjohnson@opengeo.org> > >> 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 <jjohnson@opengeo.org> >> 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 >> > <jhonatas1992@gmail.com> 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
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 <jhonatas1992@gmail.com> wrote: > > > 2011/3/23 Jhonatas Martins dos Santos <jhonatas1992@gmail.com> >> >> 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 <jjohnson@opengeo.org> >>> >>> 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 <jjohnson@opengeo.org> >>> 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 >>> > <jhonatas1992@gmail.com> 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 >
Thanks, Jeff The django error is solved, but the jetty no, The installer stopped in this line "Jetty is starting up, please wait ......" the log show this "[WARNING] POM for 'org.mortbay.jetty:jetty:pom:6.1.10:runtime' is invalid." 2011/3/23 Jeff Johnson <jjohnson@opengeo.org> > 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 > <jhonatas1992@gmail.com> wrote: > > > > > > 2011/3/23 Jhonatas Martins dos Santos <jhonatas1992@gmail.com> > >> > >> 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 <jjohnson@opengeo.org> > >>> > >>> 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 <jjohnson@opengeo.org> > >>> 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 > >>> > <jhonatas1992@gmail.com> 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 > > > -- "É tempo de caminhar sem medo de se perder." Jhonatas Martins dos Santos
Apache Maven 2.2.1 (rdebian-1) Java version: 1.6.0_20 Java home: /usr/lib/jvm/java-6-openjdk/jre Default locale: pt_BR, platform encoding: UTF-8 OS name: "linux" version: "2.6.32-30-generic" arch: "i386" Family: "unix" Thanks for attention. 2011/3/23 Jeff Johnson <jjohnson@opengeo.org> > Can you run this > > mvn --version > > and paste the output. The GeoServer folks seem to think this is a > maven issue possibly due to an old version. > > Thanks, > > Jeff > > On Wed, Mar 23, 2011 at 10:16 AM, Jhonatas Martins dos Santos > <jhonatas1992@gmail.com> wrote: > > Thanks, Jeff > > > > The django error is solved, but the jetty no, > > The installer stopped in this line > > "Jetty is starting up, please wait ......" > > the log show this "[WARNING] POM for > > 'org.mortbay.jetty:jetty:pom:6.1.10:runtime' is invalid." > > > > > > > > 2011/3/23 Jeff Johnson <jjohnson@opengeo.org> > >> > >> 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 > >> <jhonatas1992@gmail.com> wrote: > >> > > >> > > >> > 2011/3/23 Jhonatas Martins dos Santos <jhonatas1992@gmail.com> > >> >> > >> >> 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 <jjohnson@opengeo.org> > >> >>> > >> >>> 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 <jjohnson@opengeo.org > > > >> >>> 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 > >> >>> > <jhonatas1992@gmail.com> 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 > >> > > > > > > > > > -- > > "É tempo de caminhar sem medo de se perder." > > > > Jhonatas Martins dos Santos > > > -- "É tempo de caminhar sem medo de se perder." Jhonatas Martins dos Santos
I changed some configurations in the code, and now i am using another geoserver after i will try install the geonode again Thanks for help. 2011/3/23 Jhonatas Martins dos Santos <jhonatas1992@gmail.com> > > Apache Maven 2.2.1 (rdebian-1) > Java version: 1.6.0_20 > Java home: /usr/lib/jvm/java-6-openjdk/jre > Default locale: pt_BR, platform encoding: UTF-8 > OS name: "linux" version: "2.6.32-30-generic" arch: "i386" Family: "unix" > > Thanks for attention. > > > > 2011/3/23 Jeff Johnson <jjohnson@opengeo.org> > >> Can you run this >> >> mvn --version >> >> and paste the output. The GeoServer folks seem to think this is a >> maven issue possibly due to an old version. >> >> Thanks, >> >> Jeff >> >> On Wed, Mar 23, 2011 at 10:16 AM, Jhonatas Martins dos Santos >> <jhonatas1992@gmail.com> wrote: >> > Thanks, Jeff >> > >> > The django error is solved, but the jetty no, >> > The installer stopped in this line >> > "Jetty is starting up, please wait ......" >> > the log show this "[WARNING] POM for >> > 'org.mortbay.jetty:jetty:pom:6.1.10:runtime' is invalid." >> > >> > >> > >> > 2011/3/23 Jeff Johnson <jjohnson@opengeo.org> >> >> >> >> 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 >> >> <jhonatas1992@gmail.com> wrote: >> >> > >> >> > >> >> > 2011/3/23 Jhonatas Martins dos Santos <jhonatas1992@gmail.com> >> >> >> >> >> >> 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 <jjohnson@opengeo.org> >> >> >>> >> >> >>> 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 < >> jjohnson@opengeo.org> >> >> >>> 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 >> >> >>> > <jhonatas1992@gmail.com> 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 >> >> > >> > >> > >> > >> > -- >> > "É 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