[erlang-questions] inets - traverse exit from apply ?

Sanjaya Vitharana sanjaya@REDACTED
Sun Sep 17 11:45:39 CEST 2006


Hi ... all,

After running the system for 6 months time inets begin to crash,

Try to replace the original function with below 3 lines to make sure it is not other than the http call to inets httpd.

read_prof(SessionID,Env,Input)->
   io:fwrite("***blocked for testing***~n"),
   mod_esi:deliver(SessionID, "{error,blocked}"). %%-- for testing

same result, so my doubt is the inet httpd.

the error_log, error_disk_log.1 of inets show the below errors ? what those means ?

Need quick fix. Anyone have experience with this error ?

Please help.

Sanjaya Vitharana

------------------------------------------------------
System Info:

[root@REDACTED vm_profile]# erl -version
Erlang (THREADS,HIPE) (BEAM) emulator version 5.4.10

[root@REDACTED vm_profile]# uname -a
Linux prof 2.4.21-27.ELsmp #1 SMP Wed Dec 1 21:59:02 EST 2004 i686 i686 i386 GNU/Linux

[root@REDACTED vm_profile]# date
Sun Sep 17 14:49:32 IST 2006

------------------------------------------------------
error_log -- inets

[17/Sep/2006:09:20:23 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.221.0>,normal}
[17/Sep/2006:09:20:25 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.225.0>,normal}
[17/Sep/2006:10:05:56 +0530] server crash for 192.168.129.20, reason: "Error reading request: No request received on keep-alive connectionbefore server side timeout"
[17/Sep/2006:12:50:08 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.214.0>,normal}
[17/Sep/2006:12:50:10 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.218.0>,normal}

------------------------------------------------------
error_disk_log.1 -- inets

{mod_esi_linked_process_died,<0.305.0>,normal}[17/Sep/2006:09:20:23 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.221.0>,normal}[17/Sep/2006:09:20:25 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.225.0>,normal}[17/Sep/2006:10:05:56 +0530] server crash for 192.168.129.20, reason: "Error reading request: No request received on keep-alive connectionbefore server side timeout"
[17/Sep/2006:12:50:08 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.214.0>,normal}[17/Sep/2006:12:50:10 +0530] reporting error: traverse exit from apply: mod_esi:do => 
{mod_esi_linked_process_died,<0.218.0>,normal}

------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20060917/412e61f8/attachment.htm>


More information about the erlang-questions mailing list