Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello there,
I have downloaded Assets Discovery for server and followed this documentation to the tea. I have mono downloaded and it is a higher version than the suggested minimum. I have unzipped the Discovery files and when I run the executables I get this error. Does anyone know how to debug this?
https://confluence.atlassian.com/insightapps/using-discovery-on-a-linux-system-1085180648.html
Hi @Cami
This looks like your Discovery_3 directory is not in your PATH.
What happens if you type the following from that Discovery_3 directory?
mono ./Discovery.exe -s
What are the permissions for Discovery.exe? Can you run "ls -l" on the directory and show the output?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How did you install mono?
Did you use the following?
sudo apt install mono-devel
If you did, that works for Windows code you have to compile.
I think you have to install mono this way:
sudo apt install mono-complete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I installed mono by following the instructions here for ubuntu. This is the version I am running (included in the screenshot). I have also run the sudo apt install mono-complete command and it made no difference https://www.mono-project.com/download/stable/#download-lin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.