You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
On Windows devices, running ./gradlew :alerting:run results in an error. The error is due to the jacocoagent.jar file. > Task :alerting:run FAILED Exec output and error: | Output for cmd:Error opening zip file or JAR manifest missing : /C:\Users\DELL\Desktop\UCB\2023_Fall\opensearch\alerting\alerting\build\tmp\.cache\expanded\zip_3a83c50b4a016f281c4e9f3500d16b55\jacocoagent.jar Error occurred during initialization of VM agent library failed to init: instrument
Known Alternatives
Running the same command on MacOS or Linux devices does not result in this error. It seems to be a Windows-only issue.
Desired Solution
Able to run ./gradlew :alerting:run on Windows Devices.
Additional Context
Members from other repos seem to have similar issues. Might not be an issue related to the Alerting Plugin
Problem
On Windows devices, running
./gradlew :alerting:run
results in an error. The error is due to the jacocoagent.jar file.> Task :alerting:run FAILED Exec output and error: | Output for cmd:Error opening zip file or JAR manifest missing : /C:\Users\DELL\Desktop\UCB\2023_Fall\opensearch\alerting\alerting\build\tmp\.cache\expanded\zip_3a83c50b4a016f281c4e9f3500d16b55\jacocoagent.jar Error occurred during initialization of VM agent library failed to init: instrument
Known Alternatives
Running the same command on MacOS or Linux devices does not result in this error. It seems to be a Windows-only issue.
Desired Solution
Able to run
./gradlew :alerting:run
on Windows Devices.Additional Context
The text was updated successfully, but these errors were encountered: