Contact: fumanchu@aminus.org

Log in as guest/misc to create tickets

Ticket #4 (defect)

Opened 5 years ago

Last modified 5 years ago

COM Error: Member not found

Status: new

Reported by: paul Assigned to:
Priority: blocker Keywords:
Cc:

The first request works fine. Subsequent requests result in this error:

Python ActiveX Scripting Engine error '80020009' 

Traceback (most recent call last):
File "<Script Block >", line 3, in ?
    handler(Application, Request, Response).run(wsgiApp)
File "C:\Python24\lib\site-packages\wsgiref\asp_gateway.py", line 85, in __init__
    Response.Buffer = buffering
File "C:\Python24\Lib\site-packages\win32comext\axscript\client\pyscript.py", line 152, in __setattr__
    return setattr(self._scriptItem_.dispatchContainer,attr, value)
File "C:\Python24\lib\site-packages\win32com\client\dynamic.py", line 512, in __setattr__
    self._oleobj_.Invoke(entry.dispid, 0, invoke_type, 0, value)
COM Error: Member not found. 

/handler.asp, line 6 

handler(Application, Request, Response).run(wsgiApp)

I've found that restarting the web publishing services fixes this (but just for one request!) Modifying either global.asa or handler.py has the same effect!

Change History

05/15/07 13:32:10: Modified by fumanchu

  • description changed.