Question

Failure of web server bridge

  • 23 November 2020
  • 3 replies
  • 15459 views

Userlevel 2
Badge +6

“Failure of Web Server Bridge

No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.”

 

Has anyone encountered this message?  The environment comes up and stays up for a brief amount of time (anything from 5 mins to 45 mins) before it fails with the error above when trying to connect.

Nothing obvious in server monitoring tools.  This is a test environment which isn’t heavily stressed.

 

Regards

Chris


3 replies

Userlevel 7
Badge +21

Hi @chriselliston ,

Which application version are you running? Are you seeing any errors in the Managed servers that would account to why the OHS is having issues connecting to the backend WebLogic instances?

Cheers

Userlevel 2
Badge +6

Hi Sajith

It’s Apps 10 UPD5.  On scrutiny of the http server logs I’ve found numerous ‘connection refused’ errors on the managed server ports and also numerous ‘no resources’ errors.

IFS have since advised to increase the threads, threads per child and max webserver clients.  I will report back with results.

Research suggests that streams consumes quite a lot.

Regards

Chris

Userlevel 7
Badge +21

Increasing the thread capacity certainly seems to be thing to do. Most probably the Websocket calls for streams are consuming quite a lot of resources through the OHS.

 

Cheers.

Reply