On 22.08.2013, at 19:50, Jeremy Goecks wrote:
Internal Server Error Galaxy was unable to sucessfully complete your request
URL: http://127.0.0.1:8081/user/dbkeys 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 paste.httpexceptions:633 in __call__ return self.application(environ, start_response) Module galaxy.web.framework.base:132 in __call__ return self.handle_request( environ, start_response ) Module galaxy.web.framework.base:190 in handle_request body = method( trans, **kwargs ) Module galaxy.web.framework:98 in decorator return func( self, trans, *args, **kwargs )
Do you have an idea what causes this error?
There are sporadic reports of this issue, but I haven't been able to reproduce it. My best guess is that it's due to trying to use the custom build before Galaxy has finished creating it. To ensure that the custom build is ready for use, make sure to wait for Galaxy to show the number of chromosomes rather than '?' on the custom builds page.
It also sometimes happens when I create and share a Trackster visualization. I can access the visualization without problem whereas the users I shared it with can't access it because of the mentioned error or they get a message like "Can't load dbkey".
Is there a way to purge the dbkeys database?
Does deleting the custom build work? If not, you can remove a user's custom dbkeys from the database using this SQL command:
Unfortunately Galaxy won't let go to the custom builds page and will show error message instead.
delete from user_preference where user_id=(select id from galaxy_user where email='<user_email>') and name='dbkeys';
Thanks, I will try that.
Best, J.
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/