Bug when making changes (could be me)

Bug #913627 reported by m.a.dambach@gmail.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mumble-django (Ubuntu)
New
Undecided
Unassigned

Bug Description

Environment:

Request Method: POST
Request URL: http://rebelsoft.co/mumble-django/admin/mumble/mumble/1/
Django Version: 1.2.5
Python Version: 2.7.1
Installed Applications:
['django.contrib.auth',
 'django.contrib.admin',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'registration',
 'mumble']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware')

Traceback:
File "/usr/lib/pymodules/python2.7/django/core/handlers/base.py" in get_response
  100. response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/pymodules/python2.7/django/contrib/admin/options.py" in wrapper
  288. return self.admin_site.admin_view(view)(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/django/utils/decorators.py" in _wrapped_view
  76. response = view_func(request, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/django/views/decorators/cache.py" in _wrapped_view_func
  78. response = view_func(request, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/django/contrib/admin/sites.py" in inner
  190. return view(request, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/django/utils/decorators.py" in _wrapper
  21. return decorator(bound_func)(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/django/utils/decorators.py" in _wrapped_view
  76. response = view_func(request, *args, **kwargs)
File "/usr/lib/pymodules/python2.7/django/utils/decorators.py" in bound_func
  17. return func(self, *args2, **kwargs2)
File "/usr/lib/pymodules/python2.7/django/db/transaction.py" in _commit_on_success
  299. res = func(*args, **kw)
File "/usr/lib/pymodules/python2.7/django/contrib/admin/options.py" in change_view
  953. self.save_model(request, new_object, form, change=True)
File "/usr/lib/pymodules/python2.7/django/contrib/admin/options.py" in save_model
  655. obj.save()
File "/usr/lib/pymodules/python2.7/mumble/models.py" in save
  266. self.ctl.setConf( self.srvid, 'registername', self.name )
File "/usr/lib/pymodules/python2.7/mumble/MumbleCtlIce.py" in protection_wrapper
  64. raise err

Exception Type: InvalidSecretException at /admin/mumble/mumble/1/
Exception Value: exception ::Murmur::InvalidSecretException
{
}

Revision history for this message
m.a.dambach@gmail.com (m-a-dambach) wrote :

not sure if i posted right code, but this happens if i create a new instance, delete an instance, or make changes.

Revision history for this message
m.a.dambach@gmail.com (m-a-dambach) wrote :

Running a few checks...
Running as www-data: manage.py checkenv
Checking slice file.../usr/share/slice/Murmur.ice:9: error: Can't open include file "Ice/SliceChecksumDict.ice"
    #include <Ice/SliceChecksumDict.ice>
1 error in preprocessor.

Traceback (most recent call last):
  File "./pyweb/manage.py", line 27, in <module>
    execute_manager(settings)
  File "/usr/lib/pymodules/python2.7/django/core/management/__init__.py", line 438, in execute_manager
    utility.execute()
  File "/usr/lib/pymodules/python2.7/django/core/management/__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/pymodules/python2.7/django/core/management/base.py", line 191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/pymodules/python2.7/django/core/management/base.py", line 220, in execute
    output = self.handle(*args, **options)
  File "/usr/lib/pymodules/python2.7/mumble/management/commands/checkenv.py", line 40, in handle
    self.check_slice()
  File "/usr/lib/pymodules/python2.7/mumble/management/commands/checkenv.py", line 68, in check_slice
    Ice.loadSlice( settings.SLICE )
RuntimeError: Slice preprocessing failed for `/usr/share/slice/Murmur.ice'

Revision history for this message
m.a.dambach@gmail.com (m-a-dambach) wrote :

^ above was install fresh.

Revision history for this message
m.a.dambach@gmail.com (m-a-dambach) wrote :

go ahead and close, i didnt realize an ice password is required.... it cannot be left blank at all...... you should add this to your install.=]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.