How to enable login to TRAC 0.12 for Active Directory users using tracd

282 views
Skip to first unread message

tom0...@gmail.com

unread,
Apr 3, 2019, 12:01:02 PM4/3/19
to Trac Users
Hello,

With TRAC 0.12 being installed on Linux system that has been added as AD member and tracd being started using

tracd -d --port 8000 </path/to/tracenv>

I can't login as AD user (Error: Invalid user name or password). Following plugins are installed

- :Trac 0.12.4
-  Bitten 0.6
-  TracAccountManager 0.4.4
-  TracActiveDirectoryAuth 0.2.2
-  TracPrivateTickets 2.4.0dev
-  TracTicketTemplate 0.9 dev
-  TracWysiwyg 0.12.0.7

Extract iof trac.log

2019-04-03 10:19:35,451 Trac[main] DEBUG: Dispatching <Request "POST '/login'">
2019-04-03 10:19:35,452 Trac[api] WARNING: Unable to find repository '(default)' for synchronization
2019-04-03 10:19:35,453 Trac[web_ui] DEBUG: LoginModule._remote_user: Authentication attempted for 'AD-User:ID'
2019-04-03 10:19:35,840 Trac[auth] DEBUG: Unable to find any members of the group CN=All_HCM_User,OU=DataPermission,OU=Group,OU=HCM,OU=Area,DC=>Domain>,DC=<TLD>
2019-04-03 10:19:36,100 Trac[auth] DEBUG: User Login: <AD-User-ID> Password Verified
2019-04-03 10:19:36,100 Trac[web_ui] DEBUG: LoginModule.authenticate: Set 'REMOTE_USER' = 'None'
2019-04-03 10:19:36,101 Trac[web_ui] DEBUG: LoginModule.process_request: 'user_locked' = False
2019-04-03 10:19:36,101 Trac[session] DEBUG: Retrieving session for ID '6c5e2ff2eb19d1dec142bfd5'
2019-04-03 10:19:36,102 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-03 10:19:36,105 Trac[perm] DEBUG: No policy allowed anonymous performing ACCTMGR_CONFIG_ADMIN on None
2019-04-03 10:19:36,105 Trac[perm] DEBUG: No policy allowed anonymous performing ACCTMGR_USER_ADMIN on None
2019-04-03 10:19:36,106 Trac[perm] DEBUG: No policy allowed anonymous performing TT_ADMIN on None
2019-04-03 10:19:36,106 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on None
2019-04-03 10:19:36,106 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on None
2019-04-03 10:19:36,107 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on None
2019-04-03 10:19:36,107 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on None
2019-04-03 10:19:36,107 Trac[perm] DEBUG: No policy allowed anonymous performing MILESTONE_VIEW on None
2019-04-03 10:19:36,108 Trac[perm] DEBUG: No policy allowed anonymous performing VERSIONCONTROL_ADMIN on None
2019-04-03 10:19:36,109 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_VIEW on None
2019-04-03 10:19:36,109 Trac[perm] DEBUG: No policy allowed anonymous performing REPORT_VIEW on None
2019-04-03 10:19:36,109 Trac[perm] DEBUG: No policy allowed anonymous performing ROADMAP_VIEW on None
2019-04-03 10:19:36,110 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-03 10:19:36,110 Trac[perm] DEBUG: No policy allowed anonymous performing TIMELINE_VIEW on None
2019-04-03 10:19:36,110 Trac[perm] DEBUG: No policy allowed anonymous performing BROWSER_VIEW on None

RjOllos

unread,
Apr 3, 2019, 10:40:18 PM4/3/19
to Trac Users
It might help if you posted your [account-manager] section of trac.ini.

Is this a new Trac installation? Is there a particular reason you are using a very old version of Trac (1.2.3 is the latest)?

- Ryan 

tom0...@gmail.com

unread,
Apr 4, 2019, 5:25:14 AM4/4/19
to Trac Users
Hello Ryan,

that's the actual account-maanger section of trac.ini:

==>
[account-manager]
ad_server = nashtech.grp:389
admin_group = CN=GRP_TracAdmin_ITTK,OU=Admin,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
auth_group = CN=GRP_AllUser,OU=DataPermission,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
authentication_url =
base_dn = OU=Area,DC=NASHTECH,DC=GRP
bind_dn = CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
bind_passwd = NashAuth1
db_htdigest_realm =
force_passwd_change = true
htdigest_file =
htdigest_realm =
htpasswd_file =
htpasswd_hash_type = crypt
password_file =
password_store = ADAuthStore
persistent_sessions = False
refresh_passwd = False
verify_email = true
< ==

Theis version was installed as we have already another server using this trac version running as an VM under Linux KVM, and we tried to convert this VM to VMWare. As this attwempt failed, I was asked to setu up another trac on an already installed VMWare virtual machine, and such I installed the same version of trac.

Actually I can login in case that I start tracd using:.  

/usr/bin/python /usr/bin/tracd -d --port 8000 --auth ittk,/local/trac/trac1/ittk/.htpass,REALM /local/trac/trac1/ittk

with the user admin I defined in the htdigest password file. Logged in I even can open a list off all AD users under Administration/Accounts/Users.

Mike

RjOllos

unread,
Apr 4, 2019, 1:08:25 PM4/4/19
to Trac Users
Could you share your [components] section as well?

- Ryan 

tom0...@gmail.com

unread,
Apr 5, 2019, 3:30:50 AM4/5/19
to Trac Users
[components]
acct_mgr.admin.* = enabled
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.* = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.* = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.* = enabled
acct_mgr.http.* = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.notification.* = enabled
acct_mgr.notification.accountchangelistener = enabled
acct_mgr.notification.accountchangenotificationadminpanel = enabled
acct_mgr.pwhash.* = enabled
acct_mgr.pwhash.htdigesthashmethod = enabled
acct_mgr.pwhash.htpasswdhashmethod = enabled
acct_mgr.svnserve.* = enabled
acct_mgr.svnserve.svnservepasswordstore = enabled
acct_mgr.web_ui.* = enabled
acct_mgr.web_ui.accountmodule = disabled
acct_mgr.web_ui.emailverificationmodule = disabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = disabled
trac.web.auth.loginmodule = disabled
bitten.* = enabled
tracext.adauth.api.userextensiblepermissionstore = enabled
tracext.adauth.auth.adauthstore = enabled

RjOllos

unread,
Apr 5, 2019, 11:08:59 AM4/5/19
to Trac Users


On Thursday, April 4, 2019 at 5:25:14 AM UTC-4, tom0...@gmail.com wrote:
You installed the exact versions of Trac and the plugins on the new server as existed on the old server? And the old server can still authenticate? Can you compare the logs from a successful login on the old server with the logs from the new server?

If you copied over the environment from the old server, and you can still authenticate with the old server, then I would continue focusing on what is different between the old and new server. If you describe you migration steps, I could give some possible hints.

Your version of TracActiveDirectoryAuth is very old. Take a look at the history:

According to your plugin version, you have r6465, r9328, or r9329. Those are the SVN repository revisions that existed for version 0.2.2. The plugin has been renamed and the latest is version 2.1.2: https://trac-hacks.org/log/directoryauthplugin

If you are to attempt to use a newer version, note that the options have been renamed:

- Ryan

tom0...@gmail.com

unread,
Apr 8, 2019, 2:49:33 AM4/8/19
to Trac Users
Hello Ryan,


I installed the older version of Trac instead of the actual one in order to avoid problems reusing  the old databases.

These are the plöugins that are installed on the other Trac system

- Trac 0.12.4
- Calendar Popup 0.0.4
- DefaultCc 03.dev
- ExcelDownloadPlugin 0.12.0.4
- IniAdmin 0.2
- ticket-clone r8149
- TicketMoverPlugin 0.1.1
- TicketReminderPlugin 0.1.1
- TicketSidebarProvider 0.0
- TracAccountManager 0.3dev
- TracActiveDirectoryAuth 0.2.2pwdfix-timeout
- TracCustomFieldAdmin 0.2.8
- TracMenusPLugin 0.1
- TracPrivate Tickets 2.1.0dev
- TracTicketTemplate 0.7
- TracWysiwyg 0.12.0.3

and this is the login trace from trac.log:

2019-04-08 08:11:45,525 Trac[main] DEBUG: Dispatching <Request "POST '/login'">
2019-04-08 08:11:48,438 Trac[auth] DEBUG: Unable to find any members of the group CN=All_HCM_User,OU=DataPermission,OU=Group,OU=HCM,OU=Area,DC=NASHTECH,DC=GRP
2019-04-08 08:11:49,255 Trac[auth] DEBUG: User Login: mbomball Password Verified
2019-04-08 08:11:49,258 Trac[session] DEBUG: Retrieving session for ID u'mbomball'
2019-04-08 08:11:49,262 Trac[main] DEBUG: Negotiated locale: None -> en_US
2019-04-08 08:11:49,271 Trac[api] WARNING: Unable to find repository '(default)' for synchronization
2019-04-08 08:11:51,868 Trac[auth] DEBUG: Unable to find any members of the group CN=All_HCM_User,OU=DataPermission,OU=Group,OU=HCM,OU=Area,DC=NASHTECH,DC=GRP
2019-04-08 08:11:52,947 Trac[auth] DEBUG: User Login: mbomball Password Verified
2019-04-08 08:11:53,302 Trac[main] DEBUG: Dispatching <Request "GET '/'">
2019-04-08 08:11:53,303 Trac[main] DEBUG: Negotiated locale: None -> en_US
2019-04-08 08:11:53,318 Trac[api] WARNING: Unable to find repository '(default)' for synchronization
2019-04-08 08:11:53,359 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on None
2019-04-08 08:11:53,365 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-08 08:11:53,366 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-08 08:11:53,366 Trac[perm] DEBUG: No policy allowed anonymous performing ACCTMGR_CONFIG_ADMIN on None
2019-04-08 08:11:53,366 Trac[perm] DEBUG: No policy allowed anonymous performing ACCTMGR_USER_ADMIN on None
2019-04-08 08:11:53,367 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on None
2019-04-08 08:11:53,367 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on None
2019-04-08 08:11:53,367 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on None
2019-04-08 08:11:53,367 Trac[perm] DEBUG: No policy allowed anonymous performing MILESTONE_VIEW on None
2019-04-08 08:11:53,367 Trac[perm] DEBUG: No policy allowed anonymous performing VERSIONCONTROL_ADMIN on None
2019-04-08 08:11:53,368 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_VIEW on None
2019-04-08 08:11:53,368 Trac[perm] DEBUG: No policy allowed anonymous performing REPORT_VIEW on None
2019-04-08 08:11:53,368 Trac[perm] DEBUG: No policy allowed anonymous performing ROADMAP_VIEW on None
2019-04-08 08:11:53,368 Trac[perm] DEBUG: No policy allowed anonymous performing TIMELINE_VIEW on None
2019-04-08 08:11:53,368 Trac[perm] DEBUG: No policy allowed anonymous performing BROWSER_VIEW on None
2019-04-08 08:11:53,378 Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_MODIFY on <Resource u'wiki:WikiStart'>
2019-04-08 08:11:53,378 Trac[attachment] DEBUG: LegacyAttachmentPolicy denied anonymous access to <Resource u'wiki:WikiStart, attachment'>. User needs WIKI_MODIFY
2019-04-08 08:11:53,378 Trac[perm] DEBUG: LegacyAttachmentPolicy denies anonymous performing ATTACHMENT_CREATE on <Resource u'wiki:WikiStart, attachment'>

Ryan Ollos

unread,
Apr 8, 2019, 10:05:46 AM4/8/19
to Trac Users
TracActiveDirectoryAuth 0.2.2pwdfix-timeout looks like a hint - possibly a patched version of the old 0.2.2 plugin. Did you install from the same sources?

Or, you might just try the new version of TracDirectoryAuth. You an always uninstall/reinstall later. I suggest using pip to install/uninstall your plugins, since it has an uninstall command, unlike easy_install.

- Ryan

tom0...@gmail.com

unread,
Apr 9, 2019, 2:48:45 AM4/9/19
to Trac Users
Hello Ryan,

looking at the log file contents the problem seems to be that on the original trac system the log tells me

..
2019-04-09 08:37:01,577 Trac[session] DEBUG: Retrieving session for ID u'mbomball'
2019-04-09 08:37:01,583 Trac[main] DEBUG: Negotiated locale: None -> en_US
2019-04-09 08:37:01,592 Trac[api] WARNING: Unable to find repository '(default)' for synchronization
2019-04-09 08:37:04,176 Trac[auth] DEBUG: Unable to find any members of the group CN=All_HCM_User,OU=DataPermission,OU=Group,OU=HCM,OU=Area,DC=NASHTECH,DC=GRP
2019-04-09 08:37:05,006 Trac[auth] DEBUG: User Login: mbomball Password Verified
2019-04-09 08:37:05,304 Trac[main] DEBUG: Dispatching <Request "GET '/'">
2019-04-09 08:37:05,310 Trac[session] DEBUG: Retrieving session for ID u'mbomball'
..
that trac is retreiving a session for ID u'mbomball' whereas on the newly installed system it says that

...
2019-04-09 08:34:43,994 Trac[web_ui] DEBUG: LoginModule._remote_user: Authentication attempted for 'mbomball'
2019-04-09 08:34:44,470 Trac[auth] DEBUG: Unable to find any members of the group CN=All_HCM_User,OU=DataPermission,OU=Group,OU=HCM,OU=Area,DC=NASHTECH,DC=GRP
2019-04-09 08:34:44,787 Trac[auth] DEBUG: User Login: mbomball Password Verified
2019-04-09 08:34:44,787 Trac[web_ui] DEBUG: LoginModule.authenticate: Set 'REMOTE_USER' = 'None'
2019-04-09 08:34:44,788 Trac[web_ui] DEBUG: LoginModule.process_request: 'user_locked' = False
2019-04-09 08:34:44,789 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-09 08:34:44,790 Trac[session] DEBUG: Retrieving session for ID 'e4a5c4f75ff70fa590da20f1'
...

it is retrieving a session for ID 'e4a5c4f75ff70fa590da20f1' ...

As we are using trac 0.12.4 on this system I installed plugins matching this version.

tom0...@gmail.com

unread,
Apr 9, 2019, 2:56:35 AM4/9/19
to Trac Users
Hello Ryan,

no - I didn't use the same sources but the plugins I could find for the trac version in use.

Am Mittwoch, 3. April 2019 18:01:02 UTC+2 schrieb tom0...@gmail.com:

tom0...@gmail.com

unread,
Apr 9, 2019, 3:33:49 AM4/9/19
to Trac Users
Hello Ryan,

trying to uninstall the plugin I get

 =>
 [root@nbg1tic2 log]# pip uninstall TracActiveDirectoryAuth
 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
 Skipping TracActiveDirectoryAuth as it is not installed.
 [root@nbg1tic2 log]# pip install  TracActiveDirectoryAuth
 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
 Collecting TracActiveDirectoryAuth
   Could not find a version that satisfies the requirement TracActiveDirectoryAuth (from versions: )
 No matching distribution found for TracActiveDirectoryAuth
 [root@nbg1tic2 log]# pip install  activedirectoryauth
 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
 <=

though I installed the plugin (not globally) using

 python setup.py bdist._egg

and trac tells me that plugin is installed 



Am Mittwoch, 3. April 2019 18:01:02 UTC+2 schrieb tom0...@gmail.com:

tom0...@gmail.com

unread,
Apr 9, 2019, 3:43:29 AM4/9/19
to Trac Users
Hello Ryan, it's me again - just removing the egg file from

 </path/to/tracenv>/plugins

the plugin is not listed as being installed ...

Am Mittwoch, 3. April 2019 18:01:02 UTC+2 schrieb tom0...@gmail.com:

tom0...@gmail.com

unread,
Apr 9, 2019, 9:13:23 AM4/9/19
to Trac Users
Hello Ryan,

after downloading directoryauthplugin rev. 17358 ( I assume this is the most actaul version) I unzipped the file. Now I want to create a new .EGG file using

python ./setup.py bdist_egg

But, checking the created directory I can find several files python.py -  I assume that I must use the setup file located under ../directoryauthplugin/trunk. IS this correct?

Am Montag, 8. April 2019 16:05:46 UTC+2 schrieb RjOllos:

tom0...@gmail.com

unread,
Apr 9, 2019, 9:48:44 AM4/9/19
to Trac Users
Hello,

after running python /.setup.py  bdist_egg and copying teh generadted ..egg file to //path/to/env/plugins, trying to log in to trac I get the eror

Internal Server Error

TracError: VersionConflict: (Trac 0.12.4 (/usr/lib/python2.7/site-packages/Trac-0.12.4-py2.7.egg), Requirement.parse('Trac>=1.0')





Am Montag, 8. April 2019 16:05:46 UTC+2 schrieb RjOllos:

Jun Omae

unread,
Apr 9, 2019, 10:46:27 PM4/9/19
to trac-...@googlegroups.com
Hi,

On Tue, Apr 9, 2019 at 10:48 PM <tom0...@gmail.com> wrote:
>
> Hello,
>
> after running python /.setup.py bdist_egg and copying teh generadted ..egg file to //path/to/env/plugins, trying to log in to trac I get the eror
>
> Internal Server Error
>
> TracError: VersionConflict: (Trac 0.12.4 (/usr/lib/python2.7/site-packages/Trac-0.12.4-py2.7.egg), Requirement.parse('Trac>=1.0')

DirectoryAuthPlugin requires Trac 1.0 or later since r12765 [1].
Please try directoryauthplugin/trunk@12764 unless Trac is upgraded to
1.0 or later.

$ svn co -r12764 https://trac-hacks.org/svn/directoryauthplugin/trunk
directoryauthplugin-r12764
$ cd directoryauthplugin-r12764
$ python setup.py bdist_egg
$ cp dist/*.egg /path/to/tracenv/plugins

[1] https://trac-hacks.org/changeset/12765

--
Jun Omae <jun...@gmail.com> (大前 潤)

tom0...@gmail.com

unread,
Apr 10, 2019, 2:34:51 AM4/10/19
to Trac Users
Hi,

this was the release I used before installing release 17358.

As - using release 17354 - I faced the problem that login using AD users didn't work,I think I have 2 choices now :

- update TRAC to latest stable version

- stay using trac 0.12.4 and looking for a chance to solve the login problem

As trac 0.12.4 was installed in order to be able to use the databases from the original server - is it possible to use them in the latest stable trac version?

Regards,

Mike

RjOllos

unread,
Apr 10, 2019, 11:20:42 AM4/10/19
to Trac Users


On Tuesday, April 9, 2019 at 11:34:51 PM UTC-7, tom0...@gmail.com wrote:
Hi,

this was the release I used before installing release 17358.

Did you install from that location @ r12764, as Jun suggested?

The installed version will be 0.5. You can download the zip from here:

Or install using the instructions Jun provided.

Jun Omae

unread,
Apr 11, 2019, 9:17:18 AM4/11/19
to trac-...@googlegroups.com
On Wed, Apr 10, 2019 at 3:34 PM <tom0...@gmail.com> wrote:
> this was the release I used before installing release 17358.
>
> As - using release 17354 - I faced the problem that login using AD users didn't work,I think I have 2 choices now :
>
> - update TRAC to latest stable version
>
> - stay using trac 0.12.4 and looking for a chance to solve the login problem
>
> As trac 0.12.4 was installed in order to be able to use the databases from the original server - is it possible to use them in the latest stable trac version?

Yes. Trac can upgrade the database for new Trac version. However, you
will must to test installed plugins on the new Trac version.

I suggest to first try directoryauthplugin@12764 on Trac 0.12.x in the case.
After the try, if you have a time to try stable version of Trac, I
recommend to upgrade and test the stable version of Trac with the
installed plugins.

tom0...@gmail.com

unread,
Apr 12, 2019, 4:30:19 AM4/12/19
to Trac Users
Hello Jun Omae,

directoryauthplugin@12764 was already implemented in installed trac version 0.12.4, but using this plugin login for AD users was not possible (although I can login to the system as ActiveDirectory user. SOo I assume that updating tracf to 0.5 and installing the same plugin (12764) again won'rt solve myx problem - maybe it's better to install most actual trac version and most actual directoryauthplugin. If Login as AD user works, database upgrate will be the next step then.

What do you think of this proposal?

Jun Omae

unread,
Apr 16, 2019, 2:49:19 AM4/16/19
to trac-...@googlegroups.com
On Fri, Apr 12, 2019 at 5:30 PM <tom0...@gmail.com> wrote:
> directoryauthplugin@12764 was already implemented in installed trac version 0.12.4, but using this plugin login for AD users was not possible (although I can login to the system as ActiveDirectory user. SOo I assume that updating tracf to 0.5 and installing the same plugin (12764) again won'rt solve myx problem - maybe it's better to install most actual trac version and most actual directoryauthplugin. If Login as AD user works, database upgrate will be the next step then.
>
> What do you think of this proposal?

I suggest to always check trac logging before asking.

Anyway, directoryauthplugin@12764 has a syntax error. The plugin is
unable to work on Trac 0.12.x. I think you should stop to try the
plugin on Trac 0.12.x. Instead, try latest of the plugin on Trac
1.0.x/1.2.x.


$ svn co -r12764 https://trac-hacks.org/svn/directoryauthplugin/trunk
directoryauthplugin-r12764
$ cd directoryauthplugin-r12764
$ python setup.py bdist_egg
running bdist_egg
....
byte-compiling build/bdist.linux-x86_64/egg/tracext/adauth/db.py to
db.pycbyte-compiling
build/bdist.linux-x86_64/egg/tracext/adauth/api.py to api.pyc
byte-compiling build/bdist.linux-x86_64/egg/tracext/adauth/__init__.py
to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/tracext/adauth/auth.py to auth.pyc
File "build/bdist.linux-x86_64/egg/tracext/adauth/auth.py", line 125
self.log.debug('Unable to find any members of the group %s' %
unicode(group_dn,'utf8')))

^
SyntaxError: invalid syntax
byte-compiling build/bdist.linux-x86_64/egg/tracext/__init__.py to __init__.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
....

tom0...@gmail.com

unread,
Apr 16, 2019, 10:03:32 AM4/16/19
to Trac Users
Hello,

today I completely removed trav version 10.12.4 and the associated plugins. Next I did a complete new installtion of trac using

[root]# easy_install trac

as root, then I changed to wwwadm user to generate an enironment

[wwwadm]$ trac-adm /local/trac/trac1/ittk initenv

and started tracd

[wwwadm]$ /usr/bin/python /usr/bin/tracd -d --port 8000 /local/trac/trac1/ittk

Now i could open the trac page using [hostname]:8000/ittk. Then I unzipped the downloaded directoryauthplugin-17360.zip as root, changed into directoryauthplugin/trunk and ran as root

[root trunk]# python setup.py bdist_egg

and copied the generated TracDirectoryAuth-2.1.2-py2.7.egg into direstory /local/trac/trac1/ittk/plugins.After running

[wwwadm]$ trac-adm /var/local/trac/trac1/ittk upgrade

I got the trac site with error

('No handler matched request to login#)

being displayed. I did the same procedure for  acct_mgr-0.5.0-17361.zip (unzip/python setup.py bdist_egg/copy file to ../plugins/upgrade) and now i get the trac site saying
===
Warning:
  • Error with navigation contributor "AdminModule"
  • Error with navigation contributor "SearchModule"
  • Error with navigation contributor "RoadmapModule"
  • Error with navigation contributor "QueryModule"
  • Error with navigation contributor "ReportModule"
  • Error with navigation contributor "TicketModule"
  • Error with navigation contributor "TimelineModule"
  • Error with navigation contributor "WikiModule"

Error: Not Found

No handler matched request to /login

TracGuide — The Trac User and Administration Guide

===

Did I make an error up to here?



Am Mittwoch, 3. April 2019 18:01:02 UTC+2 schrieb tom0...@gmail.com:

Jun Omae

unread,
Apr 16, 2019, 1:15:27 PM4/16/19
to trac-...@googlegroups.com
Posting installation procedure is good. The issue is probably caused by something wrong in the configuration. Please post trac.ini and trac.log with DEBUG level.

--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+...@googlegroups.com.
To post to this group, send email to trac-...@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

tom0...@gmail.com

unread,
Apr 17, 2019, 2:27:17 AM4/17/19
to Trac Users
Hello,

here's the actual trac.ini

<==
# -*- coding: utf-8 -*-

[attachment]
max_size = 262144
max_zip_size = 2097152
render_unsafe_content = disabled

[browser]
color_scale = enabled
downloadable_paths = /trunk,/branches/*,/tags/*
hide_properties = svk:merge
intermediate_color =
intermediate_point =
newest_color = (255, 136, 136)
oldest_color = (136, 136, 255)
oneliner_properties = trac:summary
render_unsafe_content = disabled
wiki_properties = trac:description

[changeset]
max_diff_bytes = 10000000
max_diff_files = 0
wiki_format_messages = enabled

[header_logo]
alt = (please configure the [header_logo] section in trac.ini)
height = -1
link =
src = site/your_project_logo.png
width = -1

[inherit]
htdocs_dir =
plugins_dir =
templates_dir =

[logging]
log_file = trac.log
log_format =
log_level = DEBUG
log_type = file

[mainnav]
admin.order = 8.0
browser.order = 4.0
newticket.order = 6.0
roadmap.order = 3.0
search.order = 7.0
tickets.order = 5.0
timeline.order = 2.0
wiki.order = 1.0

[metanav]
about.order = 5.0
help.order = 4.0
login.order = 1.0
logout.order = 2.0
prefs.order = 3.0

[milestone]
default_group_by = component
default_retarget_to =
stats_provider = DefaultTicketGroupStatsProvider

[mimeviewer]
max_preview_size = 262144
mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb
mime_map_patterns = text/plain:README(?!\.rst)|INSTALL(?!\.rst)|COPYING.*
tab_width = 8
treat_as_binary = application/octet-stream,application/pdf,application/postscript,application/msword,application/rtf

[notification]
admit_domains =
ambiguous_char_width = single
batch_subject_template = ${prefix} Batch modify: ${tickets_descr}
default_format.email = text/plain
email_address_resolvers = SessionEmailResolver
email_sender = SmtpEmailSender
ignore_domains =
message_id_hash = md5
mime_encoding = none
sendmail_path = sendmail
smtp_always_bcc =
smtp_always_cc =
smtp_default_domain =
smtp_enabled = disabled
smtp_from = trac@localhost
smtp_from_author = disabled
smtp_from_name =
smtp_password =
smtp_port = 25
smtp_replyto = trac@localhost
smtp_server = localhost
smtp_subject_prefix = __default__
smtp_user =
ticket_subject_template = ${prefix} #${ticket.id}: ${summary}
use_public_cc = disabled
use_short_addr = disabled
use_tls = disabled

[notification-subscriber]
always_notify_cc = CarbonCopySubscriber
always_notify_previous_updater = TicketPreviousUpdatersSubscriber
always_notify_updater = TicketUpdaterSubscriber

[project]
admin =
admin_trac_url = .
descr = My example project
footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>
icon = common/trac.ico
name = ittk
url =

[query]
default_anonymous_query = status!=closed&cc~=$USER
default_query = status!=closed&owner=$USER
items_per_page = 100
ticketlink_query = ?status=!closed

[report]
items_per_page = 100
items_per_page_rss = 0

[revisionlog]
default_log_limit = 100
graph_colors = #cc0,#0c0,#0cc,#00c,#c0c,#c00

[roadmap]
stats_provider = DefaultTicketGroupStatsProvider

[search]
default_disabled_filters =
min_query_length = 3

[sqlite]
extensions =

[svn]
authz_file =
authz_module_name =

[ticket]
allowed_empty_fields = milestone,version
default_cc =
default_component =
default_description =
default_keywords =
default_milestone =
default_owner = < default >
default_priority = major
default_resolution = fixed
default_severity =
default_summary =
default_type = defect
default_version =
max_comment_size = 262144
max_description_size = 262144
max_summary_size = 262144
preserve_newlines = default
restrict_owner = disabled
workflow = ConfigurableTicketWorkflow

[ticket-workflow]
accept = new,assigned,accepted,reopened -> accepted
accept.operations = set_owner_to_self
accept.permissions = TICKET_MODIFY
create = <none> -> new
create.default = 1
create_and_assign = <none> -> assigned
create_and_assign.label = assign
create_and_assign.operations = may_set_owner
create_and_assign.permissions = TICKET_MODIFY
leave = * -> *
leave.default = 1
leave.operations = leave_status
reassign = new,assigned,accepted,reopened -> assigned
reassign.operations = set_owner
reassign.permissions = TICKET_MODIFY
reopen = closed -> reopened
reopen.operations = del_resolution
reopen.permissions = TICKET_CREATE
resolve = new,assigned,accepted,reopened -> closed
resolve.operations = set_resolution
resolve.permissions = TICKET_MODIFY

[timeline]
abbreviated_messages = enabled
changeset_collapse_events = disabled
changeset_long_messages = disabled
changeset_show_files = 0
default_daysback = 30
max_daysback = 90
newticket_formatter = oneliner
ticket_show_component = disabled
ticket_show_details = disabled

[trac]
anonymous_session_lifetime = 90
auth_cookie_domain =
auth_cookie_lifetime = 0
auth_cookie_path =
auto_preview_timeout = 2.0
auto_reload = disabled
backup_dir = db
base_url =
check_auth_ip = disabled
database = sqlite:db/trac.db
debug_sql = disabled
default_charset = utf-8
default_date_format =
default_dateinfo_format = relative
default_handler = WikiModule
default_language =
default_timezone =
genshi_cache_size = 128
htdocs_location =
ignore_auth_case = disabled
jquery_location =
jquery_ui_location =
jquery_ui_theme_location =
never_obfuscate_mailto = disabled
permission_policies = ReadonlyWikiPolicy,DefaultPermissionPolicy,LegacyAttachmentPolicy
permission_store = DefaultPermissionStore
request_filters =
resizable_textareas = enabled
secure_cookies = disabled
show_email_addresses = disabled
show_full_names = enabled
show_ip_addresses = disabled
timeout = 20
use_base_url_for_redirect = disabled
use_chunked_encoding = disabled
use_xsendfile = disabled
wiki_toolbars = enabled
xsendfile_header = X-Sendfile

[versioncontrol]
allowed_repository_dir_prefixes =
default_repository_type = svn

[wiki]
default_edit_area_height = 20
ignore_missing_pages = disabled
max_size = 262144
render_unsafe_content = disabled
safe_origins = data:
safe_schemes = cvs,file,ftp,git,irc,http,https,news,sftp,smb,ssh,svn,svn+ssh
split_page_names = disabled
==>

taken from trac.log
<==
...
2019-04-16 14:14:44,970 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:14:44,970 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:14:44,970 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:14:44,971 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:14:44,971 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:14:44,972 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:14:44,972 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:14:44,973 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:14:44,973 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:14:44,974 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:14:44,975 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:14:44,975 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:14:44,976 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:14:44,976 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:14:44,977 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:14:44,978 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:14:44,979 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:14:44,984 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TitleIndex'>
2019-04-16 14:14:44,987 Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_MODIFY on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:44,987 Trac[attachment] DEBUG: LegacyAttachmentPolicy denied anonymous access to <Resource u'wiki:WikiStart, attachment'>. User needs WIKI_MODIFY
2019-04-16 14:14:44,987 Trac[perm] DEBUG: LegacyAttachmentPolicy denies anonymous performing ATTACHMENT_CREATE on <Resource u'wiki:WikiStart, attachment'>
2019-04-16 14:14:44,988 Trac[main] DEBUG: Rendering response from handler
2019-04-16 14:14:44,988 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 14:14:45,026 Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_CREATE on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:45,026 Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_ADMIN on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:45,075 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiFormatting'>
2019-04-16 14:14:45,077 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracAdmin'>
2019-04-16 14:14:45,091 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracSupport'>
2019-04-16 14:14:45,099 Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_DELETE on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:45,100 Trac[perm] DEBUG: No policy allowed anonymous performing WIKI_RENAME on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:45,215 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-16 14:14:45,215 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:45,224 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/wiki.css'">
2019-04-16 14:14:45,228 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:45,232 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-16 14:14:45,237 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:45,246 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-16 14:14:45,250 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:45,258 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-16 14:14:45,259 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:45,261 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-16 14:14:45,266 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:45,902 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:45,909 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:45,969 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/folding.js'">
2019-04-16 14:14:45,971 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:45,977 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:46,056 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-16 14:14:46,057 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:46,062 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:46,064 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:46,168 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:46,325 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:46,353 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:46,378 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 14:14:46,378 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:46,381 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-16 14:14:46,382 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:46,442 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/topbar_gradient.png'">
2019-04-16 14:14:46,443 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/topbar_gradient2.png'">
2019-04-16 14:14:46,449 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:46,446 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/extlink.gif'">
2019-04-16 14:14:46,456 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:46,445 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:46,943 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac.ico'">
2019-04-16 14:14:46,944 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:46,986 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:46,989 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 14:14:46,990 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk'
2019-04-16 14:14:46,995 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 14:14:47,002 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:47,036 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 14:14:47,039 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:47,039 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 14:14:47,043 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:14:47,047 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:14:47,056 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:14:47,057 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:14:47,058 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:14:47,061 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:14:47,085 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:14:47,086 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:14:47,087 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:14:47,088 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:14:47,089 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:14:47,091 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:14:47,092 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:14:47,093 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:14:47,094 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:14:47,095 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:14:47,102 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:47,104 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:14:47,106 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 14:14:47,112 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:47,142 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:47,325 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:50,597 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 14:14:50,597 Trac[main] DEBUG: Chosen handler is <Component trac.web.auth.LoginModule>
2019-04-16 14:14:50,599 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (Authentication information not available. Please refer to the <a href="/ittk/wiki/TracInstall#ConfiguringAuthentication" title="Configuring Authentication">installation documentation</a>.), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk'
2019-04-16 14:14:50,600 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 14:14:50,602 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:50,604 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 14:14:50,604 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 14:14:50,605 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:14:50,605 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:14:50,605 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:14:50,606 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:14:50,606 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:14:50,607 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:14:50,607 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:14:50,608 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:14:50,608 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:14:50,608 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:14:50,609 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:14:50,610 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:14:50,610 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:14:50,611 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:14:50,612 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:14:50,612 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:14:50,613 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:50,614 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:14:50,615 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 14:14:50,772 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 14:14:50,772 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:14:50,849 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 14:14:50,850 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 14:14:50,850 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 14:14:50,852 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:14:50,853 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 14:14:50,854 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 14:14:50,854 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:14:50,855 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:14:50,855 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:14:50,855 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:14:50,856 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:14:50,856 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:14:50,857 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:14:50,857 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:14:50,858 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:14:50,858 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:14:50,859 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:14:50,859 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:14:50,860 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:14:50,860 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:14:50,861 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:14:50,861 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:14:50,863 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 14:14:50,864 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:14:50,865 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 14:27:07,719 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 14:27:07,720 Trac[main] DEBUG: Chosen handler is <Component trac.web.auth.LoginModule>
2019-04-16 14:27:07,723 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (Authentication information not available. Please refer to the <a href="/ittk/wiki/TracInstall#ConfiguringAuthentication" title="Configuring Authentication">installation documentation</a>.), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk'
2019-04-16 14:27:07,724 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 14:27:07,726 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:07,729 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 14:27:07,729 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 14:27:07,729 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:27:07,730 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:27:07,730 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:27:07,731 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:27:07,731 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:27:07,732 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:27:07,732 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:27:07,732 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:27:07,733 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:27:07,733 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:27:07,734 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:27:07,735 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:27:07,735 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:27:07,736 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:27:07,736 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:27:07,737 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:27:07,738 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 14:27:07,739 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:27:07,740 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 14:27:07,848 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-16 14:27:07,849 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:07,857 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-16 14:27:07,858 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:07,880 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-16 14:27:07,881 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:07,884 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-16 14:27:07,888 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-16 14:27:07,897 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:07,890 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-16 14:27:07,890 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:07,901 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:08,513 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:08,519 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:08,551 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:08,603 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:08,637 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:08,663 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:08,726 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 14:27:08,727 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:08,800 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-16 14:27:08,802 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:08,812 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/topbar_gradient.png'">
2019-04-16 14:27:08,818 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:08,885 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 14:27:08,886 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 14:27:08,886 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 14:27:08,889 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:08,891 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 14:27:08,892 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 14:27:08,892 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:27:08,893 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:27:08,894 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:27:08,894 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:27:08,895 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:27:08,895 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:27:08,896 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:27:08,897 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:27:08,897 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:27:08,898 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:27:08,899 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:27:08,900 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:27:08,900 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:27:08,901 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:27:08,902 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:27:08,903 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:27:08,905 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 14:27:08,906 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:27:08,907 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 14:27:09,016 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:09,045 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:11,472 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/topbar_gradient2.png'">
2019-04-16 14:27:11,472 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:11,549 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:16,470 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 14:27:16,470 Trac[main] DEBUG: Chosen handler is <Component trac.web.auth.LoginModule>
2019-04-16 14:27:16,472 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (Authentication information not available. Please refer to the <a href="/ittk/wiki/TracInstall#ConfiguringAuthentication" title="Configuring Authentication">installation documentation</a>.), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 14:27:16,473 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 14:27:16,475 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:16,477 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 14:27:16,477 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 14:27:16,478 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:27:16,478 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:27:16,479 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:27:16,479 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:27:16,480 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:27:16,481 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:27:16,481 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:27:16,482 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:27:16,482 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:27:16,483 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:27:16,484 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:27:16,485 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:27:16,486 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:27:16,487 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:27:16,488 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:27:16,488 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:27:16,490 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 14:27:16,491 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:27:16,493 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 14:27:16,672 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 14:27:16,672 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 14:27:16,747 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 14:27:16,748 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 14:27:16,748 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 14:27:16,750 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 14:27:16,751 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 14:27:16,752 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 14:27:16,752 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 14:27:16,752 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 14:27:16,753 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 14:27:16,753 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 14:27:16,754 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 14:27:16,754 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 14:27:16,754 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 14:27:16,755 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 14:27:16,755 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 14:27:16,756 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 14:27:16,756 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 14:27:16,757 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 14:27:16,758 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 14:27:16,758 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 14:27:16,759 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 14:27:16,759 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 14:27:16,761 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 14:27:16,761 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 14:27:16,762 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 15:14:04,873 Trac[env] INFO: -------------------------------- environment startup [Trac 1.2.3] --------------------------------
2019-04-16 15:14:04,907 Trac[loader] DEBUG: Adding plugin "TracAccountManager 0.5.0" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,908 Trac[loader] DEBUG: Adding plugin "TracDirectoryAuth 2.1.2" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:04,916 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,926 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,927 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,927 Trac[loader] DEBUG: Loading plugin "acct_mgr.htfile" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,927 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,928 Trac[loader] DEBUG: Loading plugin "acct_mgr.macros" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,928 Trac[loader] DEBUG: Loading plugin "acct_mgr.notification" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,929 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.announcer.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,959 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": DistributionNotFound: TracAnnouncer
2019-04-16 15:14:04,959 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.radius" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:04,990 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
2019-04-16 15:14:04,990 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracforms.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:05,019 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": DistributionNotFound: TracForms
2019-04-16 15:14:05,019 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracscreenshots.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:05,050 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: TracScreenshots
2019-04-16 15:14:05,050 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracvote.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:05,080 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": DistributionNotFound: TracVote
2019-04-16 15:14:05,080 Trac[loader] DEBUG: Loading plugin "acct_mgr.pwhash" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:05,080 Trac[loader] DEBUG: Loading plugin "acct_mgr.register" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:05,080 Trac[loader] DEBUG: Loading plugin "acct_mgr.svnserve" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:05,081 Trac[loader] DEBUG: Loading plugin "acct_mgr.web_ui" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:05,081 Trac[loader] DEBUG: Loading plugin "dirauth" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:05,101 Trac[loader] DEBUG: Loading plugin "dirauth.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:05,101 Trac[loader] DEBUG: Loading plugin "dirauth.permissionstore" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:05,102 Trac[loader] DEBUG: Loading plugin "trac.about" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,102 Trac[loader] DEBUG: Loading plugin "trac.admin.console" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,102 Trac[loader] DEBUG: Loading plugin "trac.admin.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,103 Trac[loader] DEBUG: Loading plugin "trac.attachment" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,103 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,136 Trac[loader] DEBUG: Skipping "trac.db.mysql = trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
2019-04-16 15:14:05,136 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,137 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or psycopg2-binary', ['Trac'])
2019-04-16 15:14:05,137 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,141 Trac[loader] DEBUG: Loading plugin "trac.mimeview.patch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,141 Trac[loader] DEBUG: Loading plugin "trac.mimeview.pygments" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,170 Trac[loader] DEBUG: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": DistributionNotFound: Pygments>=0.6
2019-04-16 15:14:05,171 Trac[loader] DEBUG: Loading plugin "trac.mimeview.rst" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,200 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
2019-04-16 15:14:05,200 Trac[loader] DEBUG: Loading plugin "trac.mimeview.txtl" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,230 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
2019-04-16 15:14:05,230 Trac[loader] DEBUG: Loading plugin "trac.notification.api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,230 Trac[loader] DEBUG: Loading plugin "trac.notification.compat" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,230 Trac[loader] DEBUG: Loading plugin "trac.notification.mail" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,230 Trac[loader] DEBUG: Loading plugin "trac.notification.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,231 Trac[loader] DEBUG: Loading plugin "trac.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,232 Trac[loader] DEBUG: Loading plugin "trac.search" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,233 Trac[loader] DEBUG: Loading plugin "trac.ticket.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,237 Trac[loader] DEBUG: Loading plugin "trac.ticket.batch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,237 Trac[loader] DEBUG: Loading plugin "trac.ticket.notification" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,238 Trac[loader] DEBUG: Loading plugin "trac.ticket.query" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,241 Trac[loader] DEBUG: Loading plugin "trac.ticket.report" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,243 Trac[loader] DEBUG: Loading plugin "trac.ticket.roadmap" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,243 Trac[loader] DEBUG: Loading plugin "trac.ticket.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,246 Trac[loader] DEBUG: Loading plugin "trac.timeline" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,247 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,248 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.svn_authz" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,249 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,257 Trac[loader] DEBUG: Loading plugin "trac.web.auth" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,257 Trac[loader] DEBUG: Loading plugin "trac.web.main" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,257 Trac[loader] DEBUG: Loading plugin "trac.web.session" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,257 Trac[loader] DEBUG: Loading plugin "trac.wiki.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,258 Trac[loader] DEBUG: Loading plugin "trac.wiki.interwiki" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,258 Trac[loader] DEBUG: Loading plugin "trac.wiki.macros" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,258 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,258 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,259 Trac[loader] DEBUG: Loading plugin "tracopt.perm.authz_policy" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,260 Trac[loader] DEBUG: Loading plugin "tracopt.perm.config_perm_provider" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,260 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.clone" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,261 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.commit_updater" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,262 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.deleter" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,262 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.git.git_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,266 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,268 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_prop" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:05,271 Trac[default_workflow] DEBUG: Workflow actions at initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': [u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': {'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': u'create', 'oldstates': [None], 'permissions': []}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': '', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': [None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': [u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

2019-04-16 15:14:05,273 Trac[env] WARNING: Component <Component tracext.dirauth.db.DirectoryAuthPluginSetup> requires environment upgrade
2019-04-16 15:14:05,274 Trac[env] WARNING: Component <Component tracext.dirauth.db.DirectoryAuthPluginSetup> requires environment upgrade
2019-04-16 15:14:05,277 Trac[env] INFO: tracext.dirauth.db.DirectoryAuthPluginSetup upgrading...
2019-04-16 15:14:30,493 Trac[env] INFO: -------------------------------- environment startup [Trac 1.2.3] --------------------------------
2019-04-16 15:14:30,527 Trac[loader] DEBUG: Adding plugin "TracAccountManager 0.5.0" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,527 Trac[loader] DEBUG: Adding plugin "TracDirectoryAuth 2.1.2" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:30,535 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,545 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,546 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,546 Trac[loader] DEBUG: Loading plugin "acct_mgr.htfile" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,546 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,547 Trac[loader] DEBUG: Loading plugin "acct_mgr.macros" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,547 Trac[loader] DEBUG: Loading plugin "acct_mgr.notification" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,548 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.announcer.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,577 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": DistributionNotFound: TracAnnouncer
2019-04-16 15:14:30,578 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.radius" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,608 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
2019-04-16 15:14:30,608 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracforms.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,638 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": DistributionNotFound: TracForms
2019-04-16 15:14:30,638 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracscreenshots.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,669 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: TracScreenshots
2019-04-16 15:14:30,669 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracvote.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,698 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": DistributionNotFound: TracVote
2019-04-16 15:14:30,698 Trac[loader] DEBUG: Loading plugin "acct_mgr.pwhash" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,699 Trac[loader] DEBUG: Loading plugin "acct_mgr.register" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,699 Trac[loader] DEBUG: Loading plugin "acct_mgr.svnserve" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,700 Trac[loader] DEBUG: Loading plugin "acct_mgr.web_ui" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:14:30,700 Trac[loader] DEBUG: Loading plugin "dirauth" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:30,718 Trac[loader] DEBUG: Loading plugin "dirauth.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:30,719 Trac[loader] DEBUG: Loading plugin "dirauth.permissionstore" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:14:30,719 Trac[loader] DEBUG: Loading plugin "trac.about" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,719 Trac[loader] DEBUG: Loading plugin "trac.admin.console" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,720 Trac[loader] DEBUG: Loading plugin "trac.admin.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,720 Trac[loader] DEBUG: Loading plugin "trac.attachment" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,721 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,753 Trac[loader] DEBUG: Skipping "trac.db.mysql = trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
2019-04-16 15:14:30,753 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,754 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or psycopg2-binary', ['Trac'])
2019-04-16 15:14:30,754 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,757 Trac[loader] DEBUG: Loading plugin "trac.mimeview.patch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,758 Trac[loader] DEBUG: Loading plugin "trac.mimeview.pygments" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,787 Trac[loader] DEBUG: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": DistributionNotFound: Pygments>=0.6
2019-04-16 15:14:30,787 Trac[loader] DEBUG: Loading plugin "trac.mimeview.rst" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,817 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
2019-04-16 15:14:30,817 Trac[loader] DEBUG: Loading plugin "trac.mimeview.txtl" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,847 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
2019-04-16 15:14:30,847 Trac[loader] DEBUG: Loading plugin "trac.notification.api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,847 Trac[loader] DEBUG: Loading plugin "trac.notification.compat" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,847 Trac[loader] DEBUG: Loading plugin "trac.notification.mail" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,847 Trac[loader] DEBUG: Loading plugin "trac.notification.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,848 Trac[loader] DEBUG: Loading plugin "trac.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,849 Trac[loader] DEBUG: Loading plugin "trac.search" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,850 Trac[loader] DEBUG: Loading plugin "trac.ticket.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,853 Trac[loader] DEBUG: Loading plugin "trac.ticket.batch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,854 Trac[loader] DEBUG: Loading plugin "trac.ticket.notification" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,854 Trac[loader] DEBUG: Loading plugin "trac.ticket.query" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,857 Trac[loader] DEBUG: Loading plugin "trac.ticket.report" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,859 Trac[loader] DEBUG: Loading plugin "trac.ticket.roadmap" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,859 Trac[loader] DEBUG: Loading plugin "trac.ticket.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,863 Trac[loader] DEBUG: Loading plugin "trac.timeline" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,864 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,865 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.svn_authz" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,865 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,873 Trac[loader] DEBUG: Loading plugin "trac.web.auth" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,874 Trac[loader] DEBUG: Loading plugin "trac.web.main" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,874 Trac[loader] DEBUG: Loading plugin "trac.web.session" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,874 Trac[loader] DEBUG: Loading plugin "trac.wiki.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,874 Trac[loader] DEBUG: Loading plugin "trac.wiki.interwiki" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,874 Trac[loader] DEBUG: Loading plugin "trac.wiki.macros" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,874 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,875 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,876 Trac[loader] DEBUG: Loading plugin "tracopt.perm.authz_policy" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,876 Trac[loader] DEBUG: Loading plugin "tracopt.perm.config_perm_provider" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,877 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.clone" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,877 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.commit_updater" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,879 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.deleter" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,879 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.git.git_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,883 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,885 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_prop" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:14:30,887 Trac[default_workflow] DEBUG: Workflow actions at initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': [u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': {'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': u'create', 'oldstates': [None], 'permissions': []}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': '', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': [None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': [u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

2019-04-16 15:15:09,753 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 15:15:09,754 Trac[main] DEBUG: Chosen handler is <Component trac.web.auth.LoginModule>
2019-04-16 15:15:09,759 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (Authentication information not available. Please refer to the <a href="/ittk/wiki/TracInstall#ConfiguringAuthentication" title="Configuring Authentication">installation documentation</a>.), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:15:09,759 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:15:09,761 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:09,767 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 15:15:09,767 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 15:15:09,768 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 15:15:09,768 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 15:15:09,768 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 15:15:09,769 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 15:15:09,769 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 15:15:09,770 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 15:15:09,770 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 15:15:09,771 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 15:15:09,771 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 15:15:09,771 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 15:15:09,772 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 15:15:09,773 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 15:15:09,774 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 15:15:09,774 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 15:15:09,775 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 15:15:09,775 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 15:15:09,778 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 15:15:09,779 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 15:15:09,780 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 15:15:09,888 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-16 15:15:09,888 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:09,897 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-16 15:15:09,898 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:09,903 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-16 15:15:09,904 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:09,912 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-16 15:15:09,914 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:09,939 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-16 15:15:09,940 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:09,954 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-16 15:15:09,955 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:10,571 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:10,579 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:10,640 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:10,645 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:10,649 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:10,715 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:10,789 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 15:15:10,789 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:10,838 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-16 15:15:10,838 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:10,863 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/topbar_gradient.png'">
2019-04-16 15:15:10,864 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:11,014 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 15:15:11,015 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:15:11,017 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:15:11,021 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:11,028 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 15:15:11,028 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 15:15:11,029 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 15:15:11,030 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 15:15:11,031 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 15:15:11,032 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 15:15:11,032 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 15:15:11,033 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 15:15:11,034 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 15:15:11,036 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 15:15:11,036 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 15:15:11,037 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 15:15:11,038 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 15:15:11,040 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 15:15:11,041 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 15:15:11,042 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 15:15:11,043 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 15:15:11,043 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 15:15:11,047 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 15:15:11,048 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 15:15:11,050 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 15:15:11,159 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:11,235 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:19,848 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/topbar_gradient2.png'">
2019-04-16 15:15:19,848 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:19,925 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:21,788 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 15:15:21,789 Trac[main] DEBUG: Chosen handler is <Component trac.web.auth.LoginModule>
2019-04-16 15:15:21,791 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (Authentication information not available. Please refer to the <a href="/ittk/wiki/TracInstall#ConfiguringAuthentication" title="Configuring Authentication">installation documentation</a>.), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:15:21,792 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:15:21,794 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:21,796 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 15:15:21,796 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 15:15:21,797 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 15:15:21,797 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 15:15:21,798 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 15:15:21,798 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 15:15:21,798 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 15:15:21,799 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 15:15:21,799 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 15:15:21,800 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 15:15:21,800 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 15:15:21,800 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 15:15:21,801 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 15:15:21,802 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 15:15:21,803 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 15:15:21,803 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 15:15:21,804 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 15:15:21,804 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 15:15:21,805 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 15:15:21,806 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 15:15:21,807 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 15:15:22,066 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 15:15:22,067 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:15:22,142 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 15:15:22,143 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:15:22,143 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:15:22,145 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:15:22,146 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/basics'>
2019-04-16 15:15:22,147 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/logging'>
2019-04-16 15:15:22,147 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_GRANT on <Resource u'admin:general/perm'>
2019-04-16 15:15:22,148 Trac[perm] DEBUG: No policy allowed anonymous performing PERMISSION_REVOKE on <Resource u'admin:general/perm'>
2019-04-16 15:15:22,148 Trac[perm] DEBUG: No policy allowed anonymous performing TRAC_ADMIN on <Resource u'admin:general/plugin'>
2019-04-16 15:15:22,148 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/components'>
2019-04-16 15:15:22,149 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/milestones'>
2019-04-16 15:15:22,149 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/versions'>
2019-04-16 15:15:22,150 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/priority'>
2019-04-16 15:15:22,150 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/resolution'>
2019-04-16 15:15:22,150 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/severity'>
2019-04-16 15:15:22,151 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_ADMIN on <Resource u'admin:ticket/type'>
2019-04-16 15:15:22,152 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing SEARCH_VIEW on None
2019-04-16 15:15:22,152 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing ROADMAP_VIEW on None
2019-04-16 15:15:22,153 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TICKET_VIEW on <Resource 'ticket'>
2019-04-16 15:15:22,153 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing REPORT_VIEW on <Resource u'report:-1'>
2019-04-16 15:15:22,154 Trac[perm] DEBUG: No policy allowed anonymous performing TICKET_CREATE on None
2019-04-16 15:15:22,154 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing TIMELINE_VIEW on <Resource 'timeline'>
2019-04-16 15:15:22,156 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:WikiStart'>
2019-04-16 15:15:22,157 Trac[perm] DEBUG: DefaultPermissionPolicy allows anonymous performing WIKI_VIEW on <Resource u'wiki:TracGuide'>
2019-04-16 15:15:22,158 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None
2019-04-16 15:16:32,908 Trac[env] INFO: -------------------------------- environment startup [Trac 1.2.3] --------------------------------
2019-04-16 15:16:32,983 Trac[loader] DEBUG: Adding plugin "TracAccountManager 0.5.0" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:32,984 Trac[loader] DEBUG: Adding plugin "TracDirectoryAuth 2.1.2" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:16:32,999 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,056 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,056 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,056 Trac[loader] DEBUG: Loading plugin "acct_mgr.htfile" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,057 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,057 Trac[loader] DEBUG: Loading plugin "acct_mgr.macros" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,058 Trac[loader] DEBUG: Loading plugin "acct_mgr.notification" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,058 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.announcer.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,088 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": DistributionNotFound: TracAnnouncer
2019-04-16 15:16:33,088 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.radius" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,119 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
2019-04-16 15:16:33,119 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracforms.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,149 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": DistributionNotFound: TracForms
2019-04-16 15:16:33,149 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracscreenshots.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,178 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: TracScreenshots
2019-04-16 15:16:33,179 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracvote.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,208 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": DistributionNotFound: TracVote
2019-04-16 15:16:33,208 Trac[loader] DEBUG: Loading plugin "acct_mgr.pwhash" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,209 Trac[loader] DEBUG: Loading plugin "acct_mgr.register" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,209 Trac[loader] DEBUG: Loading plugin "acct_mgr.svnserve" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,212 Trac[loader] DEBUG: Loading plugin "acct_mgr.web_ui" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 15:16:33,212 Trac[loader] DEBUG: Loading plugin "dirauth" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:16:33,231 Trac[loader] DEBUG: Loading plugin "dirauth.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:16:33,231 Trac[loader] DEBUG: Loading plugin "dirauth.permissionstore" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 15:16:33,232 Trac[loader] DEBUG: Loading plugin "trac.about" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,232 Trac[loader] DEBUG: Loading plugin "trac.admin.console" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,234 Trac[loader] DEBUG: Loading plugin "trac.admin.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,236 Trac[loader] DEBUG: Loading plugin "trac.attachment" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,236 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,267 Trac[loader] DEBUG: Skipping "trac.db.mysql = trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
2019-04-16 15:16:33,267 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,268 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or psycopg2-binary', ['Trac'])
2019-04-16 15:16:33,268 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,272 Trac[loader] DEBUG: Loading plugin "trac.mimeview.patch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,272 Trac[loader] DEBUG: Loading plugin "trac.mimeview.pygments" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,302 Trac[loader] DEBUG: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": DistributionNotFound: Pygments>=0.6
2019-04-16 15:16:33,302 Trac[loader] DEBUG: Loading plugin "trac.mimeview.rst" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,332 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
2019-04-16 15:16:33,332 Trac[loader] DEBUG: Loading plugin "trac.mimeview.txtl" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,362 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
2019-04-16 15:16:33,362 Trac[loader] DEBUG: Loading plugin "trac.notification.api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,362 Trac[loader] DEBUG: Loading plugin "trac.notification.compat" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,362 Trac[loader] DEBUG: Loading plugin "trac.notification.mail" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,363 Trac[loader] DEBUG: Loading plugin "trac.notification.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,364 Trac[loader] DEBUG: Loading plugin "trac.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,364 Trac[loader] DEBUG: Loading plugin "trac.search" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,365 Trac[loader] DEBUG: Loading plugin "trac.ticket.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,369 Trac[loader] DEBUG: Loading plugin "trac.ticket.batch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,370 Trac[loader] DEBUG: Loading plugin "trac.ticket.notification" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,370 Trac[loader] DEBUG: Loading plugin "trac.ticket.query" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,373 Trac[loader] DEBUG: Loading plugin "trac.ticket.report" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,375 Trac[loader] DEBUG: Loading plugin "trac.ticket.roadmap" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,375 Trac[loader] DEBUG: Loading plugin "trac.ticket.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,378 Trac[loader] DEBUG: Loading plugin "trac.timeline" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,379 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,380 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.svn_authz" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,381 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,389 Trac[loader] DEBUG: Loading plugin "trac.web.auth" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,389 Trac[loader] DEBUG: Loading plugin "trac.web.main" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,389 Trac[loader] DEBUG: Loading plugin "trac.web.session" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,389 Trac[loader] DEBUG: Loading plugin "trac.wiki.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,390 Trac[loader] DEBUG: Loading plugin "trac.wiki.interwiki" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,390 Trac[loader] DEBUG: Loading plugin "trac.wiki.macros" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,390 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,390 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,391 Trac[loader] DEBUG: Loading plugin "tracopt.perm.authz_policy" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,392 Trac[loader] DEBUG: Loading plugin "tracopt.perm.config_perm_provider" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,392 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.clone" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,393 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.commit_updater" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,394 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.deleter" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,395 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.git.git_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,398 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,400 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_prop" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 15:16:33,403 Trac[default_workflow] DEBUG: Workflow actions at initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': [u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': {'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': u'create', 'oldstates': [None], 'permissions': []}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': '', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': [None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': [u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

2019-04-16 15:16:33,406 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect
2019-04-16 15:16:33,406 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 15:16:33,409 Trac[register] WARNING: RegistrationModule is disabled because the password store does not support writing.
2019-04-16 15:16:33,409 Trac[web_ui] WARNING: AccountModule is disabled because no configured password store supports writing.
2019-04-16 15:16:33,409 Trac[web_ui] INFO: Concurrent enabled login modules found, fixing configuration ...
2019-04-16 15:16:33,409 Trac[web_ui] INFO: trac.web.auth.LoginModule disabled, giving preference to <class 'acct_mgr.web_ui.LoginModule'>.
2019-04-16 15:16:33,412 Trac[main] DEBUG: Chosen handler is None
2019-04-16 15:16:33,413 Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow']
2019-04-16 15:16:33,417 Trac[perm] INFO: Granted permission for ACCTMGR_CONFIG_ADMIN to setup
2019-04-16 15:16:33,421 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1536, in authenticate
    perms = self.perms.get_user_permissions('authenticated')
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 435, in get_user_permissions
    for perm in self.store.get_user_permissions(username) or []:
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 15:16:33,422 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:16:33,423 Trac[session] DEBUG: Promoting anonymous session 702534d512761fe9e08ca57e to authenticated session for user setup
2019-04-16 15:16:33,425 Trac[session] DEBUG: Retrieving session for ID u'setup'
2019-04-16 15:16:33,426 Trac[chrome] WARNING: Error with navigation contributor LoginModule: TracError: basedn not defined!
2019-04-16 15:16:33,428 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:16:33,429 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:16:33,430 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:16:33,431 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:16:33,431 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:16:33,432 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:16:33,433 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:16:33,434 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:16:33,434 Trac[session] DEBUG: Retrieving session for ID '702534d512761fe9e08ca57e'
2019-04-16 15:16:33,435 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /login), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:16:33,802 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-16 15:16:33,802 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:33,822 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-16 15:16:33,823 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:33,832 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-16 15:16:33,834 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:33,863 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-16 15:16:33,864 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:33,891 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-16 15:16:33,899 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:33,903 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-16 15:16:33,906 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:34,453 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 15:16:34,454 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:34,548 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-16 15:16:34,549 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:34,550 Trac[session] DEBUG: Retrieving session for ID '6bef56e0079f2cc4abc3be4b'
2019-04-16 15:16:34,741 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 15:16:34,742 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:16:34,743 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:16:34,749 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:16:34,752 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:16:34,755 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:16:34,758 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:16:34,760 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:16:34,763 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:16:34,765 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:16:34,770 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:16:34,774 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:16:55,130 Trac[main] DEBUG: Dispatching <RequestWithSession "POST '/logout'">
2019-04-16 15:16:55,131 Trac[main] DEBUG: Chosen handler is None
2019-04-16 15:16:55,132 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:16:55,135 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /logout), <RequestWithSession "POST '/logout'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:16:55,135 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:16:55,139 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:16:55,141 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:16:55,143 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:16:55,144 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:16:55,146 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:16:55,147 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:16:55,149 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:16:55,151 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:16:55,153 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:16:55,376 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 15:16:55,377 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:55,377 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:16:55,511 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 15:16:55,511 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/logout'
2019-04-16 15:16:55,511 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:16:55,513 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:16:55,514 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:16:55,515 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:16:55,515 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:16:55,516 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:16:55,517 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:16:55,517 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:16:55,518 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:16:55,519 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:16:57,058 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 15:16:57,059 Trac[main] DEBUG: Chosen handler is None
2019-04-16 15:16:57,060 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:16:57,062 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /login), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/logout'
2019-04-16 15:16:57,062 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:16:57,066 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:16:57,068 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:16:57,069 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:16:57,071 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:16:57,072 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:16:57,074 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:16:57,075 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:16:57,077 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:16:57,079 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:16:57,222 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 15:16:57,223 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:16:57,223 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:16:57,347 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 15:16:57,348 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:16:57,348 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:16:57,352 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:16:57,354 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:16:57,355 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:16:57,357 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:16:57,358 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:16:57,360 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:16:57,361 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:16:57,364 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:16:57,366 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:25:23,949 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/'">
2019-04-16 15:25:23,951 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:23,953 Trac[main] DEBUG: Chosen handler is <Component trac.wiki.web_ui.WikiModule>
2019-04-16 15:25:23,958 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (basedn not defined!), <RequestWithSession "GET '/'">, referrer None
2019-04-16 15:25:23,958 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:25:23,962 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:25:23,965 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:25:23,966 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:25:23,968 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:25:23,969 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:25:23,971 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:25:23,972 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:25:23,974 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:25:23,976 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:25:24,149 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-16 15:25:24,150 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:24,150 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:24,169 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-16 15:25:24,170 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:24,171 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-16 15:25:24,172 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:24,173 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:24,176 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:24,189 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-16 15:25:24,189 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:24,193 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:24,194 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-16 15:25:24,196 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:24,199 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:24,197 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-16 15:25:24,209 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:24,212 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:25,044 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 15:25:25,046 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:25,047 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-16 15:25:25,048 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:25,048 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:25,050 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:25,303 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac.ico'">
2019-04-16 15:25:25,304 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:25,305 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:25,521 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 15:25:25,522 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk'
2019-04-16 15:25:25,523 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:25:25,531 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:25:25,534 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:25:25,537 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:25:25,540 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:25:25,542 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:25:25,545 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:25:25,547 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:25:25,552 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:25:25,555 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:25:28,403 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 15:25:28,404 Trac[main] DEBUG: Chosen handler is None
2019-04-16 15:25:28,405 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:28,407 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /login), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk'
2019-04-16 15:25:28,407 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:25:28,411 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:25:28,413 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:25:28,414 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:25:28,416 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:25:28,418 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:25:28,419 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:25:28,420 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:25:28,423 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:25:28,425 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 15:25:28,578 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 15:25:28,578 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 15:25:28,579 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 15:25:28,725 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 15:25:28,726 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 15:25:28,726 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 15:25:28,730 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 15:25:28,732 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 15:25:28,733 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 15:25:28,735 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 15:25:28,736 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 15:25:28,738 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 15:25:28,739 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 15:25:28,742 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 15:25:28,743 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:19,245 Trac[env] INFO: Reloading environment due to configuration change
2019-04-16 16:47:19,293 Trac[env] INFO: -------------------------------- environment startup [Trac 1.2.3] --------------------------------
2019-04-16 16:47:19,370 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,373 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,374 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,374 Trac[loader] DEBUG: Loading plugin "acct_mgr.htfile" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,375 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,375 Trac[loader] DEBUG: Loading plugin "acct_mgr.macros" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,376 Trac[loader] DEBUG: Loading plugin "acct_mgr.notification" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,376 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.announcer.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,439 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": DistributionNotFound: TracAnnouncer
2019-04-16 16:47:19,440 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.radius" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,479 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
2019-04-16 16:47:19,479 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracforms.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,509 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": DistributionNotFound: TracForms
2019-04-16 16:47:19,509 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracscreenshots.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,539 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: TracScreenshots
2019-04-16 16:47:19,539 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracvote.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,568 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": DistributionNotFound: TracVote
2019-04-16 16:47:19,569 Trac[loader] DEBUG: Loading plugin "acct_mgr.pwhash" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,569 Trac[loader] DEBUG: Loading plugin "acct_mgr.register" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,569 Trac[loader] DEBUG: Loading plugin "acct_mgr.svnserve" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,569 Trac[loader] DEBUG: Loading plugin "acct_mgr.web_ui" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-16 16:47:19,569 Trac[loader] DEBUG: Loading plugin "dirauth" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 16:47:19,570 Trac[loader] DEBUG: Loading plugin "dirauth.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 16:47:19,570 Trac[loader] DEBUG: Loading plugin "dirauth.permissionstore" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-16 16:47:19,570 Trac[loader] DEBUG: Loading plugin "trac.about" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,570 Trac[loader] DEBUG: Loading plugin "trac.admin.console" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,571 Trac[loader] DEBUG: Loading plugin "trac.admin.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,571 Trac[loader] DEBUG: Loading plugin "trac.attachment" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,571 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,601 Trac[loader] DEBUG: Skipping "trac.db.mysql = trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
2019-04-16 16:47:19,601 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,602 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or psycopg2-binary', ['Trac'])
2019-04-16 16:47:19,603 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,603 Trac[loader] DEBUG: Loading plugin "trac.mimeview.patch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,603 Trac[loader] DEBUG: Loading plugin "trac.mimeview.pygments" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,632 Trac[loader] DEBUG: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": DistributionNotFound: Pygments>=0.6
2019-04-16 16:47:19,632 Trac[loader] DEBUG: Loading plugin "trac.mimeview.rst" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,663 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
2019-04-16 16:47:19,663 Trac[loader] DEBUG: Loading plugin "trac.mimeview.txtl" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,692 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
2019-04-16 16:47:19,692 Trac[loader] DEBUG: Loading plugin "trac.notification.api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,693 Trac[loader] DEBUG: Loading plugin "trac.notification.compat" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,693 Trac[loader] DEBUG: Loading plugin "trac.notification.mail" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,693 Trac[loader] DEBUG: Loading plugin "trac.notification.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,693 Trac[loader] DEBUG: Loading plugin "trac.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,693 Trac[loader] DEBUG: Loading plugin "trac.search" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,693 Trac[loader] DEBUG: Loading plugin "trac.ticket.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,694 Trac[loader] DEBUG: Loading plugin "trac.ticket.batch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,694 Trac[loader] DEBUG: Loading plugin "trac.ticket.notification" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,694 Trac[loader] DEBUG: Loading plugin "trac.ticket.query" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,694 Trac[loader] DEBUG: Loading plugin "trac.ticket.report" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,694 Trac[loader] DEBUG: Loading plugin "trac.ticket.roadmap" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,695 Trac[loader] DEBUG: Loading plugin "trac.ticket.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,695 Trac[loader] DEBUG: Loading plugin "trac.timeline" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,695 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,695 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.svn_authz" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,695 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,695 Trac[loader] DEBUG: Loading plugin "trac.web.auth" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,696 Trac[loader] DEBUG: Loading plugin "trac.web.main" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,696 Trac[loader] DEBUG: Loading plugin "trac.web.session" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,696 Trac[loader] DEBUG: Loading plugin "trac.wiki.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,696 Trac[loader] DEBUG: Loading plugin "trac.wiki.interwiki" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,696 Trac[loader] DEBUG: Loading plugin "trac.wiki.macros" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,697 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,697 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,697 Trac[loader] DEBUG: Loading plugin "tracopt.perm.authz_policy" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,697 Trac[loader] DEBUG: Loading plugin "tracopt.perm.config_perm_provider" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,697 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.clone" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,697 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.commit_updater" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,698 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.deleter" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,698 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.git.git_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,698 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,698 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_prop" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-16 16:47:19,700 Trac[default_workflow] DEBUG: Workflow actions at initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': [u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': {'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': u'create', 'oldstates': [None], 'permissions': []}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': '', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': [None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': [u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

2019-04-16 16:47:19,703 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect
2019-04-16 16:47:19,703 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 16:47:19,706 Trac[register] WARNING: RegistrationModule is disabled because the password store does not support writing.
2019-04-16 16:47:19,706 Trac[web_ui] INFO: Concurrent enabled login modules found, fixing configuration ...
2019-04-16 16:47:19,706 Trac[web_ui] INFO: trac.web.auth.LoginModule disabled, giving preference to <class 'acct_mgr.web_ui.LoginModule'>.
2019-04-16 16:47:19,707 Trac[main] DEBUG: Chosen handler is None
2019-04-16 16:47:19,708 Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow']
2019-04-16 16:47:19,710 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:19,710 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:19,712 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:19,713 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:19,714 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:19,715 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:19,715 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:19,716 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:19,717 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:19,717 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:19,718 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:19,720 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:19,720 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:19,721 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /login), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk'
2019-04-16 16:47:19,894 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:20,081 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-16 16:47:20,081 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,082 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:20,095 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-16 16:47:20,096 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,097 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:20,101 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-16 16:47:20,102 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,103 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:20,106 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-16 16:47:20,110 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,112 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-16 16:47:20,113 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,114 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:20,118 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:20,126 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-16 16:47:20,134 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,140 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:20,865 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 16:47:20,865 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,866 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:20,928 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-16 16:47:20,929 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:20,930 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:21,170 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 16:47:21,171 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 16:47:21,171 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:21,178 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:21,181 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:21,183 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:21,187 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:21,189 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:21,213 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:21,216 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:21,219 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:21,221 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:26,441 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 16:47:26,442 Trac[main] DEBUG: Chosen handler is None
2019-04-16 16:47:26,444 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:26,445 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:26,448 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:26,449 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:26,451 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:26,453 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:26,454 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:26,456 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:26,458 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:26,459 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:26,461 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:26,463 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:26,464 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:26,465 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /login), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 16:47:26,467 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:26,617 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 16:47:26,618 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:26,619 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:26,755 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 16:47:26,756 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 16:47:26,756 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:26,760 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:26,761 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:26,763 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:26,764 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:26,766 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:26,767 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:26,769 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:26,771 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:26,773 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:30,418 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 16:47:30,418 Trac[main] DEBUG: Chosen handler is None
2019-04-16 16:47:30,421 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:30,422 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:30,424 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:30,426 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:30,428 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:30,430 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:30,431 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:30,433 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:30,434 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:30,435 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:30,437 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:30,439 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:30,440 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:30,441 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /login), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 16:47:30,443 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:30,590 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 16:47:30,591 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:30,591 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:30,716 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 16:47:30,716 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 16:47:30,717 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:30,718 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:30,719 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:30,720 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:30,721 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:30,721 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:30,722 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:30,723 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:30,724 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:30,725 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:34,736 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-16 16:47:34,736 Trac[main] DEBUG: Chosen handler is None
2019-04-16 16:47:34,739 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:34,740 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:34,743 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
    authname = authenticator.authenticate(req)
  File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1527, in authenticate
    not self.perms.get_users_with_permission('TRAC_ADMIN'):
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 473, in get_users_with_permission
    perms = self.store.get_users_with_permissions(satisfying_perms) or []
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 219, in get_users_with_permissions
    userperms = self.get_user_permissions(user)
  File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
    subjects.update(provider.get_permission_groups(username) or [])
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
    return self._expand_user_groups(username)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
    user_dn = self._get_user_dn(user)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
    [self.user_attr], cache)
  File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
    raise TracError(_("basedn not defined!"))
TracError: basedn not defined!
2019-04-16 16:47:34,744 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:34,746 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:34,748 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:34,749 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:34,751 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:34,753 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:34,754 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:34,756 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:34,758 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:34,759 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:34,760 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (No handler matched request to /login), <RequestWithSession "GET '/login'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 16:47:34,762 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-16 16:47:34,932 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-16 16:47:34,932 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-16 16:47:34,933 Trac[session] DEBUG: Retrieving session for ID '8b67af1a23343992209f7b95'
2019-04-16 16:47:35,070 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-16 16:47:35,071 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk/login'
2019-04-16 16:47:35,071 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-16 16:47:35,075 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-16 16:47:35,077 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-16 16:47:35,078 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-16 16:47:35,080 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-16 16:47:35,081 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-16 16:47:35,083 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-16 16:47:35,083 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-16 16:47:35,084 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-16 16:47:35,085 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-17 07:56:27,942 Trac[env] INFO: Reloading environment due to configuration change
2019-04-17 07:56:27,987 Trac[env] INFO: -------------------------------- environment startup [Trac 1.2.3] --------------------------------
2019-04-17 07:56:28,064 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,065 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,065 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,066 Trac[loader] DEBUG: Loading plugin "acct_mgr.htfile" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,066 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,067 Trac[loader] DEBUG: Loading plugin "acct_mgr.macros" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,067 Trac[loader] DEBUG: Loading plugin "acct_mgr.notification" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,068 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.announcer.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,099 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": DistributionNotFound: TracAnnouncer
2019-04-17 07:56:28,099 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.radius" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,130 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
2019-04-17 07:56:28,130 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracforms.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,160 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": DistributionNotFound: TracForms
2019-04-17 07:56:28,160 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracscreenshots.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,190 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: TracScreenshots
2019-04-17 07:56:28,190 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracvote.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,220 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": DistributionNotFound: TracVote
2019-04-17 07:56:28,220 Trac[loader] DEBUG: Loading plugin "acct_mgr.pwhash" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,220 Trac[loader] DEBUG: Loading plugin "acct_mgr.register" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,221 Trac[loader] DEBUG: Loading plugin "acct_mgr.svnserve" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,221 Trac[loader] DEBUG: Loading plugin "acct_mgr.web_ui" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-17 07:56:28,221 Trac[loader] DEBUG: Loading plugin "dirauth" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-17 07:56:28,221 Trac[loader] DEBUG: Loading plugin "dirauth.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-17 07:56:28,222 Trac[loader] DEBUG: Loading plugin "dirauth.permissionstore" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-17 07:56:28,222 Trac[loader] DEBUG: Loading plugin "trac.about" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,222 Trac[loader] DEBUG: Loading plugin "trac.admin.console" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,222 Trac[loader] DEBUG: Loading plugin "trac.admin.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,222 Trac[loader] DEBUG: Loading plugin "trac.attachment" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,223 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,252 Trac[loader] DEBUG: Skipping "trac.db.mysql = trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
2019-04-17 07:56:28,252 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,254 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or psycopg2-binary', ['Trac'])
2019-04-17 07:56:28,254 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,254 Trac[loader] DEBUG: Loading plugin "trac.mimeview.patch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,254 Trac[loader] DEBUG: Loading plugin "trac.mimeview.pygments" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,284 Trac[loader] DEBUG: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": DistributionNotFound: Pygments>=0.6
2019-04-17 07:56:28,284 Trac[loader] DEBUG: Loading plugin "trac.mimeview.rst" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,314 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
2019-04-17 07:56:28,314 Trac[loader] DEBUG: Loading plugin "trac.mimeview.txtl" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,344 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
2019-04-17 07:56:28,344 Trac[loader] DEBUG: Loading plugin "trac.notification.api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,344 Trac[loader] DEBUG: Loading plugin "trac.notification.compat" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,345 Trac[loader] DEBUG: Loading plugin "trac.notification.mail" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,345 Trac[loader] DEBUG: Loading plugin "trac.notification.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,345 Trac[loader] DEBUG: Loading plugin "trac.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,345 Trac[loader] DEBUG: Loading plugin "trac.search" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,345 Trac[loader] DEBUG: Loading plugin "trac.ticket.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,346 Trac[loader] DEBUG: Loading plugin "trac.ticket.batch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,346 Trac[loader] DEBUG: Loading plugin "trac.ticket.notification" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,346 Trac[loader] DEBUG: Loading plugin "trac.ticket.query" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,346 Trac[loader] DEBUG: Loading plugin "trac.ticket.report" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,346 Trac[loader] DEBUG: Loading plugin "trac.ticket.roadmap" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,346 Trac[loader] DEBUG: Loading plugin "trac.ticket.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,347 Trac[loader] DEBUG: Loading plugin "trac.timeline" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,347 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,347 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.svn_authz" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,347 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,347 Trac[loader] DEBUG: Loading plugin "trac.web.auth" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,348 Trac[loader] DEBUG: Loading plugin "trac.web.main" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,348 Trac[loader] DEBUG: Loading plugin "trac.web.session" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,348 Trac[loader] DEBUG: Loading plugin "trac.wiki.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,348 Trac[loader] DEBUG: Loading plugin "trac.wiki.interwiki" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,348 Trac[loader] DEBUG: Loading plugin "trac.wiki.macros" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,348 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,349 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,349 Trac[loader] DEBUG: Loading plugin "tracopt.perm.authz_policy" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,349 Trac[loader] DEBUG: Loading plugin "tracopt.perm.config_perm_provider" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,349 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.clone" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,349 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.commit_updater" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,349 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.deleter" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,350 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.git.git_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,350 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,350 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_prop" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-17 07:56:28,352 Trac[default_workflow] DEBUG: Workflow actions at initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': [u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': {'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': u'create', 'oldstates': [None], 'permissions': []}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': '', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': [None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': [u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

2019-04-17 07:56:28,355 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect
2019-04-17 07:56:28,355 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/'">
2019-04-17 07:56:28,357 Trac[register] WARNING: RegistrationModule is disabled because the password store does not support writing.
2019-04-17 07:56:28,358 Trac[web_ui] WARNING: AccountModule is disabled because no configured password store supports writing.
2019-04-17 07:56:28,358 Trac[web_ui] INFO: Concurrent enabled login modules found, fixing configuration ...
2019-04-17 07:56:28,358 Trac[web_ui] INFO: trac.web.auth.LoginModule disabled, giving preference to <class 'acct_mgr.web_ui.LoginModule'>.
2019-04-17 07:56:28,360 Trac[main] DEBUG: Chosen handler is <Component trac.wiki.web_ui.WikiModule>
2019-04-17 07:56:28,361 Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow']
2019-04-17 07:56:28,362 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (basedn not defined!), <RequestWithSession "GET '/'">, referrer None
2019-04-17 07:56:28,363 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-17 07:56:28,365 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-17 07:56:28,366 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-17 07:56:28,367 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-17 07:56:28,367 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-17 07:56:28,368 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-17 07:56:28,369 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-17 07:56:28,370 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-17 07:56:28,371 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-17 07:56:28,551 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-17 07:56:28,794 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-17 07:56:28,794 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:28,794 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:28,803 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-17 07:56:28,804 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:28,805 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:28,838 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-17 07:56:28,842 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:28,847 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-17 07:56:28,858 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:28,851 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:28,850 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-17 07:56:28,862 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:28,862 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:28,865 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:28,867 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-17 07:56:28,901 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:28,916 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:29,683 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-17 07:56:29,684 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:29,685 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:29,686 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-17 07:56:29,687 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:29,688 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
2019-04-17 07:56:29,919 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-17 07:56:29,920 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk'
2019-04-17 07:56:29,920 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-17 07:56:29,922 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-17 07:56:29,922 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-17 07:56:29,923 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-17 07:56:29,924 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-17 07:56:29,925 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-17 07:56:29,925 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-17 07:56:29,926 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-17 07:56:29,927 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-17 07:56:29,928 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
2019-04-17 07:56:29,986 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac.ico'">
2019-04-17 07:56:29,987 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-17 07:56:29,988 Trac[session] DEBUG: Retrieving session for ID '21cf428ffc0036956d0afb1d'
<==

trac website says

==>
Warning:
  • Error with navigation contributor "AdminModule"
  • Error with navigation contributor "SearchModule"
  • Error with navigation contributor "RoadmapModule"
  • Error with navigation contributor "QueryModule"
  • Error with navigation contributor "ReportModule"
  • Error with navigation contributor "TicketModule"
  • Error with navigation contributor "TimelineModule"
  • Error with navigation contributor "WikiModule"

Trac Error

basedn not defined!

TracGuide — The Trac User and Administration Guide

<==

Jun Omae

unread,
Apr 17, 2019, 2:48:18 AM4/17/19
to trac-...@googlegroups.com
On Wed, Apr 17, 2019 at 3:27 PM <tom0...@gmail.com> wrote:
> trac website says
>
> ==>
> Warning:
>
> Error with navigation contributor "AdminModule"
> Error with navigation contributor "SearchModule"
> Error with navigation contributor "RoadmapModule"
> Error with navigation contributor "QueryModule"
> Error with navigation contributor "ReportModule"
> Error with navigation contributor "TicketModule"
> Error with navigation contributor "TimelineModule"
> Error with navigation contributor "WikiModule"
>
> Trac Error
>
> basedn not defined!
>
> TracGuide — The Trac User and Administration Guide
>
> <==

Trac says "basedn not defined!". That means missing dir_basedn option
of [account-manager] section in your trac.ini.


> 2019-04-16 15:16:33,421 Trac[main] ERROR: Can't authenticate using ConfigurationAdminPanel:
> Traceback (most recent call last):
> File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 181, in authenticate
> authname = authenticator.authenticate(req)
> File "build/bdist.linux-x86_64/egg/acct_mgr/admin.py", line 1536, in authenticate
> perms = self.perms.get_user_permissions('authenticated')
> File "build/bdist.linux-x86_64/egg/trac/perm.py", line 435, in get_user_permissions
> for perm in self.store.get_user_permissions(username) or []:
> File "build/bdist.linux-x86_64/egg/trac/perm.py", line 189, in get_user_permissions
> subjects.update(provider.get_permission_groups(username) or [])
> File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 281, in get_permission_groups
> return self._expand_user_groups(username)
> File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 367, in _expand_user_groups
> user_dn = self._get_user_dn(user)
> File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 345, in _get_user_dn
> [self.user_attr], cache)
> File "build/bdist.linux-x86_64/egg/tracext/dirauth/auth.py", line 593, in _dir_search
> raise TracError(_("basedn not defined!"))
> TracError: basedn not defined!

trac.log raises the same issue.

tom0...@gmail.com

unread,
Apr 17, 2019, 3:01:05 AM4/17/19
to Trac Users
Hello,

yesterday I tried to add account amanegr section from other (running) trac system

==>
[components]
acct_mgr.admin.* = enabled
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.* = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.* = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.* = enabled
acct_mgr.http.* = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.notification.* = enabled
acct_mgr.notification.accountchangelistener = enabled
acct_mgr.notification.accountchangenotificationadminpanel = enabled
acct_mgr.pwhash.* = enabled
acct_mgr.pwhash.htdigesthashmethod = enabled
acct_mgr.pwhash.htpasswdhashmethod = enabled
acct_mgr.svnserve.* = enabled
acct_mgr.svnserve.svnservepasswordstore = enabled
acct_mgr.web_ui.* = enabled
acct_mgr.web_ui.accountmodule = disabled
acct_mgr.web_ui.emailverificationmodule = disabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = disabled
<==

to trac.ini - maybe this caused the misbehaviour. Arter realising that had no benefits, I took back the modification. Actually there's no [components] section within trac.ini ..

tom0...@gmail.com

unread,
Apr 17, 2019, 4:27:28 AM4/17/19
to Trac Users
Hello,

thoudh I added account-manager plugin, there's no section account-manager to be found in my trac.ini ...
To unsubscribe from this group and stop receiving emails from it, send an email to trac-...@googlegroups.com.

To post to this group, send email to trac-...@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

RjOllos

unread,
Apr 23, 2019, 2:36:18 PM4/23/19
to Trac Users


On Wednesday, April 17, 2019 at 1:27:28 AM UTC-7, tom0...@gmail.com wrote:
Hello,

thoudh I added account-manager plugin, there's no section account-manager to be found in my trac.ini ... 

In Trac 1.2 and later, I believe the section is added when you activate a plugin from the Plugin Admin page. In earlier version, you must add entries for any non-default values.

- Ryan 

tom0...@gmail.com

unread,
Apr 25, 2019, 4:42:36 AM4/25/19
to Trac Users
Hello Ryan,

the TRAC version installed on new system is1.2.3 - but when I enter the website of trac, no login is possilbe, and this is the content of this page:
==>

Warning:
  • Error with navigation contributor "AdminModule"
  • Error with navigation contributor "SearchModule"
  • Error with navigation contributor "RoadmapModule"
  • Error with navigation contributor "QueryModule"
  • Error with navigation contributor "ReportModule"
  • Error with navigation contributor "TicketModule"
  • Error with navigation contributor "TimelineModule"
  • Error with navigation contributor "WikiModule"

Trac Error

basedn not defined!

TracGuide — The Trac User and Administration Guide


<==

SO there is no possibility to get to the admin page.

tom0...@gmail.com

unread,
Apr 25, 2019, 7:36:05 AM4/25/19
to Trac Users
Hello Ryan,

after adding user admin to TRAC_ADMIN by running

[wwwadm@nbg1tic2 ~]$ trac-admin /local/trac/trac1/ittk permission add admin TRAC_ADMIN

and restatrting the tracd process

[wwwadm@nbg1tic2 ~]$ /usr/bin/python /usr/bin/tracd -d --port 8000 --auth ittk,/local/trac/trac1/ittk/.htpass,REALM /local/trac/trac1/ittk

I can log in to TRAC as user admin, but I still get the same site content displayed (no admin folder found after login)



Am Dienstag, 23. April 2019 20:36:18 UTC+2 schrieb RjOllos:

RjOllos

unread,
Apr 25, 2019, 1:38:21 PM4/25/19
to Trac Users


On Thursday, April 25, 2019 at 4:36:05 AM UTC-7, tom0...@gmail.com wrote:
Hello Ryan,

after adding user admin to TRAC_ADMIN by running

[wwwadm@nbg1tic2 ~]$ trac-admin /local/trac/trac1/ittk permission add admin TRAC_ADMIN

and restatrting the tracd process

[wwwadm@nbg1tic2 ~]$ /usr/bin/python /usr/bin/tracd -d --port 8000 --auth ittk,/local/trac/trac1/ittk/.htpass,REALM /local/trac/trac1/ittk

I can log in to TRAC as user admin, but I still get the same site content displayed (no admin folder found after login)

Check the debug level logs.

- Ryan 

tom0...@gmail.com

unread,
Apr 29, 2019, 8:09:14 AM4/29/19
to Trac Users
tracd ppppprocess settings

[wwwadm@nbg1tic2 ~]$ ps -efa | grep -i tracd
wwwadm    6030     1  0 14:01 ?        00:00:02 /usr/bin/python /usr/bin/tracd -d --port 8000 --auth ittk,/local/trac/trac1/ittk/.htpass,REALM /local/trac/trac1/ittk
wwwadm    6367  5931  0 14:07 pts/0    00:00:00 grep --color=auto -i tracd

trac.log content for login as admin user

2019-04-29 14:02:00,669 Trac[env] INFO: -------------------------------- environment startup [Trac 1.2.3] --------------------------------
2019-04-29 14:02:00,745 Trac[loader] DEBUG: Adding plugin "TracAccountManager 0.5.0" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,746 Trac[loader] DEBUG: Adding plugin "TracDirectoryAuth 2.1.2" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-29 14:02:00,765 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,841 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,841 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,841 Trac[loader] DEBUG: Loading plugin "acct_mgr.htfile" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,842 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,842 Trac[loader] DEBUG: Loading plugin "acct_mgr.macros" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,843 Trac[loader] DEBUG: Loading plugin "acct_mgr.notification" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,843 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.announcer.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,873 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": DistributionNotFound: TracAnnouncer
2019-04-29 14:02:00,873 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.radius" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,904 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
2019-04-29 14:02:00,904 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracforms.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,934 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": DistributionNotFound: TracForms
2019-04-29 14:02:00,934 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracscreenshots.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,963 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: TracScreenshots
2019-04-29 14:02:00,963 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracvote.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,993 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": DistributionNotFound: TracVote
2019-04-29 14:02:00,993 Trac[loader] DEBUG: Loading plugin "acct_mgr.pwhash" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,993 Trac[loader] DEBUG: Loading plugin "acct_mgr.register" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,994 Trac[loader] DEBUG: Loading plugin "acct_mgr.svnserve" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,996 Trac[loader] DEBUG: Loading plugin "acct_mgr.web_ui" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-04-29 14:02:00,997 Trac[loader] DEBUG: Loading plugin "dirauth" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-29 14:02:01,017 Trac[loader] DEBUG: Loading plugin "dirauth.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-29 14:02:01,017 Trac[loader] DEBUG: Loading plugin "dirauth.permissionstore" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-04-29 14:02:01,018 Trac[loader] DEBUG: Loading plugin "trac.about" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,018 Trac[loader] DEBUG: Loading plugin "trac.admin.console" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,020 Trac[loader] DEBUG: Loading plugin "trac.admin.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,022 Trac[loader] DEBUG: Loading plugin "trac.attachment" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,022 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,053 Trac[loader] DEBUG: Skipping "trac.db.mysql = trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
2019-04-29 14:02:01,053 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,054 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or psycopg2-binary', ['Trac'])
2019-04-29 14:02:01,054 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,058 Trac[loader] DEBUG: Loading plugin "trac.mimeview.patch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,059 Trac[loader] DEBUG: Loading plugin "trac.mimeview.pygments" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,088 Trac[loader] DEBUG: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": DistributionNotFound: Pygments>=0.6
2019-04-29 14:02:01,088 Trac[loader] DEBUG: Loading plugin "trac.mimeview.rst" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,118 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
2019-04-29 14:02:01,118 Trac[loader] DEBUG: Loading plugin "trac.mimeview.txtl" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,148 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
2019-04-29 14:02:01,148 Trac[loader] DEBUG: Loading plugin "trac.notification.api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,148 Trac[loader] DEBUG: Loading plugin "trac.notification.compat" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,148 Trac[loader] DEBUG: Loading plugin "trac.notification.mail" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,148 Trac[loader] DEBUG: Loading plugin "trac.notification.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,149 Trac[loader] DEBUG: Loading plugin "trac.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,150 Trac[loader] DEBUG: Loading plugin "trac.search" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,151 Trac[loader] DEBUG: Loading plugin "trac.ticket.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,155 Trac[loader] DEBUG: Loading plugin "trac.ticket.batch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,156 Trac[loader] DEBUG: Loading plugin "trac.ticket.notification" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,156 Trac[loader] DEBUG: Loading plugin "trac.ticket.query" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,158 Trac[loader] DEBUG: Loading plugin "trac.ticket.report" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,160 Trac[loader] DEBUG: Loading plugin "trac.ticket.roadmap" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,161 Trac[loader] DEBUG: Loading plugin "trac.ticket.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,164 Trac[loader] DEBUG: Loading plugin "trac.timeline" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,165 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,166 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.svn_authz" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,167 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,175 Trac[loader] DEBUG: Loading plugin "trac.web.auth" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,175 Trac[loader] DEBUG: Loading plugin "trac.web.main" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,176 Trac[loader] DEBUG: Loading plugin "trac.web.session" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,176 Trac[loader] DEBUG: Loading plugin "trac.wiki.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,176 Trac[loader] DEBUG: Loading plugin "trac.wiki.interwiki" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,176 Trac[loader] DEBUG: Loading plugin "trac.wiki.macros" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,176 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,177 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,178 Trac[loader] DEBUG: Loading plugin "tracopt.perm.authz_policy" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,178 Trac[loader] DEBUG: Loading plugin "tracopt.perm.config_perm_provider" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,179 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.clone" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,179 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.commit_updater" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,180 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.deleter" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,181 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.git.git_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,185 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,187 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_prop" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-04-29 14:02:01,189 Trac[default_workflow] DEBUG: Workflow actions at initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': [u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': {'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': u'create', 'oldstates': [None], 'permissions': []}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': '', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': [None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': [u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

2019-04-29 14:02:01,192 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect
2019-04-29 14:02:01,193 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/login'">
2019-04-29 14:02:01,195 Trac[register] WARNING: RegistrationModule is disabled because the password store does not support writing.
2019-04-29 14:02:01,195 Trac[web_ui] WARNING: AccountModule is disabled because no configured password store supports writing.
2019-04-29 14:02:01,195 Trac[web_ui] INFO: Concurrent enabled login modules found, fixing configuration ...
2019-04-29 14:02:01,196 Trac[web_ui] INFO: trac.web.auth.LoginModule disabled, giving preference to <class 'acct_mgr.web_ui.LoginModule'>.
2019-04-29 14:02:01,199 Trac[main] DEBUG: Chosen handler is None
2019-04-29 14:02:01,200 Trac[session] DEBUG: Retrieving session for ID u'admin'
2019-04-29 14:02:01,201 Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow']
2019-04-29 14:02:01,202 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (basedn not defined!), <RequestWithSession "GET '/login'">, referrer 'http://nbg1tic2:8000/ittk/login'
2019-04-29 14:02:01,202 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-29 14:02:01,214 Trac[chrome] WARNING: Error with navigation contributor LoginModule: TracError: basedn not defined!
2019-04-29 14:02:01,215 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-29 14:02:01,217 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-29 14:02:01,217 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-29 14:02:01,218 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-29 14:02:01,219 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-29 14:02:01,219 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-29 14:02:01,220 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-29 14:02:01,221 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-29 14:02:01,603 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
2019-04-29 14:02:01,603 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:01,616 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
2019-04-29 14:02:01,616 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:01,625 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
2019-04-29 14:02:01,626 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:01,628 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
2019-04-29 14:02:01,628 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:01,637 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
2019-04-29 14:02:01,638 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:01,655 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
2019-04-29 14:02:01,662 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:02,370 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
2019-04-29 14:02:02,371 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:02,451 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
2019-04-29 14:02:02,452 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:02,453 Trac[session] DEBUG: Retrieving session for ID '321a8c12bcbb3db6872a5653'
2019-04-29 14:02:02,643 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac.ico'">
2019-04-29 14:02:02,644 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
2019-04-29 14:02:02,646 Trac[session] DEBUG: Retrieving session for ID '321a8c12bcbb3db6872a5653'
2019-04-29 14:02:02,745 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-04-29 14:02:02,747 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://nbg1tic2:8000/ittk/login'
2019-04-29 14:02:02,748 Trac[chrome] DEBUG: Prepare chrome data for request
2019-04-29 14:02:02,755 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: basedn not defined!
2019-04-29 14:02:02,759 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: basedn not defined!
2019-04-29 14:02:02,761 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: basedn not defined!
2019-04-29 14:02:02,764 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: basedn not defined!
2019-04-29 14:02:02,767 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: basedn not defined!
2019-04-29 14:02:02,769 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: basedn not defined!
2019-04-29 14:02:02,772 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: basedn not defined!
2019-04-29 14:02:02,779 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: basedn not defined!
2019-04-29 14:02:02,782 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: basedn not defined!
[wwwadm@nbg1tic2 ~]$

Jun Omae

unread,
Apr 29, 2019, 8:34:11 AM4/29/19
to trac-...@googlegroups.com
Trac says "TracError: basedn not defined!". Your configuration is
wrong because [account-manager] dir_basedn options is probably
missing. Please post your trac.ini if you want helps on the list.
> --
> You received this message because you are subscribed to the Google Groups "Trac Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+...@googlegroups.com.
Message has been deleted

tom0...@gmail.com

unread,
Apr 30, 2019, 3:08:00 AM4/30/19
to Trac Users
My trac.ini file:

==>
# -*- coding: utf-8 -*-

[attachment]
max_size = 262144
max_zip_size = 2097152
render_unsafe_content = disabled

[browser]
color_scale = enabled
downloadable_paths = /trunk,/branches/*,/tags/*
hide_properties = svk:merge
intermediate_color =
intermediate_point =
newest_color = (255, 136, 136)
oldest_color = (136, 136, 255)
oneliner_properties = trac:summary
render_unsafe_content = disabled
wiki_properties = trac:description

[changeset]
max_diff_bytes = 10000000
max_diff_files = 0
wiki_format_messages = enabled

[components]
tracopt.versioncontrol.svn.svn_fs.subversionconnector = enabled
tracopt.versioncontrol.svn.svn_prop.subversionmergepropertydiffrenderer = enabled
tracopt.versioncontrol.svn.svn_prop.subversionmergepropertyrenderer = enabled
tracopt.versioncontrol.svn.svn_prop.subversionpropertyrenderer = enabled

[gitweb-repositories]
projects_base =
projects_list =
projects_url =
sync_per_request =
descr = Ticket system for NashTech IT/TK

footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a>
icon = common/trac.ico
name = IT/TK Ticket System
url = https://<servername_deleted>/ittk
<==
> To unsubscribe from this group and stop receiving emails from it, send an email to trac-...@googlegroups.com.

Michael Bomballa

unread,
May 8, 2019, 5:06:38 AM5/8/19
to Trac Users
Hello,

I have added my trac.ini - pls. tell me what needs to be done there.


Am Montag, 29. April 2019 14:34:11 UTC+2 schrieb Jun Omae:
> To unsubscribe from this group and stop receiving emails from it, send an email to trac-...@googlegroups.com.

Ryan Ollos

unread,
May 8, 2019, 12:31:50 PM5/8/19
to Trac Users
On Wed, May 8, 2019 at 2:06 AM Michael Bomballa <tom0...@gmail.com> wrote:
Hello,

I have added my trac.ini - pls. tell me what needs to be done there. 

It's been suggested several times already, set [account-manager] dir_basedn.

- Ryan 

Michael Bomballa

unread,
May 10, 2019, 3:34:29 AM5/10/19
to Trac Users
Hi,

I've added the chapter [account-manager] as follows:

[account-manager]
ad_server = nashtech.grp:389
admin_group = CN=GRP_TracAdmin_ITTK,OU=Admin,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
auth_group = CN=GRP_AllUser,OU=DataPermission,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
authentication_url =
base_dn = OU=Area,DC=NASHTECH,DC=GRP
bind_dn = CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
bind_passwd = NashAuth1
force_passwd_change = true
generated_password_length = 8
htdigest_realm =
htpasswd_hash_type = crypt
password_file =
# password_store = ADAuthStore
persistent_sessions = False
user_lock_max_time = 0
verify_email = true

(excluding passwd store as inf

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 713, in send_error
    add_stylesheet(self, 'common/css/code.css')
  File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 152, in add_stylesheet
    href = chrome_resource_path(req, filename)
  File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 367, in chrome_resource_path
    elif filename.startswith('common/') and 'htdocs_location' in req.chrome:
  File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 498, in __getattr__
    value = self.callbacks[name](self)
  File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 823, in prepare_request
    for contributor in self.navigation_contributors:
  File "build/bdist.linux-x86_64/egg/trac/core.py", line 93, in extensions
    components = [component.compmgr[cls] for cls in classes]
  File "build/bdist.linux-x86_64/egg/trac/core.py", line 238, in __getitem__
    component = cls(self)
  File "build/bdist.linux-x86_64/egg/trac/core.py", line 155, in __call__
    self.__init__()
  File "build/bdist.linux-x86_64/egg/acct_mgr/register.py", line 366, in __init__
    self._enable_check(log=True)
  File "build/bdist.linux-x86_64/egg/acct_mgr/register.py", line 370, in _enable_check
    writable = self.acctmgr.supports('set_password')
  File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 311, in supports
    self.password_stores
  File "build/bdist.linux-x86_64/egg/trac/config.py", line 933, in __get__
    option=tag.code("[%s] %s" % (self.section, self.name))))
ConfigurationError: Cannot find implementation(s) of the <code>IPasswordStore</code> interface named <code>ADAuthStore</code>. Please check that the Component is enabled or update the option <code>[account-manager] password_store</code> in trac.ini.

is displayed), but web site still says

= >
Warning:
    • Error with navigation contributor "AdminModule"
    • Error with navigation contributor "SearchModule"
    • Error with navigation contributor "RoadmapModule"
    • Error with navigation contributor "QueryModule"
    • Error with navigation contributor "ReportModule"
    • Error with navigation contributor "TicketModule"
    • Error with navigation contributor "TimelineModule"
    • Error with navigation contributor "WikiModule"

    Trac Error

    basedn not defined!

    TracGuide — The Trac User and Administration Guide

    Trac Powered Powered by Trac 1.2.3
    By Edgewall S

    < =

    Changing [account-manager] to

    = >
    [account-manager]
    ad_server = nashtech.grp:389
    admin_group = CN=GRP_TracAdmin_ITTK,OU=Admin,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
    auth_group = CN=GRP_AllUser,OU=DataPermission,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
    authentication_url =
    dir_basedn = OU=Area,DC=NASHTECH,DC=GRP
    dir_binddn = CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    bind_passwd = NashAuth1
    force_passwd_change = true
    generated_password_length = 8
    htdigest_realm =
    htpasswd_hash_type = crypt
    password_file =
    password_store =
    # password_store = ADAuthStore
    persistent_sessions = False
    user_lock_max_time = 0
    verify_email = true
    < =

    trac.log says

    = >

    2019-05-10 09:31:19,062 Trac[env] INFO: Reloading environment due to configuration change
    2019-05-10 09:31:19,079 Trac[env] INFO: -------------------------------- environment startup [Trac 1.2.3] --------------------------------
    2019-05-10 09:31:19,109 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,110 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin "acct_mgr.htfile" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin "acct_mgr.macros" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,112 Trac[loader] DEBUG: Loading plugin "acct_mgr.notification" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,112 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.announcer.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,136 Trac[loader] DEBUG: Skipping "acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg [announcer]": DistributionNotFound: TracAnnouncer
    2019-05-10 09:31:19,137 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.radius" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,162 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
    2019-05-10 09:31:19,162 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracforms.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,187 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": DistributionNotFound: TracForms
    2019-05-10 09:31:19,187 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracscreenshots.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,212 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracscreenshots.uid_chg = acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: TracScreenshots
    2019-05-10 09:31:19,212 Trac[loader] DEBUG: Loading plugin "acct_mgr.opt.tracvote.uid_chg" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,237 Trac[loader] DEBUG: Skipping "acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": DistributionNotFound: TracVote
    2019-05-10 09:31:19,237 Trac[loader] DEBUG: Loading plugin "acct_mgr.pwhash" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,237 Trac[loader] DEBUG: Loading plugin "acct_mgr.register" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin "acct_mgr.svnserve" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin "acct_mgr.web_ui" from "/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
    2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin "dirauth" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
    2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin "dirauth.db" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
    2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin "dirauth.permissionstore" from "/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
    2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin "trac.about" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin "trac.admin.console" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin "trac.admin.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,240 Trac[loader] DEBUG: Loading plugin "trac.attachment" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,240 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,265 Trac[loader] DEBUG: Skipping "trac.db.mysql = trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
    2019-05-10 09:31:19,265 Trac[loader] DEBUG: Loading plugin "trac.db.postgres" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,266 Trac[loader] DEBUG: Skipping "trac.db.postgres = trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or psycopg2-binary', ['Trac'])
    2019-05-10 09:31:19,266 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,267 Trac[loader] DEBUG: Loading plugin "trac.mimeview.patch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,267 Trac[loader] DEBUG: Loading plugin "trac.mimeview.pygments" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,291 Trac[loader] DEBUG: Skipping "trac.mimeview.pygments = trac.mimeview.pygments [pygments]": DistributionNotFound: Pygments>=0.6
    2019-05-10 09:31:19,291 Trac[loader] DEBUG: Loading plugin "trac.mimeview.rst" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,317 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
    2019-05-10 09:31:19,317 Trac[loader] DEBUG: Loading plugin "trac.mimeview.txtl" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,341 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
    2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.notification.api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.notification.compat" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.notification.mail" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.notification.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.prefs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.search" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin "trac.ticket.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin "trac.ticket.batch" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin "trac.ticket.notification" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin "trac.ticket.query" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin "trac.ticket.report" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin "trac.ticket.roadmap" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.ticket.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.timeline" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.svn_authz" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.versioncontrol.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.web.auth" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin "trac.web.main" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin "trac.web.session" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin "trac.wiki.admin" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin "trac.wiki.interwiki" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin "trac.wiki.macros" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_api" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin "trac.wiki.web_ui" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin "tracopt.perm.authz_policy" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin "tracopt.perm.config_perm_provider" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.clone" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.commit_updater" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin "tracopt.ticket.deleter" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.git.git_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_fs" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin "tracopt.versioncontrol.svn.svn_prop" from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
    2019-05-10 09:31:19,349 Trac[default_workflow] DEBUG: Workflow actions at initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': [u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': {'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': u'create', 'oldstates': [None], 'permissions': []}, u'accept': {u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': '', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': [u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': [None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': [u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': ['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

    2019-05-10 09:31:19,352 Trac[env] WARNING: base_url option not set in configuration, generated links may be incorrect
    2019-05-10 09:31:19,352 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/'">
    2019-05-10 09:31:19,354 Trac[register] WARNING: RegistrationModule is disabled because the password store does not support writing.
    2019-05-10 09:31:19,354 Trac[web_ui] WARNING: AccountModule is disabled because no configured password store supports writing.
    2019-05-10 09:31:19,354 Trac[web_ui] INFO: Concurrent enabled login modules found, fixing configuration ...
    2019-05-10 09:31:19,354 Trac[web_ui] INFO: trac.web.auth.LoginModule disabled, giving preference to <class 'acct_mgr.web_ui.LoginModule'>.
    2019-05-10 09:31:19,356 Trac[guard] WARNING: AccountGuard option fixed, please check your configuration.
    2019-05-10 09:31:19,356 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:31:19,356 Trac[main] DEBUG: Chosen handler is <Component trac.wiki.web_ui.WikiModule>
    2019-05-10 09:31:19,358 Trac[api] DEBUG: action controllers for ticket workflow: ['ConfigurableTicketWorkflow']
    2019-05-10 09:31:19,358 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:19,359 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:23,366 Trac[main] WARNING: [10.128.227.137] HTTPInternalError: 500 Trac Error (cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}), <RequestWithSession "GET '/'">, referrer None
    2019-05-10 09:31:23,367 Trac[chrome] DEBUG: Prepare chrome data for request
    2019-05-10 09:31:23,369 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:23,369 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:23,369 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:23,370 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:23,370 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:27,376 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:27,378 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:27,378 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:27,378 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:27,378 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:27,379 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:31,385 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:31,386 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:31,386 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:31,386 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:31,387 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:31,387 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:35,393 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:35,394 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:35,394 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:35,395 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:35,395 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:35,395 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:39,402 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:39,403 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:39,403 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:39,404 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:39,404 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:39,404 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:43,412 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:43,413 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:43,414 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:43,414 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:43,414 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:43,415 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:47,422 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:47,423 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:47,424 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:47,424 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:47,425 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:47,425 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:51,432 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:51,434 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:51,434 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:51,434 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:51,434 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:51,435 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:55,441 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:55,591 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:31:55,591 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:31:55,592 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:31:55,592 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:31:55,592 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:31:59,598 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:31:59,749 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/trac.css'">
    2019-05-10 09:31:59,749 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:31:59,750 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:31:59,757 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/css/code.css'">
    2019-05-10 09:31:59,758 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:31:59,759 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:31:59,763 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/jquery.js'">
    2019-05-10 09:31:59,763 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:31:59,764 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:31:59,781 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/babel.js'">
    2019-05-10 09:31:59,783 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:31:59,783 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:31:59,783 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/trac.js'">
    2019-05-10 09:31:59,786 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:31:59,787 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:31:59,800 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/js/search.js'">
    2019-05-10 09:31:59,804 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:31:59,815 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:32:00,156 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/site/your_project_logo.png'">
    2019-05-10 09:32:00,157 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:32:00,157 Trac[main] DEBUG: Dispatching <RequestWithSession "GET '/chrome/common/trac_logo_mini.png'">
    2019-05-10 09:32:00,157 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:32:00,158 Trac[main] DEBUG: Chosen handler is <Component trac.web.chrome.Chrome>
    2019-05-10 09:32:00,159 Trac[session] DEBUG: Retrieving session for ID 'd34c2236558b964d176c83ae'
    2019-05-10 09:32:00,287 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
    2019-05-10 09:32:00,287 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 404 Not Found (File your_project_logo.png not found), <RequestWithSession "GET '/chrome/site/your_project_logo.png'">, referrer 'http://10.128.3.217:8000/ittk'
    2019-05-10 09:32:00,288 Trac[chrome] DEBUG: Prepare chrome data for request
    2019-05-10 09:32:00,289 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:00,290 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:00,290 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:00,290 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:00,291 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:04,298 Trac[chrome] WARNING: Error with navigation contributor AdminModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:04,299 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:04,299 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:04,300 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:04,300 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:04,300 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:08,307 Trac[chrome] WARNING: Error with navigation contributor SearchModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:08,307 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:08,308 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:08,308 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:08,309 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:08,309 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:12,315 Trac[chrome] WARNING: Error with navigation contributor RoadmapModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:12,316 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:12,317 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:12,317 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:12,317 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:12,317 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:16,323 Trac[chrome] WARNING: Error with navigation contributor QueryModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:16,323 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:16,324 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:16,324 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:16,324 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:16,324 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:20,330 Trac[chrome] WARNING: Error with navigation contributor ReportModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:20,331 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:20,331 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:20,331 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:20,332 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:20,332 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:24,338 Trac[chrome] WARNING: Error with navigation contributor TicketModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:24,339 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:24,340 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:24,340 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:24,340 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:24,340 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:28,347 Trac[chrome] WARNING: Error with navigation contributor TimelineModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:28,348 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:28,349 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:28,349 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:28,349 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:28,349 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:32,356 Trac[chrome] WARNING: Error with navigation contributor WikiModule: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    2019-05-10 09:32:32,357 Trac[auth] DEBUG: _dir_search: searching OU=Area,DC=NASHTECH,DC=GRP for (&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
    2019-05-10 09:32:32,358 Trac[auth] DEBUG: _dir_search: starting LDAP search of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using (&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
    2019-05-10 09:32:32,358 Trac[auth] DEBUG: _ldap_search: ldap query with page size 1000
    2019-05-10 09:32:32,358 Trac[auth] INFO: got {'desc': "Can't contact LDAP server"} - doing one additional retry
    2019-05-10 09:32:32,358 Trac[auth] DEBUG: _bind_dir: attempting general bind to ldap://localhost as CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
    2019-05-10 09:32:36,365 Trac[chrome] ERROR: Error during check of EMAIL_VIEW: TracError: cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}
    < =

    RjOllos

    unread,
    May 10, 2019, 10:40:08 AM5/10/19
    to Trac Users
    Change password_store to DirAuthStore.

    Ryan

    Michael Bomballa

    unread,
    May 20, 2019, 6:48:57 AM5/20/19
    to Trac Users
    Hello,

    modifying trac.ini to

    [account-manager]
    ...
    password_store = DirAuthStore
    ...

    and stopping/ starting tracd

    /usr/bin/python /usr/bin/tracd -d --port 8000 /local/trac/trac1/ittk

    the following error is shown :

    Warning:
    • Error with navigation contributor "AdminModule"
    • Error with navigation contributor "SearchModule"
    • Error with navigation contributor "RoadmapModule"
    • Error with navigation contributor "QueryModule"
    • Error with navigation contributor "ReportModule"
    • Error with navigation contributor "TicketModule"
    • Error with navigation contributor "TimelineModule"
    • Error with navigation contributor "WikiModule"

    Trac Error

    cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}

    TracGuide — The Trac User and Administration Guide





    Am Freitag, 10. Mai 2019 16:40:08 UTC+2 schrieb RjOllos:
    Change password_store to DirAuthStore.

    Ryan

    Ryan Ollos

    unread,
    May 21, 2019, 11:42:43 AM5/21/19
    to Trac Users
    On Mon, May 20, 2019 at 3:49 AM Michael Bomballa <tom0...@gmail.com> wrote:
    Hello,

    modifying trac.ini to

    [account-manager]
    ...
    password_store = DirAuthStore
    ...

    and stopping/ starting tracd

    /usr/bin/python /usr/bin/tracd -d --port 8000 /local/trac/trac1/ittk

    the following error is shown :

    Warning:
    • Error with navigation contributor "AdminModule"
    • Error with navigation contributor "SearchModule"
    • Error with navigation contributor "RoadmapModule"
    • Error with navigation contributor "QueryModule"
    • Error with navigation contributor "ReportModule"
    • Error with navigation contributor "TicketModule"
    • Error with navigation contributor "TimelineModule"
    • Error with navigation contributor "WikiModule"

    Trac Error

    cannot bind to ldap://localhost: {'desc': "Can't contact LDAP server"}

    TracGuide — The Trac User and Administration Guide


    Looks like [account-manager] dir_uri does not contain the address of your LDAP server.

    Navigate to /wiki/TracIni#account-manager-section on your server and you can see documentation and default values for the options that need to be configured for [account-manager]. DirectoryAuthPlugin adds several options that must be specified for connecting to LDAP.

    - Ryan 
    Reply all
    Reply to author
    Forward
    0 new messages