C
christian.bryan@capita.co.uk
Guest
Hi All I am trying to use the Openedge.Web.WebRequest class to access header data passed in on a request. I want to do this as part of the HybridRealm class so i can use the header data as part of the authentication. My code syntax checks but when it runs in the PAS it causes all sorts of errors and hangs the PAS e.g. 11:35:20.727/4438 [localhost-startStop-1] WARN com.progress.appserv.Prop - Using default value for minAgents: 0 11:35:20.727/4438 [localhost-startStop-1] WARN com.progress.appserv.Prop - Using default value for agentStartLimit: 1 11:35:20.727/4438 [localhost-startStop-1] WARN com.progress.appserv.Prop - Development Server is limited to 1 agent 11:35:20.727/4438 [localhost-startStop-1] WARN com.progress.appserv.Prop - Development Server is limited to 5 concurrent requests 11:35:20.727/4438 [localhost-startStop-1] WARN com.progress.appserv.Prop - Using default value for agentWatchdogTimeout: 3000 11:35:22.765/6476 [localhost-startStop-1] WARN c.p.appserv.IdleResourceWatchdog - Idle resource watchdog disabled 11:35:57.268/40979 [4nPvP1wJQPG6VaguLVow1A-agent-watchdog] WARN c.p.appserv.PoolMgt.AgentWatchdog - AgentWatchdog(4nPvP1wJQPG6VaguLVow1A) : agent 8xs80egKSgeSmtbUd939Pw PID= 8572 has terminated. 11:35:57.280/40991 [catalina-exec-1] ERROR com.progress.appserv.Session - LocalSession(kUghJ_zEQcOgS6-AKRBf9Q) : error occurred while reading a message readMsg() = java.net.SocketException: Socket operation on nonsocket: recv failed:Socket operation on nonsocket: recv failed. (18300) 11:35:57.281/40992 [catalina-exec-1] WARN com.progress.appserv.Agent - TcpAgentConnectionPool(W6FMmO2DSXy0Hc3fJbi5Cw) : removeAgentConnection() failed to remove connection : size= 0 max= 1 11:35:57.281/40992 [catalina-exec-1] ERROR com.progress.appserv.Session - LocalSession(kUghJ_zEQcOgS6-AKRBf9Q) : an error occurred while reading response message = java.net.SocketException: Socket operation on nonsocket: recv failed:Socket operation on nonsocket: recv failed. (18296) 11:35:57.299/41010 [catalina-exec-1] ERROR c.p.a.s.s.OERealmUserDetailsImpl - Username load error for ibs re: Realm o4gl error: com.progress.open4gl.Open4GLException: Communication layer message: General Error: READPACKET IOException : com.progress.appserv.broker.exception.BrokerException$NetworkException: Agent (NetworkError[java.net.SocketException: Socket operation on nonsocket: recv failed : Error reading message for (kUghJ_zEQcOgS6-AKRBf9Q) = Socket operation on nonsocket: recv failed]:Agent). (7175) 11:35:57.300/41011 [catalina-exec-1] WARN c.p.a.s.security.OERealmAuthProvider - User not found: ibs Code attached. (Please visit the site to view this file) Thanks Christian.
Continue reading...
Continue reading...