cancel
Showing results for 
Search instead for 
Did you mean: 

File Recever Communication Channel Error in PI 7.3

Former Member
0 Kudos

Hi Experts,

I have configured a scenario File to File. I am using the PI 7.3 version. In both channels module tab I have given the below details:

Number Module Name Type Module key

1 Localejbs/swift/FileActConversionToSWIFTModule Local EnterpriseBean 0

2 CallSapAdapter Local Enterprise Bean 1

These parameters are available for the module FileActConversionToSWIFTModule

Module Key Parameter Name Parameter Value

0 UseLocalSecurity true

0 KeyId SWIFT

While monitoring the communication channel, I got below error in receiver communication channel.

*Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.xi.swift.ParserException: java.lang.NullPointerException: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'swiftMsgSig'*.

Regards

vishnu

Edited by: vishnu sreenu on Oct 15, 2011 1:43 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Experts,

I have configured a scenario File to File. I am using the PI 7.3 version. In both channels module tab I have given the below details:

The interface i have configured between BCM-SwiftNet systems.

Number Module Name Type Module key

1 Localejbs/swift/FileActConversionToSWIFTModule Local EnterpriseBean 0

2 CallSapAdapter Local Enterprise Bean 1

These parameters are available for the module FileActConversionToSWIFTModule

Module Key Parameter Name Parameter Value

0 UseLocalSecurity true

0 KeyId SWIFT

While monitoring the communication channel, I got below error in receiver communication channel.

*Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.xi.swift.ParserException: java.lang.NullPointerException: while trying to invoke the method java.lang.String.length() of an object loaded from local variable 'swiftMsgSig'*.

Regards

vishnu

Former Member
0 Kudos

Hi Vishnu,

I know this is old thread but I get this error too.

Did you solve this somehow?

I found SAP note related to this, maybe this will help us both.

Note 1431996 - FileAct Collective corrections.

Br, Mika

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please configure KeyManager settings mentioned in note

1505982

Former Member
0 Kudos

hi Mika,

Thanks, I had the same issue, and thanks to your feedback, that helped me to know where to search...

And indeed, I did not see the default value of "UseLocalSecurity" is "true" !!, and so by default, PI tried to use KeyManager whereas this one was not (yet) installed/configured.... Arrrghhh...

Thanks.

Mickael