Hello,

I could use some help trying to puzzle the errors I see go by in the
Tracd window.

In the one below, the "403 Forbidden (TICKET_VIEW privileges are
required" catches my eye.  But we grant TICKET_VIEW to all
'authenticated' users.  And in this case I also have TICKET_ADMIN.

The ticket comes up normally although slowly.  I'd like to see Trac
running as quickly as possible for our evaluation.

Thanks,
- jevans


----------------------------------------
Exception happened during processing of request from ('192.168.1.86',
3773)
Traceback (most recent call last):
  File "C:\Programs\Python25\lib\SocketServer.py", line 464, in
process_request_
thread
    self.finish_request(request, client_address)
  File "C:\Programs\Python25\lib\SocketServer.py", line 254, in
finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Programs\Python25\lib\SocketServer.py", line 522, in
__init__
    self.handle()
  File "C:\Programs\Python25\lib\BaseHTTPServer.py", line 316, in
handle
    self.handle_one_request()
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\ws
gi.py", line 175, in handle_one_request
    gateway.run(self.server.application)
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\ws
gi.py", line 87, in run
    response = application(self.environ, self._start_response)
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\st
andalone.py", line 89, in __call__
    return self.application(environ, start_response)
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\ma
in.py", line 394, in dispatch_request
    return _dispatch_request(req, env, env_error)
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\ma
in.py", line 440, in _dispatch_request
    req.send_error(sys.exc_info(), status=e.code, env=env, data=data)
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\ap
i.py", line 358, in send_error
    exc_info)
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\ma
in.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Programs\Python25\lib\site-packages\trac-0.11.1-py2.5.egg
\trac\web\ma
in.py", line 240, in dispatch
    raise HTTPForbidden(to_unicode(e))
HTTPForbidden: 403 Forbidden (TICKET_VIEW privileges are required to
perform thi
s operation on Ticket #313)
----------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to