cancel
Showing results for 
Search instead for 
Did you mean: 

Connection handle of this Interaction has already been closed

Former Member
0 Kudos

Dear All,

We are facing problem in Portal application and the portal screen shows

"WARNING : DOMG:0001 : EN: Applicatie Foutcould not create JCOClientconnection for logical system: WD_MODELDATA_DEST - Model..." When i checked the JCO and it seems to be working fine.

This error message occurs not all the time but it happens very often nowdays in our production system.

The trace file has the below info ....

-


#1.5 #005056917DFC0065000001700000148000048ACD4C7672EF#1278514262577

#com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModel#sap.com/tcwddispwda#

com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModel.JcoClientManagementWDP#m.

vanginhoven#10799##n/a##0fee4bb889d711dfa9cc005056917dfc#SAPEngine_Application

Thread[impl:3]74ID\#(J2EE3880500)ID0960469550DB02703921047067447299End.

WID1278484862289##0#0#Error##Plain###Could not create JCOClientConnection for

logical System: *'WD_MODELDATA_DEST' *- Model: 'class com.nl.cv.pr.productlijst.

Zorg_Arrangementproduct_Lijst_Model'. #

#1.5 #005056917DFC002A000009B40000148000048ACD4F560780#1278514310781

#System.err#phobos/phobos~dcrlcear#System.err#Guest#0##as-careview1_EPP_3880550##2a53432b89d711dfbb8a005056917dfc#SAPEngine_

Application_Thread[impl:3]_38##0#0#Error##Plain###Connection handle of this

Interaction has already been closed#

#1.5 #005056917DFC002A000009B50000148000048ACD4F560987#1278514310781

#System.err#phobos/phobos~dcrlcear#System.err#Guest#0##as-careview1_EPP_3880550##2a53432b89d711dfbb8a005056917dfc#SAPEngine_

Application_Thread[impl:3]_38##0#0#Error##Plain###Connection is already closed

and no longer associated with a managed connection#

-


Do anyone have any idea on this issue? Please help me out to fix this problem

Regards

Raj

Accepted Solutions (0)

Answers (1)

Answers (1)

fjhernanz
Contributor
0 Kudos

Hi,

The error message "Could not create JCOClientConnection for logical System" is only triggered when the WebDynpro application is requesting more JCO connections than the number of JCOs allocated for this application.

I suggest to carefully go through the documents below in order to properly configure your JCOs. If necessary, remove them and recreate in the correct way:

JCo Quick Summary

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/85a483cb-0d01-0010-2990-c51...

How to Configure the JCo Destination Settings

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3103eb90-0201-0010-71af-be6...

You will have to calculate the maximum number of JCo connections to each application based on Models and users.

Br,

Javier