Hi Dev-team,
I have updated my production instance to 10201:ebe87051fadf, The page is not loading properly. Please find the log message as following.
X.X.X.X - - [12/Aug/2013:16:58:35 -0400] "GET / HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0"
X.X.X.X - - [12/Aug/2013:16:58:36 -0400] "GET /root/welcome HTTP/1.1" 302 - "https://galaxy.cbio.mskcc.org/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0"
X.X.X.X - - [12/Aug/2013:16:58:36 -0400] "GET /history HTTP/1.1" 200 - "https://galaxy.cbio.mskcc.org/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0"
Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'users_shared_with'
File '/codebase/lib/galaxy/web/framework/middleware/error.py', line 149 in __call__
app_iter = self.application(environ, sr_checker)
File '/codebase/eggs/Paste-1.7.5.1-py2.6.egg/paste/recursive.py', line 84 in __call__
return self.application(environ, start_response)
File '/codebase/eggs/Paste-1.7.5.1-py2.6.egg/paste/httpexceptions.py', line 633 in __call__
return self.application(environ, start_response)
File '/codebase/lib/galaxy/web/framework/base.py', line 132 in __call__
return self.handle_request( environ, start_response )
File '/codebase/lib/galaxy/web/framework/base.py', line 190 in handle_request
body = method( trans, **kwargs )
File '/codebase/lib/galaxy/webapps/galaxy/controllers/history.py', line 540 in delete_current
if history.users_shared_with:
AttributeError: 'NoneType' object has no attribute 'users_shared_with'
CGI Variables
-------------
CONTENT_LENGTH: '0'
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip,deflate'
HTTP_CONNECTION: 'Keep-Alive'
HTTP_X_URL_SCHEME: 'https'
ORGINAL_HTTP_HOST: 'localhost:8081'
ORGINAL_REMOTE_ADDR: '127.0.0.1'
PATH_INFO: '/history/delete_current'
QUERY_STRING: 'purge=True'
REQUEST_METHOD: 'GET'
SERVER_NAME: '0.0.0.0'
SERVER_PORT: '8081'
SERVER_PROTOCOL: 'HTTP/1.1'
WSGI Variables
--------------
application: <paste.recursive.RecursiveMiddleware object at 0x8c38850>
is_api_request: False
original_wsgi.url_scheme: 'http'
paste.cookies: (<SimpleCookie: >, '')
paste.expected_exceptions: [<class 'paste.httpexceptions.HTTPException'>]
paste.httpexceptions: <paste.httpexceptions.HTTPExceptionHandler object at 0x96d1dd0>
paste.httpserver.thread_pool: <paste.httpserver.ThreadPool object at 0x99e9f10>
paste.parsed_querystring: ([('purge', 'True')], 'purge=True')
paste.recursive.forward: <paste.recursive.Forwarder from />
paste.recursive.include: <paste.recursive.Includer from />
paste.recursive.include_app_iter: <paste.recursive.IncluderAppIter from />
paste.recursive.script_name: ''
paste.throw_errors: True
request_id: '28651434039211e389a390b11c087d99'
webob._parsed_query_vars: (MultiDict([('purge', 'True')]), 'purge=True')
wsgi process: 'Multithreaded'
------------------------------------------------------------
X.X.X.X - - [12/Aug/2013:17:00:42 -0400] "GET / HTTP/1.1" 200 - "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) rekonq Safari/534.34"
Is that something missing here, Thanks