cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to start ICM

Former Member
0 Kudos

Hi Experts,

I am unable to start the ICM, whenever I start the SAP ABAP Instance, the below logs are generated in dev_icm

I also tried changing the services port from 8000 to 8001, but still no luck.

Can someone help me on this.

[Thr 9476] Mon Jan 31 07:20:15 2011

[Thr 9476] *** 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_plg.c 730]

[Thr 9476] ISC: created 400 MB disk cache.

[Thr 9476] ISC: created 50 MB memory cache.

[Thr 9476] HttpSubHandlerAdd: Added handler HttpCacheHandler(slot=0, flags=12293) for /:0

[Thr 9476] HttpExtractArchive: files from archive D:\usr\sap\CED\DVEBMGS00\exe/icmadmin.SAR in directory D:/usr/sap/CED/DVEBMGS00/data/icmanroot are up to date

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

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

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

[Thr 9476] CsiInit(): CSA_LIB = "D:\usr\sap\CED\DVEBMGS00\exe\sapcsa.dll"

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

[Thr 9476] HttpSubHandlerAdd: Added handler HttpSAPR3Handler(slot=3, flags=1052677) for /:0

[Thr 9476] Started service 8000 for protocol HTTP on host "GHPLR3DEV.godrejinds.com"(on all adapters) (processing timeout=60, keep_alive_timeout=30)

[Thr 9476] Mon Jan 31 07:20:20 2011

[Thr 9476] *** WARNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 5 seconds [icxxman.c 4616]

[Thr 9476] *** WARNING => IcmNetCheck: 1 possible network problems detected - please check the network/DNS settings [icxxman.c 4672]

[Thr 5736] Mon Jan 31 07:35:41 2011

[Thr 5736] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 42;10.26.24.44:1090) [nibuf.cpp 4611]

[Thr 5736] *** WARNING => Connection request from (2/3/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)

[icxxconn.c 2340]

[Thr 1812] Mon Jan 31 07:35:46 2011

[Thr 1812] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 42;10.26.24.44:1090) [nibuf.cpp 4611]

[Thr 1812] *** WARNING => Connection request from (2/3/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)

[icxxconn.c 2340]

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

What has happened?

URL http://codepc:8000/sap/bc/webdynpro/sap/zmyweb call was terminated because the corresponding service is not available.

Note
  • The termination occurred in system NSP with error code 403 and for the reason Forbidden.
  • The selected virtual host was 0 .
  • can you help me
Former Member
0 Kudos

Hi Olivier,

Thanks, my problem is resolved.

You are right, the error started occuring after EHP4 upgrade and deleting the entry from OAC0 resolved.

Thanks for all your help.

Regards,

John

Former Member
0 Kudos

Ensure, all ICM specific parameters set correctly in default profile using http://help.sap.com/saphelp_nw04/helpdata/en/61/f5183a3bef2669e10000000a114084/frameset.htm

Also refer Note 773830 - FQHN determination in ICM

A simple test, e.g. by pointing your browser to the URL http://<webas

server>:<icmport>/sap/public/ping1, will reveal any other general network or configuration

issues in your setup.

Regards

sekhar

Edited by: sekhar on Feb 1, 2011 9:29 AM

Former Member
0 Kudos

Hi John,

What does 10.26.24.44:1090 point to ?

Regards.

Ruchit.

JPReyes
Active Contributor
0 Kudos

10.26.24.44:1090

Usually port 1090 is used by a http repository for a content server, can you post you icm parameters I think you might have a conflict.

Regards

Juan

Former Member
0 Kudos

Hi,

I have the same errors on my production ECC6 EHP4 system where the ICM runs perfectly :

[Thr 9492] *** WARNING => Connection request from (4/5/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)

I think this problem is generated by the SAP standard entry HME_CONTENT in transaction OAC0 (Content Repositories)

Content Rep. HME_CONTENT

Description TEST CONTENT

Document Area

Storage type

Protocol

Version no. 0045 Content Server version 4.5

HTTP server P25214:1090

HTTP Script contentserver/contentserver.dll

From my understanding, SAP forgot to remove this test entry before shipping to customers...

This an explantion of the error messages but not an explanation of the non starting ICM...

Regards,

Olivier