0% found this document useful (0 votes)
66 views2 pages

PGP Encryption Fails With NullPointerException

This document summarizes an issue where PGP encryption fails with a NullPointerException in a receiver channel. The error occurs because the PGPEncryption module is trying to encrypt a non-existent message. Rearranging the module chain so that the PGPEncryption and PGPDecryption modules are first in the chain resolves the issue.

Uploaded by

Jawahar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views2 pages

PGP Encryption Fails With NullPointerException

This document summarizes an issue where PGP encryption fails with a NullPointerException in a receiver channel. The error occurs because the PGPEncryption module is trying to encrypt a non-existent message. Rearranging the module chain so that the PGPEncryption and PGPDecryption modules are first in the chain resolves the issue.

Uploaded by

Jawahar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SAP Knowledge Base Article

    1913864 - PGP Encryption fails with NullPointerException


Version   1     Validity: 17.09.2013 - active   Language   English

Symptom
l In a receiver channel the PGPEncryption module is used
l Message processing fails with:

Environment
l Process Integration (PI) 7.1x or above
l SAP Netweaver 7.3x

Reproducing the Issue


Send another message through the channel

Cause
The module is trying to encrypt a non-existent message.

 In the channel the modules:

l PGPEncryption
l PGPDecryption

have to be the first one in the chain:

Resolution
Rearrange the module chain.

Keywords
B2B, SFTP, "invoke method", getMessageKey, message, "local variable"

Header Data
Released On 17.09.2013 14:09:54
Release Status Released to Customer
Component BC-XI-CON-B2B B2B - Connectivity
Priority Normal
Category Problem

Product
Product Product Version
SAP NetWeaver SAP NetWeaver 7.3
SAP enhancement package 1 for SAP NetWeaver 7.3
SAP Process Integration SAP NetWeaver Process Integration 7.1
SAP enhancement package 1 for SAP NetWeaver Process Integration

You might also like