cancel
Showing results for 
Search instead for 
Did you mean: 

System Copy error "src.jmt.keepJDKSettingsSupported"

ACE-SAP
Active Contributor
0 Kudos

Hi

I'm installing a solman 7.1 on Win 2K8R2/Oracle 11.2.0.2 through system copy option using an export from an other Solman 7.1 on the same platform.

I'm getting the following error

An error occurred while processing option SAP Solution Manager 7.1 SR1 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > Central System > Based on AS ABAP and AS Java > Central System( Last error reported by the step: TypeError: sourceProps.get("src.jmt.keepJDKSettingsSupported") has no properties (in script NW_Doublestack_OneHost|ind|ind|ind|ind, line 166620: ???))

I've restart the installation many time using either :

Sun JSDK  (j2sdk1.4.2_33-x64), the JSDK installed with Oracle (java version "1.5.0_24-rev") ot the SAP JVM (java version "1.4.2_34").

I always get the same error.

I did not find any information on that error.

Sapinst detailled log extract (sapinst_dev.log) :

INFO       2012-04-24 17:44:30.9 [sixxcstepexecute.cpp:804]

Execute step keepSrcJdkSettings of component |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|run_jmt|0

TRACE      2012-04-24 17:44:30.025

  Call block:NW_RUN_MIGRATION_CONTROLLER_ind_ind_ind_ind

    function:NW_RUN_MIGRATION_CONTROLLER_ind_ind_ind_ind_DialogPhase_keepSrcJdkSettings_Preprocess

is validator: false

[...]

166613: function NW_RUN_MIGRATION_CONTROLLER_ind_ind_ind_ind_DialogPhase_keepSrcJdkSettings_Preprocess()

166614: {

166615: var nw = NW.getSystem(context.get("sid"));

166616: // get information about source system

166617: var fstream = new FileMgt().getNode( installer.getCD("JMIG") + "/SOURCE.PROPERTIES").getFileStream("READ");

166618: var sourceProps = new JavaProperties(fstream);

166619: //if the source says we can't keep the settings, exit immediately

166620: if(sourceProps.get("src.jmt.keepJDKSettingsSupported").value() != true)

166621:     {

166622:         context.set("keepSrcJdkSettings", false); 

166623:     installer.writeTrace("The source settings can not be kept");

166624:         return false;

166625:     }

166626: var javaHome = nw.getJavaHome();

[...]

ERROR 2012-04-24 17:44:33.72 [iaxxejsbas.cpp:211]

FJS-00003  TypeError: sourceProps.get("src.jmt.keepJDKSettingsSupported") has no properties (in script NW_Doublestack_OneHost|ind|ind|ind|ind, line 166620: ???)

ERROR 2012-04-24 17:44:36.525 [sixxcstepexecute.cpp:937]

FCO-00011  The step keepSrcJdkSettings with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|javaconfig|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|run_jmt|0|keepSrcJdkSettings was executed with status ERROR ( Last error reported by the step: TypeError: sourceProps.get("src.jmt.keepJDKSettingsSupported") has no properties (in script NW_Doublestack_OneHost|ind|ind|ind|ind, line 166620: ???)).

SAPinst version :

Client Version 1.5.1
Server Version 1.5.0
Server Port 21212
SAPinst Service Version 2.0
SAPinst Host Name 127.0.0.1
SAPinst Port 21200
SAPinst Version 722 OPT (Feb 21 2012 23:55:54)

I'll open an OSS message for this but SAP support is not quick and SDN can be a great source of help.

So if anybody of you has a clue I'll appreciate.

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

BSG
Active Participant
0 Kudos

Hi,

I am facing the same issue when performing a solman 7.1 system copy on AIX.

I use the lastest inst master DVD (51042606). SAPinst version 722 (21 feb 2012)

Did you already get information from SAP on how to solve this issue?

Thanks,

Regards,

Bart.

Former Member
0 Kudos

I've just open an OSS message, but SAP support can be so slow...

I have an other message for solman that is open since almost one month now, and I did not get any kind of answer yet...

I'll update the thread as soon as I get some information from SAP.

BSG
Active Participant
0 Kudos

Hi Yves,
Thanks.

I was just wondering. I suspect the property should come from the file: <exportDBdir>/JAVA/SOURCE.PROPERTIES. Did you try to add the property in there?

Regards,

Bart.

Former Member
0 Kudos

Hi Bart,

I've just tried to add option src.id.hostas stated in OSS Note 1339717  but I still get the error.

I've also copied the SOURCE.PROPERTIES from export to almost in all sub-dir of the JAVA installation media but it is not changing anything either !

Regards

Yves

BSG
Active Participant
0 Kudos

Hi Yves,


I think the problem could be that the property src.jmt.keepJDKSettingsSupported is not present in the SOURCE.PROPERTIES file. Think it should be put there by the export.  If I have time today I will just try to put it in there (however, what value...?) and continue the copy to see what happens.

I'll keep you posted.

Thanks & Regards,

Bart

Former Member
0 Kudos

I would try something like 'true', it is a boolean...

166620: if(sourceProps.get("src.jmt.keepJDKSettingsSupported").value() != true)

Thanks for your help...

Former Member
0 Kudos

Ok that is it ... I've added line

     src.jmt.keepJDKSettingsSupported=true

to SOURCE.PROPERTIES file in the export dir and I did not have the error anymore...

I hope everything will finish fine !

Thanks again !

BSG
Active Participant
0 Kudos

Hi Yves.

That's good to hear!

Hopefully all will go fine. I will try also to see if it works.

Can you please share the outcome and if you hear anything from SAP?

Thanks & Regards,

Bart.

Former Member
0 Kudos

Excellent!!!

Thanks!

Johan Gonzalez

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

have you read and applied the sap note for your system copy

check this Note 1339717 - Hom./Het.System Copy SAP NW 7.0 incl. EHP 2

the note has the known problem and solution during system copy

typeerror : sourceprops.get also listed there.

Please check.

Thanks,

Jansi

Former Member
0 Kudos

Hello Jansi,

Thank you very much for your help,

I've tried the actions related to error "sourceprops.get" from oss note Note 1339717 - Hom./Het.System Copy SAP NW 7.0 incl. EHP 2

but it is not working for the error  we have.