linux - ./startAgent.sh --udp-port 0 --tcp-port 3450 Permission Denied -


in jmeter plugins, when trying run

./startagent.sh --udp-port 0 --tcp-port 3450 

to monitor server, getting permission denied error. per details on plugin page don't need rot/admin access. system still shows error..

i found solution, have run below command avoid permission denied.

chmod 744 startagent.sh  

Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -