Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-06-01 Thread Nate Coraor
It's also fixed in stable - the release right before the community conference includes a bug fix for that fixes the URL generated for that link. --nate Kanwei Li wrote: > Fixed on trunk by setting a default cntrller when there isn't one. > > -K > > On Thu, May 26, 2011 at 2:16 PM, Dave Walton

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-26 Thread Kanwei Li
Fixed on trunk by setting a default cntrller when there isn't one. -K On Thu, May 26, 2011 at 2:16 PM, Dave Walton wrote: > Just removed user.pyc and restarted the server. Did not resolve the > problem. > > Dave > > > > On 5/26/11 8:09 AM, "Greg Von Kuster" wrote: > > Hi Glen, > > I've neve

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-26 Thread Dave Walton
Just removed user.pyc and restarted the server. Did not resolve the problem. Dave On 5/26/11 8:09 AM, "Greg Von Kuster" wrote: Hi Glen, I've never seen this before, but perhaps your user controller is using an old version ( I'm just grasping here, because this is pretty obscure behavior ).

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-26 Thread Greg Von Kuster
Hi Glen, I've never seen this before, but perhaps your user controller is using an old version ( I'm just grasping here, because this is pretty obscure behavior ). Try deleting the following file - make sure it is the .pyc file. ~/lib/galaxy/web/controllers/user.pyc The user controller contai

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-26 Thread Glen Beane
I just checked, Using the User->Register menu works, however we require our users to log in so when they go to galaxy.jax.org they are redirected to a login page if they are not already logged in. That page has the text "This installation of Galaxy has been configured s

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-26 Thread Greg Von Kuster
Hello Dave, Can you clarify how your users are accessing the following URL > http://galaxy.jax.org/user/create I originally assumed they were using the Galaxy UI to register by clicking the "Register" link on the "User" popup menu. However, perhaps they are just pointing their browser to

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-25 Thread Dave Walton
Greg. We do not use the "template_cache_path" in our config. I deleted all the files in ~/database/compiled_templates and restarted my server. I still get the error (even with a shift reload of my browser). I've tried it (on the Mac) with Firefox 3.5.2, Safari 5.0.5 and Google Chrome 11.0.696.7

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-24 Thread Greg Von Kuster
Hi Dave, If you do not have a template_cache_path config setting in universe_wsgi.ini, then your cached templates are stored in the default directory of ~/database/compiled_templates. Deleting your cached templates in ~/database/compiled_templates should have corrected the problem, assuming th

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-24 Thread Dave Walton
Greg, We've tried just reloading the browser and that didn't do anything. As for deleting the cached templates, on our development server I tried deleting everything under the database/compiled_templates directory (I even restarted my server) and it appeared to have no affect. We still get the e

Re: [galaxy-dev] Error getting to http://galaxy/user/create on local instance

2011-05-24 Thread Greg Von Kuster
Hello Dave, The index method signature of the user controller changed, so this is a template cache issue. It may work to simply have your users refresh their Galaxy masthead ( the top menu banner that includes the login in the User pop-up ). However, sometimes this isn't enough to clear the