cancel
Showing results for 
Search instead for 
Did you mean: 

Portal service is intermittent (/irj/portal)

Former Member
0 Kudos

Hi All

We have a strange issue in our production portal

We have CI+DB running in ngepha-pub and application servers running on

Ngsvawrk162 & ngsvawrk165, load balancing is happening via web

dispatcher.

From 9th of April the portal service is intermittent, like we are

getting u2018u2019page not displayedu2019u2019 error message, after refreshing it goes

through

Observed that one of the application server is faulty and causing the

intermittent issues, if we shutdown application on ngsvawrk165, we

donu2019t have any issues in load

Balancing via web dispatcher, can you guys please provide help to

resolve this issue?

And I have installed Httpwatch software and observed that we are

getting error

u2018u2019401 Unauthorizedu2019u2019 as of now we shutdown the faulty application, but

potentially will be having high user loads cause the performance

problem with one application is down.

Please provide some inputs

Regards

harinath reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I would remove the 165 server from the load balancing configuration so that it does not use it for now. Then start the 165 server and call it directly... what response do you get? Check the default.trc files on the 165 server for any errors. If the 165 server is just a dialog instance (i.e. not the CI) then you can delete it and recreate it... that might be the easiest fix if the problem is not evident to you in the logs.

BRgds,

Simon

Former Member
0 Kudos

HI Simon

Thanks for your response ,can you please let me know how can i take off 165 application form load balancing ,we have load balancing via web dispatcher ,we didnt mention about any dialog application and load balancing is happening via webdisp and message server of CI+DB ,please find the webdisp config pfl file

  1. unique instance number

SAPSYSTEM = 10

  1. add default directory settings

DIR_EXECUTABLE = .

DIR_INSTANCE = .

  1. Accessibility of Message Servers

rdisp/mshost = ngepha-pub

ms/http_port = 8151

  1. SAP Web Dispatcher Parameter

wdisp/auto_refresh = 120

wdisp/max_servers = 100

wdisp/shm_attach_mode = 6

  1. configuration for large scenario

icm/max_conn = 16384

icm/max_sockets = 32768

icm/req_queue_len = 8000

icm/min_threads = 100

icm/max_threads = 350

mpi/total_size_MB = 700

mpi/max_pipes = 32768

#maximum number of concurrent connections to one server

wdisp/HTTP/max_pooled_con = 16350

wdisp/HTTPS/max_pooled_con = 16350

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=80,TIMEOUT=30,PROCTIMEOUT=600

icm/server_port_1 =

  1. SAP Web Dispatcher Web Administration

icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=icmauth.txt

please let me know how can i break the link B/W CI and dialog instance

Thanks

harinath reddy