cancel
Showing results for 
Search instead for 
Did you mean: 

BPM CE 7.2 Get Timed Out calling RFC

Former Member
0 Kudos

Hi experts

I am new in BPM with RFC on CE 7.2

I have created a simple process with Message Start, Message End and an Automated Activity that executes a RFC, but when I perform this process its get time out, log:

Dynamic client generated from wsdl. WSDL: http://10.1.5.47:50000/bpm/demosapcom/testes/TesteTrigger3?wsdl. The server response timed out.

Error details: Read timed out

I am using WebServices Navigator to perform the process, is there another way to do that ? Performing the process like this I can´t debug it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use the logging for Web Services and RFC that is provided in the NWA for tracing the root cause of error. First of all I would suggest you to check the connectivity with the backend system from where you are calling the RFC. You need to turn on the logging for the specific Provider System for all Incoming/Outgoing calls made so that you can trace the errror, this setting can be done in NWA > SOA Management > LOgs & Traces.

Hope this helps!!

Regards,

Arafat

Former Member
0 Kudos

Tks Arafat Farooqui

I have found the log and now I am looking for the way to solve exception below:

I also try to configure the Destination on "Application Communication: Configuration" because there is a message "No destination selected" but the buttons "Configure" and "Remove Configuration" are disabled, what should I do to enable these buttons ?

Could not read the destination from ESB Configuration

[EXCEPTION]

com.sap.engine.interfaces.sca.config.exception.ESBConfigurationException: Configuration not found for application: demo.sap.com/testes,composite:testes,component:demo.sap.comtestesBPMcomponent,reference:5658e8ab-607d-4ca9-acc0-dfa8964e40d9,bindingType:RFC

at com.sap.esi.esp.service.server.ESPServiceInterfaceImpl.getConfiguration(ESPServiceInterfaceImpl.java:357)

at com.sap.sdo.das.jco.JCoInvoker.accept(JCoInvoker.java:157)

at com.sap.engine.services.sca.plugins.jco.JCoImplementationInstance.accept(JCoImplementationInstance.java:63)

at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:335)

at com.sap.glx.adapter.app.ucon.SCADASWrapperImpl.invoke(SCADASWrapperImpl.java:117)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallObject.invokeWebServiceOperation(UnifiedWebServiceCallObject.java:100)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallClass.invoke(UnifiedWebServiceCallClass.java:174)

at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:530)

at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:245)

at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:791)

at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:63)

at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:138)

at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:127)

at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:124)

at java.security.AccessController.doPrivileged(Native Method)

at javax.security.auth.Subject.doAs(Subject.java:337)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:121)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:182)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:299)

Caused by: com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException: Configuration not found for application: demo.sap.com/testes,composite:testes,component:demo.sap.comtestesBPMcomponent,reference:5658e8ab-607d-4ca9-acc0-dfa8964e40d9,bindingType:RFC

at com.sap.esi.esp.service.server.esb.ConnectivityConfigurationManagerImpl.readConfiguration(ConnectivityConfigurationManagerImpl.java:276)

at com.sap.esi.esp.service.server.ESPServiceInterfaceImpl.getConfiguration(ESPServiceInterfaceImpl.java:350)

... 21 more

Caused by: com.sap.esi.esp.lib.mm.config.exceptions.ObjectNotExistsException: Configuration not found for application: demo.sap.com/testes,serviceRefId:testes_demo.sap.comtestesBPMcomponent_5658e8ab-607d-4ca9-acc0-dfa8964e40d9_RFC. Please check the configuration details from the NWA. You may have not assigned the Service Group to a Provider System, or the generation of the configuration has failed.

at com.sap.esi.esp.service.server.esb.ConnectivityConfigurationManagerImpl.readConfiguration(ConnectivityConfigurationManagerImpl.java:334)

at com.sap.esi.esp.service.server.esb.ConnectivityConfigurationManagerImpl.readConfiguration(ConnectivityConfigurationManagerImpl.java:263)

... 22 more

Exception during JCo plugin processing

[EXCEPTION]

com.sap.engine.interfaces.sca.spi.PluginException: Could not read the destination from ESB Configuration: com.sap.engine.interfaces.sca.config.exception.ESBConfigurationException: Configuration not found for application: demo.sap.com/testes,composite:testes,component:demo.sap.comtestesBPMcomponent,reference:5658e8ab-607d-4ca9-acc0-dfa8964e40d9,bindingType:RFC

at com.sap.sdo.das.jco.JCoInvoker.accept(JCoInvoker.java:363)

at com.sap.engine.services.sca.plugins.jco.JCoImplementationInstance.accept(JCoImplementationInstance.java:63)

at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:335)

at com.sap.glx.adapter.app.ucon.SCADASWrapperImpl.invoke(SCADASWrapperImpl.java:117)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallObject.invokeWebServiceOperation(UnifiedWebServiceCallObject.java:100)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallClass.invoke(UnifiedWebServiceCallClass.java:174)

at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:530)

at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:245)

at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:791)

at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:63)

at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:138)

at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:127)

at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:124)

at java.security.AccessController.doPrivileged(Native Method)

at javax.security.auth.Subject.doAs(Subject.java:337)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:121)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:182)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:299)

Error during SCA Processing

[EXCEPTION]

com.sap.engine.interfaces.sca.spi.PluginException: Could not process message for operation ZNMM001 in JCO plugin module.

at com.sap.sdo.das.jco.JCoInvoker.accept(JCoInvoker.java:369)

at com.sap.engine.services.sca.plugins.jco.JCoImplementationInstance.accept(JCoImplementationInstance.java:63)

at com.sap.engine.services.sca.das.SCADASImpl.invokeReference(SCADASImpl.java:335)

at com.sap.glx.adapter.app.ucon.SCADASWrapperImpl.invoke(SCADASWrapperImpl.java:117)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallObject.invokeWebServiceOperation(UnifiedWebServiceCallObject.java:100)

at com.sap.glx.adapter.app.ucon.UnifiedWebServiceCallClass.invoke(UnifiedWebServiceCallClass.java:174)

at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:530)

at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:245)

at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:791)

at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:63)

at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:138)

at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:127)

at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:124)

at java.security.AccessController.doPrivileged(Native Method)

at javax.security.auth.Subject.doAs(Subject.java:337)

at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:121)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:182)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:299)

Edited by: Lehcim on Aug 2, 2010 6:39 PM

Former Member
0 Kudos

Hi,

It seems that you do not have the required permissions for executing the configuration options, try adding the NWA_SuperAdmin role to see if the buttons are enabed.

Regards,

Arafat

Former Member
0 Kudos

I already had this role, any other idea ?

Former Member
0 Kudos

Did you try with the Administrator (Only Administrator) role?

Former Member
0 Kudos

yes I did

Former Member
0 Kudos

Hi,

I do not have the system access as of now and hence cannot check now, will reply you tomorrow after checking it. In the mean time see if you can find out some solution.

Regards,

Arafat

Former Member
0 Kudos

Hi,

Did you set up a communication profile for the RFC connection and then do the required application configuration via NWA->SOA Management->Application and Scenario Communication->Application Communication? Check out this good writeup on how to get it all working (RFC calling is towards the end)

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10271ce0-d613-2d10-a094-d4d693cd7b43

O.

Former Member
0 Kudos

Oliver Mayer,

Very good answer, solved the problem, tks.

Many points to you.

Answers (0)