cancel
Showing results for 
Search instead for 
Did you mean: 

Processing error in Internet Communication Framework

anand_sampath2
Participant
0 Kudos

Hi ,

I'm in to the configuration phase of solman_setup in solution manager where I am facing the Processing error in Internet Communication Framework.

Tcode: saomanager->service administration -> web service configuration:

"SRT Framework exception: Service Ping ERROR: Error when calling SOAP Runtime functions: SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED""

Also i have checked in smicm-> goto->trace file. I'm getting the following warnings

Thr 10372] HttpSAPR3SetParam: Switched j2ee status to: 1


[Thr 65180] Wed May 14 20:35:57 2014 [Thr 65180] *** WARNING => Connection request from (22/33/0) to host: http, service: 80 failed (NIEHOST_UNKNOWN) [Thr 65180] EX-T22, U33, 001 SATHEESH, 192.168.8.17, 20:35:41, M0, W9,  , 1/0 {0003001f} [icxxconn.c 2271] [Thr 36776] Wed May 14 20:36:43 2014 [Thr 36776]

*** WARNING => Connection request from (19/20/0) to host: harwich01, service: 55000 failed (NIEHOST_UNKNOWN) [Thr 36776] RM-T19, U20, 001 SATHEESH, egdp103, 20:36:27, M0, W9, SM59, 2/2 {000300c1} [icxxconn.c 2271] [Thr 15168] Wed May 14 20:42:14 2014 [Thr 15168]

*** WARNING => Connection request from (22/33/0) to host: http, service: 80 failed (NIEHOST_UNKNOWN) [Thr 15168] EX-T22, U33, 001 SATHEESH, 192.168.8.17, 20:42:09, M0, W9, , 1/0 {000200d8} [icxxconn.c 2271] [Thr 53732] Wed May 14 20:44:42 2014 [Thr 53732]

*** WARNING => Connection request from (19/20/0) to host: harwich01, service: 55000 failed (NIEHOST_UNKNOWN) [Thr 53732] RM-T19, U20, 001 SATHEESH, egdp103, 20:44:40, M0, W9, SM59, 2/2 {000300de} [icxxconn.c 2271] [Thr 12772] Wed May 14 20:44:44 2014 [Thr 12772]

*** WARNING => Connection request from (19/20/0) to host: harwich01, service: 55000 failed (NIEHOST_UNKNOWN) [Thr 12772] RM-T19, U20, 001 SATHEESH, egdp103, 20:44:42, M0, W9, SM59, 2/2 {000300df} [icxxconn.c 2271] [Thr 65180] Wed May 14 20:46:52 2014 [Thr 65180]

*** WARNING => Connection request from (22/33/0) to host: http, service: 80 failed (NIEHOST_UNKNOWN) [Thr 65180] EX-T22, U33, 001 SATHEESH, 192.168.8.17, 20:46:38, M0, W9, , 1/0 {000200e6} [icxxconn.c 2271] [Thr 15168] Wed May 14 20:55:09 2014 [Thr 15168]

*** WARNING => Connection request from (22/46/0) to host: http, service: 80 failed (NIEHOST_UNKNOWN) [Thr 15168] EX-T22, U46, 001 SATHEESH, 192.168.8.17, 20:55:09, M0, W6, , 1/0 {000200fa} [icxxconn.c 2271] [Thr 65180] Wed May 14 20:55:38 2014 [Thr 65180]

*** ERROR => IcmReadFromPartner(id=2/252): No data from server received (rc=MPI_EBROKEN: pipe broken/canceled/7) [icxxth

Can anyone help me in fixing this issue.

Thanks,

Satheesh E

Accepted Solutions (0)

Answers (3)

Answers (3)

jimguo
Advisor
Advisor
0 Kudos

Hi,

Increase icm trace to level 3 and reproduce the issue. then reset trace level and check icm trace file

to see what is returned from WebService provider.

Thanks.

Jim

Former Member
0 Kudos

Hi Satheesh,

Please check your JAVA server nodes, if they are not running please start them.

Also please provide dev_icm, icmhttp.log and dev_icm_sec files to check more details on error.

Regards,

Jitendra

anand_sampath2
Participant
0 Kudos

***********************************************************************************

******                              SECURITY WARNING                         ******

***********************************************************************************

Wed May 14 19:59:58 2014

Error: Timeout occured (-5), Traffic Control: Nettimeout (30) exceeded by peer: 127.0.0.1:53675 [icxxthr.c 4285]

***********************************************************************************

---------------------------------------------------

trc file: "dev_icm_sec", trc level: 1, release: "720"

---------------------------------------------------

Wed May 14 20:32:20 2014

hostname       SAPSOLMAN.Mas.eGinnovations.com

logfile name   dev_icm_sec

max file size  512000

switch type    0

max file size  512000

file wrap      0

logging level  2

former_member185239
Active Contributor
0 Kudos

Hi Anand,

Run the below command and paste the output.


ping harwich01


Also check whether the host name is maintained in hosts file.


With Regards

Ashutosh Chaturvedi

anand_sampath2
Participant
0 Kudos

C:\>ping harwich01

Ping request could not find host harwich01. Please check the name and try again.

former_member185239
Active Contributor
0 Kudos

Hi Anand,

This is the reason why you are getting the above error.

Things to do.

Open the host file and make a entry in it

<IP Address> <hostname> <FQDN>

for example

<ip address> harwich01 harwich01.xxx.com (where xxx is your domain name)

Hopefully it will resolve your error.

With Regards

Ashutosh Chaturvedi

anand_sampath2
Participant
0 Kudos

It has been already set . Anyway thanks .

former_member185239
Active Contributor
0 Kudos

Hi Anand,

Involve your os team.

With Regards

Ashutosh Chaturvedi