]
Vladimir Blagojevic commented on ISPN-6796:
-------------------------------------------
We should delegate this one [~rmacor] [~NadirX] as the fix has to come from server side in
DMR. We (console) automatically parse the error and display whatever DMR response we get!
Administration console - improve error messages when executing
script
---------------------------------------------------------------------
Key: ISPN-6796
URL:
https://issues.jboss.org/browse/ISPN-6796
Project: Infinispan
Issue Type: Enhancement
Components: JMX, reporting and management
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
Priority: Minor
When executing javascript which results in error, the error message displayed by
Administration console is not very helpful:
Error Some unexpected problem happened when launching the task: DGISPN0118: Failed to
invoke operation: ISPN026003: Script execution error
Executing the same script through hotrod client throws more descriptive exception:
ReferenceError: "console" is not defined in <eval> at line number 4
The script is:
console.debug("test");