cancel
Showing results for 
Search instead for 
Did you mean: 

Package_checker.log error on clean install of ERP2005

chris_scott
Active Participant
0 Kudos

Hi,

I'm trying to install ERP2005/NW04s on W32 on SQL2005, tried lots of variations [at 36 hours a go!] of startup parameters,

but it consistently falls over at phase 17 [ie immediately after the ABAP load], see log below.

Tried jsdk 1.4.2_11 and now the trusty 1.4.2_09.

Tried rebuilding OS. Now is a completely clean install on a W2K3 machine.

Help!!

Cheers,

Andy

=========================================================

sapinst_dev.log extract.

The files referenced [MigrationChecker.console.log & package_checker.log] don't even exist

=========================================================

java.io.FileNotFoundException: C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\MigrationChecker.console.log (Access is denied)

at java.io.FileOutputStream.open(Native Method)

at java.io.FileOutputStream.<init>(FileOutputStream.java:179)

at java.io.FileWriter.<init>(FileWriter.java:90)

at com.sap.inst.lib.app.SystemProperties.writeSystemProperties(SystemProperties.java:91)

at com.sap.inst.lib.app.SystemProperties.writeSystemProperties(SystemProperties.java:76)

at com.sap.inst.lib.app.CommandLineApp.writeSystemProperties(CommandLineApp.java:175)

at com.sap.inst.lib.app.CommandLineApp.doMain(CommandLineApp.java:55)

at com.sap.inst.migcheck.MigrationChecker.main(MigrationChecker.java:222)

java.io.FileNotFoundException: C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\MigrationChecker.console.log (Access is denied)

at java.io.FileOutputStream.openAppend(Native Method)

at java.io.FileOutputStream.<init>(FileOutputStream.java:177)

at com.sap.inst.lib.app.CommandLineApp.redirectStandardStreams(CommandLineApp.java:188)

at com.sap.inst.lib.app.CommandLineApp.doMain(CommandLineApp.java:58)

at com.sap.inst.migcheck.MigrationChecker.main(MigrationChecker.java:222)

java.io.IOException: Couldn't get lock for C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/package_checker.log

at java.util.logging.FileHandler.openFiles(FileHandler.java:361)

at java.util.logging.FileHandler.<init>(FileHandler.java:261)

at com.sap.inst.lib.util.LogUtils.setupLogger(LogUtils.java:116)

at com.sap.inst.lib.util.LogUtils.setupLogger(LogUtils.java:83)

at com.sap.inst.lib.util.LogUtils.setupRootLogger(LogUtils.java:37)

at com.sap.inst.migcheck.pkg.PackageCheckTask.<init>(PackageCheckTask.java:40)

at com.sap.inst.migcheck.MigrationChecker.startAppJob(MigrationChecker.java:199)

at com.sap.inst.lib.app.CommandLineApp.doMain(CommandLineApp.java:111)

at com.sap.inst.migcheck.MigrationChecker.main(MigrationChecker.java:222)

ERROR 2006-08-18 01:29:50

ERROR 2006-08-18 01:29:50

CJSlibModule::writeError_impl()

CJS-30022 Program 'Package Checker' exits with error code 101. For details see log file(s) package_checker.java.log, package_checker.log.

TRACE [iaxxejsbas.hpp:460]

EJS_Base::dispatchFunctionCall()

JS Callback has thrown unknown exception. Rethrowing.

ERROR 2006-08-18 01:29:50 [iaxxgenimp.cpp:736]

showDialog()

FCO-00011 The step runPackageChecker with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runPackageChecker was executed with status ERROR .

=========================================================

Accepted Solutions (0)

Answers (1)

Answers (1)

chris_scott
Active Participant
0 Kudos

Problem lies in resource file sapstr.lst I believe which has lots of references like this in it:

/oracle/DELIVERY2/ABAP/DATA/DD03L.STR

/oracle/DELIVERY2/ABAP/DATA/DOKCLU.STR

/oracle/DELIVERY2/ABAP/DATA/E071K.STR

/oracle/DELIVERY2/ABAP/DATA/FUPARAREF.STR

/oracle/DELIVERY2/ABAP/DATA/SAP0000.STR

/oracle/DELIVERY2/ABAP/DATA/SAPAPPL0_1.STR

we gave up and went for the IDES version which works fine and has a different file to that above.