cancel
Showing results for 
Search instead for 
Did you mean: 

Error in CC

Former Member
0 Kudos

error in communication channel monitoring,

Error while processing message '224abc5-4a13-471a-2d45-a67f6b5466ay2'; detailed error

description: com.sap.aii.adapter.jms.api.channel.filter.MessageFilterException: The XI AF

module processor call failed since the ejb handle was invalidated. Possible reason:

Stop&Start or redeploy of the XI AF module processor. Received exception: null:

com.sap.engine.services.ejb.session.stateless_sp5.InactiveContainerException at

com.sap.aii.adapter.jms.core.channel.filter.SendToModuleProcessorFilter.filter

(SendToModuleProcessorFilter.java:85)

What could be the reason?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check if your adapter Engine is working fine and its ON. Try to restart the J2EE server. It may resovle your problem. Have you used any modules check with it also.

OR

The Standard modules are the modules that are alwayts executed last and the adapter framework of XI, calls these modules whenever a message is picked by the corresponding adapters.

There is always a module available by default.

Whenever a message is picked by the J2EE eingine adapters, the data is processed by these modules.

Thanks

swarup

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I think you are using a customized Module, If so make sure the classes wrriten in the module.

The Error clearly states the bean used is invalidated. So, check out the code and the classes included in the module and retest.

Thanks,

Viji

Former Member
0 Kudos

Hi....Have u developed your own module? If yes i think there is a problem with the module itself.

Former Member
0 Kudos