Page 1 of 1

Unable to send Mails and test mails are working fine

Posted: Mon Aug 16, 2010 3:41 pm
by Mohanraj
I am getting error in the Log page

[16.08.2010 03:29:50] 4612 FATAL/except: CAUGHT EXCEPTION:


Traceback (most recent call last):
File "/home/openemm/bin/scripts/pickdist.py", line 189, in ?
agn.lock ()
File "/home/openemm/bin/scripts/agn.py", line 909, in lock
pid = int (inp)
ValueError: invalid literal for int():

Please help me out

Same exact issue

Posted: Thu Dec 02, 2010 3:46 pm
by jlcopp
Man, I have this exact same issue.

Any luck, I've made sure I have the phython-mysql package installed. Other forum posts indicated this was an issue...

So far no luck...

Issue Solved

Posted: Thu Dec 02, 2010 5:58 pm
by jlcopp
OK after looking at the agn.py and the pickdist.py code files, It appears you may have to stop openemm and then go into the /home/openemm/var/lock directory and ERASE all the existing lock files.

Then restart openemm.

I also issued a ps -u openemm -f to see all the processes and pickdist is running fine.

My mailings went out.

Cheers...