Discussion:
[Wt-interest] Auto Refresh in a Wt Application
B V Raghav
2015-04-22 17:04:09 UTC
Permalink
I do not think I am the right person to judge by the errors. However, I
have created
--
(b v raghav)
B V Raghav
2015-04-22 17:43:34 UTC
Permalink
Dear Wim,

With too little experience, I dont think I can judge by the logs. I have
nevertheless created pastebin archive of the access log and error log, just
after one refresh automatically happened.

Here are the links:
Access Logs: http://pastebin.com/ttgBQhpt
Error Logs: http://pastebin.com/35V3ec8E

Here are the observations:

At line 2942 there is a 'signal from dead session, sending reload' - This
is due to some unknown reason - after 33 inputs in the same session, there
was a reload.

At line 3102, there is a 'shutdown (caught SIGTERM)' at approx 120 sec
later.

At line 3120 there is again the same 'signal from dead session, sending
reload' - This is on an idle session, almost 300 sec later.


Does that provide any clue?

Thanks,
--
(b v raghav)

***@gmail.com
B V Raghav
2015-04-23 00:27:23 UTC
Permalink
Here is the apache config for wt

<IfModule mod_fcgid.c>
SocketPath /var/lib/apache2/fcgid/sock
IdleTimeout -1
ProcessLifeTime -1
MaxProcessCount 10
DefaultMaxClassProcessCount 10
DefaultMinClassProcessCount 1
FcgidInitialEnv WT_APP_ROOT /home/bvr/wt/approot
</IfModule>

<DirectoryMatch "^/home/.+/public_html/.*$">
AddHandler fcgid-script .wt
AllowOverride FileInfo
Options +ExecCGI
</DirectoryMatch>


Hope it helps

--
(b v raghav)

***@gmail.com

Loading...