cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with ESS in portal

Former Member
0 Kudos

Hello experts!

I would appreciate a little help from you.

We have configured recently ESS in our portal. The problem arised since that.

We detected that all the connections between our portal and the gateway of the backend is all concentrated in the central instance.

Let me explain you. Imagine a user logs in to the application server 1 (app1) of the portal. He makes something in ESS and we detect that the connection to the backend (erp) is not made through the application server. In fact, we appreciate that this connection goes through the central instance.

JCo connection are load balanced. The problem seems to be in another configuration.

As you can understand, as ESS gives a lot of workload to the system, and since it is being processed centrally in central instance, we're having a lot of performance issues (regarding cpu bottleneck) in central instance. The other 4 applications servers are just with a 10% CPU load.

Could you help us please so that the requests from the application servers to the backend don't have to be processed in the central instance?

regards,

Filipe Vasconcelos

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

oki

ChrisSolomon
Active Contributor
0 Kudos

Makes sure you SYSTEM object connections and JCO destinations are load balanced. That's your "links" to the backend. If that all checks, make sure your load balancer is actually set to do as you are expecting. I say this because in a past project, we had an issue like this but it was becuase the load balancer was actually sending all traffic to one server instead of dispersing the load.