[jadmin] PYYIMT Transport fault with multiple users

Norman Rasmussen norman at rasmussen.co.za
Fri Jan 18 09:04:23 CST 2008


On Jan 18, 2008 11:21 AM, oliver bril <oliver_bril at hotmail.com> wrote:

>  I am completely NOT familiar with python so I just carried out the tests
> you asked me to do :-).
>
cool,


> 1. Disk space enough , I have 6Gb available so that shouldn't be the
> problem.
>
yea, it sounds more like it's selecting an odd backend.


> >>> s.__class__
> AttributeError: __class__
> >>> s.__module__
>
AttributeError: __module__
>


> That doesn't look good I suppose. Did I forget to install something?
>

These worry, me.  I can't think of any time python should do that.


> >>> anydbm._names
> ['dbhash', 'gdbm', 'dbm', 'dumbdbm']
>

can you also check:

>>> anydbm._defaultmod
<module 'dbhash' from 'dbhash.py'>

which should say what it's using.  Also try:

>>> import dbhash

to find out why it's not using dbhash (if that's not what the defaultmod is)

I thought I read the manuals well but perhaps not well enough.
> And the files which are created are the following:
> -rw-rw-r--   1 imgatew  prod           0 Jan 18 10:14 testshelve.dir
> -rw-rw-r--   1 imgatew  prod           0 Jan 18 10:14 testshelve.pag
>

If you're getting .dir and .pag files then it's probably using 'dbm' and not
'dbhash' or 'bsddb'.

Check to see that you have the bsddb libraries correctly installed.

-- 
- Norman Rasmussen
- Email: norman at rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.jabber.org/pipermail/jadmin/attachments/20080118/678fc60e/attachment.htm 


More information about the JAdmin mailing list