0% found this document useful (0 votes)
63 views4 pages

Gradlew Startspm Fails With Below Error

The document describes troubleshooting steps to successfully run the "gradlew startSPM" command. Initially it was failing with an error. Running "gradlew clean --refresh-dependencies", "gradlew equinoxAcStopIS", and then "gradlew startSPM" resolved the issue. Running the command directly in the command prompt instead of copy-pasting also helped. Adding the "-stacktrace" flag provided more details on the underlying exception.

Uploaded by

ManishKumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views4 pages

Gradlew Startspm Fails With Below Error

The document describes troubleshooting steps to successfully run the "gradlew startSPM" command. Initially it was failing with an error. Running "gradlew clean --refresh-dependencies", "gradlew equinoxAcStopIS", and then "gradlew startSPM" resolved the issue. Running the command directly in the command prompt instead of copy-pasting also helped. Adding the "-stacktrace" flag provided more details on the underlying exception.

Uploaded by

ManishKumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Gradlew startSPM

Fails with below error

gradlew clean --refresh-dependencies

gradlew equinoxAcStartIS –x test –x Javadoc

gradlew startSPM

gradlew equinoxAcStopIS

gradlew startSPM

Now It was successful.


Type the command in cmd window instead of copy-paste.
Running with Stack-Trace :

C:\SAG_src\IS_Develop>gradlew startSPM –stacktrace

* Exception is:

org.gradle.api.tasks.TaskExecutionException: Execution failed for task


':copyIntegrationServerResources'.

at
org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExec
uter.java:37)

at
org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.run(EventFiringTaskExecuter.java:4
9)

at
org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.jav
a:55)

Caused by: org.gradle.api.UncheckedIOException: Failed to create MD5 hash for file content.

at org.gradle.internal.hash.DefaultStreamHasher.hash(DefaultStreamHasher.java:37)
Solution:

Stop the IS and

then start SPM

You might also like