[email protected] wrote:
Hi.

Please refer to my earlier post. Your database is not setup yet. Unlike ver 4, 
using init seems not to activate (populate) database in ver 5.

Mugoma,
Yengas.
I am unable to do that since the below error message crops up before I can even do something with the client. I tried to follow your steps, but server quits before I can do anything.


Mehul Ved wrote:
[email protected] wrote:
Hi.

I can see the message 'successful login' in your logs. Is the problem resolved 
now?

Mugoma,
Yengas.
Not fully. This is what I get when running as user mehulved from command line.
When run from init, it does connect to the database template1 but gives an error - 
'"ir_module_module" does not exist'
Here is the traceback
-----xxxxx-----
Traceback (most recent call last):
 File "./openerp-server.py", line 108, in <module>
   pooler.get_db_and_pool(db, update_module=tools.config['init'] or 
tools.config['update'])
 File "/usr/lib/python2.5/site-packages/openerp-server/bin/pooler.py", line 40, 
in get_db_and_pool
   addons.load_modules(db, force_demo, status, update_module)
 File "/usr/lib/python2.5/site-packages/openerp-server/bin/addons/__init__.py", 
line 692, in load_modules
   cr.execute("SELECT name from ir_module_module WHERE state in (%s)" % 
','.join(['%s']*len(STATES_TO_LOAD)), STATES_TO_LOAD)
 File "/usr/lib/python2.5/site-packages/openerp-server/bin/sql_db.py", line 76, 
in wrapper
   return f(self, *args, **kwargs)
 File "/usr/lib/python2.5/site-packages/openerp-server/bin/sql_db.py", line 
118, in execute
   res = self._obj.execute(query, params)
psycopg2.ProgrammingError: relation "ir_module_module" does not exist
-----xxxxx-----
I am not sure why it is happening.
With Regards,
Mehul Ved


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to