この奇妙なエラーが発生します:
javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: TypeError: size is not a function, it is null. (#1)
ヒープ ダンプを分析し、VisualVM で次の OQL クエリを実行すると、次のようになります。
select { map: x }
from java.util.concurrent.ConcurrentHashMap x
where x.size() < 10
問題は句にあります。明らかに size メソッドがありwhere
ますが、どういうわけか機能していません。Map