June 30, 20214 yr I'm using RunShellScript to run a Ping on WIndows. This works well if the host is working, but if it times out it pops up a ScriptMaster error and returns 'ERROR' instead of the Ping output. I'm not good with Groovy but it looks like it's not trapping the error output. Is there a way to do that with RunShellScript? Alternatively has someone created a Ping script for ScriptMaster?
June 30, 20214 yr Author It seems the same problem exists with the BaseElements Plugin as well (using BE_ExecuteSystemCommand).
August 16, 20214 yr You can not ping in Java as it relies on ICMP https://stackoverflow.com/questions/11506321/how-to-ping-an-ip-address
October 28, 20214 yr Author On 6/30/2021 at 12:40 PM, jaboda said: It seems the same problem exists with the BaseElements Plugin as well (using BE_ExecuteSystemCommand). The new version of BaseElements has changed the library used for BE_ExecuteSystemCommand and it now works, so I could remove my hacky workaround .
Create an account or sign in to comment