Frequent Weblogic.sca.api.ScaException: Invocation From SCA Engine Is Invalid Errors
(Doc ID 2816257.1)
Last updated on SEPTEMBER 24, 2023
Applies to:
Oracle SOA Suite - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Goal
Getting frequent weblogic.sca.api.ScaException: Invocation from SCA engine is invalid errors
A remote service reference is injected into a service and is used for invoking the remote service. We have 8 different server clusters, but seeing a "weblogic.sca.api.ScaException: Invocation from SCA engine is invalid." error on only 1 cluster. This is occuring on every alternate request and is causing major customer provisioning issues. When a request is sent again, the same cached remote reference is able to make the remote call.
Below is the exception trace, no other information is available. Nothing is prinred in soa server.out or log or diagnostic logs
Caused by: weblogic.sca.api.ScaException: Invocation from SCA engine is invalid.
at oracle.integration.platform.blocks.java.SpringServiceEngine.redirectSCAInvocation(SpringServiceEngine.java:1191)
at oracle.integration.platform.blocks.java.SpringServiceEngine.invoke(SpringServiceEngine.java:1170)
at weblogic.sca.engine.WlsScaReference.invokeExternal(WlsScaReference.java:125)
at weblogic.sca.engine.WlsScaReference.invoke(WlsScaReference.java:71)
at com.sun.proxy.$Proxy899.getSimpleAccount(Unknown Source)
at com.twc.bps.adapter.bsif.BSIFRequestProcessor.getSimpleAccount(BSIFRequestProcessor.java:836)
at com.twc.bps.adapter.bsif.BSIFRequestProcessor.getAccountSimpleAccount(BSIFRequestProcessor.java:811)
at com.twc.bps.adapter.bsif.BSIFRequestProcessor.isAccountMigrated(BSIFRequestProcessor.java:658)
at com.twc.bps.adapter.bsif.BSIFRequestProcessor.process(BSIFRequestProcessor.java:256)
at com.twc.bps.adapter.bsif.ChannelPair.run(ChannelPair.java:474)
at com.twc.bps.util.ThreadPoolImpl$PoolThread.run(ThreadPoolImpl.java:105)
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |