cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web dispatcher issue

former_member192181
Participant
0 Kudos


Hi All,

We are not able to access our applications server through web dispatcher using HTTPS protocol(error page cannot be displayed), while it is working using http protocol.

we are getting the below error in dev_webdisp of SAP web dispatcher

[Thr 1092684096] Fri May  2 11:31:57 2014

[Thr 1092684096] *** ERROR => RoutePlgAttachToNewServer: IcrAttachToServer(192.168.8.45) for group PUBLIC: rc=4 [route_plg_mt 1144]

[Thr 1092684096] *** ERROR => RoutePlugInStartConn: RoutePlgAttachToNewServer(192.168.8.49): rc=-1 [route_plg_mt 587]

[Thr 1092684096] *** ERROR => IcmConnInitServer: PluginStartConn failed (rc=701) [icxxconn_mt. 1477]

we have already checked in the forum for solution and even tried updating the web dispatcher

We have done the web dispatcher checkconfig

qtyqty:wd0adm 68> sapwebdisp pf=WD0_W00_qtyqty -checkconfig -f strace -t 3
Checking SAP Web Dispatcher Configuration
=========================================
maximum number of sockets supported on this host: 32768
Server info will be retrieved from host: asapq00.qtyb.com:8100 with protocol: http
Checking connection to message server...OK
Retrieving server info from message server...OK
Message Server instance list
+---------------------+---------------------+---------+----------+
|    instance name    |    hostname         |HTTP port|HTTPS port|
+---------------------+---------------------+---------+----------+
|     asapq00_APQ_00 |  asapq00.qtyb.com |    8000 |          |
+---------------------+---------------------+---------+----------+
Checking ABAP servers with URL "/sap/public/icman/ping":
Checking ABAP server http://asapq00.qtyb.com:8000...OK
Checking J2EE servers with URL "/favicon.ico":
Checking J2EE server http://asapq00.qtyb.com:8000...OK

Retrieving group info with HTTP from server asapq00.qtyb.com:8000...OK
Defined server groups:
+---------------------+----------+
|     group name      | #entries |
+---------------------+----------+
|               !J2EE |       1  |
|               !DIAG |       1  |
|                !ALL |       1  |
|              PUBLIC |       1  |
+---------------------+----------+
Retrieving url info with HTTP from server asapq00.qtyb.com:8000...OK
Url map info file "/sap/public/icf_info/icr_urlprefix" is OK
Contents of url map file:
+---------------------+---------------------+--------------------+
|        URL          |        Group        |   virtual host     |
+---------------------+---------------------+--------------------+
|/sap/public/formgrap |                     |                *:*;|
|          /sap_java/ |                     |                *:*;|
|            /test30/ |                     |                *:*;|
|              /nwbc/ |                     |                *:*;|
|               /sap/ |                     |                *:*;|
+---------------------+---------------------+--------------------+

Check ended with 0 errors, 0 warnings

.

Please find the web dispatcher profile

SAPSYSTEMNAME = WD0
SAPSYSTEM = 00
INSTANCE_NAME = W00
DIR_CT_RUN = $(DIR_EXE_ROOT)/run
DIR_EXECUTABLE = $(DIR_CT_RUN)
wdisp/shm_attach_mode = 6
#-----------------------------------------------------------------------
# Accesssability of Message Server
#-----------------------------------------------------------------------
rdisp/mshost = asapq00.qtyb.com
ms/http_port = 8100
ms/https_port = 8101
#-----------------------------------------------------------------------
# Configuration for medium scenario
#-----------------------------------------------------------------------
icm/max_conn               = 16350
icm/max_sockets            = 32768
wdisp/HTTPS/max_pooled_con = 16350
icm/req_queue_len          = 8000
icm/min_threads            = 100
icm/max_threads            = 500
mpi/total_size_MB          = 700
mpi/buffer_size            = 32768
mpi/max_pipes              = 21000

wdisp/HTTP/max_pooled_con  = 8192
wdisp/HTTPS/max_pooled_con = 8192
#-----------------------------------------------------------------------
# SAP Web Dispatcher Ports
#-----------------------------------------------------------------------
icm/server_port_0 = PROT=HTTP,PORT=80,EXTBIND=1
icm/server_port_1 = PROT=ROUTER,PORT=443,EXTBIND=1
#icm/host_name_full= asapq00.qtyb.com
icm/host_name_full= qtyqty.qty.co.in
icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=/sapmnt/WD0/global/security/data/icmauth.txt
ssl/ssl_lib=/usr/sap/WD0/W00/sec/libsapcrypto.so
wdisp/HTTPS/dest_logon_group = PUBLIC
wdisp/HTTPS/max_client_ip_entries = 100000
wdisp/HTTPS/sticky_mask = 255.255.255.0
#-----------------------------------------------------------------------
#Additional Parameters
#-----------------------------------------------------------------------

wdisp/add_client_protocol_header = true
wdisp/auto_refresh = 120
wdisp/max_servers = 100
wdisp/handle_webdisp_ap_header = 1

Regards,

Lalitha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I'm not sure what you are trying to do since you are using parameters only relevant for End-to-End SSL and there is no SSL support in your backend system. Remove the wdisp/HTTPS/* parameters and retry. I assume you intend to terminate SSL on the Web Dispatcher, correct? What is the version and patch level of your Web Dispatcher?

former_member192181
Participant
0 Kudos

Dear Samuli,

Our web dispatcher is working with out any issues from long period.

Recently we have updated the kernel of the backend system(PI 7.0) from 700 to 720 patch level 600,after upgrading the kernel we are not able to connect to PI server suing HTTPS.

Regards,

Lalitha.