Projet

Général

Profil

Scénario #18406

Mis à jour par Daniel Dehennin il y a environ 7 ans

h3. Problème

Des transactions HTTP sont annulées à la connexion dans certains cas de figure : un CPU est à 100% le temps de charger les données de la base.

h3. Propositions

* Augmenter le timeout Ajax
<pre>
Ext.Ajax.timeout = 240000;
</pre>

h3. Demande initiale

lorsque je me connecte je n'ai que le message Erreur HTTP -1 (transaction aborted)
cf PJ

tous les onglets sont vides.
parfois j'arrive à avoir la colonne "serveurs RVP 1", donc jepeux afficher des infos dans cet onglet.
mais rien dans les autres onglets..

quasi rien dans les logs .
<pre>
2016/12/15 16:04:51 CET [HTTPChannel (TLSMemoryBIOProtocol),106,10.72.253.3] get_nodes
2016/12/15 16:04:51 CET [HTTPChannel (TLSMemoryBIOProtocol),106,10.72.253.3] <arv.web.childpage.GetNodes instance at 0x248f830>
2016/12/15 16:04:51 CET [HTTPChannel (TLSMemoryBIOProtocol),117,10.72.253.3] get_all_cred
2016/12/15 16:04:51 CET [HTTPChannel (TLSMemoryBIOProtocol),117,10.72.253.3] <arv.web.childpage.GetAllCred instance at 0x3436d40>
2016/12/15 16:05:23 CET [HTTPChannel (TLSMemoryBIOProtocol),118,10.72.253.3] get_tmpl_connects
2016/12/15 16:05:23 CET [HTTPChannel (TLSMemoryBIOProtocol),118,10.72.253.3] <arv.web.childpage.GetTmplConnects instance at 0x238d878>
2016/12/15 16:05:23 CET [HTTPChannel (TLSMemoryBIOProtocol),119,10.72.253.3] get_nodes_state
2016/12/15 16:05:23 CET [HTTPChannel (TLSMemoryBIOProtocol),119,10.72.253.3] <arv.web.childpage.GetNodesState instance at 0x2383c68>
</pre>

Retour