cancel
Showing results for 
Search instead for 
Did you mean: 

Stack XML error in Java stack during update in SUM

01-20-2020 10:09 AM
2140 views 5 comments
0 Likes
SAP Managed Tags
Subscribe

Hello everyone,

We are facing an issue uploading the XML file for the update of Solman 7.2 from SP02 to SP10.

The error is as follows; Error: In case you have chosen Stack configuration file option, provide the path to the stack XML. Otherwise, provide the directory containing the archives.

The same happens when we try to provide the directory of the packages. Error: Incorrect input; provide the correct path to the directory.

I am sure that we are providing the right directory for the packages and XML file.

Thanks in Advance.

0 Likes

Accepted Solutions (0)

Answers (4)

Answers (4)

miguel_vizcaino
Explorer

Hello Nour,

As per the log, it seems that the error is related to the XML file.

Jan 17, 2020 5:57:11 PM [Error ]: The provided Stack file or Directory: .../MP_Stack_1000870928_20200117_.xml, is not valid.

Could you check these threads with similar problems?:

https://answers.sap.com/questions/9955216/sum-error-during-upgrade-from-ecc60-to-ehp5.html

https://answers.sap.com/questions/10235317/stackxml-file-error.html

Some tips are mentioned like checking the XML file name and giving the right permissions for the installation user ID.

Regards,

Miguel Vizcaino.

Former Member
0 Likes

Thank you so much for your answers.

jan_j_novak
Participant
0 Likes

Hello,

Miguel Vizcaino is right, it is XML file related.

I would try to access XML stack with your <sid>adm user e.g. ls -al <full_path>/MP_Stack_1000870928_20200117_.xml or cat <full_path>/MP_Stack_1000870928_20200117_.xml or similar Windows commands.

Also i would recommend giving full access to your XML stack file (and your binaries directory) to prevent further issues.

Jan

Former Member
0 Likes

Hi Sriram,

Thank you for your response. Please find the error log below:

<!--LOGHEADER[START]/-->

<!--HELP[Manual modification of the header may cause parsing problem!]/-->

<!--LOGGINGVERSION[2.0.7.1006]/-->

<!--NAME[...\DEFINE-TARGET-SOURCE_01.LOG]/-->

<!--PATTERN[DEFINE-TARGET-SOURCE_01.LOG]/-->

<!--FORMATTER[com.sap.tc.logging.TraceFormatter(%d [%6s]: %m)]/-->

<!--ENCODING[UTF8]/--> <!--FILESET[0, 20, 10485760]/-->

<!--PREVIOUSFILE[DEFINE-TARGET-SOURCE_01.19.LOG]/-->

<!--NEXTFILE[DEFINE-TARGET-SOURCE_01.1.LOG]/-->

<!--LOGHEADER[END]/--> Jan 17, 2020 5:55:48 PM [Info ]: The detected system topology is JAVA_ONLY

Jan 17, 2020 5:55:48 PM [Info ]: Dialog eliminator ContentLocationDialogEleiminator does not allow to omit dialog DefineTargetDialog

Jan 17, 2020 5:55:48 PM [Info ]: Dialog eliminator DownloadSMPEliminator allows to omit dialog DefineTargetDialog

Jan 17, 2020 5:57:11 PM [Error ]: The provided Stack file or Directory: .../MP_Stack_1000870928_20200117_.xml, is not valid.

Jan 17, 2020 5:57:11 PM [Info ]: Dialog eliminator ContentLocationDialogEleiminator does not allow to omit dialog DefineTargetDialog

Jan 17, 2020 5:57:11 PM [Info ]: Dialog eliminator DownloadSMPEliminator allows to omit dialog DefineTargetDialog

Thank you for your time!