Skip to content

Instantly share code, notes, and snippets.

View sbenthall's full-sized avatar
🎯
Focusing

Sebastian Benthall sbenthall

🎯
Focusing
View GitHub Profile
(geonode)root@demo:/opt/tomcat# /etc/init.d/tomcat6 restart
Using CATALINA_BASE: /opt/apache-tomcat-6.0.28
Using CATALINA_HOME: /opt/apache-tomcat-6.0.28
Using CATALINA_TMPDIR: /opt/apache-tomcat-6.0.28/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun/jre
Using CLASSPATH: /opt/apache-tomcat-6.0.28/bin/bootstrap.jar
CompilerOracle: exclude net/sf/saxon/event/ReceivingContentHandler.startElement
Jul 26, 2010 7:30:09 PM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
java.net.ConnectException: Connection refused
for map in maps.all()[start:start+limit]:
try:
owner_name = Contact.objects.get(user=map.owner).name
except:
owner_name = map.owner.first_name + " " + map.owner.last_name
mapdict = {
'id' : map.id,
'title' : map.title,
[Thu Aug 05 12:38:21 2010] [error] [client 67.221.177.15] raise ViewDoesNotExist("Could not import %s. Error was: %s" % (mod_name, str(e)))
[Thu Aug 05 12:38:21 2010] [error] [client 67.221.177.15] ViewDoesNotExist: Could not import geonode.maps.views. Error was: Could not find the GEOS \
library (tried "geos_c", "GEOS"). Try setting GEOS_LIBRARY_PATH in your settings.
#!/bin/sh
## deploy.sh - automatically unpack a geonode release and deploy the various
## server components to the appropriate locations
if [ -z "$1" ]
then
echo "Please provide the name of the GeoNode bundle to deploy."
exit
fi
This data batch is provided by GeoNode.
Contents:
<title1> - <filename1>.*
<title2> - <filename2>.*
...
<h1>GeoNode Engineer</h1>
<p>OpenGeo is seeking a skilled software engineer to development GeoNode, an innovative open source platform for sharing, creating, and using spatial data.</p>
<p>You will contribute to an unprecedented and growing open source project that is changing the ways international governments, scientists, and academics use data and share results. For example, GeoNode is at the center of many global organization's plans to reduce the harm done by natural disasters. A growing community of users is driving development and raising challenging issues of scalability, geoscientific processing, and data accreditation. The community of developers is making it all happen, engineering a new future of spatial data management.</p>
<p>OpenGeo is the geospatial division of OpenPlans, a New York–based 501(c)(3) non-profit that functions as a high tech social incubator. OpenPlans is a &#8216;dot-org’: a non-profit connecting open source software with social change. We aim to make data open, accessib
@sbenthall
sbenthall / gist:1006821
Created June 3, 2011 18:07
GeoNode Developer - New Grad
<h1>GeoNode Developer -- New Grad</h1>
<p>OpenGeo is seeking recent graduate to join the development team of GeoNode, an innovative open source platform for sharing, creating, and using spatial data.</p>
<p>You will contribute to an unprecedented and growing open source project that is changing the ways international governments, scientists, and academics use data and share results. For example, GeoNode is at the center of many global organization's plans to reduce the harm done by natural disasters. A growing community of users is driving development and raising challenging issues of scalability, geoscientific processing, and data accreditation. The community of developers is making it all happen, engineering a new future of spatial data management.</p>
<p>You will be an apprentice member of this team, learning from global leaders in open source geospatial software. You will learn how to be an open source developer member from some of the best, and learn new skills knowing that every line of code you
Usage: /home/sb/work/geonode/develop/geonode/bin/django-admin.py flush [options]
Executes ``sqlflush`` on the current database.
/home/sb/work/geonode/develop/geonode/bin/django-admin.py: error: no such option: --no-input
2011-06-09 12:15:22.526::INFO: Started SelectChannelConnector@localhost:8001
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 30 seconds.
2011-06-09 12:17:30,329 INFO [jeeves.request] - ==========================================================
2011-06-09 12:17:30,330 INFO [jeeves.request] - HTML Request (from 127.0.0.1) : /geonetwork/srv/en/xml.user.login
2011-06-09 12:17:30,330 DEBUG [jeeves.request] - Method : POST
2011-06-09 12:17:30,330 DEBUG [jeeves.request] - Content type : application/x-www-form-urlencoded
2011-06-09 12:17:30,330 DEBUG [jeeves.request] - Accept : text/plain
2011-06-09 12:17:30,333 DEBUG [jeeves.request] - Session id is 18g3cwwhm22in
2011-06-09 12:17:30,333 DEBUG [jeeves.request] - Session created for client : 127.0.0.1
(geonode)sb@lebenswelt:~/work/geonode/develop/geonode$ django-admin.py updatelayers --settings=geonode.settings
Traceback (most recent call last):
File "/home/sb/work/geonode/develop/geonode/bin/django-admin.py", line 5, in <module>
management.execute_from_command_line()
File "/home/sb/work/geonode/develop/geonode/lib/python2.6/site-packages/django/core/management/__init__.py", line 429, in execute_from_command_line
utility.execute()
File "/home/sb/work/geonode/develop/geonode/lib/python2.6/site-packages/django/core/management/__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/sb/work/geonode/develop/geonode/lib/python2.6/site-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)