cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dispatcher Not Working

Former Member
0 Kudos

Dear All,

I have configured the web dispatcher on ECC 6.0 with Java Stack (ABAP and JAVA stack with different SID and separate database MSSQL2005).

We have a webdynopro application developed on ABAP Stack that works fine. I have to redirect the URL of my application that is too long right now to a small URL like www.xyz.com.

Web Dynopro is confugured using the below steps in the link.

/people/prakash.singh4/blog/2005/08/16/how-to-setup-webdispatcher-to-load-balance-portal-in-a-clustered-environment

Now whenever I start the webdispatcher service it starts fine but then the portal not even opens sometime.

Below is the output of the command sapwebdisp pf=sapwebdisp.pfl -checkconfig

Checking SAP Web Dispatcher Configuration

=========================================

maximum number of sockets supported on this host: 8192

Server info will be retrieved from host: unidev: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

----


--
+

+
--


+

unidev_DEV_00

www.server.xyz.com

80

----


--
+

+
--


+

Checking ABAP servers with URL "/sap/public/icman/ping":

Checking ABAP server www.server.xyz.com:80...ERROR: NiRead failed wi

eout: -5

ERROR: retrieving server info from ABAP server: Timeout occurred(-5)

no ABAP server available

no server group "!J2EE" defined

Check ended with 1 errors, 0 warnings

-


The log file dev_webdisp

-


trc file: "dev_webdisp", trc level: 1, release: "700"

-


sysno 00

sid

systemid 562 (PC with Windows NT)

relno 7000

patchlevel 0

patchno 242

intno 20050900

make: multithreaded, Unicode, 64 bit, optimized

pid 7564

[Thr 7920] started security log to file dev_icm_sec

[Thr 7920] SAP Web Dispatcher running on: unidev

[Thr 7920] MtxInit: 30001 0 2

[Thr 7920] IcmInit: listening to admin port: 64999

[Thr 7920] IcrCoreInitSessionTable: Session table initialized

[Thr 7940] *** WARNING => HttpPlugInInit: Parameter icm/HTTPS/trust_client_with_issuer or icm/HTTPS/trust_client_with_subject not set => do not trust any intermediary

X.509 cert data will be removed from header [http_plgrt.c 743]

[Thr 7940] HttpSubHandlerAdd: Added handler HttpRedirectHandler(slot=0, flags=4098) for /:0

[Thr 7940] *** WARNING => HttpAdmHandlerInit: archive ./wdispadmin.SAR does not exist [http_adm.cpp 291]

[Thr 7940] *** WARNING => HttpAdmHandlerInit: archive ./wdispadmin.SAR does not exist - nothing extracted [http_adm.cpp 306]

[Thr 7940] HttpSubHandlerAdd: Added handler HttpAdminHandler(slot=1, flags=4101) for /sap/wdisp/admin:0

[Thr 7940] CsiInit(): Initializing the Content Scan Interface

[Thr 7940] PC with Windows NT (mt,unicode,SAP_CHAR/size_t/void* = 16/64/64)

[Thr 7940] CsiInit(): CSA_LIB = ".\sapcsa.dll"

[Thr 7940] *** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary(".\sapcsa.dll")

Error 126 = "The specified module could not be found." [dlnt.c 255]

[Thr 7940] *** ERROR => HttpAuthHandlerInit: url: / -> failed -> content filter deactivated [http_auth.c 319]

[Thr 7940] HttpSubHandlerAdd: Added handler HttpAuthHandler(slot=2, flags=12293) for /:0

[Thr 7940] HttpSubHandlerAdd: Added handler HttpWebDispHandler(slot=3, flags=28677) for /:0

[Thr 7940] Started service 8000 for protocol HTTP on host "unidev"(on all adapters) (processing timeout=60, keep_alive_timeout=30)

[Thr 7920] IcmCreateWorkerThreads: created worker thread 0

[Thr 7920] IcmCreateWorkerThreads: created worker thread 1

[Thr 7920] IcmCreateWorkerThreads: created worker thread 2

[Thr 7920] IcmCreateWorkerThreads: created worker thread 3

[Thr 7920] IcmCreateWorkerThreads: created worker thread 4

[Thr 7920] IcmCreateWorkerThreads: created worker thread 5

[Thr 7920] IcmCreateWorkerThreads: created worker thread 6

[Thr 7920] IcmCreateWorkerThreads: created worker thread 7

[Thr 7920] IcmCreateWorkerThreads: created worker thread 8

[Thr 7920] IcmCreateWorkerThreads: created worker thread 9

[Thr 8004] IcmWatchDogThread: watchdog started

I need to get the redirect function for my portal for this I am configuring webdispatcher....

Please reply if someone have an idea about the error.

let me know if any further information is required.

Regards

Vinay

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I'm not sure this is really a Web Dynpro ABAP appropriate question. You should probably post in the Portal or one of the System Admin forums as this is really about the setup of the Web Dispatcher.