The EGL RUI proxy failed to process the service request, and returns the response to JavaScript service runtime. The error is reported in the exception handler, but the response is not in a JSON format or the parsed JSON object is not a JSONRPCError object. Typically, this error message is displayed when the Java™ service runtime does not catch the errors that occur in the EGL RUI proxy. Therefore, no JSONRPCError format response is created and made available to the RUI client.
function errorCallback(exp AnyException in)
sie ServiceInvocationException = exp as ServiceInvocationException;
syslib.writeStderr("messageID: "+sie.messageID);
syslib.writeStderr("message: "+sie.message);
syslib.writeStderr("detail1: "+sie.detail1);
syslib.writeStderr("detail2: "+sie.detail2);
syslib.writeStderr("detail3: "+sie.detail3);
end
vgj.trace.type=-1
vgj.trace.device.option=0 (0 for stdout, 1 for stderr, 2 for file)
vgj.trace.device.spec=path/filename (if vgj.trace.device.option is set to 2 )