[Progress Communities] [Progress OpenEdge ABL] Forum Post: REST Calls Broke After Loading Windows Updates

Status
Not open for further replies.
J

jts-law

Guest
Hi All, I loaded Windows updates yesterday (and again today) and now my KUIB app doesn't work because some of my custom calls for data broke. The app contains data from data sources (configured via KUIB) as well as manual PUT calls via $http.put(). After checking a couple views it appears that the data source calls work correctly and the $http.put() calls no longer do (500 errors). Everything worked correctly yesterday morning before the Windows updates. The REST service is a PAS DOH and the $http.put() calls that result in the 500 errors generate the following in my oepas1.agent.log: [18/04/11@15:58:41.177-0500] P-010812 T-010476 1 AS-17 -- (Procedure: 'pas-session-startup.p' Line:28) Starting session () [18/04/11@15:58:41.368-0500] P-010812 T-010476 1 AS-17 -- pas-session-startup.p startup procedure ended with an ERROR condition. (8025) [18/04/11@15:58:41.368-0500] P-010812 T-010476 1 AS-17 MSAS Error (-6) running session startup procedure. [18/04/11@15:58:41.368-0500] P-010812 T-010476 1 AS-17 MSAS Unable to initialize session! [18/04/11@15:58:41.371-0500] P-010812 T-010476 1 AS-Aux-0 MSAS ERROR: Could not get and/or initialize 'State-free' session! Cannot process request. [18/04/11@15:58:41.371-0500] P-010812 T-010476 1 AS-Aux-0 MSAS Error handling request! Status=-1003 [18/04/11@15:58:41.371-0500] P-010812 T-010476 1 AS-Aux-0 MSAS Worker Thread exiting. Number: 4, Status: -14 The .2018-04-11.log contains the following: 16:24:16.219/3332159 [catalina-exec-5] ERROR com.progress.O4gl.Trace - READPACKET IOException : com.progress.appserv.broker.exception.BrokerException$NetworkException: Agent (NetworkError[java.io.EOFException : Error reading message for (HODs4xnjT8ulxbMzxWK1gw) = null]:Agent) com.progress.appserv.broker.exception.BrokerException$NetworkException: NetworkError[java.io.EOFException : Error reading message for (HODs4xnjT8ulxbMzxWK1gw) = null]:Agent at com.progress.appserv.broker.session.LocalSession.processAgentRsp(LocalSession.java:1228) ~[oebroker.11.7.2.jar:na] at com.progress.appserv.broker.session.LocalSession.readMsg(LocalSession.java:958) ~[oebroker.11.7.2.jar:na] at com.progress.appserv.clientrt.broker.BrokerSystemOEWeb.readMsg(BrokerSystemOEWeb.java:84) ~[oeclientrt.11.7.2.jar:na] at com.progress.appserv.clientrt.broker.AbstractBrokerSystem.readPacket(AbstractBrokerSystem.java:1952) [oeclientrt.11.7.2.jar:na] ... at java.lang.Thread.run(Thread.java:745) [na:1.8.0_101] 16:24:16.221/3332161 [catalina-exec-8] ERROR c.p.appserv.adapters.web.Request - Open4GLException executing PUT request = com.progress.open4gl.Open4GLException: Communication layer message: General Error: READPACKET IOException : com.progress.appserv.broker.exception.BrokerException$NetworkException: Agent (NetworkError[java.io.EOFException : Error reading message for (p5fDLXGUSQGBo_hLrdf9ww) = null]:Agent). (7175) : reason= null 16:24:16.222/3332162 [catalina-exec-5] ERROR c.p.appserv.adapters.web.Request - Open4GLException executing PUT request = com.progress.open4gl.Open4GLException: Communication layer message: General Error: READPACKET IOException : com.progress.appserv.broker.exception.BrokerException$NetworkException: Agent (NetworkError[java.io.EOFException : Error reading message for (HODs4xnjT8ulxbMzxWK1gw) = null]:Agent). (7175) : reason= null Also, if I make the same exact calls that are failing via Postman, they work correctly every time. Could a Windows update change the way the $http.put() works? I've been pulling my hair out trying to figure this one out. Thoughts? Louis Winter

Continue reading...
 
Status
Not open for further replies.
Top