cancel
Showing results for 
Search instead for 
Did you mean: 

IPC Error

Former Member
0 Kudos

Hi,

I'm running ISA 4.0 SP10 with r3standardpitrex.

I'm using a Trex Catalog and in my shop admin I made sure to use "List Prices".

My B2B XCM Config I put noipc and I disabled any other option I found that used IPC.

However I still get this error in my error log:

com.sapmarkets.isa.core.eai.BackendException: com.sap.sxe.socket.client.ClientException: Error connecting to host localhost on port 4444; check whether dispatcher and server are running"

Oct 17, 2006 12:41:07 PM,967 SAPEngine_Application_Thread[impl:3]_18 Error bbcom.sapmarkets.isa.core.eai.sp.ipc.IPCConnectionImpl [(J2EE51205100)ID1864069750DB11476426024486701124End|system.eai.exception] Error occcurred in EAI layer "Could not create IPC managed connection with the class name '

[props]='{port=dummy}'

Any ideas?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This probelm is fixed with the SAP Note 607976

I did this for b2c b2b & a bespoke b2b application

Soution for ISA R3 4.0:

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

Comment out the following IPC related backend objects from configuration

file WEB-INF\xcm\sap\modification\backendobject-config.xml:

ServiceBasketIPC in

- config id="javabasket_javatemplate_forR3"

- config id="r3pidefault"

ServiceR3IPC in

- config id="r3pidefault

Example:

<!-- <businessObject type="ServiceR3IPC" ........ </businessObject> -->

Change the connection information for backend object 'PriceCalc' in

config id="r3pidefault" from

connectionFactoryName="IPC" defaultConnectionName="IPC_SOCKET_R3"

to connectionFactoryName="JCO" defaultConnectionName="ISAStateless".

Regards

Chris

Former Member
0 Kudos

Hello,

How could you solve this problem? I am getting the same problem too.

R