[Erp5-users] Invoking "Activity Pending" state

Yoshinori Okuji yo at nexedi.com
Thu Feb 8 01:16:10 CET 2007


On Wednesday 07 February 2007 18:34, Sadegh Ismael Nattaj wrote:
> The problem solved! as YO said I was faced to problem because of
> TimeService bad configuration which I made.
>
> It seems that "timerserver" works by getting IP address of hostname. In
> my special case my Zope instance is running (LISTEN) on another
> interface that its IP is different from hostname IP.
>
> So, simply I changed "site-packages/timerserver/TimerServer.py" :
>         #ip = socket.gethostbyname(socket.gethostname())
>         ip = '172.27.5.202'
>
> I know that it's not the final solution, but anyway ERP5 is working
> nice!

I would like to say that this is a bug in TimerService. TimerService should 
obtain an IP address from the config, and when not set, fall back to 
127.0.0.1. Can anybody make a patch for this?

YO
-- 
Yoshinori Okuji, Nexedi CTO
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
ERP5: Full Featured High End Open Source ERP
http://www.erp5.com
ERP5 Wiki: Developer Zone for ERP5 Community
http://www.erp5.org



More information about the Erp5-users mailing list