Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / log / auth.log @ 49c8da1d

History | View | Annotate | Download (416 KB)

1
13:44:05,510 INFO  [auth] -- repoze.who request started (/) --
2
13:44:05,511 INFO  [auth] request classification: browser
3
13:44:05,511 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
4
13:44:05,511 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
5
13:44:05,512 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
6
13:44:05,512 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1245935996, 'repoze.who.userid': 'root', 'userdata': ''}
7
13:44:05,513 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1245935996, 'repoze.who.userid': 'root', 'userdata': ''})]
8
13:44:05,513 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
9
13:44:05,513 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
10
13:44:05,514 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
11
13:44:05,514 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1245935996, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
12
13:44:06,110 INFO  [auth] User belongs to the following groups: (u'root_group',)
13
13:44:06,111 INFO  [auth] User has the following permissions: (u'root_perm',)
14
13:44:06,970 INFO  [auth] no challenge required
15
13:44:06,975 INFO  [auth] -- repoze.who request ended (/) --
16
13:44:13,184 INFO  [auth] -- repoze.who request started (/logout_handler) --
17
13:44:13,184 INFO  [auth] request classification: browser
18
13:44:13,184 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
19
13:44:13,185 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
20
13:44:13,185 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
21
13:44:13,186 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1245935996, 'repoze.who.userid': 'root', 'userdata': ''}
22
13:44:13,186 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1245935996, 'repoze.who.userid': 'root', 'userdata': ''})]
23
13:44:13,186 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
24
13:44:13,187 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
25
13:44:13,187 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
26
13:44:13,187 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1245935996, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
27
13:44:13,242 INFO  [auth] User belongs to the following groups: (u'root_group',)
28
13:44:13,242 INFO  [auth] User has the following permissions: (u'root_perm',)
29
13:44:13,243 INFO  [auth] static downstream application replaced with 401 Unauthorized
30
This server could not verify that you are authorized to
31
access the document you requested.  Either you supplied the
32
wrong credentials (e.g., bad password), or your browser
33
does not understand how to supply the credentials required.
34

    
35

    
36

    
37
13:44:13,243 INFO  [auth] challenge required
38
13:44:13,244 INFO  [auth] forgetting via headers from <AuthTktCookiePlugin 156614284>: [('Set-Cookie', 'authtkt=""; Path=/'), ('Set-Cookie', 'authtkt=""; Path=/; Domain=localhost:8080'), ('Set-Cookie', 'authtkt=""; Path=/; Domain=.localhost:8080')]
39
13:44:13,244 INFO  [auth] challengers registered: [<FriendlyFormPlugin 156614348>]
40
13:44:13,244 INFO  [auth] challengers matched for classification "browser": [<FriendlyFormPlugin 156614348>]
41
13:44:13,245 INFO  [auth] challenger plugin <FriendlyFormPlugin 156614348> "challenge" returned an app
42
13:44:13,246 INFO  [auth] executing challenge app
43
13:44:13,258 INFO  [auth] -- repoze.who request ended (/logout_handler) --
44
13:44:13,270 INFO  [auth] -- repoze.who request started (/post_logout) --
45
13:44:13,270 INFO  [auth] request classification: browser
46
13:44:13,271 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
47
13:44:13,271 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
48
13:44:13,271 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
49
13:44:13,272 DEBUG [auth] no identity returned from <AuthTktCookiePlugin 156614284> (None)
50
13:44:13,272 DEBUG [auth] identities found: []
51
13:44:13,273 INFO  [auth] no identities found, not authenticating
52
13:44:13,334 INFO  [auth] no challenge required
53
13:44:13,334 INFO  [auth] -- repoze.who request ended (/post_logout) --
54
13:44:13,345 INFO  [auth] -- repoze.who request started (/) --
55
13:44:13,346 INFO  [auth] request classification: browser
56
13:44:13,346 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
57
13:44:13,346 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
58
13:44:13,347 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
59
13:44:13,347 DEBUG [auth] no identity returned from <AuthTktCookiePlugin 156614284> (None)
60
13:44:13,348 DEBUG [auth] identities found: []
61
13:44:13,348 INFO  [auth] no identities found, not authenticating
62
13:44:13,442 INFO  [auth] no challenge required
63
13:44:13,443 INFO  [auth] -- repoze.who request ended (/) --
64
13:44:16,753 INFO  [auth] -- repoze.who request started (/login) --
65
13:44:16,753 INFO  [auth] request classification: browser
66
13:44:16,754 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
67
13:44:16,754 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
68
13:44:16,754 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
69
13:44:16,755 DEBUG [auth] no identity returned from <AuthTktCookiePlugin 156614284> (None)
70
13:44:16,755 DEBUG [auth] identities found: []
71
13:44:16,756 INFO  [auth] no identities found, not authenticating
72
13:44:16,849 INFO  [auth] no challenge required
73
13:44:16,850 INFO  [auth] -- repoze.who request ended (/login) --
74
13:44:20,804 INFO  [auth] -- repoze.who request started (/login_handler) --
75
13:44:20,804 INFO  [auth] request classification: browser
76
13:44:20,804 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
77
13:44:20,805 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
78
13:44:20,806 DEBUG [auth] identity returned from <FriendlyFormPlugin 156614348>: {'login': 'root', 'password': 'root'}
79
13:44:20,806 DEBUG [auth] no identity returned from <AuthTktCookiePlugin 156614284> (None)
80
13:44:20,807 DEBUG [auth] identities found: [(<FriendlyFormPlugin 156614348>, {'login': 'root', 'password': 'root'})]
81
13:44:20,807 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
82
13:44:20,807 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
83
13:44:20,814 DEBUG [auth] userid returned from <repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>: "root"
84
13:44:20,815 DEBUG [auth] identities authenticated: [((0, 0), <repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>, <FriendlyFormPlugin 156614348>, {'login': 'root', 'password': 'root', 'repoze.who.userid': 'root'}, 'root')]
85
13:44:20,919 INFO  [auth] User belongs to the following groups: (u'root_group',)
86
13:44:20,919 INFO  [auth] User has the following permissions: (u'root_perm',)
87
13:44:20,919 INFO  [auth] static downstream application replaced with 302 Found
88
The resource was found at
89
/post_login?__logins=0&came_from=%2F
90

    
91
13:44:20,921 INFO  [auth] no challenge required
92
13:44:20,922 INFO  [auth] remembering via headers from <FriendlyFormPlugin 156614348>: [('Set-Cookie', 'authtkt=f3f74e8bf499e8a6f01ed30370fcc3b94a44b494root!; Path=/'), ('Set-Cookie', 'authtkt=f3f74e8bf499e8a6f01ed30370fcc3b94a44b494root!; Path=/; Domain=localhost:8080'), ('Set-Cookie', 'authtkt=f3f74e8bf499e8a6f01ed30370fcc3b94a44b494root!; Path=/; Domain=.localhost:8080')]
93
13:44:20,922 INFO  [auth] -- repoze.who request ended (/login_handler) --
94
13:44:21,024 INFO  [auth] -- repoze.who request started (/post_login) --
95
13:44:21,024 INFO  [auth] request classification: browser
96
13:44:21,025 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
97
13:44:21,025 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
98
13:44:21,026 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
99
13:44:21,026 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
100
13:44:21,027 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
101
13:44:21,027 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
102
13:44:21,027 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
103
13:44:21,031 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
104
13:44:21,031 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
105
13:44:21,085 INFO  [auth] User belongs to the following groups: (u'root_group',)
106
13:44:21,086 INFO  [auth] User has the following permissions: (u'root_perm',)
107
13:44:21,160 INFO  [auth] no challenge required
108
13:44:21,161 INFO  [auth] -- repoze.who request ended (/post_login) --
109
13:44:21,238 INFO  [auth] -- repoze.who request started (/) --
110
13:44:21,238 INFO  [auth] request classification: browser
111
13:44:21,238 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
112
13:44:21,239 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
113
13:44:21,239 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
114
13:44:21,240 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
115
13:44:21,240 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
116
13:44:21,241 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
117
13:44:21,241 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
118
13:44:21,241 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
119
13:44:21,242 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
120
13:44:21,310 INFO  [auth] User belongs to the following groups: (u'root_group',)
121
13:44:21,311 INFO  [auth] User has the following permissions: (u'root_perm',)
122
13:44:21,447 INFO  [auth] no challenge required
123
13:44:21,447 INFO  [auth] -- repoze.who request ended (/) --
124
13:44:22,581 INFO  [auth] -- repoze.who request started (/vigiboard) --
125
13:44:22,581 INFO  [auth] request classification: browser
126
13:44:22,582 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
127
13:44:22,582 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
128
13:44:22,582 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
129
13:44:22,583 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
130
13:44:22,583 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
131
13:44:22,584 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
132
13:44:22,584 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
133
13:44:22,584 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
134
13:44:22,585 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
135
13:44:22,630 INFO  [auth] User belongs to the following groups: (u'root_group',)
136
13:44:22,630 INFO  [auth] User has the following permissions: (u'root_perm',)
137
13:44:22,664 INFO  [auth] Authorization granted
138
13:44:24,760 INFO  [auth] no challenge required
139
13:44:24,764 INFO  [auth] -- repoze.who request ended (/vigiboard) --
140
13:44:24,842 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
141
13:44:24,843 INFO  [auth] request classification: browser
142
13:44:24,843 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
143
13:44:24,843 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
144
13:44:24,844 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
145
13:44:24,844 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
146
13:44:24,845 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
147
13:44:24,845 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
148
13:44:24,845 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
149
13:44:24,846 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
150
13:44:24,846 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
151
13:44:24,884 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
152
13:44:24,884 INFO  [auth] request classification: browser
153
13:44:24,884 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
154
13:44:24,885 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
155
13:44:24,885 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
156
13:44:24,886 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
157
13:44:24,886 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
158
13:44:24,886 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
159
13:44:24,887 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
160
13:44:24,887 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
161
13:44:24,887 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
162
13:44:24,980 INFO  [auth] User belongs to the following groups: (u'root_group',)
163
13:44:24,981 INFO  [auth] User has the following permissions: (u'root_perm',)
164
13:44:24,991 INFO  [auth] User belongs to the following groups: (u'root_group',)
165
13:44:24,991 INFO  [auth] User has the following permissions: (u'root_perm',)
166
13:44:25,016 INFO  [auth] no challenge required
167
13:44:25,016 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
168
13:44:25,040 INFO  [auth] no challenge required
169
13:44:25,040 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
170
13:44:25,206 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
171
13:44:25,207 INFO  [auth] request classification: browser
172
13:44:25,207 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
173
13:44:25,207 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
174
13:44:25,208 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
175
13:44:25,209 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
176
13:44:25,209 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
177
13:44:25,209 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
178
13:44:25,210 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
179
13:44:25,210 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
180
13:44:25,210 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
181
13:44:25,251 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
182
13:44:25,252 INFO  [auth] request classification: browser
183
13:44:25,252 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
184
13:44:25,252 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
185
13:44:25,253 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
186
13:44:25,253 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
187
13:44:25,254 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
188
13:44:25,254 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
189
13:44:25,254 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
190
13:44:25,255 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
191
13:44:25,255 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
192
13:44:25,315 INFO  [auth] User belongs to the following groups: (u'root_group',)
193
13:44:25,315 INFO  [auth] User has the following permissions: (u'root_perm',)
194
13:44:25,317 INFO  [auth] no challenge required
195
13:44:25,318 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
196
13:44:25,326 INFO  [auth] User belongs to the following groups: (u'root_group',)
197
13:44:25,327 INFO  [auth] User has the following permissions: (u'root_perm',)
198
13:44:25,328 INFO  [auth] no challenge required
199
13:44:25,329 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
200
13:44:25,442 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
201
13:44:25,442 INFO  [auth] request classification: browser
202
13:44:25,443 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
203
13:44:25,443 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
204
13:44:25,443 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
205
13:44:25,444 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
206
13:44:25,444 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
207
13:44:25,445 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
208
13:44:25,445 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
209
13:44:25,445 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
210
13:44:25,446 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
211
13:44:25,464 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
212
13:44:25,465 INFO  [auth] request classification: browser
213
13:44:25,465 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
214
13:44:25,465 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
215
13:44:25,466 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
216
13:44:25,467 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
217
13:44:25,467 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
218
13:44:25,467 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
219
13:44:25,467 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
220
13:44:25,468 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
221
13:44:25,468 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
222
13:44:25,505 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
223
13:44:25,506 INFO  [auth] request classification: browser
224
13:44:25,506 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
225
13:44:25,506 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
226
13:44:25,507 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
227
13:44:25,508 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
228
13:44:25,508 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
229
13:44:25,508 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
230
13:44:25,509 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
231
13:44:25,509 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
232
13:44:25,509 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
233
13:44:25,589 INFO  [auth] User belongs to the following groups: (u'root_group',)
234
13:44:25,590 INFO  [auth] User has the following permissions: (u'root_perm',)
235
13:44:25,591 INFO  [auth] no challenge required
236
13:44:25,599 INFO  [auth] User belongs to the following groups: (u'root_group',)
237
13:44:25,599 INFO  [auth] User has the following permissions: (u'root_perm',)
238
13:44:25,601 INFO  [auth] User belongs to the following groups: (u'root_group',)
239
13:44:25,602 INFO  [auth] User has the following permissions: (u'root_perm',)
240
13:44:25,603 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
241
13:44:25,605 INFO  [auth] no challenge required
242
13:44:25,606 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
243
13:44:25,608 INFO  [auth] no challenge required
244
13:44:25,609 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
245
13:44:25,896 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
246
13:44:25,896 INFO  [auth] request classification: browser
247
13:44:25,896 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
248
13:44:25,897 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
249
13:44:25,897 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
250
13:44:25,898 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
251
13:44:25,898 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
252
13:44:25,899 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
253
13:44:25,899 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
254
13:44:25,899 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
255
13:44:25,900 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
256
13:44:25,956 INFO  [auth] User belongs to the following groups: (u'root_group',)
257
13:44:25,956 INFO  [auth] User has the following permissions: (u'root_perm',)
258
13:44:25,974 INFO  [auth] no challenge required
259
13:44:25,974 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
260
13:44:26,033 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
261
13:44:26,033 INFO  [auth] request classification: browser
262
13:44:26,034 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
263
13:44:26,034 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
264
13:44:26,034 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
265
13:44:26,035 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
266
13:44:26,036 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
267
13:44:26,036 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
268
13:44:26,036 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
269
13:44:26,036 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
270
13:44:26,037 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
271
13:44:26,069 INFO  [auth] User belongs to the following groups: (u'root_group',)
272
13:44:26,069 INFO  [auth] User has the following permissions: (u'root_perm',)
273
13:44:26,071 INFO  [auth] no challenge required
274
13:44:26,072 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
275
13:44:26,137 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
276
13:44:26,138 INFO  [auth] request classification: browser
277
13:44:26,138 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
278
13:44:26,138 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
279
13:44:26,139 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
280
13:44:26,140 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
281
13:44:26,140 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
282
13:44:26,140 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
283
13:44:26,141 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
284
13:44:26,141 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
285
13:44:26,141 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
286
13:44:26,186 INFO  [auth] User belongs to the following groups: (u'root_group',)
287
13:44:26,186 INFO  [auth] User has the following permissions: (u'root_perm',)
288
13:44:26,188 INFO  [auth] no challenge required
289
13:44:26,188 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
290
13:44:26,258 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
291
13:44:26,258 INFO  [auth] request classification: browser
292
13:44:26,259 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
293
13:44:26,259 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
294
13:44:26,259 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
295
13:44:26,260 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
296
13:44:26,260 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
297
13:44:26,261 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
298
13:44:26,261 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
299
13:44:26,261 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
300
13:44:26,262 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
301
13:44:26,298 INFO  [auth] User belongs to the following groups: (u'root_group',)
302
13:44:26,298 INFO  [auth] User has the following permissions: (u'root_perm',)
303
13:44:26,301 INFO  [auth] no challenge required
304
13:44:26,302 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
305
13:44:26,422 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
306
13:44:26,422 INFO  [auth] request classification: browser
307
13:44:26,422 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
308
13:44:26,423 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
309
13:44:26,423 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
310
13:44:26,424 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
311
13:44:26,424 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
312
13:44:26,424 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
313
13:44:26,425 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
314
13:44:26,425 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
315
13:44:26,425 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
316
13:44:26,465 INFO  [auth] User belongs to the following groups: (u'root_group',)
317
13:44:26,465 INFO  [auth] User has the following permissions: (u'root_perm',)
318
13:44:26,470 INFO  [auth] no challenge required
319
13:44:26,471 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
320
13:44:26,829 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
321
13:44:26,829 INFO  [auth] request classification: browser
322
13:44:26,829 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
323
13:44:26,830 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
324
13:44:26,830 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
325
13:44:26,831 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
326
13:44:26,831 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
327
13:44:26,831 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
328
13:44:26,832 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
329
13:44:26,832 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
330
13:44:26,833 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
331
13:44:26,881 INFO  [auth] User belongs to the following groups: (u'root_group',)
332
13:44:26,881 INFO  [auth] User has the following permissions: (u'root_perm',)
333
13:44:26,892 INFO  [auth] no challenge required
334
13:44:26,892 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
335
13:44:32,997 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
336
13:44:32,997 INFO  [auth] request classification: browser
337
13:44:32,997 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
338
13:44:32,998 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
339
13:44:32,998 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
340
13:44:32,999 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
341
13:44:32,999 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
342
13:44:32,999 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
343
13:44:33,000 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
344
13:44:33,000 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
345
13:44:33,000 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
346
13:44:33,061 INFO  [auth] User belongs to the following groups: (u'root_group',)
347
13:44:33,061 INFO  [auth] User has the following permissions: (u'root_perm',)
348
13:44:33,118 INFO  [auth] Authorization granted
349
13:44:33,717 INFO  [auth] no challenge required
350
13:44:33,718 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
351
13:44:33,803 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
352
13:44:33,803 INFO  [auth] request classification: browser
353
13:44:33,804 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
354
13:44:33,804 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
355
13:44:33,804 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
356
13:44:33,805 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
357
13:44:33,805 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
358
13:44:33,806 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
359
13:44:33,806 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
360
13:44:33,806 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
361
13:44:33,807 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
362
13:44:33,840 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
363
13:44:33,840 INFO  [auth] request classification: browser
364
13:44:33,841 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
365
13:44:33,841 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
366
13:44:33,841 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
367
13:44:33,842 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
368
13:44:33,842 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
369
13:44:33,843 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
370
13:44:33,843 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
371
13:44:33,843 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
372
13:44:33,844 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
373
13:44:33,895 INFO  [auth] User belongs to the following groups: (u'root_group',)
374
13:44:33,895 INFO  [auth] User has the following permissions: (u'root_perm',)
375
13:44:33,897 INFO  [auth] no challenge required
376
13:44:33,897 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
377
13:44:33,902 INFO  [auth] User belongs to the following groups: (u'root_group',)
378
13:44:33,902 INFO  [auth] User has the following permissions: (u'root_perm',)
379
13:44:33,904 INFO  [auth] no challenge required
380
13:44:33,904 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
381
13:44:34,083 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
382
13:44:34,083 INFO  [auth] request classification: browser
383
13:44:34,083 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
384
13:44:34,084 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
385
13:44:34,084 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
386
13:44:34,085 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
387
13:44:34,085 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
388
13:44:34,085 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
389
13:44:34,086 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
390
13:44:34,086 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
391
13:44:34,087 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
392
13:44:34,114 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
393
13:44:34,114 INFO  [auth] request classification: browser
394
13:44:34,115 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
395
13:44:34,115 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
396
13:44:34,115 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
397
13:44:34,116 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
398
13:44:34,116 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
399
13:44:34,117 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
400
13:44:34,117 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
401
13:44:34,118 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
402
13:44:34,118 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
403
13:44:34,174 INFO  [auth] User belongs to the following groups: (u'root_group',)
404
13:44:34,174 INFO  [auth] User has the following permissions: (u'root_perm',)
405
13:44:34,176 INFO  [auth] no challenge required
406
13:44:34,176 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
407
13:44:34,193 INFO  [auth] User belongs to the following groups: (u'root_group',)
408
13:44:34,193 INFO  [auth] User has the following permissions: (u'root_perm',)
409
13:44:34,195 INFO  [auth] no challenge required
410
13:44:34,195 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
411
13:44:34,280 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
412
13:44:34,280 INFO  [auth] request classification: browser
413
13:44:34,280 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
414
13:44:34,281 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
415
13:44:34,281 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
416
13:44:34,282 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
417
13:44:34,282 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
418
13:44:34,282 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
419
13:44:34,283 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
420
13:44:34,283 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
421
13:44:34,284 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
422
13:44:34,333 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
423
13:44:34,334 INFO  [auth] request classification: browser
424
13:44:34,334 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
425
13:44:34,334 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
426
13:44:34,335 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
427
13:44:34,335 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
428
13:44:34,336 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
429
13:44:34,336 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
430
13:44:34,336 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
431
13:44:34,339 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
432
13:44:34,339 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
433
13:44:34,338 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
434
13:44:34,344 INFO  [auth] request classification: browser
435
13:44:34,344 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
436
13:44:34,345 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
437
13:44:34,345 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
438
13:44:34,346 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
439
13:44:34,346 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
440
13:44:34,346 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
441
13:44:34,347 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
442
13:44:34,347 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
443
13:44:34,347 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
444
13:44:34,393 INFO  [auth] User belongs to the following groups: (u'root_group',)
445
13:44:34,393 INFO  [auth] User has the following permissions: (u'root_perm',)
446
13:44:34,395 INFO  [auth] no challenge required
447
13:44:34,395 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
448
13:44:34,406 INFO  [auth] User belongs to the following groups: (u'root_group',)
449
13:44:34,406 INFO  [auth] User has the following permissions: (u'root_perm',)
450
13:44:34,407 INFO  [auth] no challenge required
451
13:44:34,408 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
452
13:44:34,412 INFO  [auth] User belongs to the following groups: (u'root_group',)
453
13:44:34,412 INFO  [auth] User has the following permissions: (u'root_perm',)
454
13:44:34,414 INFO  [auth] no challenge required
455
13:44:34,415 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
456
13:44:34,636 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
457
13:44:34,636 INFO  [auth] request classification: browser
458
13:44:34,637 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
459
13:44:34,637 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
460
13:44:34,637 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
461
13:44:34,638 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
462
13:44:34,639 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
463
13:44:34,639 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
464
13:44:34,639 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
465
13:44:34,639 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
466
13:44:34,640 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
467
13:44:34,679 INFO  [auth] User belongs to the following groups: (u'root_group',)
468
13:44:34,679 INFO  [auth] User has the following permissions: (u'root_perm',)
469
13:44:34,681 INFO  [auth] no challenge required
470
13:44:34,681 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
471
13:44:34,723 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
472
13:44:34,724 INFO  [auth] request classification: browser
473
13:44:34,724 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
474
13:44:34,724 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
475
13:44:34,725 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
476
13:44:34,725 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
477
13:44:34,726 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
478
13:44:34,726 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
479
13:44:34,726 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
480
13:44:34,727 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
481
13:44:34,727 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
482
13:44:34,767 INFO  [auth] User belongs to the following groups: (u'root_group',)
483
13:44:34,772 INFO  [auth] User has the following permissions: (u'root_perm',)
484
13:44:34,774 INFO  [auth] no challenge required
485
13:44:34,774 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
486
13:44:34,822 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
487
13:44:34,822 INFO  [auth] request classification: browser
488
13:44:34,822 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
489
13:44:34,823 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
490
13:44:34,823 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
491
13:44:34,824 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
492
13:44:34,824 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
493
13:44:34,825 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
494
13:44:34,825 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
495
13:44:34,825 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
496
13:44:34,826 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
497
13:44:34,868 INFO  [auth] User belongs to the following groups: (u'root_group',)
498
13:44:34,868 INFO  [auth] User has the following permissions: (u'root_perm',)
499
13:44:34,870 INFO  [auth] no challenge required
500
13:44:34,871 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
501
13:44:34,926 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
502
13:44:34,927 INFO  [auth] request classification: browser
503
13:44:34,927 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
504
13:44:34,927 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
505
13:44:34,928 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
506
13:44:34,928 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
507
13:44:34,929 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
508
13:44:34,929 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
509
13:44:34,929 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
510
13:44:34,930 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
511
13:44:34,930 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
512
13:44:34,964 INFO  [auth] User belongs to the following groups: (u'root_group',)
513
13:44:34,964 INFO  [auth] User has the following permissions: (u'root_perm',)
514
13:44:34,966 INFO  [auth] no challenge required
515
13:44:34,967 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
516
13:44:34,987 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
517
13:44:34,987 INFO  [auth] request classification: browser
518
13:44:34,987 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
519
13:44:34,988 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
520
13:44:34,988 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
521
13:44:34,989 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
522
13:44:34,989 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
523
13:44:34,989 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
524
13:44:34,990 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
525
13:44:34,990 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
526
13:44:34,990 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
527
13:44:35,027 INFO  [auth] User belongs to the following groups: (u'root_group',)
528
13:44:35,027 INFO  [auth] User has the following permissions: (u'root_perm',)
529
13:44:35,030 INFO  [auth] no challenge required
530
13:44:35,030 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
531
13:44:35,282 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
532
13:44:35,283 INFO  [auth] request classification: browser
533
13:44:35,283 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
534
13:44:35,283 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
535
13:44:35,284 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
536
13:44:35,284 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
537
13:44:35,285 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
538
13:44:35,285 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
539
13:44:35,285 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
540
13:44:35,286 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
541
13:44:35,286 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
542
13:44:35,331 INFO  [auth] User belongs to the following groups: (u'root_group',)
543
13:44:35,331 INFO  [auth] User has the following permissions: (u'root_perm',)
544
13:44:35,333 INFO  [auth] no challenge required
545
13:44:35,333 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
546
13:44:40,234 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
547
13:44:40,234 INFO  [auth] request classification: browser
548
13:44:40,235 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
549
13:44:40,235 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
550
13:44:40,235 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
551
13:44:40,236 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
552
13:44:40,236 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
553
13:44:40,237 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
554
13:44:40,237 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
555
13:44:40,237 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
556
13:44:40,238 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
557
13:44:40,289 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
558
13:44:40,289 INFO  [auth] request classification: browser
559
13:44:40,289 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
560
13:44:40,290 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
561
13:44:40,290 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
562
13:44:40,291 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
563
13:44:40,291 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
564
13:44:40,291 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
565
13:44:40,292 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
566
13:44:40,292 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
567
13:44:40,292 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
568
13:44:40,329 INFO  [auth] User belongs to the following groups: (u'root_group',)
569
13:44:40,329 INFO  [auth] User has the following permissions: (u'root_perm',)
570
13:44:40,331 INFO  [auth] no challenge required
571
13:44:40,332 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
572
13:44:40,340 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_222222_256x240.png) --
573
13:44:40,341 INFO  [auth] request classification: browser
574
13:44:40,341 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
575
13:44:40,341 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
576
13:44:40,342 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
577
13:44:40,342 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
578
13:44:40,343 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
579
13:44:40,343 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
580
13:44:40,343 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
581
13:44:40,344 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
582
13:44:40,344 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
583
13:44:40,397 INFO  [auth] User belongs to the following groups: (u'root_group',)
584
13:44:40,397 INFO  [auth] User has the following permissions: (u'root_perm',)
585
13:44:40,399 INFO  [auth] no challenge required
586
13:44:40,416 INFO  [auth] User belongs to the following groups: (u'root_group',)
587
13:44:40,416 INFO  [auth] User has the following permissions: (u'root_perm',)
588
13:44:40,418 INFO  [auth] no challenge required
589
13:44:40,419 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_222222_256x240.png) --
590
13:44:40,420 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
591
13:44:44,600 INFO  [auth] -- repoze.who request started (/update_event) --
592
13:44:44,600 INFO  [auth] request classification: browser
593
13:44:44,601 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
594
13:44:44,601 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
595
13:44:44,601 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
596
13:44:44,602 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
597
13:44:44,602 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
598
13:44:44,603 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
599
13:44:44,603 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
600
13:44:44,603 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
601
13:44:44,604 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
602
13:44:44,679 INFO  [auth] User belongs to the following groups: (u'root_group',)
603
13:44:44,680 INFO  [auth] User has the following permissions: (u'root_perm',)
604
13:44:44,724 INFO  [auth] Authorization granted
605
13:44:44,845 INFO  [auth] no challenge required
606
13:44:44,846 INFO  [auth] -- repoze.who request ended (/update_event) --
607
13:44:45,199 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
608
13:44:45,199 INFO  [auth] request classification: browser
609
13:44:45,199 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
610
13:44:45,200 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
611
13:44:45,200 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
612
13:44:45,201 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
613
13:44:45,201 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
614
13:44:45,206 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
615
13:44:45,206 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
616
13:44:45,206 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
617
13:44:45,207 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
618
13:44:45,261 INFO  [auth] User belongs to the following groups: (u'root_group',)
619
13:44:45,273 INFO  [auth] User has the following permissions: (u'root_perm',)
620
13:44:45,298 INFO  [auth] Authorization granted
621
13:44:45,746 INFO  [auth] no challenge required
622
13:44:45,747 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
623
13:44:45,844 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
624
13:44:45,844 INFO  [auth] request classification: browser
625
13:44:45,844 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
626
13:44:45,845 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
627
13:44:45,845 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
628
13:44:45,846 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
629
13:44:45,846 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
630
13:44:45,846 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
631
13:44:45,847 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
632
13:44:45,847 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
633
13:44:45,847 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
634
13:44:45,883 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
635
13:44:45,883 INFO  [auth] request classification: browser
636
13:44:45,883 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
637
13:44:45,884 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
638
13:44:45,884 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
639
13:44:45,885 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
640
13:44:45,885 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
641
13:44:45,885 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
642
13:44:45,886 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
643
13:44:45,886 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
644
13:44:45,886 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
645
13:44:45,939 INFO  [auth] User belongs to the following groups: (u'root_group',)
646
13:44:45,939 INFO  [auth] User has the following permissions: (u'root_perm',)
647
13:44:45,941 INFO  [auth] no challenge required
648
13:44:45,942 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
649
13:44:45,946 INFO  [auth] User belongs to the following groups: (u'root_group',)
650
13:44:45,947 INFO  [auth] User has the following permissions: (u'root_perm',)
651
13:44:45,948 INFO  [auth] no challenge required
652
13:44:45,949 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
653
13:44:46,052 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
654
13:44:46,052 INFO  [auth] request classification: browser
655
13:44:46,052 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
656
13:44:46,053 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
657
13:44:46,053 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
658
13:44:46,054 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
659
13:44:46,054 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
660
13:44:46,054 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
661
13:44:46,055 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
662
13:44:46,055 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
663
13:44:46,055 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
664
13:44:46,093 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
665
13:44:46,093 INFO  [auth] request classification: browser
666
13:44:46,093 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
667
13:44:46,094 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
668
13:44:46,094 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
669
13:44:46,095 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
670
13:44:46,095 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
671
13:44:46,095 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
672
13:44:46,096 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
673
13:44:46,096 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
674
13:44:46,096 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
675
13:44:46,183 INFO  [auth] User belongs to the following groups: (u'root_group',)
676
13:44:46,183 INFO  [auth] User has the following permissions: (u'root_perm',)
677
13:44:46,185 INFO  [auth] no challenge required
678
13:44:46,185 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
679
13:44:46,196 INFO  [auth] User belongs to the following groups: (u'root_group',)
680
13:44:46,200 INFO  [auth] User has the following permissions: (u'root_perm',)
681
13:44:46,201 INFO  [auth] no challenge required
682
13:44:46,202 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
683
13:44:46,451 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
684
13:44:46,452 INFO  [auth] request classification: browser
685
13:44:46,452 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
686
13:44:46,452 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
687
13:44:46,453 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
688
13:44:46,453 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
689
13:44:46,454 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
690
13:44:46,454 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
691
13:44:46,455 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
692
13:44:46,455 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
693
13:44:46,455 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
694
13:44:46,492 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
695
13:44:46,493 INFO  [auth] request classification: browser
696
13:44:46,493 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
697
13:44:46,493 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
698
13:44:46,494 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
699
13:44:46,494 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
700
13:44:46,495 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
701
13:44:46,495 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
702
13:44:46,495 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
703
13:44:46,496 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
704
13:44:46,496 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
705
13:44:46,542 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
706
13:44:46,542 INFO  [auth] request classification: browser
707
13:44:46,543 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
708
13:44:46,543 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
709
13:44:46,543 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
710
13:44:46,544 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
711
13:44:46,544 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
712
13:44:46,545 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
713
13:44:46,545 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
714
13:44:46,545 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
715
13:44:46,546 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
716
13:44:46,580 INFO  [auth] User belongs to the following groups: (u'root_group',)
717
13:44:46,580 INFO  [auth] User has the following permissions: (u'root_perm',)
718
13:44:46,582 INFO  [auth] no challenge required
719
13:44:46,582 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
720
13:44:46,587 INFO  [auth] User belongs to the following groups: (u'root_group',)
721
13:44:46,588 INFO  [auth] User has the following permissions: (u'root_perm',)
722
13:44:46,589 INFO  [auth] no challenge required
723
13:44:46,590 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
724
13:44:46,618 INFO  [auth] User belongs to the following groups: (u'root_group',)
725
13:44:46,619 INFO  [auth] User has the following permissions: (u'root_perm',)
726
13:44:46,620 INFO  [auth] no challenge required
727
13:44:46,621 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
728
13:44:46,912 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
729
13:44:46,913 INFO  [auth] request classification: browser
730
13:44:46,913 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
731
13:44:46,913 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
732
13:44:46,914 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
733
13:44:46,915 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
734
13:44:46,915 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
735
13:44:46,915 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
736
13:44:46,916 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
737
13:44:46,916 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
738
13:44:46,916 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
739
13:44:46,968 INFO  [auth] User belongs to the following groups: (u'root_group',)
740
13:44:46,968 INFO  [auth] User has the following permissions: (u'root_perm',)
741
13:44:46,970 INFO  [auth] no challenge required
742
13:44:46,971 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
743
13:44:47,021 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
744
13:44:47,021 INFO  [auth] request classification: browser
745
13:44:47,021 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
746
13:44:47,022 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
747
13:44:47,022 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
748
13:44:47,023 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
749
13:44:47,023 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
750
13:44:47,023 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
751
13:44:47,024 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
752
13:44:47,024 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
753
13:44:47,024 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
754
13:44:47,064 INFO  [auth] User belongs to the following groups: (u'root_group',)
755
13:44:47,065 INFO  [auth] User has the following permissions: (u'root_perm',)
756
13:44:47,066 INFO  [auth] no challenge required
757
13:44:47,067 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
758
13:44:47,124 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
759
13:44:47,125 INFO  [auth] request classification: browser
760
13:44:47,125 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
761
13:44:47,125 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
762
13:44:47,126 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
763
13:44:47,126 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
764
13:44:47,127 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
765
13:44:47,127 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
766
13:44:47,127 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
767
13:44:47,132 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
768
13:44:47,132 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
769
13:44:47,175 INFO  [auth] User belongs to the following groups: (u'root_group',)
770
13:44:47,175 INFO  [auth] User has the following permissions: (u'root_perm',)
771
13:44:47,177 INFO  [auth] no challenge required
772
13:44:47,178 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
773
13:44:47,266 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
774
13:44:47,266 INFO  [auth] request classification: browser
775
13:44:47,266 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
776
13:44:47,267 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
777
13:44:47,267 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
778
13:44:47,268 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
779
13:44:47,268 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
780
13:44:47,268 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
781
13:44:47,269 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
782
13:44:47,269 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
783
13:44:47,269 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
784
13:44:47,303 INFO  [auth] User belongs to the following groups: (u'root_group',)
785
13:44:47,304 INFO  [auth] User has the following permissions: (u'root_perm',)
786
13:44:47,312 INFO  [auth] no challenge required
787
13:44:47,313 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
788
13:44:47,332 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
789
13:44:47,332 INFO  [auth] request classification: browser
790
13:44:47,333 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
791
13:44:47,333 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
792
13:44:47,333 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
793
13:44:47,334 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
794
13:44:47,334 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
795
13:44:47,335 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
796
13:44:47,335 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
797
13:44:47,335 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
798
13:44:47,336 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
799
13:44:47,368 INFO  [auth] User belongs to the following groups: (u'root_group',)
800
13:44:47,368 INFO  [auth] User has the following permissions: (u'root_perm',)
801
13:44:47,370 INFO  [auth] no challenge required
802
13:44:47,370 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
803
13:44:47,615 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
804
13:44:47,615 INFO  [auth] request classification: browser
805
13:44:47,616 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
806
13:44:47,616 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
807
13:44:47,616 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
808
13:44:47,617 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
809
13:44:47,617 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
810
13:44:47,618 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
811
13:44:47,618 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
812
13:44:47,618 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
813
13:44:47,619 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
814
13:44:47,668 INFO  [auth] User belongs to the following groups: (u'root_group',)
815
13:44:47,669 INFO  [auth] User has the following permissions: (u'root_perm',)
816
13:44:47,671 INFO  [auth] no challenge required
817
13:44:47,671 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
818
13:44:55,665 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
819
13:44:55,665 INFO  [auth] request classification: browser
820
13:44:55,665 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
821
13:44:55,666 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
822
13:44:55,666 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
823
13:44:55,667 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
824
13:44:55,667 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
825
13:44:55,668 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
826
13:44:55,668 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
827
13:44:55,668 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
828
13:44:55,668 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
829
13:44:55,707 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
830
13:44:55,708 INFO  [auth] request classification: browser
831
13:44:55,708 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
832
13:44:55,708 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
833
13:44:55,709 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
834
13:44:55,709 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
835
13:44:55,710 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
836
13:44:55,710 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
837
13:44:55,710 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
838
13:44:55,711 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
839
13:44:55,711 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
840
13:44:55,717 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_222222_256x240.png) --
841
13:44:55,718 INFO  [auth] request classification: browser
842
13:44:55,718 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
843
13:44:55,718 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
844
13:44:55,719 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
845
13:44:55,720 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
846
13:44:55,720 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
847
13:44:55,720 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
848
13:44:55,721 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
849
13:44:55,722 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
850
13:44:55,722 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
851
13:44:55,786 INFO  [auth] User belongs to the following groups: (u'root_group',)
852
13:44:55,787 INFO  [auth] User has the following permissions: (u'root_perm',)
853
13:44:55,789 INFO  [auth] no challenge required
854
13:44:55,789 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_222222_256x240.png) --
855
13:44:55,793 INFO  [auth] User belongs to the following groups: (u'root_group',)
856
13:44:55,793 INFO  [auth] User has the following permissions: (u'root_perm',)
857
13:44:55,795 INFO  [auth] no challenge required
858
13:44:55,795 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
859
13:44:55,799 INFO  [auth] User belongs to the following groups: (u'root_group',)
860
13:44:55,800 INFO  [auth] User has the following permissions: (u'root_perm',)
861
13:44:55,801 INFO  [auth] no challenge required
862
13:44:55,802 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
863
13:44:57,194 INFO  [auth] -- repoze.who request started (/vigiboard) --
864
13:44:57,195 INFO  [auth] request classification: browser
865
13:44:57,195 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
866
13:44:57,195 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
867
13:44:57,196 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
868
13:44:57,196 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
869
13:44:57,197 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
870
13:44:57,197 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
871
13:44:57,197 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
872
13:44:57,198 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
873
13:44:57,198 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
874
13:44:57,252 INFO  [auth] User belongs to the following groups: (u'root_group',)
875
13:44:57,252 INFO  [auth] User has the following permissions: (u'root_perm',)
876
13:44:57,319 INFO  [auth] Authorization granted
877
13:44:58,303 INFO  [auth] no challenge required
878
13:44:58,304 INFO  [auth] -- repoze.who request ended (/vigiboard) --
879
13:44:58,405 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
880
13:44:58,405 INFO  [auth] request classification: browser
881
13:44:58,406 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
882
13:44:58,406 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
883
13:44:58,406 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
884
13:44:58,407 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
885
13:44:58,407 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
886
13:44:58,408 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
887
13:44:58,408 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
888
13:44:58,408 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
889
13:44:58,412 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
890
13:44:58,444 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
891
13:44:58,445 INFO  [auth] request classification: browser
892
13:44:58,445 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
893
13:44:58,445 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
894
13:44:58,446 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
895
13:44:58,446 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
896
13:44:58,447 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
897
13:44:58,447 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
898
13:44:58,447 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
899
13:44:58,451 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
900
13:44:58,452 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
901
13:44:58,504 INFO  [auth] User belongs to the following groups: (u'root_group',)
902
13:44:58,504 INFO  [auth] User has the following permissions: (u'root_perm',)
903
13:44:58,506 INFO  [auth] no challenge required
904
13:44:58,506 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
905
13:44:58,538 INFO  [auth] User belongs to the following groups: (u'root_group',)
906
13:44:58,538 INFO  [auth] User has the following permissions: (u'root_perm',)
907
13:44:58,540 INFO  [auth] no challenge required
908
13:44:58,540 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
909
13:44:58,596 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
910
13:44:58,596 INFO  [auth] request classification: browser
911
13:44:58,597 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
912
13:44:58,597 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
913
13:44:58,597 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
914
13:44:58,598 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
915
13:44:58,598 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
916
13:44:58,599 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
917
13:44:58,599 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
918
13:44:58,599 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
919
13:44:58,604 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
920
13:44:58,655 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
921
13:44:58,655 INFO  [auth] request classification: browser
922
13:44:58,655 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
923
13:44:58,656 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
924
13:44:58,656 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
925
13:44:58,657 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
926
13:44:58,657 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
927
13:44:58,657 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
928
13:44:58,658 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
929
13:44:58,658 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
930
13:44:58,658 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
931
13:44:58,707 INFO  [auth] User belongs to the following groups: (u'root_group',)
932
13:44:58,708 INFO  [auth] User has the following permissions: (u'root_perm',)
933
13:44:58,709 INFO  [auth] no challenge required
934
13:44:58,735 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
935
13:44:58,732 INFO  [auth] User belongs to the following groups: (u'root_group',)
936
13:44:58,738 INFO  [auth] User has the following permissions: (u'root_perm',)
937
13:44:58,739 INFO  [auth] no challenge required
938
13:44:58,740 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
939
13:44:59,038 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
940
13:44:59,038 INFO  [auth] request classification: browser
941
13:44:59,039 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
942
13:44:59,039 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
943
13:44:59,039 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
944
13:44:59,040 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
945
13:44:59,040 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
946
13:44:59,041 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
947
13:44:59,041 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
948
13:44:59,041 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
949
13:44:59,042 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
950
13:44:59,074 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
951
13:44:59,074 INFO  [auth] request classification: browser
952
13:44:59,074 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
953
13:44:59,075 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
954
13:44:59,075 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
955
13:44:59,076 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
956
13:44:59,076 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
957
13:44:59,077 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
958
13:44:59,077 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
959
13:44:59,077 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
960
13:44:59,078 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
961
13:44:59,119 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
962
13:44:59,119 INFO  [auth] request classification: browser
963
13:44:59,119 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
964
13:44:59,120 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
965
13:44:59,120 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
966
13:44:59,121 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
967
13:44:59,122 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
968
13:44:59,123 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
969
13:44:59,123 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
970
13:44:59,123 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
971
13:44:59,124 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
972
13:44:59,150 INFO  [auth] User belongs to the following groups: (u'root_group',)
973
13:44:59,151 INFO  [auth] User has the following permissions: (u'root_perm',)
974
13:44:59,154 INFO  [auth] User belongs to the following groups: (u'root_group',)
975
13:44:59,154 INFO  [auth] User has the following permissions: (u'root_perm',)
976
13:44:59,156 INFO  [auth] no challenge required
977
13:44:59,156 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
978
13:44:59,172 INFO  [auth] no challenge required
979
13:44:59,173 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
980
13:44:59,178 INFO  [auth] User belongs to the following groups: (u'root_group',)
981
13:44:59,178 INFO  [auth] User has the following permissions: (u'root_perm',)
982
13:44:59,180 INFO  [auth] no challenge required
983
13:44:59,180 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
984
13:44:59,475 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
985
13:44:59,475 INFO  [auth] request classification: browser
986
13:44:59,475 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
987
13:44:59,476 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
988
13:44:59,476 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
989
13:44:59,477 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
990
13:44:59,477 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
991
13:44:59,477 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
992
13:44:59,478 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
993
13:44:59,478 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
994
13:44:59,478 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
995
13:44:59,520 INFO  [auth] User belongs to the following groups: (u'root_group',)
996
13:44:59,521 INFO  [auth] User has the following permissions: (u'root_perm',)
997
13:44:59,522 INFO  [auth] no challenge required
998
13:44:59,523 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
999
13:44:59,580 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1000
13:44:59,580 INFO  [auth] request classification: browser
1001
13:44:59,580 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1002
13:44:59,581 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1003
13:44:59,581 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1004
13:44:59,582 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1005
13:44:59,582 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1006
13:44:59,582 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1007
13:44:59,583 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1008
13:44:59,583 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1009
13:44:59,583 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1010
13:44:59,632 INFO  [auth] User belongs to the following groups: (u'root_group',)
1011
13:44:59,632 INFO  [auth] User has the following permissions: (u'root_perm',)
1012
13:44:59,634 INFO  [auth] no challenge required
1013
13:44:59,634 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1014
13:44:59,695 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1015
13:44:59,695 INFO  [auth] request classification: browser
1016
13:44:59,695 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1017
13:44:59,696 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1018
13:44:59,696 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1019
13:44:59,697 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1020
13:44:59,697 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1021
13:44:59,697 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1022
13:44:59,698 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1023
13:44:59,698 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1024
13:44:59,698 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1025
13:44:59,754 INFO  [auth] User belongs to the following groups: (u'root_group',)
1026
13:44:59,755 INFO  [auth] User has the following permissions: (u'root_perm',)
1027
13:44:59,770 INFO  [auth] no challenge required
1028
13:44:59,771 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1029
13:44:59,832 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1030
13:44:59,832 INFO  [auth] request classification: browser
1031
13:44:59,833 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1032
13:44:59,833 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1033
13:44:59,833 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1034
13:44:59,834 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1035
13:44:59,835 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1036
13:44:59,835 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1037
13:44:59,835 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1038
13:44:59,835 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1039
13:44:59,836 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1040
13:44:59,877 INFO  [auth] User belongs to the following groups: (u'root_group',)
1041
13:44:59,877 INFO  [auth] User has the following permissions: (u'root_perm',)
1042
13:44:59,879 INFO  [auth] no challenge required
1043
13:44:59,879 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1044
13:44:59,913 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1045
13:44:59,913 INFO  [auth] request classification: browser
1046
13:44:59,914 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1047
13:44:59,914 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1048
13:44:59,914 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1049
13:44:59,915 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1050
13:44:59,916 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1051
13:44:59,916 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1052
13:44:59,916 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1053
13:44:59,917 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1054
13:44:59,917 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1055
13:44:59,964 INFO  [auth] User belongs to the following groups: (u'root_group',)
1056
13:44:59,964 INFO  [auth] User has the following permissions: (u'root_perm',)
1057
13:44:59,966 INFO  [auth] no challenge required
1058
13:44:59,966 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1059
13:45:00,192 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1060
13:45:00,192 INFO  [auth] request classification: browser
1061
13:45:00,193 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1062
13:45:00,193 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1063
13:45:00,193 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1064
13:45:00,194 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1065
13:45:00,194 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1066
13:45:00,195 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1067
13:45:00,195 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1068
13:45:00,195 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1069
13:45:00,196 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1070
13:45:00,241 INFO  [auth] User belongs to the following groups: (u'root_group',)
1071
13:45:00,241 INFO  [auth] User has the following permissions: (u'root_perm',)
1072
13:45:00,243 INFO  [auth] no challenge required
1073
13:45:00,244 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1074
13:45:06,307 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
1075
13:45:06,307 INFO  [auth] request classification: browser
1076
13:45:06,307 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1077
13:45:06,308 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1078
13:45:06,308 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1079
13:45:06,309 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1080
13:45:06,309 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1081
13:45:06,309 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1082
13:45:06,310 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1083
13:45:06,310 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1084
13:45:06,310 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1085
13:45:06,357 INFO  [auth] User belongs to the following groups: (u'root_group',)
1086
13:45:06,357 INFO  [auth] User has the following permissions: (u'root_perm',)
1087
13:45:06,424 INFO  [auth] Authorization granted
1088
13:45:07,188 INFO  [auth] no challenge required
1089
13:45:07,188 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
1090
13:45:07,281 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
1091
13:45:07,281 INFO  [auth] request classification: browser
1092
13:45:07,281 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1093
13:45:07,282 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1094
13:45:07,282 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1095
13:45:07,283 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1096
13:45:07,283 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1097
13:45:07,283 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1098
13:45:07,284 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1099
13:45:07,284 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1100
13:45:07,285 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1101
13:45:07,325 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
1102
13:45:07,326 INFO  [auth] request classification: browser
1103
13:45:07,326 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1104
13:45:07,326 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1105
13:45:07,327 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1106
13:45:07,327 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1107
13:45:07,328 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1108
13:45:07,328 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1109
13:45:07,328 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1110
13:45:07,329 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1111
13:45:07,329 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1112
13:45:07,382 INFO  [auth] User belongs to the following groups: (u'root_group',)
1113
13:45:07,382 INFO  [auth] User has the following permissions: (u'root_perm',)
1114
13:45:07,384 INFO  [auth] no challenge required
1115
13:45:07,384 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
1116
13:45:07,420 INFO  [auth] User belongs to the following groups: (u'root_group',)
1117
13:45:07,420 INFO  [auth] User has the following permissions: (u'root_perm',)
1118
13:45:07,421 INFO  [auth] no challenge required
1119
13:45:07,422 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
1120
13:45:07,580 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
1121
13:45:07,580 INFO  [auth] request classification: browser
1122
13:45:07,580 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1123
13:45:07,581 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1124
13:45:07,581 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1125
13:45:07,582 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1126
13:45:07,582 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1127
13:45:07,582 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1128
13:45:07,583 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1129
13:45:07,583 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1130
13:45:07,583 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1131
13:45:07,617 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
1132
13:45:07,617 INFO  [auth] request classification: browser
1133
13:45:07,617 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1134
13:45:07,618 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1135
13:45:07,618 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1136
13:45:07,619 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1137
13:45:07,619 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1138
13:45:07,619 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1139
13:45:07,620 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1140
13:45:07,620 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1141
13:45:07,620 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1142
13:45:07,669 INFO  [auth] User belongs to the following groups: (u'root_group',)
1143
13:45:07,670 INFO  [auth] User has the following permissions: (u'root_perm',)
1144
13:45:07,671 INFO  [auth] no challenge required
1145
13:45:07,679 INFO  [auth] User belongs to the following groups: (u'root_group',)
1146
13:45:07,679 INFO  [auth] User has the following permissions: (u'root_perm',)
1147
13:45:07,681 INFO  [auth] no challenge required
1148
13:45:07,682 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
1149
13:45:07,695 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
1150
13:45:07,742 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
1151
13:45:07,743 INFO  [auth] request classification: browser
1152
13:45:07,743 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1153
13:45:07,743 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1154
13:45:07,744 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1155
13:45:07,745 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1156
13:45:07,745 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1157
13:45:07,745 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1158
13:45:07,746 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1159
13:45:07,746 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1160
13:45:07,746 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1161
13:45:07,780 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
1162
13:45:07,781 INFO  [auth] request classification: browser
1163
13:45:07,781 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1164
13:45:07,781 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1165
13:45:07,782 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1166
13:45:07,782 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1167
13:45:07,783 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1168
13:45:07,783 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1169
13:45:07,783 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1170
13:45:07,784 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1171
13:45:07,784 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1172
13:45:07,826 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
1173
13:45:07,826 INFO  [auth] request classification: browser
1174
13:45:07,827 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1175
13:45:07,827 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1176
13:45:07,827 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1177
13:45:07,828 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1178
13:45:07,828 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1179
13:45:07,829 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1180
13:45:07,829 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1181
13:45:07,830 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1182
13:45:07,830 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1183
13:45:07,867 INFO  [auth] User belongs to the following groups: (u'root_group',)
1184
13:45:07,867 INFO  [auth] User has the following permissions: (u'root_perm',)
1185
13:45:07,869 INFO  [auth] no challenge required
1186
13:45:07,870 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
1187
13:45:07,873 INFO  [auth] User belongs to the following groups: (u'root_group',)
1188
13:45:07,874 INFO  [auth] User has the following permissions: (u'root_perm',)
1189
13:45:07,876 INFO  [auth] no challenge required
1190
13:45:07,876 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
1191
13:45:07,893 INFO  [auth] User belongs to the following groups: (u'root_group',)
1192
13:45:07,894 INFO  [auth] User has the following permissions: (u'root_perm',)
1193
13:45:07,896 INFO  [auth] no challenge required
1194
13:45:07,896 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
1195
13:45:08,171 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
1196
13:45:08,172 INFO  [auth] request classification: browser
1197
13:45:08,172 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1198
13:45:08,172 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1199
13:45:08,173 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1200
13:45:08,173 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1201
13:45:08,174 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1202
13:45:08,174 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1203
13:45:08,174 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1204
13:45:08,175 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1205
13:45:08,175 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1206
13:45:08,217 INFO  [auth] User belongs to the following groups: (u'root_group',)
1207
13:45:08,217 INFO  [auth] User has the following permissions: (u'root_perm',)
1208
13:45:08,229 INFO  [auth] no challenge required
1209
13:45:08,230 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
1210
13:45:08,274 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1211
13:45:08,275 INFO  [auth] request classification: browser
1212
13:45:08,275 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1213
13:45:08,275 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1214
13:45:08,276 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1215
13:45:08,276 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1216
13:45:08,277 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1217
13:45:08,277 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1218
13:45:08,277 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1219
13:45:08,278 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1220
13:45:08,278 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1221
13:45:08,308 INFO  [auth] User belongs to the following groups: (u'root_group',)
1222
13:45:08,308 INFO  [auth] User has the following permissions: (u'root_perm',)
1223
13:45:08,313 INFO  [auth] no challenge required
1224
13:45:08,314 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1225
13:45:08,360 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1226
13:45:08,360 INFO  [auth] request classification: browser
1227
13:45:08,360 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1228
13:45:08,361 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1229
13:45:08,361 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1230
13:45:08,362 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1231
13:45:08,362 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1232
13:45:08,363 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1233
13:45:08,363 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1234
13:45:08,363 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1235
13:45:08,364 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1236
13:45:08,408 INFO  [auth] User belongs to the following groups: (u'root_group',)
1237
13:45:08,408 INFO  [auth] User has the following permissions: (u'root_perm',)
1238
13:45:08,410 INFO  [auth] no challenge required
1239
13:45:08,411 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1240
13:45:08,471 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1241
13:45:08,472 INFO  [auth] request classification: browser
1242
13:45:08,472 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1243
13:45:08,472 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1244
13:45:08,473 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1245
13:45:08,473 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1246
13:45:08,474 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1247
13:45:08,474 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1248
13:45:08,474 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1249
13:45:08,475 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1250
13:45:08,475 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1251
13:45:08,514 INFO  [auth] User belongs to the following groups: (u'root_group',)
1252
13:45:08,515 INFO  [auth] User has the following permissions: (u'root_perm',)
1253
13:45:08,517 INFO  [auth] no challenge required
1254
13:45:08,519 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1255
13:45:08,557 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1256
13:45:08,558 INFO  [auth] request classification: browser
1257
13:45:08,558 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1258
13:45:08,558 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1259
13:45:08,559 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1260
13:45:08,559 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1261
13:45:08,560 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1262
13:45:08,560 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1263
13:45:08,560 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1264
13:45:08,561 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1265
13:45:08,561 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1266
13:45:08,605 INFO  [auth] User belongs to the following groups: (u'root_group',)
1267
13:45:08,606 INFO  [auth] User has the following permissions: (u'root_perm',)
1268
13:45:08,609 INFO  [auth] no challenge required
1269
13:45:08,609 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1270
13:45:08,866 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1271
13:45:08,867 INFO  [auth] request classification: browser
1272
13:45:08,867 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1273
13:45:08,867 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1274
13:45:08,868 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1275
13:45:08,869 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1276
13:45:08,869 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1277
13:45:08,869 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1278
13:45:08,869 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1279
13:45:08,870 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1280
13:45:08,870 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1281
13:45:08,916 INFO  [auth] User belongs to the following groups: (u'root_group',)
1282
13:45:08,916 INFO  [auth] User has the following permissions: (u'root_perm',)
1283
13:45:08,918 INFO  [auth] no challenge required
1284
13:45:08,918 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1285
13:45:10,711 INFO  [auth] -- repoze.who request started (/vigiboard_HistoryDialog) --
1286
13:45:10,711 INFO  [auth] request classification: browser
1287
13:45:10,712 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1288
13:45:10,712 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1289
13:45:10,712 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1290
13:45:10,713 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1291
13:45:10,714 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1292
13:45:10,714 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1293
13:45:10,714 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1294
13:45:10,714 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1295
13:45:10,715 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1296
13:45:10,762 INFO  [auth] User belongs to the following groups: (u'root_group',)
1297
13:45:10,762 INFO  [auth] User has the following permissions: (u'root_perm',)
1298
13:45:10,856 INFO  [auth] no challenge required
1299
13:45:10,857 INFO  [auth] -- repoze.who request ended (/vigiboard_HistoryDialog) --
1300
13:45:11,454 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
1301
13:45:11,455 INFO  [auth] request classification: browser
1302
13:45:11,455 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1303
13:45:11,455 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1304
13:45:11,456 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1305
13:45:11,456 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1306
13:45:11,457 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1307
13:45:11,457 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1308
13:45:11,457 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1309
13:45:11,457 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1310
13:45:11,458 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1311
13:45:11,505 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
1312
13:45:11,506 INFO  [auth] request classification: browser
1313
13:45:11,506 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1314
13:45:11,506 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1315
13:45:11,507 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1316
13:45:11,507 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1317
13:45:11,508 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1318
13:45:11,508 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1319
13:45:11,508 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1320
13:45:11,509 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1321
13:45:11,509 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1322
13:45:11,560 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_222222_256x240.png) --
1323
13:45:11,561 INFO  [auth] request classification: browser
1324
13:45:11,561 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1325
13:45:11,561 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1326
13:45:11,562 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1327
13:45:11,562 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1328
13:45:11,563 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1329
13:45:11,563 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1330
13:45:11,564 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1331
13:45:11,564 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1332
13:45:11,564 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1333
13:45:11,592 INFO  [auth] User belongs to the following groups: (u'root_group',)
1334
13:45:11,592 INFO  [auth] User has the following permissions: (u'root_perm',)
1335
13:45:11,594 INFO  [auth] no challenge required
1336
13:45:11,595 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
1337
13:45:11,603 INFO  [auth] User belongs to the following groups: (u'root_group',)
1338
13:45:11,603 INFO  [auth] User has the following permissions: (u'root_perm',)
1339
13:45:11,605 INFO  [auth] no challenge required
1340
13:45:11,606 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
1341
13:45:11,634 INFO  [auth] User belongs to the following groups: (u'root_group',)
1342
13:45:11,635 INFO  [auth] User has the following permissions: (u'root_perm',)
1343
13:45:11,636 INFO  [auth] no challenge required
1344
13:45:11,637 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_222222_256x240.png) --
1345
13:45:14,407 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
1346
13:45:14,408 INFO  [auth] request classification: browser
1347
13:45:14,408 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1348
13:45:14,408 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1349
13:45:14,409 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1350
13:45:14,409 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1351
13:45:14,415 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1352
13:45:14,415 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1353
13:45:14,416 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1354
13:45:14,416 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1355
13:45:14,416 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1356
13:45:14,457 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
1357
13:45:14,458 INFO  [auth] request classification: browser
1358
13:45:14,458 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1359
13:45:14,458 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 156614348>, <AuthTktCookiePlugin 156614284>]
1360
13:45:14,459 DEBUG [auth] no identity returned from <FriendlyFormPlugin 156614348> (None)
1361
13:45:14,460 DEBUG [auth] identity returned from <AuthTktCookiePlugin 156614284>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1362
13:45:14,460 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1363
13:45:14,460 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1364
13:45:14,461 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x955be4c>]
1365
13:45:14,461 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 156614284>: "root" (repoze.who.userid set)
1366
13:45:14,461 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 156614284>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1367
13:45:14,513 INFO  [auth] User belongs to the following groups: (u'root_group',)
1368
13:45:14,513 INFO  [auth] User has the following permissions: (u'root_perm',)
1369
13:45:14,515 INFO  [auth] no challenge required
1370
13:45:14,515 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
1371
13:45:14,545 INFO  [auth] User belongs to the following groups: (u'root_group',)
1372
13:45:14,546 INFO  [auth] User has the following permissions: (u'root_perm',)
1373
13:45:14,547 INFO  [auth] no challenge required
1374
13:45:14,548 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
1375
13:47:30,226 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
1376
13:47:30,226 INFO  [auth] request classification: browser
1377
13:47:30,227 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1378
13:47:30,227 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1379
13:47:30,227 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1380
13:47:30,228 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1381
13:47:30,229 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1382
13:47:30,229 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1383
13:47:30,230 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1384
13:47:30,230 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1385
13:47:30,230 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1386
13:47:30,344 INFO  [auth] User belongs to the following groups: (u'root_group',)
1387
13:47:30,345 INFO  [auth] User has the following permissions: (u'root_perm',)
1388
13:47:30,729 INFO  [auth] Authorization granted
1389
13:47:31,793 INFO  [auth] no challenge required
1390
13:47:31,794 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
1391
13:47:31,959 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
1392
13:47:31,960 INFO  [auth] request classification: browser
1393
13:47:31,960 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1394
13:47:31,960 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1395
13:47:31,961 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1396
13:47:31,961 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1397
13:47:31,962 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1398
13:47:31,962 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1399
13:47:31,962 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1400
13:47:31,963 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1401
13:47:31,963 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1402
13:47:31,992 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
1403
13:47:31,992 INFO  [auth] request classification: browser
1404
13:47:31,992 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1405
13:47:31,993 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1406
13:47:31,993 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1407
13:47:31,994 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1408
13:47:31,994 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1409
13:47:31,994 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1410
13:47:31,995 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1411
13:47:31,995 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1412
13:47:31,995 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1413
13:47:32,049 INFO  [auth] User belongs to the following groups: (u'root_group',)
1414
13:47:32,050 INFO  [auth] User has the following permissions: (u'root_perm',)
1415
13:47:32,052 INFO  [auth] no challenge required
1416
13:47:32,052 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
1417
13:47:32,069 INFO  [auth] User belongs to the following groups: (u'root_group',)
1418
13:47:32,069 INFO  [auth] User has the following permissions: (u'root_perm',)
1419
13:47:32,071 INFO  [auth] no challenge required
1420
13:47:32,098 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
1421
13:47:32,260 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
1422
13:47:32,261 INFO  [auth] request classification: browser
1423
13:47:32,261 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1424
13:47:32,261 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1425
13:47:32,262 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1426
13:47:32,263 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1427
13:47:32,263 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1428
13:47:32,263 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1429
13:47:32,264 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1430
13:47:32,264 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1431
13:47:32,264 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1432
13:47:32,307 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
1433
13:47:32,308 INFO  [auth] request classification: browser
1434
13:47:32,308 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1435
13:47:32,308 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1436
13:47:32,309 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1437
13:47:32,310 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1438
13:47:32,310 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1439
13:47:32,310 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1440
13:47:32,311 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1441
13:47:32,311 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1442
13:47:32,311 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1443
13:47:32,361 INFO  [auth] User belongs to the following groups: (u'root_group',)
1444
13:47:32,361 INFO  [auth] User has the following permissions: (u'root_perm',)
1445
13:47:32,363 INFO  [auth] no challenge required
1446
13:47:32,363 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
1447
13:47:32,376 INFO  [auth] User belongs to the following groups: (u'root_group',)
1448
13:47:32,377 INFO  [auth] User has the following permissions: (u'root_perm',)
1449
13:47:32,408 INFO  [auth] no challenge required
1450
13:47:32,408 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
1451
13:47:32,605 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
1452
13:47:32,605 INFO  [auth] request classification: browser
1453
13:47:32,605 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1454
13:47:32,606 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1455
13:47:32,606 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1456
13:47:32,607 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1457
13:47:32,607 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1458
13:47:32,607 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1459
13:47:32,608 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1460
13:47:32,608 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1461
13:47:32,608 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1462
13:47:32,676 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
1463
13:47:32,677 INFO  [auth] request classification: browser
1464
13:47:32,677 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1465
13:47:32,677 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1466
13:47:32,678 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1467
13:47:32,678 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1468
13:47:32,679 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1469
13:47:32,679 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1470
13:47:32,679 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1471
13:47:32,680 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1472
13:47:32,680 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1473
13:47:32,686 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
1474
13:47:32,686 INFO  [auth] request classification: browser
1475
13:47:32,686 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1476
13:47:32,687 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1477
13:47:32,687 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1478
13:47:32,688 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1479
13:47:32,688 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1480
13:47:32,688 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1481
13:47:32,689 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1482
13:47:32,689 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1483
13:47:32,689 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1484
13:47:32,749 INFO  [auth] User belongs to the following groups: (u'root_group',)
1485
13:47:32,750 INFO  [auth] User has the following permissions: (u'root_perm',)
1486
13:47:32,751 INFO  [auth] no challenge required
1487
13:47:32,752 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
1488
13:47:32,754 INFO  [auth] User belongs to the following groups: (u'root_group',)
1489
13:47:32,755 INFO  [auth] User has the following permissions: (u'root_perm',)
1490
13:47:32,756 INFO  [auth] no challenge required
1491
13:47:32,757 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
1492
13:47:32,774 INFO  [auth] User belongs to the following groups: (u'root_group',)
1493
13:47:32,775 INFO  [auth] User has the following permissions: (u'root_perm',)
1494
13:47:32,776 INFO  [auth] no challenge required
1495
13:47:32,777 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
1496
13:47:33,057 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
1497
13:47:33,057 INFO  [auth] request classification: browser
1498
13:47:33,057 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1499
13:47:33,058 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1500
13:47:33,058 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1501
13:47:33,059 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1502
13:47:33,059 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1503
13:47:33,060 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1504
13:47:33,060 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1505
13:47:33,060 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1506
13:47:33,061 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1507
13:47:33,103 INFO  [auth] User belongs to the following groups: (u'root_group',)
1508
13:47:33,103 INFO  [auth] User has the following permissions: (u'root_perm',)
1509
13:47:33,105 INFO  [auth] no challenge required
1510
13:47:33,105 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
1511
13:47:33,172 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1512
13:47:33,173 INFO  [auth] request classification: browser
1513
13:47:33,173 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1514
13:47:33,173 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1515
13:47:33,174 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1516
13:47:33,174 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1517
13:47:33,175 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1518
13:47:33,175 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1519
13:47:33,175 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1520
13:47:33,176 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1521
13:47:33,176 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1522
13:47:33,223 INFO  [auth] User belongs to the following groups: (u'root_group',)
1523
13:47:33,223 INFO  [auth] User has the following permissions: (u'root_perm',)
1524
13:47:33,225 INFO  [auth] no challenge required
1525
13:47:33,226 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1526
13:47:33,276 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1527
13:47:33,276 INFO  [auth] request classification: browser
1528
13:47:33,276 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1529
13:47:33,277 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1530
13:47:33,277 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1531
13:47:33,278 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1532
13:47:33,278 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1533
13:47:33,278 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1534
13:47:33,279 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1535
13:47:33,279 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1536
13:47:33,284 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1537
13:47:33,329 INFO  [auth] User belongs to the following groups: (u'root_group',)
1538
13:47:33,329 INFO  [auth] User has the following permissions: (u'root_perm',)
1539
13:47:33,331 INFO  [auth] no challenge required
1540
13:47:33,332 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1541
13:47:33,406 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1542
13:47:33,406 INFO  [auth] request classification: browser
1543
13:47:33,406 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1544
13:47:33,407 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1545
13:47:33,407 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1546
13:47:33,408 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1547
13:47:33,408 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1548
13:47:33,408 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1549
13:47:33,409 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1550
13:47:33,409 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1551
13:47:33,409 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1552
13:47:33,465 INFO  [auth] User belongs to the following groups: (u'root_group',)
1553
13:47:33,466 INFO  [auth] User has the following permissions: (u'root_perm',)
1554
13:47:33,468 INFO  [auth] no challenge required
1555
13:47:33,468 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1556
13:47:33,487 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1557
13:47:33,488 INFO  [auth] request classification: browser
1558
13:47:33,488 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1559
13:47:33,488 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1560
13:47:33,489 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1561
13:47:33,489 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1562
13:47:33,495 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1563
13:47:33,496 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1564
13:47:33,496 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1565
13:47:33,496 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1566
13:47:33,497 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1567
13:47:33,538 INFO  [auth] User belongs to the following groups: (u'root_group',)
1568
13:47:33,538 INFO  [auth] User has the following permissions: (u'root_perm',)
1569
13:47:33,540 INFO  [auth] no challenge required
1570
13:47:33,541 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1571
13:47:34,369 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1572
13:47:34,369 INFO  [auth] request classification: browser
1573
13:47:34,369 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1574
13:47:34,370 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1575
13:47:34,370 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1576
13:47:34,371 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1577
13:47:34,371 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1578
13:47:34,371 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1579
13:47:34,372 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1580
13:47:34,372 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1581
13:47:34,372 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1582
13:47:34,421 INFO  [auth] User belongs to the following groups: (u'root_group',)
1583
13:47:34,421 INFO  [auth] User has the following permissions: (u'root_perm',)
1584
13:47:34,423 INFO  [auth] no challenge required
1585
13:47:34,424 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1586
13:47:44,354 INFO  [auth] -- repoze.who request started (/vigiboard_HistoryDialog) --
1587
13:47:44,355 INFO  [auth] request classification: browser
1588
13:47:44,355 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1589
13:47:44,355 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1590
13:47:44,356 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1591
13:47:44,356 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1592
13:47:44,357 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1593
13:47:44,357 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1594
13:47:44,358 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1595
13:47:44,358 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1596
13:47:44,358 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1597
13:47:44,397 INFO  [auth] User belongs to the following groups: (u'root_group',)
1598
13:47:44,397 INFO  [auth] User has the following permissions: (u'root_perm',)
1599
13:47:44,448 INFO  [auth] no challenge required
1600
13:47:44,448 INFO  [auth] -- repoze.who request ended (/vigiboard_HistoryDialog) --
1601
13:47:44,499 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
1602
13:47:44,499 INFO  [auth] request classification: browser
1603
13:47:44,500 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1604
13:47:44,500 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1605
13:47:44,500 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1606
13:47:44,501 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1607
13:47:44,501 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1608
13:47:44,502 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1609
13:47:44,502 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1610
13:47:44,502 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1611
13:47:44,503 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1612
13:47:44,536 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
1613
13:47:44,537 INFO  [auth] request classification: browser
1614
13:47:44,537 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1615
13:47:44,537 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1616
13:47:44,538 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1617
13:47:44,538 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1618
13:47:44,539 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1619
13:47:44,539 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1620
13:47:44,539 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1621
13:47:44,540 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1622
13:47:44,540 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1623
13:47:44,567 INFO  [auth] User belongs to the following groups: (u'root_group',)
1624
13:47:44,568 INFO  [auth] User has the following permissions: (u'root_perm',)
1625
13:47:44,569 INFO  [auth] no challenge required
1626
13:47:44,570 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
1627
13:47:44,586 INFO  [auth] User belongs to the following groups: (u'root_group',)
1628
13:47:44,586 INFO  [auth] User has the following permissions: (u'root_perm',)
1629
13:47:44,588 INFO  [auth] no challenge required
1630
13:47:44,588 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
1631
13:47:46,327 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
1632
13:47:46,327 INFO  [auth] request classification: browser
1633
13:47:46,327 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1634
13:47:46,328 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1635
13:47:46,328 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1636
13:47:46,329 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1637
13:47:46,329 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1638
13:47:46,330 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1639
13:47:46,330 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1640
13:47:46,330 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1641
13:47:46,330 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1642
13:47:46,354 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
1643
13:47:46,355 INFO  [auth] request classification: browser
1644
13:47:46,355 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1645
13:47:46,356 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 172306124>, <AuthTktCookiePlugin 172306060>]
1646
13:47:46,356 DEBUG [auth] no identity returned from <FriendlyFormPlugin 172306124> (None)
1647
13:47:46,357 DEBUG [auth] identity returned from <AuthTktCookiePlugin 172306060>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1648
13:47:46,357 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1649
13:47:46,357 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1650
13:47:46,358 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa452e4c>]
1651
13:47:46,358 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 172306060>: "root" (repoze.who.userid set)
1652
13:47:46,358 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 172306060>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1653
13:47:46,435 INFO  [auth] User belongs to the following groups: (u'root_group',)
1654
13:47:46,435 INFO  [auth] User has the following permissions: (u'root_perm',)
1655
13:47:46,437 INFO  [auth] no challenge required
1656
13:47:46,437 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
1657
13:47:46,446 INFO  [auth] User belongs to the following groups: (u'root_group',)
1658
13:47:46,446 INFO  [auth] User has the following permissions: (u'root_perm',)
1659
13:47:46,448 INFO  [auth] no challenge required
1660
13:47:46,449 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
1661
13:48:35,858 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
1662
13:48:35,859 INFO  [auth] request classification: browser
1663
13:48:35,859 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154488524>, <AuthTktCookiePlugin 154488460>]
1664
13:48:35,859 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154488524>, <AuthTktCookiePlugin 154488460>]
1665
13:48:35,860 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154488524> (None)
1666
13:48:35,860 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154488460>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1667
13:48:35,861 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154488460>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1668
13:48:35,861 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9354e4c>]
1669
13:48:35,861 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9354e4c>]
1670
13:48:35,862 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154488460>: "root" (repoze.who.userid set)
1671
13:48:35,862 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154488460>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1672
13:48:35,982 INFO  [auth] User belongs to the following groups: (u'root_group',)
1673
13:48:35,983 INFO  [auth] User has the following permissions: (u'root_perm',)
1674
13:48:36,386 INFO  [auth] Authorization granted
1675
13:48:40,182 INFO  [auth] -- repoze.who request started (/error/document) --
1676
13:48:40,183 INFO  [auth] request classification: browser
1677
13:48:40,183 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154488524>, <AuthTktCookiePlugin 154488460>]
1678
13:48:40,183 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154488524>, <AuthTktCookiePlugin 154488460>]
1679
13:48:40,184 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154488524> (None)
1680
13:48:40,184 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154488460>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1681
13:48:40,185 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154488460>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1682
13:48:40,185 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9354e4c>]
1683
13:48:40,185 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9354e4c>]
1684
13:48:40,186 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154488460>: "root" (repoze.who.userid set)
1685
13:48:40,186 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154488460>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1686
13:48:40,244 INFO  [auth] User belongs to the following groups: (u'root_group',)
1687
13:48:40,244 INFO  [auth] User has the following permissions: (u'root_perm',)
1688
13:48:40,398 INFO  [auth] no challenge required
1689
13:48:40,399 INFO  [auth] -- repoze.who request ended (/error/document) --
1690
13:49:40,691 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
1691
13:49:40,692 INFO  [auth] request classification: browser
1692
13:49:40,692 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1693
13:49:40,692 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1694
13:49:40,693 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1695
13:49:40,694 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1696
13:49:40,694 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1697
13:49:40,694 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1698
13:49:40,701 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1699
13:49:40,701 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1700
13:49:40,701 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1701
13:49:40,925 INFO  [auth] User belongs to the following groups: (u'root_group',)
1702
13:49:40,925 INFO  [auth] User has the following permissions: (u'root_perm',)
1703
13:49:41,371 INFO  [auth] Authorization granted
1704
13:49:42,825 INFO  [auth] no challenge required
1705
13:49:42,826 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
1706
13:49:43,143 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
1707
13:49:43,143 INFO  [auth] request classification: browser
1708
13:49:43,143 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1709
13:49:43,144 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1710
13:49:43,144 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1711
13:49:43,145 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1712
13:49:43,145 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1713
13:49:43,145 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1714
13:49:43,146 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1715
13:49:43,146 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1716
13:49:43,146 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1717
13:49:43,194 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
1718
13:49:43,194 INFO  [auth] request classification: browser
1719
13:49:43,195 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1720
13:49:43,195 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1721
13:49:43,195 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1722
13:49:43,196 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1723
13:49:43,196 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1724
13:49:43,197 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1725
13:49:43,197 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1726
13:49:43,197 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1727
13:49:43,198 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1728
13:49:43,248 INFO  [auth] User belongs to the following groups: (u'root_group',)
1729
13:49:43,248 INFO  [auth] User has the following permissions: (u'root_perm',)
1730
13:49:43,250 INFO  [auth] no challenge required
1731
13:49:43,260 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
1732
13:49:43,280 INFO  [auth] User belongs to the following groups: (u'root_group',)
1733
13:49:43,280 INFO  [auth] User has the following permissions: (u'root_perm',)
1734
13:49:43,282 INFO  [auth] no challenge required
1735
13:49:43,282 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
1736
13:49:43,309 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
1737
13:49:43,309 INFO  [auth] request classification: browser
1738
13:49:43,309 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1739
13:49:43,310 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1740
13:49:43,310 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1741
13:49:43,311 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1742
13:49:43,311 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1743
13:49:43,312 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1744
13:49:43,312 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1745
13:49:43,312 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1746
13:49:43,312 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1747
13:49:43,357 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
1748
13:49:43,357 INFO  [auth] request classification: browser
1749
13:49:43,357 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1750
13:49:43,358 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1751
13:49:43,358 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1752
13:49:43,359 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1753
13:49:43,359 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1754
13:49:43,359 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1755
13:49:43,362 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1756
13:49:43,362 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1757
13:49:43,363 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1758
13:49:43,420 INFO  [auth] User belongs to the following groups: (u'root_group',)
1759
13:49:43,421 INFO  [auth] User has the following permissions: (u'root_perm',)
1760
13:49:43,422 INFO  [auth] no challenge required
1761
13:49:43,423 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
1762
13:49:43,435 INFO  [auth] User belongs to the following groups: (u'root_group',)
1763
13:49:43,435 INFO  [auth] User has the following permissions: (u'root_perm',)
1764
13:49:43,436 INFO  [auth] no challenge required
1765
13:49:43,437 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
1766
13:49:43,477 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
1767
13:49:43,477 INFO  [auth] request classification: browser
1768
13:49:43,477 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1769
13:49:43,478 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1770
13:49:43,478 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1771
13:49:43,479 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1772
13:49:43,479 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1773
13:49:43,479 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1774
13:49:43,480 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1775
13:49:43,480 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1776
13:49:43,480 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1777
13:49:43,528 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
1778
13:49:43,528 INFO  [auth] request classification: browser
1779
13:49:43,529 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1780
13:49:43,529 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1781
13:49:43,529 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1782
13:49:43,530 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1783
13:49:43,530 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1784
13:49:43,531 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1785
13:49:43,531 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1786
13:49:43,531 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1787
13:49:43,532 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1788
13:49:43,564 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
1789
13:49:43,564 INFO  [auth] request classification: browser
1790
13:49:43,564 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1791
13:49:43,565 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1792
13:49:43,565 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1793
13:49:43,566 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1794
13:49:43,566 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1795
13:49:43,566 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1796
13:49:43,569 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1797
13:49:43,569 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1798
13:49:43,570 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1799
13:49:43,612 INFO  [auth] User belongs to the following groups: (u'root_group',)
1800
13:49:43,612 INFO  [auth] User has the following permissions: (u'root_perm',)
1801
13:49:43,633 INFO  [auth] User belongs to the following groups: (u'root_group',)
1802
13:49:43,633 INFO  [auth] User has the following permissions: (u'root_perm',)
1803
13:49:43,635 INFO  [auth] no challenge required
1804
13:49:43,635 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
1805
13:49:43,639 INFO  [auth] User belongs to the following groups: (u'root_group',)
1806
13:49:43,639 INFO  [auth] User has the following permissions: (u'root_perm',)
1807
13:49:43,641 INFO  [auth] no challenge required
1808
13:49:43,642 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
1809
13:49:43,652 INFO  [auth] no challenge required
1810
13:49:43,653 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
1811
13:49:43,861 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
1812
13:49:43,861 INFO  [auth] request classification: browser
1813
13:49:43,861 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1814
13:49:43,862 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1815
13:49:43,862 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1816
13:49:43,863 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1817
13:49:43,863 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1818
13:49:43,863 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1819
13:49:43,864 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1820
13:49:43,864 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1821
13:49:43,864 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1822
13:49:43,921 INFO  [auth] User belongs to the following groups: (u'root_group',)
1823
13:49:43,921 INFO  [auth] User has the following permissions: (u'root_perm',)
1824
13:49:43,940 INFO  [auth] no challenge required
1825
13:49:43,941 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
1826
13:49:44,001 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1827
13:49:44,001 INFO  [auth] request classification: browser
1828
13:49:44,002 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1829
13:49:44,002 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1830
13:49:44,002 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1831
13:49:44,003 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1832
13:49:44,003 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1833
13:49:44,004 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1834
13:49:44,004 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1835
13:49:44,005 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1836
13:49:44,005 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1837
13:49:44,042 INFO  [auth] User belongs to the following groups: (u'root_group',)
1838
13:49:44,043 INFO  [auth] User has the following permissions: (u'root_perm',)
1839
13:49:44,045 INFO  [auth] no challenge required
1840
13:49:44,045 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
1841
13:49:44,103 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1842
13:49:44,103 INFO  [auth] request classification: browser
1843
13:49:44,104 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1844
13:49:44,104 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1845
13:49:44,104 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1846
13:49:44,105 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1847
13:49:44,105 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1848
13:49:44,106 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1849
13:49:44,106 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1850
13:49:44,106 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1851
13:49:44,106 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1852
13:49:44,148 INFO  [auth] User belongs to the following groups: (u'root_group',)
1853
13:49:44,148 INFO  [auth] User has the following permissions: (u'root_perm',)
1854
13:49:44,150 INFO  [auth] no challenge required
1855
13:49:44,150 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
1856
13:49:44,205 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1857
13:49:44,206 INFO  [auth] request classification: browser
1858
13:49:44,206 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1859
13:49:44,206 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1860
13:49:44,207 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1861
13:49:44,207 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1862
13:49:44,208 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1863
13:49:44,208 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1864
13:49:44,208 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1865
13:49:44,209 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1866
13:49:44,209 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1867
13:49:44,256 INFO  [auth] User belongs to the following groups: (u'root_group',)
1868
13:49:44,256 INFO  [auth] User has the following permissions: (u'root_perm',)
1869
13:49:44,258 INFO  [auth] no challenge required
1870
13:49:44,258 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
1871
13:49:44,284 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1872
13:49:44,285 INFO  [auth] request classification: browser
1873
13:49:44,285 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1874
13:49:44,285 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1875
13:49:44,286 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1876
13:49:44,286 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1877
13:49:44,287 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1878
13:49:44,287 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1879
13:49:44,287 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1880
13:49:44,288 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1881
13:49:44,288 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1882
13:49:44,333 INFO  [auth] User belongs to the following groups: (u'root_group',)
1883
13:49:44,334 INFO  [auth] User has the following permissions: (u'root_perm',)
1884
13:49:44,336 INFO  [auth] no challenge required
1885
13:49:44,336 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
1886
13:49:44,852 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1887
13:49:44,853 INFO  [auth] request classification: browser
1888
13:49:44,853 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1889
13:49:44,853 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1890
13:49:44,854 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1891
13:49:44,855 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1892
13:49:44,855 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1893
13:49:44,855 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1894
13:49:44,856 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1895
13:49:44,856 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1896
13:49:44,856 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1897
13:49:44,902 INFO  [auth] User belongs to the following groups: (u'root_group',)
1898
13:49:44,903 INFO  [auth] User has the following permissions: (u'root_perm',)
1899
13:49:44,904 INFO  [auth] no challenge required
1900
13:49:44,905 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
1901
13:50:12,710 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
1902
13:50:12,711 INFO  [auth] request classification: browser
1903
13:50:12,711 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1904
13:50:12,711 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1905
13:50:12,712 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1906
13:50:12,713 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1907
13:50:12,713 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1908
13:50:12,713 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1909
13:50:12,713 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1910
13:50:12,714 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1911
13:50:12,714 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1912
13:50:12,737 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
1913
13:50:12,737 INFO  [auth] request classification: browser
1914
13:50:12,737 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1915
13:50:12,738 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1916
13:50:12,738 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1917
13:50:12,739 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1918
13:50:12,739 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1919
13:50:12,739 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1920
13:50:12,740 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1921
13:50:12,740 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1922
13:50:12,740 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1923
13:50:12,797 INFO  [auth] User belongs to the following groups: (u'root_group',)
1924
13:50:12,798 INFO  [auth] User has the following permissions: (u'root_perm',)
1925
13:50:12,799 INFO  [auth] no challenge required
1926
13:50:12,800 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
1927
13:50:12,802 INFO  [auth] User belongs to the following groups: (u'root_group',)
1928
13:50:12,803 INFO  [auth] User has the following permissions: (u'root_perm',)
1929
13:50:12,804 INFO  [auth] no challenge required
1930
13:50:12,805 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
1931
13:50:13,789 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
1932
13:50:13,790 INFO  [auth] request classification: browser
1933
13:50:13,790 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1934
13:50:13,790 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1935
13:50:13,791 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1936
13:50:13,791 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1937
13:50:13,792 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1938
13:50:13,792 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1939
13:50:13,792 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1940
13:50:13,793 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1941
13:50:13,793 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1942
13:50:13,823 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
1943
13:50:13,823 INFO  [auth] request classification: browser
1944
13:50:13,823 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1945
13:50:13,824 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169062092>, <AuthTktCookiePlugin 169062028>]
1946
13:50:13,824 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169062092> (None)
1947
13:50:13,825 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169062028>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1948
13:50:13,825 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1949
13:50:13,825 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1950
13:50:13,829 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa13ae4c>]
1951
13:50:13,830 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169062028>: "root" (repoze.who.userid set)
1952
13:50:13,830 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169062028>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1953
13:50:13,882 INFO  [auth] User belongs to the following groups: (u'root_group',)
1954
13:50:13,882 INFO  [auth] User has the following permissions: (u'root_perm',)
1955
13:50:13,884 INFO  [auth] no challenge required
1956
13:50:13,884 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
1957
13:50:13,915 INFO  [auth] User belongs to the following groups: (u'root_group',)
1958
13:50:13,915 INFO  [auth] User has the following permissions: (u'root_perm',)
1959
13:50:13,917 INFO  [auth] no challenge required
1960
13:50:13,939 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
1961
13:50:42,244 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
1962
13:50:42,244 INFO  [auth] request classification: browser
1963
13:50:42,244 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
1964
13:50:42,245 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
1965
13:50:42,245 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
1966
13:50:42,246 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1967
13:50:42,246 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1968
13:50:42,247 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
1969
13:50:42,247 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
1970
13:50:42,248 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
1971
13:50:42,248 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1972
13:50:42,403 INFO  [auth] User belongs to the following groups: (u'root_group',)
1973
13:50:42,404 INFO  [auth] User has the following permissions: (u'root_perm',)
1974
13:50:42,975 INFO  [auth] Authorization granted
1975
13:50:45,101 INFO  [auth] no challenge required
1976
13:50:45,101 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
1977
13:50:45,217 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
1978
13:50:45,217 INFO  [auth] request classification: browser
1979
13:50:45,217 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
1980
13:50:45,218 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
1981
13:50:45,218 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
1982
13:50:45,219 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1983
13:50:45,219 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1984
13:50:45,219 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
1985
13:50:45,220 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
1986
13:50:45,220 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
1987
13:50:45,220 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1988
13:50:45,249 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
1989
13:50:45,249 INFO  [auth] request classification: browser
1990
13:50:45,249 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
1991
13:50:45,250 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
1992
13:50:45,250 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
1993
13:50:45,251 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
1994
13:50:45,251 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
1995
13:50:45,251 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
1996
13:50:45,252 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
1997
13:50:45,252 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
1998
13:50:45,252 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
1999
13:50:45,303 INFO  [auth] User belongs to the following groups: (u'root_group',)
2000
13:50:45,304 INFO  [auth] User has the following permissions: (u'root_perm',)
2001
13:50:45,306 INFO  [auth] no challenge required
2002
13:50:45,306 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
2003
13:50:45,313 INFO  [auth] User belongs to the following groups: (u'root_group',)
2004
13:50:45,313 INFO  [auth] User has the following permissions: (u'root_perm',)
2005
13:50:45,315 INFO  [auth] no challenge required
2006
13:50:45,316 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
2007
13:50:45,484 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2008
13:50:45,484 INFO  [auth] request classification: browser
2009
13:50:45,485 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2010
13:50:45,485 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2011
13:50:45,486 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2012
13:50:45,486 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2013
13:50:45,487 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2014
13:50:45,487 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2015
13:50:45,487 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2016
13:50:45,487 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2017
13:50:45,488 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2018
13:50:45,525 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2019
13:50:45,525 INFO  [auth] request classification: browser
2020
13:50:45,526 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2021
13:50:45,526 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2022
13:50:45,526 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2023
13:50:45,527 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2024
13:50:45,528 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2025
13:50:45,528 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2026
13:50:45,528 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2027
13:50:45,529 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2028
13:50:45,529 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2029
13:50:45,590 INFO  [auth] User belongs to the following groups: (u'root_group',)
2030
13:50:45,591 INFO  [auth] User has the following permissions: (u'root_perm',)
2031
13:50:45,592 INFO  [auth] no challenge required
2032
13:50:45,600 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2033
13:50:45,599 INFO  [auth] User belongs to the following groups: (u'root_group',)
2034
13:50:45,616 INFO  [auth] User has the following permissions: (u'root_perm',)
2035
13:50:45,618 INFO  [auth] no challenge required
2036
13:50:45,619 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2037
13:50:45,667 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2038
13:50:45,667 INFO  [auth] request classification: browser
2039
13:50:45,668 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2040
13:50:45,668 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2041
13:50:45,668 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2042
13:50:45,669 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2043
13:50:45,670 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2044
13:50:45,670 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2045
13:50:45,670 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2046
13:50:45,670 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2047
13:50:45,671 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2048
13:50:45,734 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2049
13:50:45,734 INFO  [auth] request classification: browser
2050
13:50:45,734 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2051
13:50:45,735 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2052
13:50:45,735 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2053
13:50:45,736 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2054
13:50:45,736 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2055
13:50:45,736 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2056
13:50:45,737 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2057
13:50:45,737 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2058
13:50:45,739 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2059
13:50:45,740 INFO  [auth] request classification: browser
2060
13:50:45,740 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2061
13:50:45,740 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2062
13:50:45,741 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2063
13:50:45,741 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2064
13:50:45,742 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2065
13:50:45,742 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2066
13:50:45,742 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2067
13:50:45,752 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2068
13:50:45,752 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2069
13:50:45,737 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2070
13:50:45,824 INFO  [auth] User belongs to the following groups: (u'root_group',)
2071
13:50:45,824 INFO  [auth] User has the following permissions: (u'root_perm',)
2072
13:50:45,826 INFO  [auth] no challenge required
2073
13:50:45,826 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2074
13:50:45,852 INFO  [auth] User belongs to the following groups: (u'root_group',)
2075
13:50:45,853 INFO  [auth] User has the following permissions: (u'root_perm',)
2076
13:50:45,854 INFO  [auth] no challenge required
2077
13:50:45,855 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2078
13:50:45,858 INFO  [auth] User belongs to the following groups: (u'root_group',)
2079
13:50:45,858 INFO  [auth] User has the following permissions: (u'root_perm',)
2080
13:50:45,860 INFO  [auth] no challenge required
2081
13:50:45,860 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2082
13:50:46,215 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2083
13:50:46,215 INFO  [auth] request classification: browser
2084
13:50:46,215 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2085
13:50:46,216 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2086
13:50:46,216 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2087
13:50:46,217 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2088
13:50:46,217 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2089
13:50:46,217 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2090
13:50:46,218 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2091
13:50:46,218 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2092
13:50:46,218 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2093
13:50:46,275 INFO  [auth] User belongs to the following groups: (u'root_group',)
2094
13:50:46,276 INFO  [auth] User has the following permissions: (u'root_perm',)
2095
13:50:46,277 INFO  [auth] no challenge required
2096
13:50:46,278 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2097
13:50:46,356 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2098
13:50:46,356 INFO  [auth] request classification: browser
2099
13:50:46,357 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2100
13:50:46,357 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2101
13:50:46,357 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2102
13:50:46,358 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2103
13:50:46,358 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2104
13:50:46,359 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2105
13:50:46,359 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2106
13:50:46,359 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2107
13:50:46,360 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2108
13:50:46,414 INFO  [auth] User belongs to the following groups: (u'root_group',)
2109
13:50:46,414 INFO  [auth] User has the following permissions: (u'root_perm',)
2110
13:50:46,416 INFO  [auth] no challenge required
2111
13:50:46,417 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2112
13:50:46,477 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2113
13:50:46,478 INFO  [auth] request classification: browser
2114
13:50:46,478 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2115
13:50:46,478 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2116
13:50:46,479 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2117
13:50:46,479 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2118
13:50:46,480 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2119
13:50:46,480 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2120
13:50:46,480 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2121
13:50:46,481 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2122
13:50:46,481 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2123
13:50:46,542 INFO  [auth] User belongs to the following groups: (u'root_group',)
2124
13:50:46,543 INFO  [auth] User has the following permissions: (u'root_perm',)
2125
13:50:46,544 INFO  [auth] no challenge required
2126
13:50:46,545 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2127
13:50:46,630 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2128
13:50:46,631 INFO  [auth] request classification: browser
2129
13:50:46,631 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2130
13:50:46,631 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2131
13:50:46,632 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2132
13:50:46,632 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2133
13:50:46,633 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2134
13:50:46,633 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2135
13:50:46,633 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2136
13:50:46,634 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2137
13:50:46,634 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2138
13:50:46,687 INFO  [auth] User belongs to the following groups: (u'root_group',)
2139
13:50:46,688 INFO  [auth] User has the following permissions: (u'root_perm',)
2140
13:50:46,689 INFO  [auth] no challenge required
2141
13:50:46,704 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2142
13:50:46,738 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2143
13:50:46,738 INFO  [auth] request classification: browser
2144
13:50:46,738 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2145
13:50:46,739 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2146
13:50:46,739 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2147
13:50:46,740 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2148
13:50:46,740 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2149
13:50:46,740 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2150
13:50:46,741 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2151
13:50:46,741 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2152
13:50:46,741 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2153
13:50:46,806 INFO  [auth] User belongs to the following groups: (u'root_group',)
2154
13:50:46,806 INFO  [auth] User has the following permissions: (u'root_perm',)
2155
13:50:46,808 INFO  [auth] no challenge required
2156
13:50:46,809 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2157
13:50:47,326 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2158
13:50:47,327 INFO  [auth] request classification: browser
2159
13:50:47,327 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2160
13:50:47,327 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2161
13:50:47,328 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2162
13:50:47,328 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2163
13:50:47,329 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2164
13:50:47,329 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2165
13:50:47,329 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2166
13:50:47,330 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2167
13:50:47,330 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2168
13:50:47,375 INFO  [auth] User belongs to the following groups: (u'root_group',)
2169
13:50:47,376 INFO  [auth] User has the following permissions: (u'root_perm',)
2170
13:50:47,391 INFO  [auth] no challenge required
2171
13:50:47,392 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2172
13:50:52,069 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
2173
13:50:52,069 INFO  [auth] request classification: browser
2174
13:50:52,069 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2175
13:50:52,070 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2176
13:50:52,070 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2177
13:50:52,071 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2178
13:50:52,071 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2179
13:50:52,071 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2180
13:50:52,072 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2181
13:50:52,072 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2182
13:50:52,073 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2183
13:50:52,118 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
2184
13:50:52,118 INFO  [auth] request classification: browser
2185
13:50:52,118 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2186
13:50:52,119 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2187
13:50:52,119 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2188
13:50:52,120 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2189
13:50:52,120 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2190
13:50:52,120 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2191
13:50:52,121 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2192
13:50:52,121 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2193
13:50:52,121 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2194
13:50:52,152 INFO  [auth] User belongs to the following groups: (u'root_group',)
2195
13:50:52,152 INFO  [auth] User has the following permissions: (u'root_perm',)
2196
13:50:52,153 INFO  [auth] no challenge required
2197
13:50:52,154 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
2198
13:50:52,166 INFO  [auth] User belongs to the following groups: (u'root_group',)
2199
13:50:52,166 INFO  [auth] User has the following permissions: (u'root_perm',)
2200
13:50:52,168 INFO  [auth] no challenge required
2201
13:50:52,168 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
2202
13:50:53,252 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
2203
13:50:53,253 INFO  [auth] request classification: browser
2204
13:50:53,253 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2205
13:50:53,253 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2206
13:50:53,254 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2207
13:50:53,255 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2208
13:50:53,255 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2209
13:50:53,255 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2210
13:50:53,256 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2211
13:50:53,256 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2212
13:50:53,256 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2213
13:50:53,281 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
2214
13:50:53,282 INFO  [auth] request classification: browser
2215
13:50:53,282 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2216
13:50:53,282 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160566988>, <AuthTktCookiePlugin 160566924>]
2217
13:50:53,283 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160566988> (None)
2218
13:50:53,283 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160566924>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2219
13:50:53,284 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2220
13:50:53,284 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2221
13:50:53,284 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9920e4c>]
2222
13:50:53,285 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160566924>: "root" (repoze.who.userid set)
2223
13:50:53,285 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160566924>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2224
13:50:53,361 INFO  [auth] User belongs to the following groups: (u'root_group',)
2225
13:50:53,362 INFO  [auth] User has the following permissions: (u'root_perm',)
2226
13:50:53,363 INFO  [auth] no challenge required
2227
13:50:53,374 INFO  [auth] User belongs to the following groups: (u'root_group',)
2228
13:50:53,375 INFO  [auth] User has the following permissions: (u'root_perm',)
2229
13:50:53,376 INFO  [auth] no challenge required
2230
13:50:53,404 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
2231
13:50:53,412 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
2232
13:52:31,296 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
2233
13:52:31,296 INFO  [auth] request classification: browser
2234
13:52:31,296 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2235
13:52:31,297 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2236
13:52:31,297 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2237
13:52:31,299 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2238
13:52:31,300 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2239
13:52:31,300 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2240
13:52:31,301 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2241
13:52:31,301 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2242
13:52:31,301 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2243
13:52:31,420 INFO  [auth] User belongs to the following groups: (u'root_group',)
2244
13:52:31,420 INFO  [auth] User has the following permissions: (u'root_perm',)
2245
13:52:31,834 INFO  [auth] Authorization granted
2246
13:52:33,216 INFO  [auth] no challenge required
2247
13:52:33,217 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
2248
13:52:33,335 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
2249
13:52:33,335 INFO  [auth] request classification: browser
2250
13:52:33,335 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2251
13:52:33,336 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2252
13:52:33,336 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2253
13:52:33,337 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2254
13:52:33,337 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2255
13:52:33,337 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2256
13:52:33,338 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2257
13:52:33,338 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2258
13:52:33,338 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2259
13:52:33,370 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
2260
13:52:33,371 INFO  [auth] request classification: browser
2261
13:52:33,371 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2262
13:52:33,371 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2263
13:52:33,372 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2264
13:52:33,372 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2265
13:52:33,373 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2266
13:52:33,373 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2267
13:52:33,373 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2268
13:52:33,374 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2269
13:52:33,374 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2270
13:52:33,413 INFO  [auth] User belongs to the following groups: (u'root_group',)
2271
13:52:33,413 INFO  [auth] User has the following permissions: (u'root_perm',)
2272
13:52:33,416 INFO  [auth] no challenge required
2273
13:52:33,416 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
2274
13:52:33,435 INFO  [auth] User belongs to the following groups: (u'root_group',)
2275
13:52:33,435 INFO  [auth] User has the following permissions: (u'root_perm',)
2276
13:52:33,455 INFO  [auth] no challenge required
2277
13:52:33,455 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
2278
13:52:33,589 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2279
13:52:33,590 INFO  [auth] request classification: browser
2280
13:52:33,590 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2281
13:52:33,590 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2282
13:52:33,591 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2283
13:52:33,591 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2284
13:52:33,592 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2285
13:52:33,592 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2286
13:52:33,593 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2287
13:52:33,593 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2288
13:52:33,593 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2289
13:52:33,612 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2290
13:52:33,612 INFO  [auth] request classification: browser
2291
13:52:33,612 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2292
13:52:33,613 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2293
13:52:33,613 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2294
13:52:33,614 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2295
13:52:33,614 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2296
13:52:33,614 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2297
13:52:33,615 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2298
13:52:33,615 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2299
13:52:33,615 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2300
13:52:33,682 INFO  [auth] User belongs to the following groups: (u'root_group',)
2301
13:52:33,682 INFO  [auth] User has the following permissions: (u'root_perm',)
2302
13:52:33,684 INFO  [auth] no challenge required
2303
13:52:33,684 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2304
13:52:33,695 INFO  [auth] User belongs to the following groups: (u'root_group',)
2305
13:52:33,695 INFO  [auth] User has the following permissions: (u'root_perm',)
2306
13:52:33,697 INFO  [auth] no challenge required
2307
13:52:33,698 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2308
13:52:33,830 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2309
13:52:33,830 INFO  [auth] request classification: browser
2310
13:52:33,830 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2311
13:52:33,831 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2312
13:52:33,831 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2313
13:52:33,832 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2314
13:52:33,832 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2315
13:52:33,832 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2316
13:52:33,833 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2317
13:52:33,833 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2318
13:52:33,833 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2319
13:52:33,876 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2320
13:52:33,876 INFO  [auth] request classification: browser
2321
13:52:33,876 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2322
13:52:33,877 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2323
13:52:33,877 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2324
13:52:33,878 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2325
13:52:33,878 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2326
13:52:33,878 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2327
13:52:33,879 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2328
13:52:33,879 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2329
13:52:33,879 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2330
13:52:33,912 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2331
13:52:33,912 INFO  [auth] request classification: browser
2332
13:52:33,912 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2333
13:52:33,913 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2334
13:52:33,913 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2335
13:52:33,914 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2336
13:52:33,914 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2337
13:52:33,914 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2338
13:52:33,915 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2339
13:52:33,915 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2340
13:52:33,915 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2341
13:52:33,931 INFO  [auth] User belongs to the following groups: (u'root_group',)
2342
13:52:33,932 INFO  [auth] User has the following permissions: (u'root_perm',)
2343
13:52:33,933 INFO  [auth] no challenge required
2344
13:52:33,934 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2345
13:52:33,966 INFO  [auth] User belongs to the following groups: (u'root_group',)
2346
13:52:33,966 INFO  [auth] User has the following permissions: (u'root_perm',)
2347
13:52:33,968 INFO  [auth] no challenge required
2348
13:52:33,968 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2349
13:52:33,977 INFO  [auth] User belongs to the following groups: (u'root_group',)
2350
13:52:33,977 INFO  [auth] User has the following permissions: (u'root_perm',)
2351
13:52:33,979 INFO  [auth] no challenge required
2352
13:52:33,979 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2353
13:52:34,201 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2354
13:52:34,201 INFO  [auth] request classification: browser
2355
13:52:34,201 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2356
13:52:34,202 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2357
13:52:34,202 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2358
13:52:34,203 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2359
13:52:34,203 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2360
13:52:34,203 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2361
13:52:34,204 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2362
13:52:34,204 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2363
13:52:34,205 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2364
13:52:34,264 INFO  [auth] User belongs to the following groups: (u'root_group',)
2365
13:52:34,264 INFO  [auth] User has the following permissions: (u'root_perm',)
2366
13:52:34,266 INFO  [auth] no challenge required
2367
13:52:34,270 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2368
13:52:34,332 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2369
13:52:34,332 INFO  [auth] request classification: browser
2370
13:52:34,332 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2371
13:52:34,333 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2372
13:52:34,333 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2373
13:52:34,334 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2374
13:52:34,334 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2375
13:52:34,335 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2376
13:52:34,335 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2377
13:52:34,335 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2378
13:52:34,336 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2379
13:52:34,389 INFO  [auth] User belongs to the following groups: (u'root_group',)
2380
13:52:34,389 INFO  [auth] User has the following permissions: (u'root_perm',)
2381
13:52:34,391 INFO  [auth] no challenge required
2382
13:52:34,391 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2383
13:52:34,444 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2384
13:52:34,445 INFO  [auth] request classification: browser
2385
13:52:34,445 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2386
13:52:34,445 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2387
13:52:34,446 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2388
13:52:34,446 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2389
13:52:34,447 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2390
13:52:34,447 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2391
13:52:34,447 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2392
13:52:34,448 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2393
13:52:34,448 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2394
13:52:34,493 INFO  [auth] User belongs to the following groups: (u'root_group',)
2395
13:52:34,494 INFO  [auth] User has the following permissions: (u'root_perm',)
2396
13:52:34,497 INFO  [auth] no challenge required
2397
13:52:34,498 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2398
13:52:34,575 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2399
13:52:34,576 INFO  [auth] request classification: browser
2400
13:52:34,576 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2401
13:52:34,576 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2402
13:52:34,577 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2403
13:52:34,577 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2404
13:52:34,578 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2405
13:52:34,578 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2406
13:52:34,578 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2407
13:52:34,578 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2408
13:52:34,579 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2409
13:52:34,619 INFO  [auth] User belongs to the following groups: (u'root_group',)
2410
13:52:34,619 INFO  [auth] User has the following permissions: (u'root_perm',)
2411
13:52:34,626 INFO  [auth] no challenge required
2412
13:52:34,627 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2413
13:52:34,649 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2414
13:52:34,649 INFO  [auth] request classification: browser
2415
13:52:34,650 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2416
13:52:34,650 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2417
13:52:34,650 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2418
13:52:34,651 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2419
13:52:34,651 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2420
13:52:34,658 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2421
13:52:34,658 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2422
13:52:34,658 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2423
13:52:34,659 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2424
13:52:34,706 INFO  [auth] User belongs to the following groups: (u'root_group',)
2425
13:52:34,707 INFO  [auth] User has the following permissions: (u'root_perm',)
2426
13:52:34,709 INFO  [auth] no challenge required
2427
13:52:34,715 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2428
13:52:35,199 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2429
13:52:35,200 INFO  [auth] request classification: browser
2430
13:52:35,200 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2431
13:52:35,200 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2432
13:52:35,201 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2433
13:52:35,201 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2434
13:52:35,202 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2435
13:52:35,202 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2436
13:52:35,202 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2437
13:52:35,203 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2438
13:52:35,203 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2439
13:52:35,249 INFO  [auth] User belongs to the following groups: (u'root_group',)
2440
13:52:35,250 INFO  [auth] User has the following permissions: (u'root_perm',)
2441
13:52:35,252 INFO  [auth] no challenge required
2442
13:52:35,266 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2443
13:52:44,664 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
2444
13:52:44,664 INFO  [auth] request classification: browser
2445
13:52:44,664 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2446
13:52:44,665 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2447
13:52:44,665 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2448
13:52:44,666 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2449
13:52:44,666 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2450
13:52:44,666 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2451
13:52:44,667 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2452
13:52:44,667 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2453
13:52:44,667 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2454
13:52:44,702 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
2455
13:52:44,702 INFO  [auth] request classification: browser
2456
13:52:44,702 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2457
13:52:44,703 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2458
13:52:44,703 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2459
13:52:44,704 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2460
13:52:44,704 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2461
13:52:44,704 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2462
13:52:44,705 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2463
13:52:44,705 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2464
13:52:44,705 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2465
13:52:44,765 INFO  [auth] User belongs to the following groups: (u'root_group',)
2466
13:52:44,765 INFO  [auth] User has the following permissions: (u'root_perm',)
2467
13:52:44,767 INFO  [auth] no challenge required
2468
13:52:44,767 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
2469
13:52:44,777 INFO  [auth] User belongs to the following groups: (u'root_group',)
2470
13:52:44,778 INFO  [auth] User has the following permissions: (u'root_perm',)
2471
13:52:44,797 INFO  [auth] no challenge required
2472
13:52:44,801 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
2473
13:52:45,753 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
2474
13:52:45,753 INFO  [auth] request classification: browser
2475
13:52:45,754 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2476
13:52:45,754 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2477
13:52:45,754 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2478
13:52:45,755 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2479
13:52:45,755 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2480
13:52:45,756 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2481
13:52:45,756 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2482
13:52:45,756 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2483
13:52:45,757 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2484
13:52:45,768 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
2485
13:52:45,769 INFO  [auth] request classification: browser
2486
13:52:45,769 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2487
13:52:45,769 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 160476876>, <AuthTktCookiePlugin 160476812>]
2488
13:52:45,770 DEBUG [auth] no identity returned from <FriendlyFormPlugin 160476876> (None)
2489
13:52:45,771 DEBUG [auth] identity returned from <AuthTktCookiePlugin 160476812>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2490
13:52:45,771 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2491
13:52:45,771 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2492
13:52:45,772 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x990ae4c>]
2493
13:52:45,772 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 160476812>: "root" (repoze.who.userid set)
2494
13:52:45,772 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 160476812>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2495
13:52:45,864 INFO  [auth] User belongs to the following groups: (u'root_group',)
2496
13:52:45,865 INFO  [auth] User has the following permissions: (u'root_perm',)
2497
13:52:45,890 INFO  [auth] User belongs to the following groups: (u'root_group',)
2498
13:52:45,891 INFO  [auth] User has the following permissions: (u'root_perm',)
2499
13:52:45,892 INFO  [auth] no challenge required
2500
13:52:45,893 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
2501
13:52:45,866 INFO  [auth] no challenge required
2502
13:52:45,902 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
2503
13:53:45,081 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
2504
13:53:45,081 INFO  [auth] request classification: browser
2505
13:53:45,082 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2506
13:53:45,082 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2507
13:53:45,082 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2508
13:53:45,083 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2509
13:53:45,084 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2510
13:53:45,084 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2511
13:53:45,084 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2512
13:53:45,085 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2513
13:53:45,085 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2514
13:53:45,266 INFO  [auth] User belongs to the following groups: (u'root_group',)
2515
13:53:45,266 INFO  [auth] User has the following permissions: (u'root_perm',)
2516
13:53:45,919 INFO  [auth] Authorization granted
2517
13:53:47,918 INFO  [auth] no challenge required
2518
13:53:47,918 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
2519
13:53:48,022 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
2520
13:53:48,023 INFO  [auth] request classification: browser
2521
13:53:48,023 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2522
13:53:48,023 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2523
13:53:48,024 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2524
13:53:48,024 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2525
13:53:48,025 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2526
13:53:48,025 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2527
13:53:48,025 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2528
13:53:48,026 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2529
13:53:48,026 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2530
13:53:48,062 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
2531
13:53:48,063 INFO  [auth] request classification: browser
2532
13:53:48,063 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2533
13:53:48,063 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2534
13:53:48,064 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2535
13:53:48,064 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2536
13:53:48,065 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2537
13:53:48,066 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2538
13:53:48,066 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2539
13:53:48,066 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2540
13:53:48,067 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2541
13:53:48,111 INFO  [auth] User belongs to the following groups: (u'root_group',)
2542
13:53:48,111 INFO  [auth] User has the following permissions: (u'root_perm',)
2543
13:53:48,114 INFO  [auth] no challenge required
2544
13:53:48,114 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
2545
13:53:48,124 INFO  [auth] User belongs to the following groups: (u'root_group',)
2546
13:53:48,124 INFO  [auth] User has the following permissions: (u'root_perm',)
2547
13:53:48,126 INFO  [auth] no challenge required
2548
13:53:48,127 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
2549
13:53:48,306 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2550
13:53:48,307 INFO  [auth] request classification: browser
2551
13:53:48,307 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2552
13:53:48,308 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2553
13:53:48,308 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2554
13:53:48,309 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2555
13:53:48,309 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2556
13:53:48,309 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2557
13:53:48,310 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2558
13:53:48,310 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2559
13:53:48,310 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2560
13:53:48,329 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2561
13:53:48,329 INFO  [auth] request classification: browser
2562
13:53:48,330 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2563
13:53:48,330 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2564
13:53:48,331 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2565
13:53:48,331 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2566
13:53:48,332 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2567
13:53:48,332 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2568
13:53:48,332 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2569
13:53:48,333 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2570
13:53:48,333 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2571
13:53:48,408 INFO  [auth] User belongs to the following groups: (u'root_group',)
2572
13:53:48,408 INFO  [auth] User has the following permissions: (u'root_perm',)
2573
13:53:48,410 INFO  [auth] no challenge required
2574
13:53:48,427 INFO  [auth] User belongs to the following groups: (u'root_group',)
2575
13:53:48,428 INFO  [auth] User has the following permissions: (u'root_perm',)
2576
13:53:48,429 INFO  [auth] no challenge required
2577
13:53:48,430 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2578
13:53:48,410 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2579
13:53:48,568 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2580
13:53:48,568 INFO  [auth] request classification: browser
2581
13:53:48,569 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2582
13:53:48,569 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2583
13:53:48,569 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2584
13:53:48,570 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2585
13:53:48,570 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2586
13:53:48,571 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2587
13:53:48,571 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2588
13:53:48,571 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2589
13:53:48,572 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2590
13:53:48,614 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2591
13:53:48,614 INFO  [auth] request classification: browser
2592
13:53:48,614 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2593
13:53:48,615 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2594
13:53:48,615 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2595
13:53:48,616 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2596
13:53:48,616 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2597
13:53:48,616 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2598
13:53:48,617 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2599
13:53:48,617 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2600
13:53:48,617 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2601
13:53:48,624 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2602
13:53:48,625 INFO  [auth] request classification: browser
2603
13:53:48,625 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2604
13:53:48,625 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2605
13:53:48,626 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2606
13:53:48,626 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2607
13:53:48,627 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2608
13:53:48,627 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2609
13:53:48,627 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2610
13:53:48,628 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2611
13:53:48,628 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2612
13:53:48,714 INFO  [auth] User belongs to the following groups: (u'root_group',)
2613
13:53:48,715 INFO  [auth] User has the following permissions: (u'root_perm',)
2614
13:53:48,717 INFO  [auth] no challenge required
2615
13:53:48,717 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2616
13:53:48,722 INFO  [auth] User belongs to the following groups: (u'root_group',)
2617
13:53:48,723 INFO  [auth] User has the following permissions: (u'root_perm',)
2618
13:53:48,725 INFO  [auth] no challenge required
2619
13:53:48,725 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2620
13:53:48,730 INFO  [auth] User belongs to the following groups: (u'root_group',)
2621
13:53:48,730 INFO  [auth] User has the following permissions: (u'root_perm',)
2622
13:53:48,732 INFO  [auth] no challenge required
2623
13:53:48,733 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2624
13:53:48,913 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2625
13:53:48,913 INFO  [auth] request classification: browser
2626
13:53:48,914 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2627
13:53:48,914 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2628
13:53:48,914 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2629
13:53:48,915 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2630
13:53:48,915 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2631
13:53:48,916 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2632
13:53:48,916 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2633
13:53:48,916 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2634
13:53:48,917 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2635
13:53:48,965 INFO  [auth] User belongs to the following groups: (u'root_group',)
2636
13:53:48,966 INFO  [auth] User has the following permissions: (u'root_perm',)
2637
13:53:48,967 INFO  [auth] no challenge required
2638
13:53:48,968 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2639
13:53:49,038 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2640
13:53:49,038 INFO  [auth] request classification: browser
2641
13:53:49,038 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2642
13:53:49,039 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2643
13:53:49,039 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2644
13:53:49,040 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2645
13:53:49,040 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2646
13:53:49,040 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2647
13:53:49,041 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2648
13:53:49,041 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2649
13:53:49,041 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2650
13:53:49,095 INFO  [auth] User belongs to the following groups: (u'root_group',)
2651
13:53:49,096 INFO  [auth] User has the following permissions: (u'root_perm',)
2652
13:53:49,097 INFO  [auth] no challenge required
2653
13:53:49,098 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2654
13:53:49,153 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2655
13:53:49,153 INFO  [auth] request classification: browser
2656
13:53:49,154 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2657
13:53:49,154 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2658
13:53:49,154 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2659
13:53:49,155 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2660
13:53:49,156 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2661
13:53:49,156 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2662
13:53:49,156 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2663
13:53:49,156 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2664
13:53:49,157 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2665
13:53:49,194 INFO  [auth] User belongs to the following groups: (u'root_group',)
2666
13:53:49,195 INFO  [auth] User has the following permissions: (u'root_perm',)
2667
13:53:49,196 INFO  [auth] no challenge required
2668
13:53:49,197 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2669
13:53:49,270 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2670
13:53:49,270 INFO  [auth] request classification: browser
2671
13:53:49,271 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2672
13:53:49,271 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2673
13:53:49,272 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2674
13:53:49,272 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2675
13:53:49,273 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2676
13:53:49,273 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2677
13:53:49,274 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2678
13:53:49,274 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2679
13:53:49,274 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2680
13:53:49,326 INFO  [auth] User belongs to the following groups: (u'root_group',)
2681
13:53:49,327 INFO  [auth] User has the following permissions: (u'root_perm',)
2682
13:53:49,328 INFO  [auth] no challenge required
2683
13:53:49,329 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2684
13:53:49,363 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2685
13:53:49,363 INFO  [auth] request classification: browser
2686
13:53:49,363 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2687
13:53:49,364 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2688
13:53:49,364 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2689
13:53:49,365 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2690
13:53:49,365 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2691
13:53:49,365 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2692
13:53:49,366 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2693
13:53:49,366 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2694
13:53:49,367 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2695
13:53:49,406 INFO  [auth] User belongs to the following groups: (u'root_group',)
2696
13:53:49,407 INFO  [auth] User has the following permissions: (u'root_perm',)
2697
13:53:49,408 INFO  [auth] no challenge required
2698
13:53:49,409 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2699
13:53:49,841 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2700
13:53:49,841 INFO  [auth] request classification: browser
2701
13:53:49,841 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2702
13:53:49,842 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2703
13:53:49,842 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2704
13:53:49,843 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2705
13:53:49,843 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2706
13:53:49,843 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2707
13:53:49,844 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2708
13:53:49,844 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2709
13:53:49,844 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2710
13:53:49,886 INFO  [auth] User belongs to the following groups: (u'root_group',)
2711
13:53:49,886 INFO  [auth] User has the following permissions: (u'root_perm',)
2712
13:53:49,888 INFO  [auth] no challenge required
2713
13:53:49,889 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2714
13:54:04,441 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
2715
13:54:04,441 INFO  [auth] request classification: browser
2716
13:54:04,442 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2717
13:54:04,442 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2718
13:54:04,442 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2719
13:54:04,443 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2720
13:54:04,444 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2721
13:54:04,444 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2722
13:54:04,444 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2723
13:54:04,444 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2724
13:54:04,445 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2725
13:54:04,471 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
2726
13:54:04,471 INFO  [auth] request classification: browser
2727
13:54:04,472 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2728
13:54:04,472 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2729
13:54:04,472 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2730
13:54:04,473 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2731
13:54:04,474 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2732
13:54:04,474 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2733
13:54:04,474 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2734
13:54:04,475 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2735
13:54:04,475 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2736
13:54:04,528 INFO  [auth] User belongs to the following groups: (u'root_group',)
2737
13:54:04,528 INFO  [auth] User has the following permissions: (u'root_perm',)
2738
13:54:04,530 INFO  [auth] no challenge required
2739
13:54:04,530 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
2740
13:54:04,536 INFO  [auth] User belongs to the following groups: (u'root_group',)
2741
13:54:04,536 INFO  [auth] User has the following permissions: (u'root_perm',)
2742
13:54:04,538 INFO  [auth] no challenge required
2743
13:54:04,538 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
2744
13:54:06,033 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
2745
13:54:06,033 INFO  [auth] request classification: browser
2746
13:54:06,034 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2747
13:54:06,034 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2748
13:54:06,034 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2749
13:54:06,035 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2750
13:54:06,035 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2751
13:54:06,036 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2752
13:54:06,036 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2753
13:54:06,036 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2754
13:54:06,037 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2755
13:54:06,081 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
2756
13:54:06,081 INFO  [auth] request classification: browser
2757
13:54:06,081 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2758
13:54:06,082 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 162991820>, <AuthTktCookiePlugin 162991756>]
2759
13:54:06,082 DEBUG [auth] no identity returned from <FriendlyFormPlugin 162991820> (None)
2760
13:54:06,083 DEBUG [auth] identity returned from <AuthTktCookiePlugin 162991756>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2761
13:54:06,083 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2762
13:54:06,084 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2763
13:54:06,084 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9b70e4c>]
2764
13:54:06,084 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 162991756>: "root" (repoze.who.userid set)
2765
13:54:06,085 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 162991756>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2766
13:54:06,118 INFO  [auth] User belongs to the following groups: (u'root_group',)
2767
13:54:06,119 INFO  [auth] User has the following permissions: (u'root_perm',)
2768
13:54:06,121 INFO  [auth] no challenge required
2769
13:54:06,121 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
2770
13:54:06,134 INFO  [auth] User belongs to the following groups: (u'root_group',)
2771
13:54:06,134 INFO  [auth] User has the following permissions: (u'root_perm',)
2772
13:54:06,136 INFO  [auth] no challenge required
2773
13:54:06,156 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
2774
13:55:52,024 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
2775
13:55:52,025 INFO  [auth] request classification: browser
2776
13:55:52,025 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2777
13:55:52,025 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2778
13:55:52,026 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2779
13:55:52,026 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2780
13:55:52,027 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2781
13:55:52,027 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2782
13:55:52,027 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2783
13:55:52,030 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2784
13:55:52,030 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2785
13:55:52,223 INFO  [auth] User belongs to the following groups: (u'root_group',)
2786
13:55:52,224 INFO  [auth] User has the following permissions: (u'root_perm',)
2787
13:55:52,906 INFO  [auth] Authorization granted
2788
13:55:54,509 INFO  [auth] no challenge required
2789
13:55:54,510 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
2790
13:55:54,601 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
2791
13:55:54,601 INFO  [auth] request classification: browser
2792
13:55:54,601 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2793
13:55:54,602 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2794
13:55:54,602 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2795
13:55:54,603 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2796
13:55:54,603 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2797
13:55:54,603 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2798
13:55:54,604 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2799
13:55:54,604 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2800
13:55:54,604 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2801
13:55:54,649 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
2802
13:55:54,649 INFO  [auth] request classification: browser
2803
13:55:54,650 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2804
13:55:54,650 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2805
13:55:54,650 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2806
13:55:54,651 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2807
13:55:54,652 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2808
13:55:54,652 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2809
13:55:54,652 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2810
13:55:54,653 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2811
13:55:54,653 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2812
13:55:54,724 INFO  [auth] User belongs to the following groups: (u'root_group',)
2813
13:55:54,725 INFO  [auth] User has the following permissions: (u'root_perm',)
2814
13:55:54,727 INFO  [auth] no challenge required
2815
13:55:54,727 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
2816
13:55:54,730 INFO  [auth] User belongs to the following groups: (u'root_group',)
2817
13:55:54,731 INFO  [auth] User has the following permissions: (u'root_perm',)
2818
13:55:54,732 INFO  [auth] no challenge required
2819
13:55:54,733 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
2820
13:55:54,904 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2821
13:55:54,904 INFO  [auth] request classification: browser
2822
13:55:54,904 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2823
13:55:54,905 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2824
13:55:54,905 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2825
13:55:54,906 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2826
13:55:54,906 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2827
13:55:54,907 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2828
13:55:54,907 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2829
13:55:54,907 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2830
13:55:54,908 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2831
13:55:54,934 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2832
13:55:54,934 INFO  [auth] request classification: browser
2833
13:55:54,934 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2834
13:55:54,935 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2835
13:55:54,935 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2836
13:55:54,936 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2837
13:55:54,936 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2838
13:55:54,937 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2839
13:55:54,937 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2840
13:55:54,937 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2841
13:55:54,938 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2842
13:55:55,001 INFO  [auth] User belongs to the following groups: (u'root_group',)
2843
13:55:55,001 INFO  [auth] User has the following permissions: (u'root_perm',)
2844
13:55:55,003 INFO  [auth] no challenge required
2845
13:55:55,003 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
2846
13:55:55,011 INFO  [auth] User belongs to the following groups: (u'root_group',)
2847
13:55:55,012 INFO  [auth] User has the following permissions: (u'root_perm',)
2848
13:55:55,013 INFO  [auth] no challenge required
2849
13:55:55,014 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
2850
13:55:55,169 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2851
13:55:55,170 INFO  [auth] request classification: browser
2852
13:55:55,170 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2853
13:55:55,170 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2854
13:55:55,171 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2855
13:55:55,171 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2856
13:55:55,172 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2857
13:55:55,172 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2858
13:55:55,172 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2859
13:55:55,173 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2860
13:55:55,173 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2861
13:55:55,231 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2862
13:55:55,231 INFO  [auth] request classification: browser
2863
13:55:55,231 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2864
13:55:55,232 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2865
13:55:55,232 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2866
13:55:55,233 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2867
13:55:55,233 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2868
13:55:55,234 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2869
13:55:55,234 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2870
13:55:55,235 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2871
13:55:55,235 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2872
13:55:55,242 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2873
13:55:55,242 INFO  [auth] request classification: browser
2874
13:55:55,243 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2875
13:55:55,243 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2876
13:55:55,243 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2877
13:55:55,244 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2878
13:55:55,245 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2879
13:55:55,245 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2880
13:55:55,245 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2881
13:55:55,246 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2882
13:55:55,246 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2883
13:55:55,295 INFO  [auth] User belongs to the following groups: (u'root_group',)
2884
13:55:55,295 INFO  [auth] User has the following permissions: (u'root_perm',)
2885
13:55:55,299 INFO  [auth] no challenge required
2886
13:55:55,328 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
2887
13:55:55,336 INFO  [auth] User belongs to the following groups: (u'root_group',)
2888
13:55:55,336 INFO  [auth] User has the following permissions: (u'root_perm',)
2889
13:55:55,338 INFO  [auth] no challenge required
2890
13:55:55,338 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
2891
13:55:55,353 INFO  [auth] User belongs to the following groups: (u'root_group',)
2892
13:55:55,353 INFO  [auth] User has the following permissions: (u'root_perm',)
2893
13:55:55,355 INFO  [auth] no challenge required
2894
13:55:55,355 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
2895
13:55:55,579 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2896
13:55:55,579 INFO  [auth] request classification: browser
2897
13:55:55,579 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2898
13:55:55,580 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2899
13:55:55,580 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2900
13:55:55,581 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2901
13:55:55,581 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2902
13:55:55,582 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2903
13:55:55,582 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2904
13:55:55,582 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2905
13:55:55,582 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2906
13:55:55,648 INFO  [auth] User belongs to the following groups: (u'root_group',)
2907
13:55:55,648 INFO  [auth] User has the following permissions: (u'root_perm',)
2908
13:55:55,650 INFO  [auth] no challenge required
2909
13:55:55,651 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
2910
13:55:55,709 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2911
13:55:55,710 INFO  [auth] request classification: browser
2912
13:55:55,710 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2913
13:55:55,710 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2914
13:55:55,711 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2915
13:55:55,711 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2916
13:55:55,712 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2917
13:55:55,712 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2918
13:55:55,712 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2919
13:55:55,713 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2920
13:55:55,713 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2921
13:55:55,770 INFO  [auth] User belongs to the following groups: (u'root_group',)
2922
13:55:55,799 INFO  [auth] User has the following permissions: (u'root_perm',)
2923
13:55:55,800 INFO  [auth] no challenge required
2924
13:55:55,801 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
2925
13:55:55,857 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2926
13:55:55,857 INFO  [auth] request classification: browser
2927
13:55:55,858 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2928
13:55:55,858 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2929
13:55:55,858 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2930
13:55:55,859 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2931
13:55:55,859 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2932
13:55:55,860 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2933
13:55:55,860 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2934
13:55:55,860 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2935
13:55:55,861 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2936
13:55:55,907 INFO  [auth] User belongs to the following groups: (u'root_group',)
2937
13:55:55,908 INFO  [auth] User has the following permissions: (u'root_perm',)
2938
13:55:55,909 INFO  [auth] no challenge required
2939
13:55:55,910 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
2940
13:55:56,023 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2941
13:55:56,023 INFO  [auth] request classification: browser
2942
13:55:56,023 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2943
13:55:56,024 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2944
13:55:56,024 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2945
13:55:56,025 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2946
13:55:56,025 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2947
13:55:56,025 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2948
13:55:56,026 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2949
13:55:56,026 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2950
13:55:56,026 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2951
13:55:56,080 INFO  [auth] User belongs to the following groups: (u'root_group',)
2952
13:55:56,080 INFO  [auth] User has the following permissions: (u'root_perm',)
2953
13:55:56,085 INFO  [auth] no challenge required
2954
13:55:56,085 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
2955
13:55:56,104 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2956
13:55:56,105 INFO  [auth] request classification: browser
2957
13:55:56,105 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2958
13:55:56,105 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2959
13:55:56,106 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2960
13:55:56,106 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2961
13:55:56,107 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2962
13:55:56,107 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2963
13:55:56,107 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2964
13:55:56,108 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2965
13:55:56,108 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2966
13:55:56,154 INFO  [auth] User belongs to the following groups: (u'root_group',)
2967
13:55:56,154 INFO  [auth] User has the following permissions: (u'root_perm',)
2968
13:55:56,156 INFO  [auth] no challenge required
2969
13:55:56,157 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
2970
13:55:56,678 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2971
13:55:56,679 INFO  [auth] request classification: browser
2972
13:55:56,679 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2973
13:55:56,679 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2974
13:55:56,680 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2975
13:55:56,680 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2976
13:55:56,681 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2977
13:55:56,681 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2978
13:55:56,681 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2979
13:55:56,681 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2980
13:55:56,682 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2981
13:55:56,728 INFO  [auth] User belongs to the following groups: (u'root_group',)
2982
13:55:56,728 INFO  [auth] User has the following permissions: (u'root_perm',)
2983
13:55:56,730 INFO  [auth] no challenge required
2984
13:55:56,730 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
2985
13:56:07,480 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
2986
13:56:07,481 INFO  [auth] request classification: browser
2987
13:56:07,481 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2988
13:56:07,482 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2989
13:56:07,482 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
2990
13:56:07,483 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
2991
13:56:07,483 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
2992
13:56:07,484 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2993
13:56:07,485 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
2994
13:56:07,485 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
2995
13:56:07,485 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
2996
13:56:07,530 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
2997
13:56:07,530 INFO  [auth] request classification: browser
2998
13:56:07,530 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
2999
13:56:07,531 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
3000
13:56:07,531 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
3001
13:56:07,532 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3002
13:56:07,532 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3003
13:56:07,536 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3004
13:56:07,537 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3005
13:56:07,537 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
3006
13:56:07,538 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3007
13:56:07,589 INFO  [auth] User belongs to the following groups: (u'root_group',)
3008
13:56:07,590 INFO  [auth] User has the following permissions: (u'root_perm',)
3009
13:56:07,592 INFO  [auth] no challenge required
3010
13:56:07,592 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) --
3011
13:56:07,608 INFO  [auth] User belongs to the following groups: (u'root_group',)
3012
13:56:07,608 INFO  [auth] User has the following permissions: (u'root_perm',)
3013
13:56:07,610 INFO  [auth] no challenge required
3014
13:56:07,611 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ffffff_256x240.png) --
3015
13:56:11,741 INFO  [auth] -- repoze.who request started (/vigiboard_HistoryDialog) --
3016
13:56:11,742 INFO  [auth] request classification: browser
3017
13:56:11,742 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
3018
13:56:11,742 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
3019
13:56:11,743 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
3020
13:56:11,744 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3021
13:56:11,744 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3022
13:56:11,744 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3023
13:56:11,748 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3024
13:56:11,748 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
3025
13:56:11,749 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3026
13:56:11,805 INFO  [auth] User belongs to the following groups: (u'root_group',)
3027
13:56:11,805 INFO  [auth] User has the following permissions: (u'root_perm',)
3028
13:56:11,934 INFO  [auth] no challenge required
3029
13:56:11,935 INFO  [auth] -- repoze.who request ended (/vigiboard_HistoryDialog) --
3030
13:56:13,355 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
3031
13:56:13,356 INFO  [auth] request classification: browser
3032
13:56:13,356 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
3033
13:56:13,357 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
3034
13:56:13,357 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
3035
13:56:13,358 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3036
13:56:13,358 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3037
13:56:13,358 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3038
13:56:13,359 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3039
13:56:13,359 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
3040
13:56:13,362 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3041
13:56:13,420 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
3042
13:56:13,420 INFO  [auth] request classification: browser
3043
13:56:13,421 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
3044
13:56:13,421 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155606732>, <AuthTktCookiePlugin 155606668>]
3045
13:56:13,421 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155606732> (None)
3046
13:56:13,422 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155606668>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3047
13:56:13,423 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3048
13:56:13,423 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3049
13:56:13,423 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9465e4c>]
3050
13:56:13,424 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155606668>: "root" (repoze.who.userid set)
3051
13:56:13,424 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155606668>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3052
13:56:13,472 INFO  [auth] User belongs to the following groups: (u'root_group',)
3053
13:56:13,472 INFO  [auth] User has the following permissions: (u'root_perm',)
3054
13:56:13,474 INFO  [auth] no challenge required
3055
13:56:13,475 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png) --
3056
13:56:13,484 INFO  [auth] User belongs to the following groups: (u'root_group',)
3057
13:56:13,484 INFO  [auth] User has the following permissions: (u'root_perm',)
3058
13:56:13,486 INFO  [auth] no challenge required
3059
13:56:13,487 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-icons_ef8c08_256x240.png) --
3060
14:14:27,242 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
3061
14:14:27,243 INFO  [auth] request classification: browser
3062
14:14:27,243 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169373612>, <AuthTktCookiePlugin 169373548>]
3063
14:14:27,243 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169373612>, <AuthTktCookiePlugin 169373548>]
3064
14:14:27,244 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169373612> (None)
3065
14:14:27,244 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169373548>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3066
14:14:27,245 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169373548>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3067
14:14:27,245 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa186f2c>]
3068
14:14:27,245 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa186f2c>]
3069
14:14:27,246 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169373548>: "root" (repoze.who.userid set)
3070
14:14:27,246 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169373548>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3071
14:14:27,505 INFO  [auth] User belongs to the following groups: (u'root_group',)
3072
14:14:27,505 INFO  [auth] User has the following permissions: (u'root_perm',)
3073
14:14:30,173 INFO  [auth] -- repoze.who request started (/error/document) --
3074
14:14:30,173 INFO  [auth] request classification: browser
3075
14:14:30,174 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 169373612>, <AuthTktCookiePlugin 169373548>]
3076
14:14:30,174 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 169373612>, <AuthTktCookiePlugin 169373548>]
3077
14:14:30,174 DEBUG [auth] no identity returned from <FriendlyFormPlugin 169373612> (None)
3078
14:14:30,175 DEBUG [auth] identity returned from <AuthTktCookiePlugin 169373548>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3079
14:14:30,176 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 169373548>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3080
14:14:30,176 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa186f2c>]
3081
14:14:30,176 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0xa186f2c>]
3082
14:14:30,177 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 169373548>: "root" (repoze.who.userid set)
3083
14:14:30,177 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 169373548>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3084
14:14:30,239 INFO  [auth] User belongs to the following groups: (u'root_group',)
3085
14:14:30,239 INFO  [auth] User has the following permissions: (u'root_perm',)
3086
14:15:42,732 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
3087
14:15:42,733 INFO  [auth] request classification: browser
3088
14:15:42,733 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3089
14:15:42,733 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3090
14:15:42,734 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3091
14:15:42,735 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3092
14:15:42,735 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3093
14:15:42,735 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3094
14:15:42,736 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3095
14:15:42,736 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3096
14:15:42,736 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3097
14:15:42,901 INFO  [auth] User belongs to the following groups: (u'root_group',)
3098
14:15:42,901 INFO  [auth] User has the following permissions: (u'root_perm',)
3099
14:15:43,370 INFO  [auth] Authorization granted
3100
14:15:44,457 INFO  [auth] no challenge required
3101
14:15:44,457 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
3102
14:15:44,736 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
3103
14:15:44,736 INFO  [auth] request classification: browser
3104
14:15:44,736 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3105
14:15:44,737 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3106
14:15:44,737 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3107
14:15:44,738 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3108
14:15:44,738 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3109
14:15:44,738 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3110
14:15:44,739 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3111
14:15:44,739 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3112
14:15:44,739 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3113
14:15:44,779 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
3114
14:15:44,780 INFO  [auth] request classification: browser
3115
14:15:44,780 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3116
14:15:44,780 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3117
14:15:44,781 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3118
14:15:44,781 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3119
14:15:44,782 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3120
14:15:44,782 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3121
14:15:44,782 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3122
14:15:44,783 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3123
14:15:44,783 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3124
14:15:44,845 INFO  [auth] User belongs to the following groups: (u'root_group',)
3125
14:15:44,845 INFO  [auth] User has the following permissions: (u'root_perm',)
3126
14:15:44,847 INFO  [auth] no challenge required
3127
14:15:44,848 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
3128
14:15:44,858 INFO  [auth] User belongs to the following groups: (u'root_group',)
3129
14:15:44,858 INFO  [auth] User has the following permissions: (u'root_perm',)
3130
14:15:44,859 INFO  [auth] no challenge required
3131
14:15:44,860 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
3132
14:15:44,930 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
3133
14:15:44,930 INFO  [auth] request classification: browser
3134
14:15:44,930 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3135
14:15:44,931 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3136
14:15:44,931 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3137
14:15:44,932 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3138
14:15:44,932 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3139
14:15:44,933 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3140
14:15:44,933 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3141
14:15:44,933 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3142
14:15:44,934 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3143
14:15:44,962 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
3144
14:15:44,962 INFO  [auth] request classification: browser
3145
14:15:44,963 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3146
14:15:44,963 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3147
14:15:44,963 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3148
14:15:44,964 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3149
14:15:44,969 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3150
14:15:44,969 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3151
14:15:44,969 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3152
14:15:44,970 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3153
14:15:44,970 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3154
14:15:45,020 INFO  [auth] User belongs to the following groups: (u'root_group',)
3155
14:15:45,032 INFO  [auth] User has the following permissions: (u'root_perm',)
3156
14:15:45,034 INFO  [auth] no challenge required
3157
14:15:45,035 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
3158
14:15:45,039 INFO  [auth] User belongs to the following groups: (u'root_group',)
3159
14:15:45,040 INFO  [auth] User has the following permissions: (u'root_perm',)
3160
14:15:45,041 INFO  [auth] no challenge required
3161
14:15:45,042 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
3162
14:15:45,133 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
3163
14:15:45,133 INFO  [auth] request classification: browser
3164
14:15:45,134 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3165
14:15:45,134 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3166
14:15:45,134 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3167
14:15:45,135 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3168
14:15:45,135 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3169
14:15:45,136 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3170
14:15:45,136 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3171
14:15:45,136 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3172
14:15:45,137 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3173
14:15:45,188 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
3174
14:15:45,189 INFO  [auth] request classification: browser
3175
14:15:45,189 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3176
14:15:45,190 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3177
14:15:45,190 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3178
14:15:45,191 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3179
14:15:45,191 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3180
14:15:45,191 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3181
14:15:45,192 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3182
14:15:45,192 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3183
14:15:45,192 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3184
14:15:45,203 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
3185
14:15:45,204 INFO  [auth] request classification: browser
3186
14:15:45,204 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3187
14:15:45,204 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3188
14:15:45,205 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3189
14:15:45,206 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3190
14:15:45,206 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3191
14:15:45,206 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3192
14:15:45,207 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3193
14:15:45,207 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3194
14:15:45,207 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3195
14:15:45,274 INFO  [auth] User belongs to the following groups: (u'root_group',)
3196
14:15:45,274 INFO  [auth] User has the following permissions: (u'root_perm',)
3197
14:15:45,276 INFO  [auth] no challenge required
3198
14:15:45,277 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
3199
14:15:45,288 INFO  [auth] User belongs to the following groups: (u'root_group',)
3200
14:15:45,288 INFO  [auth] User has the following permissions: (u'root_perm',)
3201
14:15:45,290 INFO  [auth] no challenge required
3202
14:15:45,290 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
3203
14:15:45,298 INFO  [auth] User belongs to the following groups: (u'root_group',)
3204
14:15:45,298 INFO  [auth] User has the following permissions: (u'root_perm',)
3205
14:15:45,300 INFO  [auth] no challenge required
3206
14:15:45,300 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
3207
14:15:45,557 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
3208
14:15:45,558 INFO  [auth] request classification: browser
3209
14:15:45,558 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3210
14:15:45,558 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3211
14:15:45,559 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3212
14:15:45,560 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3213
14:15:45,560 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3214
14:15:45,560 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3215
14:15:45,561 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3216
14:15:45,561 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3217
14:15:45,561 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3218
14:15:45,611 INFO  [auth] User belongs to the following groups: (u'root_group',)
3219
14:15:45,611 INFO  [auth] User has the following permissions: (u'root_perm',)
3220
14:15:45,618 INFO  [auth] no challenge required
3221
14:15:45,619 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
3222
14:15:45,671 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
3223
14:15:45,672 INFO  [auth] request classification: browser
3224
14:15:45,672 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3225
14:15:45,672 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3226
14:15:45,673 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3227
14:15:45,673 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3228
14:15:45,674 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3229
14:15:45,674 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3230
14:15:45,679 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3231
14:15:45,680 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3232
14:15:45,680 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3233
14:15:45,718 INFO  [auth] User belongs to the following groups: (u'root_group',)
3234
14:15:45,719 INFO  [auth] User has the following permissions: (u'root_perm',)
3235
14:15:45,720 INFO  [auth] no challenge required
3236
14:15:45,721 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
3237
14:15:45,801 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
3238
14:15:45,802 INFO  [auth] request classification: browser
3239
14:15:45,802 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3240
14:15:45,802 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3241
14:15:45,803 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3242
14:15:45,803 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3243
14:15:45,804 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3244
14:15:45,804 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3245
14:15:45,804 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3246
14:15:45,805 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3247
14:15:45,805 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3248
14:15:45,848 INFO  [auth] User belongs to the following groups: (u'root_group',)
3249
14:15:45,848 INFO  [auth] User has the following permissions: (u'root_perm',)
3250
14:15:45,852 INFO  [auth] no challenge required
3251
14:15:45,853 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
3252
14:15:45,907 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
3253
14:15:45,907 INFO  [auth] request classification: browser
3254
14:15:45,908 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3255
14:15:45,908 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3256
14:15:45,908 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3257
14:15:45,909 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3258
14:15:45,909 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3259
14:15:45,910 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3260
14:15:45,910 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3261
14:15:45,910 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3262
14:15:45,911 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3263
14:15:45,964 INFO  [auth] User belongs to the following groups: (u'root_group',)
3264
14:15:45,965 INFO  [auth] User has the following permissions: (u'root_perm',)
3265
14:15:45,966 INFO  [auth] no challenge required
3266
14:15:45,967 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
3267
14:15:45,992 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
3268
14:15:45,992 INFO  [auth] request classification: browser
3269
14:15:45,993 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3270
14:15:45,993 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3271
14:15:45,993 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3272
14:15:45,994 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3273
14:15:45,994 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3274
14:15:45,995 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3275
14:15:45,995 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3276
14:15:45,995 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3277
14:15:45,996 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3278
14:15:46,042 INFO  [auth] User belongs to the following groups: (u'root_group',)
3279
14:15:46,042 INFO  [auth] User has the following permissions: (u'root_perm',)
3280
14:15:46,044 INFO  [auth] no challenge required
3281
14:15:46,045 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
3282
14:15:46,489 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
3283
14:15:46,490 INFO  [auth] request classification: browser
3284
14:15:46,490 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3285
14:15:46,490 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 155275180>, <AuthTktCookiePlugin 155275116>]
3286
14:15:46,491 DEBUG [auth] no identity returned from <FriendlyFormPlugin 155275180> (None)
3287
14:15:46,491 DEBUG [auth] identity returned from <AuthTktCookiePlugin 155275116>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3288
14:15:46,492 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3289
14:15:46,492 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3290
14:15:46,492 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x9414f2c>]
3291
14:15:46,493 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 155275116>: "root" (repoze.who.userid set)
3292
14:15:46,493 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 155275116>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3293
14:15:46,535 INFO  [auth] User belongs to the following groups: (u'root_group',)
3294
14:15:46,535 INFO  [auth] User has the following permissions: (u'root_perm',)
3295
14:15:46,537 INFO  [auth] no challenge required
3296
14:15:46,538 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
3297
14:17:46,135 INFO  [auth] -- repoze.who request started (/vigiboard/2) --
3298
14:17:46,135 INFO  [auth] request classification: browser
3299
14:17:46,136 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3300
14:17:46,136 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3301
14:17:46,137 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3302
14:17:46,137 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3303
14:17:46,138 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3304
14:17:46,138 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3305
14:17:46,138 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3306
14:17:46,139 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3307
14:17:46,139 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3308
14:17:46,350 INFO  [auth] User belongs to the following groups: (u'root_group',)
3309
14:17:46,354 INFO  [auth] User has the following permissions: (u'root_perm',)
3310
14:17:46,810 INFO  [auth] Authorization granted
3311
14:17:47,992 INFO  [auth] no challenge required
3312
14:17:47,993 INFO  [auth] -- repoze.who request ended (/vigiboard/2) --
3313
14:17:48,070 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
3314
14:17:48,070 INFO  [auth] request classification: browser
3315
14:17:48,071 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3316
14:17:48,071 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3317
14:17:48,071 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3318
14:17:48,072 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3319
14:17:48,072 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3320
14:17:48,073 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3321
14:17:48,073 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3322
14:17:48,073 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3323
14:17:48,074 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3324
14:17:48,115 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
3325
14:17:48,115 INFO  [auth] request classification: browser
3326
14:17:48,116 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3327
14:17:48,116 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3328
14:17:48,116 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3329
14:17:48,117 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3330
14:17:48,117 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3331
14:17:48,118 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3332
14:17:48,118 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3333
14:17:48,118 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3334
14:17:48,122 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3335
14:17:48,178 INFO  [auth] User belongs to the following groups: (u'root_group',)
3336
14:17:48,178 INFO  [auth] User has the following permissions: (u'root_perm',)
3337
14:17:48,191 INFO  [auth] no challenge required
3338
14:17:48,191 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.all.css) --
3339
14:17:48,208 INFO  [auth] User belongs to the following groups: (u'root_group',)
3340
14:17:48,208 INFO  [auth] User has the following permissions: (u'root_perm',)
3341
14:17:48,210 INFO  [auth] no challenge required
3342
14:17:48,210 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.base/static/javascript/jquery-1.3.2.js) --
3343
14:17:48,365 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
3344
14:17:48,365 INFO  [auth] request classification: browser
3345
14:17:48,365 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3346
14:17:48,366 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3347
14:17:48,366 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3348
14:17:48,367 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3349
14:17:48,367 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3350
14:17:48,367 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3351
14:17:48,368 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3352
14:17:48,368 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3353
14:17:48,368 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3354
14:17:48,394 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
3355
14:17:48,394 INFO  [auth] request classification: browser
3356
14:17:48,395 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3357
14:17:48,395 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3358
14:17:48,395 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3359
14:17:48,396 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3360
14:17:48,396 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3361
14:17:48,397 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3362
14:17:48,397 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3363
14:17:48,397 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3364
14:17:48,398 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3365
14:17:48,469 INFO  [auth] User belongs to the following groups: (u'root_group',)
3366
14:17:48,470 INFO  [auth] User has the following permissions: (u'root_perm',)
3367
14:17:48,471 INFO  [auth] no challenge required
3368
14:17:48,472 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.base.css) --
3369
14:17:48,480 INFO  [auth] User belongs to the following groups: (u'root_group',)
3370
14:17:48,480 INFO  [auth] User has the following permissions: (u'root_perm',)
3371
14:17:48,481 INFO  [auth] no challenge required
3372
14:17:48,482 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.theme.css) --
3373
14:17:48,613 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
3374
14:17:48,614 INFO  [auth] request classification: browser
3375
14:17:48,614 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3376
14:17:48,614 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3377
14:17:48,615 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3378
14:17:48,615 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3379
14:17:48,616 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3380
14:17:48,616 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3381
14:17:48,616 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3382
14:17:48,617 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3383
14:17:48,617 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3384
14:17:48,649 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
3385
14:17:48,649 INFO  [auth] request classification: browser
3386
14:17:48,650 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3387
14:17:48,650 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3388
14:17:48,650 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3389
14:17:48,651 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3390
14:17:48,651 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3391
14:17:48,652 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3392
14:17:48,652 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3393
14:17:48,652 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3394
14:17:48,653 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3395
14:17:48,695 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
3396
14:17:48,695 INFO  [auth] request classification: browser
3397
14:17:48,696 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3398
14:17:48,696 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3399
14:17:48,697 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3400
14:17:48,698 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3401
14:17:48,698 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3402
14:17:48,698 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3403
14:17:48,699 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3404
14:17:48,699 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3405
14:17:48,699 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3406
14:17:48,737 INFO  [auth] User belongs to the following groups: (u'root_group',)
3407
14:17:48,737 INFO  [auth] User has the following permissions: (u'root_perm',)
3408
14:17:48,739 INFO  [auth] no challenge required
3409
14:17:48,767 INFO  [auth] User belongs to the following groups: (u'root_group',)
3410
14:17:48,767 INFO  [auth] User has the following permissions: (u'root_perm',)
3411
14:17:48,769 INFO  [auth] no challenge required
3412
14:17:48,769 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.resizable.css) --
3413
14:17:48,739 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.core.css) --
3414
14:17:48,791 INFO  [auth] User belongs to the following groups: (u'root_group',)
3415
14:17:48,792 INFO  [auth] User has the following permissions: (u'root_perm',)
3416
14:17:48,793 INFO  [auth] no challenge required
3417
14:17:48,794 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/ui.dialog.css) --
3418
14:17:49,013 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
3419
14:17:49,013 INFO  [auth] request classification: browser
3420
14:17:49,014 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3421
14:17:49,014 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3422
14:17:49,014 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3423
14:17:49,015 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3424
14:17:49,015 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3425
14:17:49,016 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3426
14:17:49,016 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3427
14:17:49,016 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3428
14:17:49,017 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3429
14:17:49,065 INFO  [auth] User belongs to the following groups: (u'root_group',)
3430
14:17:49,065 INFO  [auth] User has the following permissions: (u'root_perm',)
3431
14:17:49,067 INFO  [auth] no challenge required
3432
14:17:49,067 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_core/static/javascript/ui/ui.core.js) --
3433
14:17:49,147 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
3434
14:17:49,147 INFO  [auth] request classification: browser
3435
14:17:49,148 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3436
14:17:49,148 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3437
14:17:49,148 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3438
14:17:49,149 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3439
14:17:49,150 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3440
14:17:49,150 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3441
14:17:49,150 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3442
14:17:49,151 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3443
14:17:49,158 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3444
14:17:49,203 INFO  [auth] User belongs to the following groups: (u'root_group',)
3445
14:17:49,204 INFO  [auth] User has the following permissions: (u'root_perm',)
3446
14:17:49,205 INFO  [auth] no challenge required
3447
14:17:49,206 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.dialog.js) --
3448
14:17:49,259 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
3449
14:17:49,260 INFO  [auth] request classification: browser
3450
14:17:49,260 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3451
14:17:49,260 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3452
14:17:49,261 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3453
14:17:49,261 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3454
14:17:49,262 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3455
14:17:49,262 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3456
14:17:49,262 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3457
14:17:49,270 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3458
14:17:49,270 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3459
14:17:49,324 INFO  [auth] User belongs to the following groups: (u'root_group',)
3460
14:17:49,324 INFO  [auth] User has the following permissions: (u'root_perm',)
3461
14:17:49,325 INFO  [auth] no challenge required
3462
14:17:49,326 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.draggable.js) --
3463
14:17:49,397 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
3464
14:17:49,397 INFO  [auth] request classification: browser
3465
14:17:49,398 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3466
14:17:49,398 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3467
14:17:49,398 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3468
14:17:49,399 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3469
14:17:49,399 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3470
14:17:49,400 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3471
14:17:49,400 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3472
14:17:49,400 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3473
14:17:49,401 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3474
14:17:49,446 INFO  [auth] User belongs to the following groups: (u'root_group',)
3475
14:17:49,446 INFO  [auth] User has the following permissions: (u'root_perm',)
3476
14:17:49,449 INFO  [auth] no challenge required
3477
14:17:49,460 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.direction/static/javascript/jquery.direction.js) --
3478
14:17:49,479 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
3479
14:17:49,479 INFO  [auth] request classification: browser
3480
14:17:49,479 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3481
14:17:49,480 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3482
14:17:49,480 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3483
14:17:49,481 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3484
14:17:49,481 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3485
14:17:49,481 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3486
14:17:49,482 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3487
14:17:49,482 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3488
14:17:49,482 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3489
14:17:49,524 INFO  [auth] User belongs to the following groups: (u'root_group',)
3490
14:17:49,525 INFO  [auth] User has the following permissions: (u'root_perm',)
3491
14:17:49,526 INFO  [auth] no challenge required
3492
14:17:49,528 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui/static/javascript/ui/ui.resizable.js) --
3493
14:17:49,966 INFO  [auth] -- repoze.who request started (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --
3494
14:17:49,966 INFO  [auth] request classification: browser
3495
14:17:49,966 INFO  [auth] identifier plugins registered [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3496
14:17:49,967 INFO  [auth] identifier plugins matched for classification "browser": [<FriendlyFormPlugin 154804140>, <AuthTktCookiePlugin 154804076>]
3497
14:17:49,967 DEBUG [auth] no identity returned from <FriendlyFormPlugin 154804140> (None)
3498
14:17:49,968 DEBUG [auth] identity returned from <AuthTktCookiePlugin 154804076>: {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}
3499
14:17:49,968 DEBUG [auth] identities found: [(<AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''})]
3500
14:17:49,969 INFO  [auth] authenticator plugins registered [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3501
14:17:49,969 INFO  [auth] authenticator plugins matched for classification "browser": [<repoze.who.plugins.sa.SQLAlchemyAuthenticatorPlugin object at 0x93a1f2c>]
3502
14:17:49,969 INFO  [auth] userid preauthenticated by <AuthTktCookiePlugin 154804076>: "root" (repoze.who.userid set)
3503
14:17:49,970 DEBUG [auth] identities authenticated: [((0, 0), None, <AuthTktCookiePlugin 154804076>, {'tokens': [''], 'timestamp': 1246016660, 'repoze.who.userid': 'root', 'userdata': ''}, 'root')]
3504
14:17:50,018 INFO  [auth] User belongs to the following groups: (u'root_group',)
3505
14:17:50,018 INFO  [auth] User has the following permissions: (u'root_perm',)
3506
14:17:50,020 INFO  [auth] no challenge required
3507
14:17:50,020 INFO  [auth] -- repoze.who request ended (/toscawidgets/resources/tw.jquery.ui_dialog/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) --