Skip to Content
0
Former Member
May 12, 2014 at 04:48 PM

SAP Web Dispatcher : 500 dispatching error

1298 Views

Hello,

I installed SAP Web Dispatcher on one server. These are my parameters found in my profile (sap web dispatcher profile) among others:

  • rdisp/mshost = PROD-SHOW-S71
  • ms/http_port = 8100
  • icm/server_port_0 = PROT=HTTP,HOST=show-router01,PORT=81$$
  • icm/server_port_1 = PROT=HTTP,HOST=localhost,PORT=81$$
  • icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=81$$
  • wdisp/system_0 = SID=S71, MSHOST=PROD-SHOW-S71, MSPORT=8100, SRCURL=/S71/
  • wdisp/system_conflict_resolution = 1

On my SAP-system I have the following parameters in my profile as shown by RZ10:

  • rdisp/msserv = 0
  • rdisp/msserv_internal = 3901
  • ms/server_port_0 = PROT=HTTP,PORT=81$$
  • icm/server_port_0 = PROT=HTTP, PORT=80$$, TIMEOUT=240, PROCTIMEOUT=600
  • icm/server_port_1 = PROT=SMTP, PORT=25000
  • icm/server_port_2 = PROT=HTTPS, PORT=80$$, TIMEOUT=240, PROCTIMEOUT=600
  • rdisp/mshost = PROD-SHOW-S71
  • rdisp/msserv = sapmsS71
  • rdisp/msserv_internal = 3900

I only selected these parameters because I think they are the important ones..

Now using my web browser I want to access my SAP-system with this link: http://16.58.245.70:8100/S71/

The IP 16.58.245.70 belongs to my sap-system. with /S71/ I want my dispatcher to get me to my sap-system. In the future I want to have my dispatcher direct me to other sap-systems depending on http://16.58.245.70:8100/<xx>/

Unfortunately I get an 500 dispatching error.

Error log shows this:

[Thr 3248] Mon May 12 18:45:04 2014

[Thr 3248] *** ERROR => no valid destination server available for '!J2EE' rc=4 {00030049} [http_route.c 3462]

[Thr 3248] *** WARNING => redirect failed request to foreign destination '!ALL' [http_route.c 3486]

[Thr 3248] *** WARNING => original destination was '!J2EE' [http_route.c 3489]

[Thr 3248] *** ERROR => no valid destination server available for '!ALL' rc=4 {00030049} [http_route.c 3462]

[Thr 3248] *** WARNING => redirect failed request to foreign destination '!ALL' [http_route.c 3486]

[Thr 3248] *** WARNING => original destination was '!ALL' [http_route.c 3489]

[Thr 3248] *** ERROR => no valid destination server available for '!ALL' rc=4 {00030049} [http_route.c 3462]

[Thr 4776] Mon May 12 18:45:05 2014

[Thr 4776] *** ERROR => No matching target system for request '/favicon.ico' [icrxx.c 5079]

[Thr 4776] *** ERROR => IcrFindTargetSystem() failed. [http_plg.c 9178]

[Thr 4776] *** ERROR => No target SAP system for request {0004004a} [http_route.c 2546]

Please help me