Hi,As error suggest Rhino is expecting a String, Number, Boolean, or Scriptable instance, but it received an array of objects ([Ljava.lang.Object;) instead.You may try to search javaToJS or Scriptable or Rhino in repo and check where Object[] arrayObj = { "s1", 42, true }; i.e. Array of object is p...