11-27-2014 11:08 AM
Hi
here is the output of the simple cmds
command using shell.jar
java.lang.StringIndexOutOfBoundsException: String index out of range: -18
at java.lang.String.substring(Unknown Source)
at org.nuxeo.shell.cmds.Commands.split(Commands.java:110)
at org.nuxeo.shell.cmds.Commands.wrap(Commands.java:85)
at org.nuxeo.shell.cmds.Commands.run(Commands.java:71)
at org.nuxeo.shell.Shell.run(Shell.java:503)
at org.nuxeo.shell.Shell.run(Shell.java:498)
at org.nuxeo.shell.Shell.run(Shell.java:492)
at org.nuxeo.shell.cmds.Interactive.run(Interactive.java:121)
at org.nuxeo.shell.Shell.run(Shell.java:503)
at org.nuxeo.shell.Shell.run(Shell.java:498)
at org.nuxeo.shell.Shell.run(Shell.java:492)
at org.nuxeo.shell.Shell.main(Shell.java:281)
at org.nuxeo.shell.swing.ShellFrame.main(ShellFrame.java:59)
Any idea ?
11-27-2014 11:26 AM
hello,
usually this error comes from a bad definition of custom Automation operations : are you in this case ?
Thank you
11-27-2014 11:26 AM
hello,
usually this error comes from a bad definition of custom Automation operations : are you in this case ?
Thank you
11-27-2014 11:48 AM
I indeed have some custom operations
11-27-2014 11:52 AM
something the problem is related to the description of the operation. I don't have a howto to find the culprit, so I used to work step by step, disabling all operations at first to be sure the problem is there, and then enabing them one by one until I find the one which breaks the shell
11-27-2014 12:08 PM
Okay thanks
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.