c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05897
[Bug 681291] Re: No configuration wizard after database creation
Traceback (most recent call last):
File "/home/oli/work/bzr_repos/trunk/web/addons/openerp/controllers/database.py", line 169, in do_create
progress, users = rpc.session.execute_db('get_progress', password, res)
File "/home/oli/work/bzr_repos/trunk/web/addons/openerp/utils/rpc.py", line 363, in execute_db
return self.execute_noauth('db', method, *args)
File "/home/oli/work/bzr_repos/trunk/web/addons/openerp/utils/rpc.py", line 360, in execute_noauth
return self.gateway.execute_noauth(obj, method, *args)
File "/home/oli/work/bzr_repos/trunk/web/addons/openerp/utils/rpc.py", line 166, in execute_noauth
return self.__execute(obj, method, args, auth=False)
File "/home/oli/work/bzr_repos/trunk/web/addons/openerp/utils/rpc.py", line 141, in __execute
common.error(_('Application Error'), err.backtrace)
File "/home/oli/work/bzr_repos/trunk/web/addons/openerp/utils/common.py", line 74, in error
raise TinyError(message=msg, title=title or _("Error"))
TinyError: Traceback (most recent call last):
File "/home/oli/work/bzr_repos/trunk/server_addons_only/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/oli/work/bzr_repos/trunk/server_addons_only/bin/service/web_services.py", line 65, in dispatch
return fn(*params)
File "/home/oli/work/bzr_repos/trunk/server_addons_only/bin/service/web_services.py", line 151, in exp_get_progress
raise Exception, e
IndexError: list index out of range
--
No configuration wizard after database creation
https://bugs.launchpad.net/bugs/681291
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Web Client: Confirmed
Bug description:
After creating a new database, the view stays in database creation view, instead of being redirected to the configuration wizards.
So you need to click on the OpenERP button (home page) to get the login form and the configuration wizards which is not obvious.
branch: trunk
revision number: 3951
References