Hi!
My company has been using SimpleHelp for years now, and I have a bunch of saved Bash (etc) scripts.
Today, on SH 5.5.10 build 112084499.1, all the scripts I have saved seem to be failing with a Java stacktrace similar to this:
I can’t copy/paste from that box, but for searchability, the relevant bit seems to be:
Tool failed to launch
Reason: Transaction 1589706779 failed on the server with error java.lang.ArrayIndexOutOfBoundsException: index 17 is larger than length 17, server trace follows: java.lang.ArrayIndexOutOfBoundsException: index 17 is larger than length 17 at jwgeneralutils.message.Message.get(Message.java:607) at jwgeneralutils.message.Message.getNextInt(Message.java:703) at com.aem.shelp.common.toolbox.ToolBoxItem.fromMessage(ToolBoxItem.java:261) at com.aem […lots more com.aem.shelp.* items skipped…]
at utils.transaction.multi.AbstractMTTransactionServer$AbstractMessageHandler.run(AbstractMTTransactionServer.java:204) at utils.progtools.OnDemandThreadPool$TimedJob.run(OnDemandThreadPool.java:413) at utils.progtools.OnDemandThreadPool$Worker.run(OnDemandThreadPool.java:490)
Is this a SimpleHelp bug, or am I doing something wrong in my scripts now? Even simple “Hello World” scripts seem to be doing this, so my instinct is that the problem isn’t the scripts, but the way that they’re being invoked by SH.
Any help would be appreciated. Thanks!