[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Internal Server Error 500



   Hello Devlyn,
   I'm having a hard time understanding your situation.
   1) You initially said you were getting a 500 "Internal Server Error".
   But, no 500 error exists in the debug file you sent.  I see multiple
   successful transactions, but no failed ones.
   2) You said you were getting a #43, time-out error.  But, no time-out
   error exists in the debug file you sent.
   As near as I can tell, you are running HTTPAPI thousands (millions?) of
   times in a loop.   Please remember that you are doing network
   communications, here...  and any time you perform communications,
   there's a chance for an error to occur.  So if you are only getting
   failures occasionally in thousands of transactions,  I think that's to
   be expected?  You should check for the failures, and when they occur,
   try them again.
   But, since both your 500 first lines, and 500 last lines show not one,
   but _many_ successful HTTP transactions, it's hard to see why you think
   there's a problem with HTTPAPI occurring?  Surely it's working, or you
   wouldn't have so many successful transactions?
   -SK

   On 9/4/2012 2:42 AM, [1]vanderWalt.Devlyn@xxxxxxxxxxxxxx wrote:

   Ok here is the first 501 lines of the debug file. I can also post the
   function's code. Just thought of something. Is it possible; in the same
   job, to call this function over and over again. Will this also increase
   the size of the debug file?
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   New iconv() objects set, PostRem=819. PostLoc=0. ProtRem=819. ProtLoc=0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 907
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[1][2]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>             <Parameter01></Parameter01>
   <Parameter02></Parameter02>             <Parameter03></Parameter03>
           <Parameter04></Parameter04>
   <Parameter05></Parameter05>             <Parameter06></Parameter06>
           <Parameter07></Parameter07>
   <Parameter08></Parameter08>             <Parameter09></Parameter09>
           <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>0000076</FunctionID>
   <UserID>QSECOFR</UserID>             <LogKey></LogKey>
   </WebserviceEnv>       </Request>    </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 398
   Date: Fri, 25 May 2012 14:04:50 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 398
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[2][3]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-ENV
   :Body><Response><Control><ProcessStartTime>22:04:50</ProcessStartTime><
   ProcessEndTime>22:04:50</ProcessEndTime><NumberofMessages>1</NumberofMe
   ssages></Control><MessageDetails><MsgType>RETSTS</MsgType></MessageDeta
   ils></Response></SOAP-ENV:Body></SOAP-ENV:Envelope>
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   New iconv() objects set, PostRem=819. PostLoc=0. ProtRem=819. ProtLoc=0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 978
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[3][4]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>             <Parameter01>PRODUCT</Parameter01>
     <Parameter02>MATERIAL</Parameter02>
   <Parameter03>CURRENT</Parameter03>
   <Parameter04>PRODSCHED</Parameter04>
   <Parameter05>PRE</Parameter05>
   <Parameter06>B20120525000536476</Parameter06>
   <Parameter07></Parameter07>             <Parameter08></Parameter08>
           <Parameter09></Parameter09>
   <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>0000022</FunctionID>
   <UserID>CT000067</UserID>
   <LogKey>201205250056263315</LogKey>          </WebserviceEnv>
   </Request>    </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 905
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[4][5]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>             <Parameter01></Parameter01>
   <Parameter02></Parameter02>             <Parameter03></Parameter03>
           <Parameter04></Parameter04>
   <Parameter05></Parameter05>             <Parameter06></Parameter06>
           <Parameter07></Parameter07>
   <Parameter08></Parameter08>             <Parameter09></Parameter09>
           <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>0000076</FunctionID>             <UserID>P6USR</UserID>
               <LogKey></LogKey>          </WebserviceEnv>
   </Request>    </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 398
   Date: Fri, 25 May 2012 14:04:53 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 398
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[5][6]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-ENV
   :Body><Response><Control><ProcessStartTime>22:04:53</ProcessStartTime><
   ProcessEndTime>22:04:53</ProcessEndTime><NumberofMessages>1</NumberofMe
   ssages></Control><MessageDetails><MsgType>RETSTS</MsgType></MessageDeta
   ils></Response></SOAP-ENV:Body></SOAP-ENV:Envelope>
   http_close(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 495
   Date: Fri, 25 May 2012 14:04:53 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 495
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[6][7]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-ENV
   :Body><Response><Control><ProcessStartTime>22:04:51</ProcessStartTime><
   ProcessEndTime>22:04:53</ProcessEndTime><NumberofMessages>2</NumberofMe
   ssages></Control><MessageDetails><MsgType>ACTIVITYCH</MsgType><MsgDescr
   iption>Y</MsgDescription></MessageDetails><MessageDetails><MsgType>0000
   073</MsgType></MessageDetails></Response></SOAP-ENV:Body></SOAP-ENV:Env
   elope>
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 963
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[7][8]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>
   <Parameter01>B20120525000535879</Parameter01>
   <Parameter02>SP1</Parameter02>
   <Parameter03>201205250056263315</Parameter03>
   <Parameter04></Parameter04>             <Parameter05></Parameter05>
           <Parameter06></Parameter06>
   <Parameter07></Parameter07>             <Parameter08></Parameter08>
           <Parameter09></Parameter09>
   <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>SMPSCHED</FunctionID>
   <UserID>P6USR</UserID>             <LogKey>201205250056263315</LogKey>
            </WebserviceEnv>       </Request>
   </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 434
   Date: Fri, 25 May 2012 14:04:58 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 434
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[8][9]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-ENV
   :Body><Response><Control><ProcessStartTime>22:04:55</ProcessStartTime><
   ProcessEndTime>22:04:58</ProcessEndTime><NumberofMessages>1</NumberofMe
   ssages></Control><MessageDetails><MsgType>RETSTS</MsgType><MsgDescripti
   on>ERR</MsgDescription></MessageDetails></Response></SOAP-ENV:Body></SO
   AP-ENV:Envelope>
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /CorticonPrdB/services/Corticon HTTP/1.1
   Host: P6C1:9282
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: CorticonRequest
   Content-Length: 395
   senddoc(): entered
   <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[9][10]http://schemas.xmlsoap.org/soap/envelope/";
   SOAP-ENV:encodingStyle="[10][11]http://schemas.xmlsoap.org/soap/encoding/";>
      <SOAP-ENV:Body>       <p1:CorticonRequest xmlns:p1="urn:Corticon"
   decisionServiceName="BusinessRuleValidation">
   <p1:WorkDocuments/>       </p1:CorticonRequest>
   </SOAP-ENV:Body></SOAP-ENV:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   Content-Type: text/xml;charset=utf-8
   Transfer-Encoding: chunked
   Date: Fri, 25 May 2012 14:05:00 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: chunked 0
   header_load_cookies() entered
   recvchunk(): entered
   get_chunk_size(): entered
   2ad
   chunk size = 685
   get_chunk_size returned 685
   calling comm_blockread
   <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
   xmlns:soapenv="[11][12]http://schemas.xmlsoap.org/soap/envelope/";
   xmlns:xsd="[12][13]http://www.w3.org/2001/XMLSchema";
   xmlns:xsi="[13][14]http://www.w3.org/2001/XMLSchema-instance";><soapenv:Body
   ><p1:CorticonResponse ccExeStart="1337954700515"
   ccExeStop="1337954700515" decisionServiceName="BusinessRuleValidation"
   xmlns:p1="urn:Corticon">          <p1:WorkDocuments
   xmlns:xsi="[14][15]http://www.w3.org/2001/XMLSchema-instance";><p1:BusinessR
   uleValidation
   id="BusinessRuleValidation_id_1"><p1:resultValid>true</p1:resultValid><
   /p1:BusinessRuleValidation></p1:WorkDocuments>       <p1:Messages
   version="1"/></p1:CorticonResponse></soapenv:Body></soapenv:Envelope>
   comm_blockread returned 685
   get_chunk_size(): entered
   0
   chunk size = 0
   get_chunk_size returned 0
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 978
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[15][16]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>             <Parameter01>PRODUCT</Parameter01>
     <Parameter02>MATERIAL</Parameter02>
   <Parameter03>CURRENT</Parameter03>
   <Parameter04>PRODSCHED</Parameter04>
   <Parameter05>PRE</Parameter05>
   <Parameter06>B20120525000535879</Parameter06>
   <Parameter07></Parameter07>             <Parameter08></Parameter08>
           <Parameter09></Parameter09>
   <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>0000022</FunctionID>
   <UserID>CT000067</UserID>
   <LogKey>201205250056263315</LogKey>          </WebserviceEnv>
   </Request>    </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 495
   Date: Fri, 25 May 2012 14:05:06 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 495
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[16][17]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-EN
   V:Body><Response><Control><ProcessStartTime>22:05:03</ProcessStartTime>
   <ProcessEndTime>22:05:05</ProcessEndTime><NumberofMessages>2</NumberofM
   essages></Control><MessageDetails><MsgType>ACTIVITYCH</MsgType><MsgDesc
   ription>Y</MsgDescription></MessageDetails><MessageDetails><MsgType>000
   0073</MsgType></MessageDetails></Response></SOAP-ENV:Body></SOAP-ENV:En
   velope>
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 963
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[17][18]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>
   <Parameter01>B20120525000537346</Parameter01>
   <Parameter02>SP1</Parameter02>
   <Parameter03>201205250056263315</Parameter03>
   <Parameter04></Parameter04>             <Parameter05></Parameter05>
           <Parameter06></Parameter06>
   <Parameter07></Parameter07>             <Parameter08></Parameter08>
           <Parameter09></Parameter09>
   <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>SMPSCHED</FunctionID>
   <UserID>P6USR</UserID>             <LogKey>201205250056263315</LogKey>
            </WebserviceEnv>       </Request>
   </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 434
   Date: Fri, 25 May 2012 14:05:11 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 434
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[18][19]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-EN
   V:Body><Response><Control><ProcessStartTime>22:05:08</ProcessStartTime>
   <ProcessEndTime>22:05:11</ProcessEndTime><NumberofMessages>1</NumberofM
   essages></Control><MessageDetails><MsgType>RETSTS</MsgType><MsgDescript
   ion>ERR</MsgDescription></MessageDetails></Response></SOAP-ENV:Body></S
   OAP-ENV:Envelope>
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /CorticonPrdB/services/Corticon HTTP/1.1
   Host: P6C1:9282
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: CorticonRequest
   Content-Length: 395
   senddoc(): entered
   <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[19][20]http://schemas.xmlsoap.org/soap/envelope/";
   SOAP-ENV:encodingStyle="[20][21]http://schemas.xmlsoap.org/soap/encoding/";>
      <SOAP-ENV:Body>       <p1:CorticonRequest xmlns:p1="urn:Corticon"
   decisionServiceName="BusinessRuleValidation">
   <p1:WorkDocuments/>       </p1:CorticonRequest>
   </SOAP-ENV:Body></SOAP-ENV:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   Content-Type: text/xml;charset=utf-8
   Transfer-Encoding: chunked
   Date: Fri, 25 May 2012 14:05:13 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: chunked 0
   header_load_cookies() entered
   recvchunk(): entered
   get_chunk_size(): entered
   2ad
   chunk size = 685
   get_chunk_size returned 685
   calling comm_blockread
   <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
   xmlns:soapenv="[21][22]http://schemas.xmlsoap.org/soap/envelope/";
   xmlns:xsd="[22][23]http://www.w3.org/2001/XMLSchema";
   xmlns:xsi="[23][24]http://www.w3.org/2001/XMLSchema-instance";><soapenv:Body
   ><p1:CorticonResponse ccExeStart="1337954713452"
   ccExeStop="1337954713452" decisionServiceName="BusinessRuleValidation"
   xmlns:p1="urn:Corticon">          <p1:WorkDocuments
   xmlns:xsi="[24][25]http://www.w3.org/2001/XMLSchema-instance";><p1:BusinessR
   uleValidation
   id="BusinessRuleValidation_id_1"><p1:resultValid>true</p1:resultValid><
   /p1:BusinessRuleValidation></p1:WorkDocuments>       <p1:Messages
   version="1"/></p1:CorticonResponse></soapenv:Body></soapenv:Envelope>
   comm_blockread returned 685
   get_chunk_size(): entered
   0
   chunk size = 0
   get_chunk_size returned 0
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 978
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[25][26]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>             <Parameter01>PRODUCT</Parameter01>
     <Parameter02>MATERIAL</Parameter02>
   <Parameter03>CURRENT</Parameter03>
   <Parameter04>PRODSCHED</Parameter04>
   <Parameter05>PRE</Parameter05>
   <Parameter06>B20120525000537346</Parameter06>
   <Parameter07></Parameter07>             <Parameter08></Parameter08>
           <Parameter09></Parameter09>
   <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>0000022</FunctionID>
   <UserID>CT000067</UserID>
   <LogKey>201205250056263315</LogKey>          </WebserviceEnv>
   </Request>    </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 495
   Date: Fri, 25 May 2012 14:05:18 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 495
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[26][27]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-EN
   V:Body><Response><Control><ProcessStartTime>22:05:16</ProcessStartTime>
   <ProcessEndTime>22:05:18</ProcessEndTime><NumberofMessages>2</NumberofM
   essages></Control><MessageDetails><MsgType>ACTIVITYCH</MsgType><MsgDesc
   ription>Y</MsgDescription></MessageDetails><MessageDetails><MsgType>000
   0073</MsgType></MessageDetails></Response></SOAP-ENV:Body></SOAP-ENV:En
   velope>
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /p6prdb/service/basicsite/services/soap HTTP/1.1
   Host: P6PRDB01:10010
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: WebServiceControl
   Content-Length: 963
   senddoc(): entered
   <?xml version="1.0" encoding="iso-8859-1"
   standalone="no"?><soapenv:Envelope
   xmlns:soapenv="[27][28]http://schemas.xmlsoap.org/soap/envelope/";>
   <soapenv:Header/>    <soapenv:Body>       <Request>
   <ParameterSet>
   <Parameter01>B20120525000536186</Parameter01>
   <Parameter02>SP1</Parameter02>
   <Parameter03>201205250056263315</Parameter03>
   <Parameter04></Parameter04>             <Parameter05></Parameter05>
           <Parameter06></Parameter06>
   <Parameter07></Parameter07>             <Parameter08></Parameter08>
           <Parameter09></Parameter09>
   <Parameter10></Parameter10>          </ParameterSet>
   <WebserviceEnv>             <EnvironmentID>PRDB</EnvironmentID>
       <FunctionID>SMPSCHED</FunctionID>
   <UserID>P6USR</UserID>             <LogKey>201205250056263315</LogKey>
            </WebserviceEnv>       </Request>
   </soapenv:Body></soapenv:Envelope>
   recvresp(): entered
   HTTP/1.1 200 OK
   X-Powered-By: Servlet/3.0
   Server: GlassFish Server Open Source Edition 3.0.1
   X-WSYD-LICENSE: Websydian Relay Service Servlet v2.1 - Copyright (c)
   2009 Websydian A/S
   X-WSYD-LICENSETYPE: 30
   Content-Type: text/xml;charset=ISO-8859-1
   Content-Length: 434
   Date: Fri, 25 May 2012 14:05:24 GMT
   SetError() #13: HTTP/1.1 200 OK
   recvresp(): end with 200
   recvdoc parms: identity 434
   header_load_cookies() entered
   recvdoc(): entered
   SetError() #0:
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <SOAP-ENV:Envelope
   xmlns:SOAP-ENV="[28][29]http://schemas.xmlsoap.org/soap/envelope/";><SOAP-EN
   V:Body><Response><Control><ProcessStartTime>22:05:20</ProcessStartTime>
   <ProcessEndTime>22:05:24</ProcessEndTime><NumberofMessages>1</NumberofM
   essages></Control><MessageDetails><MsgType>RETSTS</MsgType><MsgDescript
   ion>ERR</MsgDescription></MessageDetails></Response></SOAP-ENV:Body></S
   OAP-ENV:Envelope>
   http_close(): entered
   HTTPAPI Ver 1.24beta11 released 2010-09-09
   OS/400 Ver V6R1M0
   http_persist_open(): entered
   http_long_ParseURL(): entered
   DNS resolver retrans: 2
   DNS resolver retry  : 2
   DNS resolver options: x'00000136'
   DNS default domain: ACXGROUP.COM
   DNS server found: 172.16.1.1
   DNS server found: 172.16.1.41
   DNS server found: 172.22.33.21
   http_persist_post(): entered
   http_long_ParseURL(): entered
   do_oper(POST): entered
   POST /CorticonPrdB/services/Corticon HTTP/1.1
   Host: P6C1:9282
   User-Agent: http-api/1.24
   Content-Type: text/xml
   SOAPAction: CorticonRequest
   Content-Length: 395
   From:        Scott Klement [30]<sk@xxxxxxxxxxxxxxxx>
   To:        HTTPAPI and FTPAPI Projects [31]<ftpapi@xxxxxxxxxxxxxxxxxxxxxx>
   Date:        2012/09/04 09:29 AM
   Subject:        Re: Internal Server Error 500
   Sent by:        [32]ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
     __________________________________________________________________

   Hello,
   Can you provide, perhaps, the first 500 lines of the debug file? I'm
   having a really hard time understanding what's happening, and I suspect
   that seeing the debug file will help.
   -SK
   On 9/4/2012 12:38 AM, [33]vanderWalt.Devlyn@xxxxxxxxxxxxxx wrote:
   >     So I delete the file and again it is 950 MB.  But want I don't
   >     understand why? It is such a simple program, with only one
   request..
   >     And the request and the response is small. So why the big debug
   file?
   >     I was able to copy all 950 MB of it on to my local PC. and the
   only
   >     thing that make sense to me is:
   >     recvresp(): entered
   >     SetError() #43: CommTCP_read: time-out!
   >     recvresp(): end with timeout
   >     http_close(): entered
   >     HTTP/1.1 500 Internal Server Error
   >     It sound like it is timing out.  But again if it is such a simple
   >     program with a small request, why would it time out?
   >
   -----------------------------------------------------------------------
   This is the FTPAPI mailing list.  To unsubscribe, please go to:
   [29][34]http://www.scottklement.com/mailman/listinfo/ftpapi
   -----------------------------------------------------------------------
     __________________________________________________________________

   This e-mail is subject to the Columbus Stainless [Pty] Ltd Email Legal
   Notices available at:
   [30][35]http://www.columbus.co.za/EmailLegalNotice.htm.
     __________________________________________________________________

   This e-mail message has been scanned for Viruses and Content and
   cleared by MailMarshal
     __________________________________________________________________

References

   1. [36]http://schemas.xmlsoap.org/soap/envelope/
   2. [37]http://schemas.xmlsoap.org/soap/envelope/
   3. [38]http://schemas.xmlsoap.org/soap/envelope/
   4. [39]http://schemas.xmlsoap.org/soap/envelope/
   5. [40]http://schemas.xmlsoap.org/soap/envelope/
   6. [41]http://schemas.xmlsoap.org/soap/envelope/
   7. [42]http://schemas.xmlsoap.org/soap/envelope/
   8. [43]http://schemas.xmlsoap.org/soap/envelope/
   9. [44]http://schemas.xmlsoap.org/soap/envelope/
  10. [45]http://schemas.xmlsoap.org/soap/encoding/
  11. [46]http://schemas.xmlsoap.org/soap/envelope/
  12. [47]http://www.w3.org/2001/XMLSchema
  13. [48]http://www.w3.org/2001/XMLSchema-instance
  14. [49]http://www.w3.org/2001/XMLSchema-instance
  15. [50]http://schemas.xmlsoap.org/soap/envelope/
  16. [51]http://schemas.xmlsoap.org/soap/envelope/
  17. [52]http://schemas.xmlsoap.org/soap/envelope/
  18. [53]http://schemas.xmlsoap.org/soap/envelope/
  19. [54]http://schemas.xmlsoap.org/soap/envelope/
  20. [55]http://schemas.xmlsoap.org/soap/encoding/
  21. [56]http://schemas.xmlsoap.org/soap/envelope/
  22. [57]http://www.w3.org/2001/XMLSchema
  23. [58]http://www.w3.org/2001/XMLSchema-instance
  24. [59]http://www.w3.org/2001/XMLSchema-instance
  25. [60]http://schemas.xmlsoap.org/soap/envelope/
  26. [61]http://schemas.xmlsoap.org/soap/envelope/
  27. [62]http://schemas.xmlsoap.org/soap/envelope/
  28. [63]http://schemas.xmlsoap.org/soap/envelope/
  29. [64]http://www.scottklement.com/mailman/listinfo/ftpapi
  30. [65]http://www.columbus.co.za/EmailLegalNotice.htm


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
[66]http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------

References

   1. mailto:vanderWalt.Devlyn@xxxxxxxxxxxxxx
   2. http://schemas.xmlsoap.org/soap/envelope/
   3. http://schemas.xmlsoap.org/soap/envelope/
   4. http://schemas.xmlsoap.org/soap/envelope/
   5. http://schemas.xmlsoap.org/soap/envelope/
   6. http://schemas.xmlsoap.org/soap/envelope/
   7. http://schemas.xmlsoap.org/soap/envelope/
   8. http://schemas.xmlsoap.org/soap/envelope/
   9. http://schemas.xmlsoap.org/soap/envelope/
  10. http://schemas.xmlsoap.org/soap/envelope/
  11. http://schemas.xmlsoap.org/soap/encoding/
  12. http://schemas.xmlsoap.org/soap/envelope/
  13. http://www.w3.org/2001/XMLSchema
  14. http://www.w3.org/2001/XMLSchema-instance
  15. http://www.w3.org/2001/XMLSchema-instance
  16. http://schemas.xmlsoap.org/soap/envelope/
  17. http://schemas.xmlsoap.org/soap/envelope/
  18. http://schemas.xmlsoap.org/soap/envelope/
  19. http://schemas.xmlsoap.org/soap/envelope/
  20. http://schemas.xmlsoap.org/soap/envelope/
  21. http://schemas.xmlsoap.org/soap/encoding/
  22. http://schemas.xmlsoap.org/soap/envelope/
  23. http://www.w3.org/2001/XMLSchema
  24. http://www.w3.org/2001/XMLSchema-instance
  25. http://www.w3.org/2001/XMLSchema-instance
  26. http://schemas.xmlsoap.org/soap/envelope/
  27. http://schemas.xmlsoap.org/soap/envelope/
  28. http://schemas.xmlsoap.org/soap/envelope/
  29. http://schemas.xmlsoap.org/soap/envelope/
  30. mailto:sk@xxxxxxxxxxxxxxxx
  31. mailto:ftpapi@xxxxxxxxxxxxxxxxxxxxxx
  32. mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
  33. mailto:vanderWalt.Devlyn@xxxxxxxxxxxxxx
  34. http://www.scottklement.com/mailman/listinfo/ftpapi
  35. http://www.columbus.co.za/EmailLegalNotice.htm
  36. http://schemas.xmlsoap.org/soap/envelope/
  37. http://schemas.xmlsoap.org/soap/envelope/
  38. http://schemas.xmlsoap.org/soap/envelope/
  39. http://schemas.xmlsoap.org/soap/envelope/
  40. http://schemas.xmlsoap.org/soap/envelope/
  41. http://schemas.xmlsoap.org/soap/envelope/
  42. http://schemas.xmlsoap.org/soap/envelope/
  43. http://schemas.xmlsoap.org/soap/envelope/
  44. http://schemas.xmlsoap.org/soap/envelope/
  45. http://schemas.xmlsoap.org/soap/encoding/
  46. http://schemas.xmlsoap.org/soap/envelope/
  47. http://www.w3.org/2001/XMLSchema
  48. http://www.w3.org/2001/XMLSchema-instance
  49. http://www.w3.org/2001/XMLSchema-instance
  50. http://schemas.xmlsoap.org/soap/envelope/
  51. http://schemas.xmlsoap.org/soap/envelope/
  52. http://schemas.xmlsoap.org/soap/envelope/
  53. http://schemas.xmlsoap.org/soap/envelope/
  54. http://schemas.xmlsoap.org/soap/envelope/
  55. http://schemas.xmlsoap.org/soap/encoding/
  56. http://schemas.xmlsoap.org/soap/envelope/
  57. http://www.w3.org/2001/XMLSchema
  58. http://www.w3.org/2001/XMLSchema-instance
  59. http://www.w3.org/2001/XMLSchema-instance
  60. http://schemas.xmlsoap.org/soap/envelope/
  61. http://schemas.xmlsoap.org/soap/envelope/
  62. http://schemas.xmlsoap.org/soap/envelope/
  63. http://schemas.xmlsoap.org/soap/envelope/
  64. http://www.scottklement.com/mailman/listinfo/ftpapi
  65. http://www.columbus.co.za/EmailLegalNotice.htm
  66. http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------