`Environment:
Request Method: GET
Request URL: http://192.168.99.102:8000/processingnode/1/
Django Version: 1.10.5
Python Version: 3.5.3
Installed Applications:
['django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.gis',
'guardian',
'rest_framework',
'rest_framework_nested',
'webpack_loader',
'corsheaders',
'app',
'nodeodm']
Installed Middleware:
['corsheaders.middleware.CorsMiddleware',
'django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.locale.LocaleMiddleware']
Traceback:
File "/usr/local/lib/python3.5/site-packages/django/db/backends/utils.py" in execute
The above exception (could not extend file "base/16384/18022": No space left on device
HINT: Check free disk space.
) was the direct cause of the following exception:
File "/usr/local/lib/python3.5/site-packages/django/core/handlers/exception.py" in inner
File "/usr/local/lib/python3.5/site-packages/django/core/handlers/base.py" in _get_response
File "/usr/local/lib/python3.5/site-packages/django/core/handlers/base.py" in _get_response
File "/usr/local/lib/python3.5/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
File "/webodm/app/views.py" in processing_node
File "/webodm/nodeodm/models.py" in wrapper
File "/webodm/nodeodm/models.py" in update_node_info
File "/usr/local/lib/python3.5/site-packages/django/db/models/base.py" in save
File "/usr/local/lib/python3.5/site-packages/django/db/models/base.py" in save_base
File "/usr/local/lib/python3.5/site-packages/django/db/models/base.py" in _save_table
File "/usr/local/lib/python3.5/site-packages/django/db/models/base.py" in _do_update
File "/usr/local/lib/python3.5/site-packages/django/db/models/query.py" in _update
File "/usr/local/lib/python3.5/site-packages/django/db/models/sql/compiler.py" in execute_sql
File "/usr/local/lib/python3.5/site-packages/django/db/models/sql/compiler.py" in execute_sql
File "/usr/local/lib/python3.5/site-packages/django/db/backends/utils.py" in execute
File "/usr/local/lib/python3.5/site-packages/django/db/backends/utils.py" in execute
File "/usr/local/lib/python3.5/site-packages/django/db/utils.py" in __exit__
File "/usr/local/lib/python3.5/site-packages/django/utils/six.py" in reraise
File "/usr/local/lib/python3.5/site-packages/django/db/backends/utils.py" in execute
Exception Type: OperationalError at /processingnode/1/
Exception Value: could not extend file "base/16384/18022": No space left on device
HINT: Check free disk space.
`
OperationalError at /processingnode/1/
could not extend file "base/16384/18022": No space left on device
HINT: Check free disk space.
Request Method: GET
Request URL: http://192.168.99.102:8000/processingnode/1/
Django Version: 1.10.5
Exception Type: OperationalError
Exception Value:
could not extend file "base/16384/18022": No space left on device
HINT: Check free disk space.
Exception Location: /usr/local/lib/python3.5/site-packages/django/db/backends/utils.py in execute, line 64
Python Executable: /usr/local/bin/python
Python Version: 3.5.3
Python Path:
['/webodm',
'/webodm',
'/usr/local/lib/python35.zip',
'/usr/local/lib/python3.5',
'/usr/local/lib/python3.5/plat-linux',
'/usr/local/lib/python3.5/lib-dynload',
'/usr/local/lib/python3.5/site-packages']
Server time: Sun, 21 May 2017 21:29:51 +0000
Hi @marvinlange I'm assuming you are on Windows.
Make sure you allocate enough disk space to your Docker container. By default it will stop at 20G. See this link https://github.com/docker/kitematic/issues/825
This Video explains it very vell: https://youtu.be/kJQegRQUhWU?t=5m54s
He links to: http://support.divio.com/local-development/docker/managing-disk-space-in-your-docker-vm
you basicly add a Flag at the right place in the "start.sh" from docker. So Docker will creat a bigger diks in the Virtual machine.
But at the same Time i have a question myself:
I would like to move the virtual machine to my secondary hard disk, since my first one ist too small. Does somebody know how I could do this?
Nice link @dani2007 !
I think I will add that to both the README and within WebODM.
@dani2007 you need to move the virtual disk to your secondary hard drive. See this link: https://dirkstrauss.com/moving-virtualbox-vm/
I upgraded to windows 10 and now its using a file MobyLinuxVM.vhdx at 48 GIG seems to be processing fine but the view 3d Model dos not work

see this message in terminal
ebapp | WARNING Not Found: /api/projects/35/tasks/2/tiles/1/0/1.png
webapp | WARNING "GET /api/projects/35/tasks/2/tiles/1/0/1.png HTTP/1.1" 404 23
webapp | WARNING Not Found: /api/projects/35/tasks/2/tiles/1/0/1.png
webapp | WARNING "GET /api/projects/35/tasks/2/tiles/1/0/1.png HTTP/1.1"
Found it sorry it was a Firefox issue it works in Microsoft Edge