jfrog-idea-plugin icon indicating copy to clipboard operation
jfrog-idea-plugin copied to clipboard

JFrog plugin for Android Studio is unable to correctly scan an Android Gradle project

Open shashwathrai opened this issue 2 years ago • 0 comments

The JFrog plugin for Android Studio is unable to correctly scan an Android Gradle project where I am using the Android Studio 2022.2.1 Patch 2 Flamingo with the JFrog plugin at version 2.2.6. Below is the error message:

`JFrog Xray scan failed

[ERROR] InterruptedException: : InterruptedException: java.lang.InterruptedException at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1048) at java.base/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230) at com.jfrog.ide.idea.scan.ScannerBase.lambda$createRunnable$2(ScannerBase.java:340) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833`

shashwathrai avatar Aug 22 '23 09:08 shashwathrai