cancel
Showing results for 
Search instead for 
Did you mean: 

EHPI : Error during phase DETERMINE_APPLICATION

Former Member
0 Kudos

Hi,

We are in the process of installing EHP 4 SP3 in our ECC landscape.

During the "Configuration" step for Java, on phase 'DETERMINE_APPLICATION ', we are getting the following error message:

The execution of PREPARE/INIT/DETERMINE_APPLICATION ended in error.

Could not parse the source release software components information.

Product description is inconsistent. Component with technical name KRNL64NUC is used in different product features with different support package levels .

More information can be found in the log file /EHP/EHPI/java/log/DETERMINE_APPLICATION_DAP_04.LOG.

Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:

com.sap.sdt.j2ee.phases.PhaseTypeDetectApplications

com.sap.sdt.sapjup.tools.sapjupjspm.JSPMRapiException

Could not parse the source release software components information.

DETERMINE_APPLICATION

INIT

PREPARE

NetWeaver Enhancement Package Installation

SAPJup

Java Enhancement Package Installation

The file DETERMINE_APPLICATION_DAP_04.LOG says:

Nov 21, 2009 3:43:08 PM [Info]: com.sap.sdt.sapjup.tools.sapjupjspm.SAPJupJSPMRapiAdapter.connect(SAPJupJSPMRapiAdapter.java:165)

[Thread[main,5,main]]: JSPM was connected successfully.

Nov 21, 2009 3:43:08 PM [Info]: com.sap.sdt.sapjup.tools.sapjupjspm.SAPJupJSPMRapiAdapter.getSourceProductsStructure(SAPJupJSPMRapiA

dapter.java:544) [Thread[main,5,main]]: Trying to get the source release software components.

Nov 21, 2009 3:43:08 PM [Error]: com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:863

) [Thread[main,5,main]]: Exception has occurred during the execution of the phase.

Nov 21, 2009 3:43:08 PM [Error]: com.sap.sdt.updcli.desc.AbstractProductDescription.check4AmbiguousSPLevel(AbstractProductDescriptio

n.java:67) [Thread[main,5,main]]: Product description is inconsistent. Component with technical name KRNL64NUC is used in different

product features with different support package levels.

Nov 21, 2009 3:43:08 PM [Error]: com.sap.sdt.sapjup.tools.sapjupjspm.SAPJupJSPMRapiAdapter.getSourceProductsStructure(SAPJupJSPMRapi

Adapter.java:587) [Thread[main,5,main]]: Could not parse the source release software components information.

Nov 21, 2009 3:43:08 PM [Info]: com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:906)

[Thread[main,5,main]]: Phase PREPARE/INIT/DETERMINE_APPLICATION has been completed.

Nov 21, 2009 3:43:08 PM [Info]: com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:907)

[Thread[main,5,main]]: Start time: 2009/11/21 15:43:07.

Nov 21, 2009 3:43:08 PM [Info]: com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:909)

[Thread[main,5,main]]: End time: 2009/11/21 15:43:08.

Nov 21, 2009 3:43:08 PM [Info]: com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:910)

[Thread[main,5,main]]: Duration: 0:00:00.207.

Nov 21, 2009 3:43:08 PM [Info]: com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:911)

[Thread[main,5,main]]: Phase status is error.

Our system is running on HP-UX 64-bit (Non-Unicode).

Please advice.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

All,

Our system is dual stack system (ABAP+JAVA).

This issue was due to the different Kernel versions present in the /sapmnt/<SID>/exe directory and /usr/sap/<SID>/SYS/exe/uc/hpia64 directory. (hpia64 directory had the old version of Kernel files than our current release).

The log file "DETECT_SYSTEM_COMPONENTS_0X.LOG" at the location: /usr/sap/<SID>/DVEBMGS../j2ee/JSPM/log/log_2009...... clearly explained this.

After replacing the Kernel files at /usr/sap/<SID>/SYS/exe/uc/hpia64, the EHPI went through successfully.

Thanks!!!

John.

peter_dzurov
Contributor
0 Kudos

Do you have double stack (ABAP+JAVA)?

If this is the case, I think non-unicode environment is not supported then. Java needs Unicode.