Ticket #652 (new defect)

Opened 15 months ago

Umit Crash - 'File 'C:\Users\Administrator\AppData\Local\umit\scheduler.log' does not exist or could not be found!'

Reported by: bill@… Owned by: boltrix
Priority: medium Milestone: Umit 1.0RC
Component: CrashReport Version: current svn
Keywords: user crash Cc:

Description

Crash Report
==========

sys.platform win32
os.name nt
Gtk version 2.16.4
Umit version 1.0RC

Description


Versions:
---
GTK: 2.16.4
PyGTK: 2.14.2
HIGWidgets: 1.0RC
Python: 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Nmap: Nmap version 5.00 ( http://nmap.org )
Operating System: Vista 6.0.6002 SP2 Multiprocessor Free
Umit: 1.0RC
UmitCore: 1.0RC
UmitGUI: 1.0RC
---
<type 'exceptions.Exception'>
Python 2.6.2: C:\Program Files\Umit\umit.exe
Sat Mar 03 09:41:31 2012

A problem occurred in a Python script.  Here is the sequence of
function calls leading up to the error, in the order they occurred.

 C:\Program Files\Umit\umit\gui\App.pyo in __create_show_main_window(self=<umit.gui.App.App instance at 0x0285C1C0>)


 C:\Program Files\Umit\umit\gui\MainWindow.pyo in <module>()


 C:\Program Files\Umit\umit\inventory\Viewer.pyo in <module>()


 C:\Program Files\Umit\umit\inventory\SchedulerLog.pyo in <module>()


 C:\Program Files\Umit\umit\core\Paths.pyo in __getattr__(self=<umit.core.Paths.Paths object at 0x0284F630>, name='sched_log')


 C:\Program Files\Umit\umit\core\Paths.pyo in return_if_exists(path=u'C:\\Users\\Administrator\\AppData\\Local\\umit\\scheduler.log', create=False)

<type 'exceptions.Exception'>: File 'C:\Users\Administrator\AppData\Local\umit\scheduler.log' does not exist or could not be found!
    __class__ = <type 'exceptions.Exception'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.Exception object at 0x03926C60>
    __dict__ = {}
    __doc__ = 'Common base class for all non-exit exceptions.'
    __format__ = <built-in method __format__ of exceptions.Exception object at 0x03926C60>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.Exception object at 0x03926C60>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.Exception object at 0x03926C60>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.Exception object at 0x03926C60>
    __hash__ = <method-wrapper '__hash__' of exceptions.Exception object at 0x03926C60>
    __init__ = <method-wrapper '__init__' of exceptions.Exception object at 0x03926C60>
    __new__ = <built-in method __new__ of type object at 0x1E1D25B8>
    __reduce__ = <built-in method __reduce__ of exceptions.Exception object at 0x03926C60>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.Exception object at 0x03926C60>
    __repr__ = <method-wrapper '__repr__' of exceptions.Exception object at 0x03926C60>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.Exception object at 0x03926C60>
    __setstate__ = <built-in method __setstate__ of exceptions.Exception object at 0x03926C60>
    __sizeof__ = <built-in method __sizeof__ of exceptions.Exception object at 0x03926C60>
    __str__ = <method-wrapper '__str__' of exceptions.Exception object at 0x03926C60>
    __subclasshook__ = <built-in method __subclasshook__ of type object at 0x1E1D25B8>
    __unicode__ = <built-in method __unicode__ of exceptions.Exception object at 0x03926C60>
    args = (u"File 'C:\\Users\\Administrator\\AppData\\Local...duler.log' does not exist or could not be found!",)
    message = u"File 'C:\\Users\\Administrator\\AppData\\Local...duler.log' does not exist or could not be found!"

The above is a description of an error in a Python program.  Here is
the original traceback:

Traceback (most recent call last):
  File "umit\gui\App.pyo", line 61, in __create_show_main_window
  File "umit\gui\MainWindow.pyo", line 71, in <module>
  File "umit\inventory\Viewer.pyo", line 53, in <module>
  File "umit\inventory\SchedulerLog.pyo", line 31, in <module>
  File "umit\core\Paths.pyo", line 249, in __getattr__
  File "umit\core\Paths.pyo", line 347, in return_if_exists
Exception: File 'C:\Users\Administrator\AppData\Local\umit\scheduler.log' does not exist or could not be found!


Note: See TracTickets for help on using tickets.