[Trac-tickets] [The Trac Project] #1522: Login raises exception on IIS

The Trac Project noreply at edgewall.com
Mon May 9 09:03:18 EDT 2005


#1522: Login raises exception on IIS
---------------------+------------------------------------------------------
       Id:  1522     |      Status:  new                     
Component:  general  |    Modified:  Mon May  9 09:03:13 2005
 Severity:  normal   |   Milestone:                          
 Priority:  normal   |     Version:  devel                   
    Owner:  jonas    |    Reporter:  anonymous               
---------------------+------------------------------------------------------
 When trying to login to Trac (latest version from trunk) you get:

 {{{
 Oops...
 Trac detected an internal error:

 'NoneType' object has no attribute 'strip'

 Python traceback

 Traceback (most recent call last):
   File "C:\Program Files\Python23\Lib\site-
 packages\trac\web\cgi_frontend.py", line 103, in run
 dispatch_request(os.getenv('PATH_INFO').replace(os.getenv('SCRIPT_NAME'),""),
 req, env)
   File "C:\Program Files\Python23\Lib\site-packages\trac\web\main.py",
 line 311, in dispatch_request
     dispatcher.dispatch(req)
   File "C:\Program Files\Python23\Lib\site-packages\trac\web\main.py",
 line 190, in dispatch
     resp = chosen_handler.process_request(req)
   File "C:\Program Files\Python23\Lib\site-packages\trac\Browser.py", line
 284, in process_request
     normpath = repos.normalize_path(path)
   File "C:\Program Files\Python23\Lib\site-
 packages\trac\versioncontrol\cache.py", line 110, in normalize_path
     return self.repos.normalize_path(path)
   File "C:\Program Files\Python23\Lib\site-
 packages\trac\versioncontrol\svn_fs.py", line 177, in normalize_path
     return path == '/' and path or path.strip('/')
 AttributeError: 'NoneType' object has no attribute 'strip'
 }}}

 What's wrong? I set up Trac on IIS5 according to the HOWTOs...

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1522>
The Trac Project <>


More information about the Trac-Tickets mailing list