Project

General

Profile

Revision ed374445

IDed37444527edfc1ad6c95d0a7a3f5407e20ebe95
Parent 49c8da1d
Child 20367931

Added by Aurelien BOMPARD almost 15 years ago

ajout de l'environnement de construction

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@252 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
1
NAME = 
2

  
3
all: bin/python
4
	@echo "Template Makefile, to be filled with build and install targets"
5

  
6
bin/buildout: buildenv/bootstrap.py
7
	python2.5 $^
8

  
9
bin/python bin/paster: bin/buildout
10
	./$^
11

  
12
clean:
13
	find $(CURDIR) \( -name "*.pyc" -o -name "*~" \) -delete
14

  
15
buildclean: clean
16
	rm -rf eggs develop-eggs parts .installed.cfg bin
17

  
18
apidoc: doc/apidoc/index.html
19
doc/apidoc/index.html: src/vigilo
20
	rm -rf $(CURDIR)/doc/apidoc/*
21
	PYTHONPATH=src epydoc -o $(dir $@) -v \
22
		   --name Vigilo --url http://www.projet-vigilo.org \
23
		   --docformat=epytext $^
24

  
25
lint: bin/python
26
	./bin/python "$$(which pylint)" --rcfile=extra/pylintrc src/vigilo
27

  
28
tests:
29
	nosetests --with-coverage --cover-inclusive --cover-erase --cover-package vigilo tests
30

  
31

  
32
.PHONY: all clean buildclean apidoc lint tests
33

  
buildout.cfg
1
[buildout]
2
extends = buildenv/buildout-base.cfg buildenv/distrib/mes-5.cfg
3
parts = turbogears vigiboard
4
develop = .
5
eggs = vigiboard
6

  
7
[vigiboard]
8
recipe = zc.recipe.egg
9
eggs = ${buildout:eggs}
10
interpreter = python
log/auth.log
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) --
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff