You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.