← Back to team overview

maas-devel team mailing list archive

Re: MAAS testing: maas - 0.1+bzr1002+dfsg-0+1018+87~ppa0~quantal1

 

On Tuesday 18 September 2012 19:38:38 Diogo Matsubara wrote:
> There's a 'File not found' error in maas.log, but it doesn't look
> related to ipmi. Or is it? Are there other places to look if an IPMI
> command fails?

What were you doing when it came up with this?  I *think* it's a problem with 
juju looking for its files in MAAS's file store.  I've only ever seen it when 
the database gets out of sync with the actual files on disk (which happens 
when someone deletes one or the other by mistake).

> 
> ERROR 2012-09-18 18:08:13,412 maas.maasserver
> ################################ Exception: File not found
> ################################
> ERROR 2012-09-18 18:08:13,412 maas.maasserver Traceback (most recent call
> last): File
> "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 111,
> in get_response
>     response = callback(request, *callback_args, **callback_kwargs)
>   File "/usr/lib/python2.7/dist-packages/django/views/decorators/vary.py",
> line 19, in inner_func
>     response = func(*args, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/piston/resource.py", line
> 167, in __call__
>     result = self.error_handler(e, request, meth, em_format)
>   File "/usr/lib/python2.7/dist-packages/piston/resource.py", line
> 165, in __call__
>     result = meth(request, *args, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/maasserver/api.py", line 303,
> in dispatcher
>     self, request, request.method, *args, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/maasserver/api.py", line 246,
> in perform_api_operation
>     return method(handler, request, *args, **kwargs)
>   File "/usr/lib/python2.7/dist-packages/maasserver/api.py", line 819,
> in get_file
>     raise MAASAPINotFound("File not found")
> MAASAPINotFound: File not found
> 
> [1] https://code.launchpad.net/~maas-maintainers/+archive/dailybuilds/
> 
> Cheers,


Follow ups

References