[galaxy-dev] Create user error

2014-01-14 Thread Nikos Sidiropoulos
Hi all,

Although users were able to create accounts till recently, now the
following error pops up whenever someone is trying to register as a new
user after filling the fields and clicking submit.

Select the user's type and information

Is anyone familiar with this error?

Bests,
Nikos
___
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/

Re: [galaxy-dev] Create user error

2014-01-14 Thread Nikos Sidiropoulos
I found the error in the logs:

Error - type 'exceptions.AttributeError': 'NoneType' object has no
attribute 'id'
URL: http://galaxy.bric.dk/user/manage_user_info?cntrller=user
File
'/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/middleware/error.py',
line 149 in __call__
  app_iter = self.application(environ, sr_checker)
File
'/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py',
line 84 in __call__
  return self.application(environ, start_response)
File
'/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py',
line 633 in __call__
  return self.application(environ, start_response)
File
'/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py',
line 132 in __call__
  return self.handle_request( environ, start_response )
File
'/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py',
line 190 in handle_request
  body = method( trans, **kwargs )
File
'/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/user.py',
line 926 in manage_user_info
  status=status )
File
'/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py',
line 1002 in fill_template
  return self.fill_template_mako( filename, **kwargs )
File
'/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py',
line 1017 in fill_template_mako
  return template.render( **data )
File
'/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/template.py',
line 296 in render
  return runtime._render(self, self.callable_, args, data)
File
'/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
line 660 in _render
  **_kwargs_for_callable(callable_, data))
File
'/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
line 692 in _render_context
  _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File
'/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
line 718 in _exec_template
  callable_(context, *args, **kwargs)
File
'/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/
base.mako.py', line 42 in render_body
  __M_writer(unicode(next.body()))
File
'/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/webapps/galaxy/user/
manage_info.mako.py', line 93 in render_body
  __M_writer(unicode(trans.security.encode_id( user_type_form_definition.id)))
AttributeError: 'NoneType' object has no attribute 'id'



2014/1/14 Nikos Sidiropoulos nikos.sid...@gmail.com

 Hi all,

 Although users were able to create accounts till recently, now the
 following error pops up whenever someone is trying to register as a new
 user after filling the fields and clicking submit.

 Select the user's type and information

 Is anyone familiar with this error?

 Bests,
 Nikos

___
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/

Re: [galaxy-dev] Create user error

2014-01-14 Thread Martin Čech
Hi Nikos,

did you update your galaxy version recently? Did you use galaxy form
definitions at any time?

Martin


On Tue, Jan 14, 2014 at 8:30 AM, Nikos Sidiropoulos
nikos.sid...@gmail.comwrote:

 I found the error in the logs:

 Error - type 'exceptions.AttributeError': 'NoneType' object has no
 attribute 'id'
 URL: http://galaxy.bric.dk/user/manage_user_info?cntrller=user
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/middleware/error.py',
 line 149 in __call__
   app_iter = self.application(environ, sr_checker)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py',
 line 84 in __call__
   return self.application(environ, start_response)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py',
 line 633 in __call__
   return self.application(environ, start_response)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py',
 line 132 in __call__
   return self.handle_request( environ, start_response )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py',
 line 190 in handle_request
   body = method( trans, **kwargs )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/user.py',
 line 926 in manage_user_info
   status=status )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py',
 line 1002 in fill_template
   return self.fill_template_mako( filename, **kwargs )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py',
 line 1017 in fill_template_mako
   return template.render( **data )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/template.py',
 line 296 in render
   return runtime._render(self, self.callable_, args, data)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
 line 660 in _render
   **_kwargs_for_callable(callable_, data))
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
 line 692 in _render_context
   _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
 line 718 in _exec_template
   callable_(context, *args, **kwargs)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/
 base.mako.py', line 42 in render_body
   __M_writer(unicode(next.body()))
 File
 '/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/webapps/galaxy/user/
 manage_info.mako.py', line 93 in render_body
   __M_writer(unicode(trans.security.encode_id(
 user_type_form_definition.id )))
 AttributeError: 'NoneType' object has no attribute 'id'



 2014/1/14 Nikos Sidiropoulos nikos.sid...@gmail.com

 Hi all,

 Although users were able to create accounts till recently, now the
 following error pops up whenever someone is trying to register as a new
 user after filling the fields and clicking submit.

 Select the user's type and information

 Is anyone familiar with this error?

 Bests,
 Nikos



 ___
 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/

___
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/

Re: [galaxy-dev] Create user error

2014-01-14 Thread Nikos Sidiropoulos
Hi Martin,

I have just found the workaround.

Apparently there was a User information form in the Definition forms. I
don't remember creating it but it was there anyway.
After deleting it's able to register as a new user.

Thanks for the help!

Bests,
Nikos



2014/1/14 Martin Čech mar...@bx.psu.edu

 Hi Nikos,

 did you update your galaxy version recently? Did you use galaxy form
 definitions at any time?

 Martin


 On Tue, Jan 14, 2014 at 8:30 AM, Nikos Sidiropoulos 
 nikos.sid...@gmail.com wrote:

 I found the error in the logs:

 Error - type 'exceptions.AttributeError': 'NoneType' object has no
 attribute 'id'
 URL: http://galaxy.bric.dk/user/manage_user_info?cntrller=user
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/middleware/error.py',
 line 149 in __call__
   app_iter = self.application(environ, sr_checker)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py',
 line 84 in __call__
   return self.application(environ, start_response)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py',
 line 633 in __call__
   return self.application(environ, start_response)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py',
 line 132 in __call__
   return self.handle_request( environ, start_response )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py',
 line 190 in handle_request
   body = method( trans, **kwargs )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/user.py',
 line 926 in manage_user_info
   status=status )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py',
 line 1002 in fill_template
   return self.fill_template_mako( filename, **kwargs )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/lib/galaxy/web/framework/__init__.py',
 line 1017 in fill_template_mako
   return template.render( **data )
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/template.py',
 line 296 in render
   return runtime._render(self, self.callable_, args, data)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
 line 660 in _render
   **_kwargs_for_callable(callable_, data))
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
 line 692 in _render_context
   _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
 line 718 in _exec_template
   callable_(context, *args, **kwargs)
 File
 '/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/
 base.mako.py', line 42 in render_body
   __M_writer(unicode(next.body()))
 File
 '/steno-internal/projects/galaxy/galaxy-dist/database/compiled_templates/webapps/galaxy/user/
 manage_info.mako.py', line 93 in render_body
   __M_writer(unicode(trans.security.encode_id(
 user_type_form_definition.id )))
 AttributeError: 'NoneType' object has no attribute 'id'



 2014/1/14 Nikos Sidiropoulos nikos.sid...@gmail.com

 Hi all,

 Although users were able to create accounts till recently, now the
 following error pops up whenever someone is trying to register as a new
 user after filling the fields and clicking submit.

 Select the user's type and information

 Is anyone familiar with this error?

 Bests,
 Nikos



 ___
 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/



___
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/