Skip to main content

Hi all,

I have a configuration (which I know works when I return a small static html document via $webinfo("OUTPUT") = "...").

However, few thousand bytes in the output, and this happens;

(OPER) FO_START_SESSION:12 $webinfo("OUTPUT") = VS_RETVAL

(OPER) FO_START_SESSION:13 return (0)

(OPER) START:3 return (0)

To Router:chn=0;len=3978: ANSWER; typ=Z;av=I;op=Z;ret=0,0; hop=0;dbg=0;pid=0;tid=0;qid=0;ins=0;

srvloop: Problems handling request

srvloop: connection gone, will exit


When I look in urouter.log - this is the information;

To Server:chn=673;len=1170: ACTREQ; typ=A;av=I;op=s;mod=-1;iop=8192;ign=0; 0:22.258.98 t=5992: hop=0;

5992: server sid=1 is dead

Stopping server sid=1; shut=0 mode=normal

Reason for stop: Server does not respond to network requests


What am I missing here??


Knut


Hi all,

I have a configuration (which I know works when I return a small static html document via $webinfo("OUTPUT") = "...").

However, few thousand bytes in the output, and this happens;

(OPER) FO_START_SESSION:12 $webinfo("OUTPUT") = VS_RETVAL

(OPER) FO_START_SESSION:13 return (0)

(OPER) START:3 return (0)

To Router:chn=0;len=3978: ANSWER; typ=Z;av=I;op=Z;ret=0,0; hop=0;dbg=0;pid=0;tid=0;qid=0;ins=0;

srvloop: Problems handling request

srvloop: connection gone, will exit


When I look in urouter.log - this is the information;

To Server:chn=673;len=1170: ACTREQ; typ=A;av=I;op=s;mod=-1;iop=8192;ign=0; 0:22.258.98 t=5992: hop=0;

5992: server sid=1 is dead

Stopping server sid=1; shut=0 mode=normal

Reason for stop: Server does not respond to network requests


What am I missing here??


Knut


Hi Knut,

is the issue happening always when your static html reach a specific size?
Like 2048 or 4092 or 8196 bytes...

Gianni


Hi all,

I have a configuration (which I know works when I return a small static html document via $webinfo("OUTPUT") = "...").

However, few thousand bytes in the output, and this happens;

(OPER) FO_START_SESSION:12 $webinfo("OUTPUT") = VS_RETVAL

(OPER) FO_START_SESSION:13 return (0)

(OPER) START:3 return (0)

To Router:chn=0;len=3978: ANSWER; typ=Z;av=I;op=Z;ret=0,0; hop=0;dbg=0;pid=0;tid=0;qid=0;ins=0;

srvloop: Problems handling request

srvloop: connection gone, will exit


When I look in urouter.log - this is the information;

To Server:chn=673;len=1170: ACTREQ; typ=A;av=I;op=s;mod=-1;iop=8192;ign=0; 0:22.258.98 t=5992: hop=0;

5992: server sid=1 is dead

Stopping server sid=1; shut=0 mode=normal

Reason for stop: Server does not respond to network requests


What am I missing here??


Knut


Well, well, well...

As a part of the tidy up before exiting the component in WASV - I do a close on a specific path:

close "%%$PATH$".  All simple stuff....  until $PATH$ is empty...  Then Uniface shuts down every

open path, including the path back to userver...  duh!!

Solved!