TimW
March 8, 2016, 2:35pm
1
I seemed to complete a successful installation of XCTU on my laptop, running 8.1. When trying to launch it however I get “An error has occurred. See the log file…” Within the log file is this message “!MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (47).”
Grateful for ideas!
mvut
March 8, 2016, 2:51pm
2
Try deleting the .metadata folder from the C:\Program Files (x86)\Digi\XCTU-NG\workspace directory and then re-launching XCTU.
TimW
March 8, 2016, 3:25pm
3
Thanks for your rapid response! I get as far as C:\Program Files (x86)\Digi\XCTU-NG but do not find a \workspace directory. Any ideas?
mvut
March 8, 2016, 3:59pm
4
There’s the problem. You are going to need to re-install and make sure you are logged in as an Administrator.
TimW
March 9, 2016, 12:18am
5
Gottit! Thanks indeed - I seem to be sorted!
You just need to run it as superuser: “sudo xctu” or you user needs to be in the sudoers group. when I try to run xctu without sudo I get this error:
“An error has occurred. See the log file
/home/jefferson/.eclipse/13786435/configuration/1498318675193.log.”
To run “sudo xctu” in terminal I created a symbol link to app in /bin
“ln -s /opt/Digi/XCTU-NG/app /bin/xctu”