cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading to PI 7.1 EHP1

Former Member
0 Kudos

Hello,

We are in the middle of upgrading from PI 7.0 SP9 to PI 7.1 EHP1. During the JAVA Configuration phase we are getting an error during the RUN_PREPARE_MIG_CONTROLLERS phase. The error we are getting in the logs is:

Could not execute MTI process. See log files /usr/sap/XID/upg/java/log/JMT_FRAMEWORK_MJA_01.OUT and /usr/sap/XID/upg/java/log/JMT_FRAMEWORK_MJA_01.ERR.

The logs for the JMT_FRAMEWORK_MJA_01.OUT shows the following errors several times:

thread_cpu_time: sanity error, might lead to negative CPU time.

measured thread: 1286

old measurements done by thread 4113: 439000, 0

new measurements done by thread 4113: 230000, 1270000

invocations: 36 number of errors: 2

The JMT_FRAMEWORK_MJA_01.ERR shows the following error:

#2.0 #2010 06 02 08:51:55:383#0-500#Error#com.sap.sdt.jmt.migrationtool.err#

###C000AC10FBD900000000000031D1FC02###com.sap.sdt.jmt.migrationtool.err########Thread[main,5,main]#Plain##

java.lang.NullPointerException:

at com.sap.aii.af.jpr.library.migration.LibraryMigrationManagerImpl.migrateJPRLibraries(LibraryMigrationManagerImpl.java:73)

at com.sap.aii.af.component.migration.JPRMigrationController.migrateFileSystemData(JPRMigrationController.java:65)

at com.sap.sdt.jmt.mc.FileSystemMigrationExecuter.executeController(FileSystemMigrationExecuter.java:60)

at com.sap.sdt.jmt.mc.AbstractMigrationControllerExecuter.executeMigrationController(AbstractMigrationControllerExecuter.java:394)

at com.sap.sdt.jmt.mc.AbstractMigrationControllerExecuter.execute(AbstractMigrationControllerExecuter.java:357)

at com.sap.sdt.jmt.migrationtool.MigrationToolImport.execute(MigrationToolImport.java:863)

at com.sap.sdt.jmt.migrationtool.MigrationToolImport.migrateMigrationControllerData(MigrationToolImport.java:1326)

at com.sap.sdt.jmt.migrationtool.MigrationToolImport.startTool(MigrationToolImport.java:610)

at com.sap.sdt.jmt.migrationtool.MigrationToolImport.main(MigrationToolImport.java:1190)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)

#

Has anyone seen this before in their upgrades? We are running our PI system on the AS/400 platform as well.

Thanks,

Dale Dingmann

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Download the latest 7.11 SPXX SAPXIAF_XX.sca patch from the ServiceMarketplace.

Extract the com.sap.aii.af.jpr.migration archive (using WinRAR)

Deploy the com.sap.aii.af.jpr.migration archive by following the steps in the attached note #1311608, which it shows how the patched migrations can be applied.

-credit to Lucas Santos SAP@KR@Support Consultant

Answers (1)

Answers (1)

0 Kudos

Hi Dale,

From the "java.lang.NullPointerException", ensure that you use Java Version 1.5 for PI 7.1X.

Regards,

Caio Cagnani