Internal Server Error
Galaxy was unable to sucessfully complete your request
URL: http://localhost:18084/api/users?key=c23d8cb98671911813305051710d4ae1
Module galaxy.web.framework.middleware.error:149 in __call__
>> app_iter = self.application(environ, sr_checker)
Module paste.recursive:84 in __call__
>> return self.application(environ, start_response)
Module galaxy.web.framework.middleware.remoteuser:96 in __call__
>> return self.app( environ, start_response )
Module paste.httpexceptions:633 in __call__
>> return self.application(environ, start_response)
Module galaxy.web.framework.base:128 in __call__
>> return self.handle_request( environ, start_response )
Module galaxy.web.framework.base:157 in handle_request
>> trans = self.transaction_factory( environ )
Module galaxy.web.framework:244 in <lambda>
>> self.set_transaction_factory( lambda e: self.transaction_chooser( e, galaxy_app, session_cookie ) )
Module galaxy.web.framework:275 in transaction_chooser
>> return GalaxyWebTransaction( environ, galaxy_app, self, session_cookie )
Module galaxy.web.framework:348 in __init__
>> self._ensure_valid_session( session_cookie )
Module galaxy.web.framework:509 in _ensure_valid_session
>> "use_remote_user is set but no HTTP_REMOTE_USER variable"
AssertionError: use_remote_user is set but no HTTP_REMOTE_USER variable
| CGI Variables | |
|---|---|
| CONTENT_LENGTH | '0' |
| HTTP_ACCEPT | '*/*' |
| HTTP_HOST | 'localhost:18084' |
| HTTP_USER_AGENT | 'curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.13.6.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2' |
| PATH_INFO | '/api/users' |
| QUERY_STRING | 'key=c23d8cb98671911813305051710d4ae1' |
| REMOTE_ADDR | '127.0.0.1' |
| REQUEST_METHOD | 'GET' |
| SERVER_NAME | '127.0.0.1' |
| SERVER_PORT | '18084' |
| SERVER_PROTOCOL | 'HTTP/1.1' |
| WSGI Variables | |
|---|---|
| application | <paste.recursive.RecursiveMiddleware object at 0x7dfed10> |
| is_api_request | True |
| paste.cookies | (<SimpleCookie: >, '') |
| paste.expected_exceptions | [<class 'paste.httpexceptions.HTTPException'>] |
| paste.httpexceptions | <paste.httpexceptions.HTTPExceptionHandler object at 0x81050d0> |
| paste.httpserver.thread_pool | <paste.httpserver.ThreadPool object at 0x8ce23d0> |
| paste.parsed_querystring | ([('key', 'c23d8cb98671911813305051710d4ae1')], 'key=c23d8cb98671911813305051710d4ae1') |
| 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 | 'dbf6a252b1a211e2ad1f003048f24604' |
| wsgi process | 'Multithreaded' |
Module galaxy.web.framework.middleware.error:149 in
__call__>> app_iter = self.application(environ, sr_checker)Module paste.recursive:84 in
__call__>> return self.application(environ, start_response)Module galaxy.web.framework.middleware.remoteuser:96 in
__call__>> return self.app( environ, start_response )Module paste.httpexceptions:633 in
__call__>> return self.application(environ, start_response)Module galaxy.web.framework.base:128 in
__call__>> return self.handle_request( environ, start_response )Module galaxy.web.framework.base:157 in
handle_request>> trans = self.transaction_factory( environ )Module galaxy.web.framework:244 in
<lambda>>> self.set_transaction_factory( lambda e: self.transaction_chooser( e, galaxy_app, session_cookie ) )Module galaxy.web.framework:275 in
transaction_chooser>> return GalaxyWebTransaction( environ, galaxy_app, self, session_cookie )Module galaxy.web.framework:348 in
__init__>> self._ensure_valid_session( session_cookie )Module galaxy.web.framework:509 in
_ensure_valid_session>> "use_remote_user is set but no HTTP_REMOTE_USER variable"AssertionError: use_remote_user is set but no HTTP_REMOTE_USER variable