Posts

Post not yet marked as solved
0 Replies
298 Views
Is Reporter still working? I'm failing to get an AccessToken in Reporter: ~ % java -jar  /Users/bw/Downloads/Reporter/Reporter.jar p=/Users/bw/Downloads/Reporter/Reporter.properties Sales.generateToken Properties file not specified. Use format p=PropertiesFile. ~ % java -jar  /Users/bw/Downloads/Reporter/Reporter.jar p=Reporter.properties Sales.generateToken Cannot find properties file. Make sure it resides in the same directory. Of course, the Reporter.properties file is in the same directory as Reporter. Am I doing something wrong? Is Reporter obsolete?
Posted
by bwill.
Last updated
.
Post not yet marked as solved
1 Replies
624 Views
I have a LaunchAgent that points to an app in the applications folder:<string>/Applications/xxxappnamexxx/xxxappnamexxx.app/Contents/Library/LoginItems/xxxappnamexxx .app/Contents/MacOS/xxxappnamexxx </string>After testing the LaunchAgent in Catalina I found out that this doesn't work anymore. I changed the path to<string>/Applications/xxxappnamexxx/xxxappnamexxx.app/Contents/Library/LoginItems/xxxappnamexxx .app/Contents/MacOS/xxxappnamexxx </string>Everything seemed to work fine. Then I restarted the computer and the computer was totally borked. I got error message after error message. The helper app is set to stay alive. It does a mutext on startup. The mutex tries to access the temporary folder. Which wasn't accessible anymore. My whole development setup didn't work anymore. Right now I'm reinstalling Catalina.Before I try again: is this the correct path? Are we supposed to use those paths at all?RegardsBeatrix Willius
Posted
by bwill.
Last updated
.