Cvs
unread,Nov 10, 2011, 6:40:33 AM11/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CGIDEV2 Italia
buongiorno a tutti,
ho implementato una procedura per evadere dei documenti XML.
Tutto è filato liscio durante i miei test, da quando ho rilasciato per
la produzione il servizio, abbiamo riscontrato dei saltuari blocchi
all'evasione del servizio che permangono per alcune ore.
Senza poi nessun apparente motivo ne intervento il servizio
improvvisamente ritorna a rispondere.
Di seguito uno stralcio del CGIDEBUG che in effetti scrive tracce un
po' diverse rispetto a quando il servizio risponde correttamente:
Quando il servizio risponde:
2011-11-03 11:32:41.336"," ","ZhbGetInput: Request method = GET
2011-11-03 11:32:41.337"," ","GetHtmlIfsMult: No records read because
none of the requested files has changed. Previously, 20 records were
read.
2011-11-03 11:32:41.688"," ","WrtSection: HTML = Content-type: text/
xml
2011-11-03 11:32:41.688"," ","WrtSection: HTML =
2011-11-03 11:32:41.688"," ","WrtSection: HTML = <?xml version=""1.0""
encoding=""ISO-8859-1"" ?>
2011-11-03 11:32:41.688"," ","WrtSection: HTML = <HonyvemXML
Version=""1.0"">
2011-11-03 11:32:41.689"," ","WrtSection: HTML = <Response>
2011-11-03 11:32:41.689"," ","WrtSection: HTML = <status result=""KO""
datetime=""2011-11-03-11.32.41.688000"" />
2011-11-03 11:32:41.689"," ","WrtSection: HTML = <data nposiz=""0"">
2011-11-03 11:32:41.689"," ","WrtSection: HTML = <messaggio>Documento
Azionariato non Disponibile</messaggio>
2011-11-03 11:32:41.689"," ","WrtSection: HTML = <Codice>0100</Codice>
2011-11-03 11:32:41.689"," ","WrtSection: HTML = </data>
2011-11-03 11:32:41.689"," ","WrtSection: HTML = </Response>
2011-11-03 11:32:41.689"," ","WrtSection: HTML = </HonyvemXML>
2011-11-03 11:32:41.689"," ","WrtSection: Sent 303 bytes to the
browser
2011-11-03 11:39:07.048"," ","WrtJobDbg: 297118/QTMHHTTP/CGIDEV2APA
2011-11-03 11:39:07.049"," ","ZhbGetInput: Request method = GET
2011-11-03 11:39:07.05"," ","GetHtmlIfsMult: No records read because
none of the requested files has changed. Previously, 20 records were
read.
Improvvisamente il servizio non risponde più ed il log scrive:
2011-11-03 11:54:43.961"," ","WrtJobDbg: 324154/QTMHHTTP/CGIDEV2APA
2011-11-03 11:54:43.973"," ","ZhbGetInput: Request method = GET
2011-11-03 11:54:44.001"," ","GetHtmlIfsMult: 20 records read.
2011-11-03 12:31:02.586"," ","WrtJobDbg: 325675/QTMHHTTP/CGIDEV2APA
2011-11-03 12:31:02.587"," ","ZhbGetInput: Request method = GET
2011-11-03 12:31:02.589"," ","GetHtmlIfsMult: 20 records read.
2011-11-03 12:46:06.788"," ","WrtJobDbg: 326188/QTMHHTTP/CGIDEV2APA
2011-11-03 12:46:06.789"," ","ZhbGetInput: Request method = GET
2011-11-03 12:46:06.791"," ","GetHtmlIfsMult: 20 records read.
2011-11-03 12:51:45.175"," ","WrtJobDbg: 326373/QTMHHTTP/CGIDEV2APA
2011-11-03 12:51:45.176"," ","ZhbGetInput: Request method = GET
2011-11-03 12:51:45.177"," ","GetHtmlIfsMult: 20 records read.
2011-11-03 13:05:08.28"," ","WrtJobDbg: 326671/QTMHHTTP/CGIDEV2APA
2011-11-03 13:05:08.281"," ","ZhbGetInput: Request method = GET
2011-11-03 13:05:08.283"," ","GetHtmlIfsMult: 20 records read.
2011-11-03 13:25:11.354"," ","WrtJobDbg: 326934/QTMHHTTP/CGIDEV2APA
2011-11-03 13:25:11.355"," ","ZhbGetInput: Request method = GET
2011-11-03 13:25:11.357"," ","GetHtmlIfsMult: 20 records read.
2011-11-03 13:42:50.065"," ","WrtJobDbg: 327141/QTMHHTTP/CGIDEV2APA
2011-11-03 13:42:50.066"," ","ZhbGetInput: Request method = GET
2011-11-03 13:42:50.067"," ","GetHtmlIfsMult: 20 records read.
Qualche suggerimento?
grazie
Cvs