When running sudo ./devicestarter.sh I get the error:
Error: Could not find or load main class org.springframework.boot.loader.PropertiesLauncher
Which is from this line:
java -cp $CP -Djava.library.path=$LIB_PATH -XX:ErrorFile=$POSSUM_LOG_PATH/CrashLog/hs_err_pid%p.log -XX:ReplayDataFile=$POSSUM_LOG_PATH/CrashLog/replay_pid%p.log -Dlog4j2.formatMsgNoLookups=true -Dloader.main=com.target.devicemanager.DeviceMain org.springframework.boot.loader.PropertiesLauncher
This may be user error.
When running
sudo ./devicestarter.shI get the error:Error: Could not find or load main class org.springframework.boot.loader.PropertiesLauncherWhich is from this line:
This may be user error.