When attempting to use the Application Discovery Feature and choosing the "Add Applications" option, the error "An unexpected error occurred" displays on the screen.
The error "Application discovery failed" and "An unexpected error occurred." with the red progress bar not completed. See screenshot below:
Entries similar to the below can be observed in the Platform node /var/log/arkin/batch-analytics error log with the error "Cannot run program "/opt/miniconda3/bin/python3": error=13, Permission denied".
2025-06-05T19:39:20.324Z ERROR batchanalytics.task.BatchTask BatchAnalytics_Worker-1 run:93 Error while executing task: FLOW_APP_DISCOVERY.FBADA_XXXXX_YXY_XXXXXXXXXYYYYYYYAAA.YYYYYYYYYYTTTT_FLOW_APP_ML_PROCESSOR Cannot run program "/opt/miniconda3/bin/python3": error=13, Permission denied2025-06-05T19:39:20.324Z ERROR batchanalytics.job.BatchJob BatchAnalytics_Worker-1 execute:225 Error in processingjava.io.IOException: Cannot run program "/opt/miniconda3/bin/python3": error=13, Permission denied at java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) _[_:_] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) _[_:_] at com.vnera.batchanalytics.task.MLFlowProcessorTask.executeCommand(MLFlowProcessorTask.java:158) _[batch-analytics-service-dist-0.001-SNAPSHOT.jar:_] at com.vnera.batchanalytics.task.MLFlowProcessorTask.runTask(MLFlowProcessorTask.java:91) _[batch-analytics-service-dist-0.001-SNAPSHOT.jar:_] at com.vnera.batchanalytics.task.BatchTask.run(BatchTask.java:89) _[batch-analytics-service-dist-0.001-SNAPSHOT.jar:_] at com.vnera.batchanalytics.job.BatchJob.runTasks(BatchJob.java:170) _[batch-analytics-service-dist-0.001-SNAPSHOT.jar:_] at com.vnera.batchanalytics.job.BatchJob.execute(BatchJob.java:218) [batch-analytics-service-dist-0.001-SNAPSHOT.jar:_] at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.2.jar:_] at org.quartz.simpl.SimpleThreadPool_WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.2.jar:_]
Aria Operations for Networks 6.13
Aria Operations for Networks 6.14
During installation, the unpacking of the miniconda3 tarball fails, resulting in incomplete setup with missing files and/or incorrect permissions.
To resolve the issue, delete the miniconda3 directory and unpack the files again from the miniconda3 tarball found on the platform node.
ub
cd /home/ubuntu/build-target/batch-analytics/
ls -lrth | sort
Review results for miniconda3.tar.gz present in this directory.
sudo rm -rf /opt/miniconda3
sudo tar -zxf ~/build-target/batch-analytics/miniconda3.tar.gz -C /opt
cd /opt/miniconda3/
ls -l
-rw-r----- 60.1drwxr-x--- bindrwxr-x--- compiler_compatdrwxr----- condabindrwxr-x--- conda-metadrwxr----- envsdrwxr-x--- etcdrwxr-x--- includedrwxr----- libdrwxr-x--- libexec-rw-r--r-- LICENSE.txtdrwxr-x--- licensingdrwxr----- mandrwxr----- pkgsdrwxr-x--- sbindrwxr-x--- sharedrwxr----- shelldrwxr-x--- ssldrwxr----- x86_64-conda_cos6-linux-gnudrwxr-x--- x86_64-conda-linux-gnu/opt/miniconda3/bin/conda config --set auto_activate_base false
sudo systemctl restart batch-analytics.service