cancel
Showing results for 
Search instead for 
Did you mean: 

Archiving Java Job issue

Former Member
0 Kudos

Hello all,

On PI 7.0 SPS13, we have the following error on each execution of Java Archiving Job (Background dispatching) :

Rule name : Adapter Engine Alerts

Adapter type : MessagingSystem

Adapter Error Text : ArchiveJob (Default Version Archive Job) failed.(Exception:java.lang.NullPointer

Error Category : Fatal

Error Code : MS.JOB.ARCHIVE

Any idea ?

Thanks in advance

J.Charles

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Your response is very interresting.

Currently we don't know whether we need to run archive jobs in Java part. Archiving is already configured on ABAP :

Fllowing object :

WORKITEM

BC_XMB

Is there a special object for java part or does above object sufficient ?

thanks

Former Member
0 Kudos

Hi,

No. There is no java object for that. WORKITEM is from BPE.

You don't need it archive job on java part in most cases as I mentioned. What is your purpose to do archive message? For B2B Message Level Security relevante Message Processing you have to archive it on J2EE stack, otherwise it is enough in ABAP.

regards,

Hai

Former Member
0 Kudos

Hi Jean-Charles,

Normally you don't need to run archive job in Java stack. It is better to do it in ABAP stack. You have more possibilities in ABAP for archive than in Java. In most of case you have same payload content anyway in ABAP as in Java. Unless you want to use security archive for "Non repudiation" purpose, for example to archive the signed/encrypted orignal message from sender in B2B scenario. In this case the archive job have to be done in Java stack.

There are few configuration steps should be done before you can use it, please refere the configuration guide from XI. You have to configure the archive store on J2EE stack to make it available. As I mentioned, please check whether you need it on J2EE stack at all.

regards,

Hai