Test | # Passed | # Skipped | # Failed | Time (ms) | Included Groups | Excluded Groups |
---|---|---|---|---|---|---|
RegexExpressionExtensionTestSuit | ||||||
RegexExpressionExtensionTest | 32 | 0 | 0 | 1,048 |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '61a91cc6-2f39-460e-a19f-04530a98f552' @ Line: 1. Position: 141, near 'regex:find(regex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase1(FindFunctionExtensionTestCase.java:57)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:find() function, required 2 or 3, but found 1
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:129)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'd40bc0e3-834d-41fc-9bc2-6ed212edb46e' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase2(FindFunctionExtensionTestCase.java:71)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:find() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:137)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '2ae8327c-79a2-4fa0-8d03-6c2c5e9526ed' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase3(FindFunctionExtensionTestCase.java:84)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:find() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:143)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'de4eeab2-63a4-456b-9e37-680b4c14b200' @ Line: 1. Position: 186, near 'regex:find(regex, symbol, startingIndex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase4(FindFunctionExtensionTestCase.java:98)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the third argument of str:find() function, required INT, but found STRING
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:151)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '85124fbc-e91a-4d11-865c-fe9acbb59459' @ Line: 1. Position: 161, near 'regex:group(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension1(GroupFunctionExtensionTestCase.java:41)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:group() function, required 3, but found 2
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:104)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '7eb7a1e8-067d-4347-ae6f-ce28bdcd406e' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension2(GroupFunctionExtensionTestCase.java:54)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of str:group() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:111)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '4badaa1b-15f2-43de-9261-cbac52be82ef' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension3(GroupFunctionExtensionTestCase.java:67)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of str:group() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:117)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'a2aee184-3121-4e90-9368-c7f0cd7ae140' @ Line: 1. Position: 171, near 'regex:group(regex, symbol, group)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension4(GroupFunctionExtensionTestCase.java:81)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the third argument of str:group() function, required INT, but found STRING
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:123)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '7a4af510-b9d4-4adb-864d-3adfff4672ef' @ Line: 1. Position: 146, near 'regex:lookingAt(regex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension1(LookingAtFunctionExtensionTestCase.java:41)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:lookingAt() function, required 2, but found 1
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:108)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '4107857d-0cae-4ea1-95a8-66f19abdcf5e' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension2(LookingAtFunctionExtensionTestCase.java:54)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:lookingAt() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:116)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'aa4f4d46-384d-4537-9335-40ef477ab2a1' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension3(LookingAtFunctionExtensionTestCase.java:67)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:lookingAt() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:122)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '9cd28970-ba91-4e4b-b392-b9474de4d98f' @ Line: 1. Position: 144, near 'regex:matches(regex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension1(MatchesFunctionExtensionTestCase.java:41)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:matches() function, required 2, but found 1
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:107)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'cf8d1504-482c-4624-ab78-13d2da11466f' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension2(MatchesFunctionExtensionTestCase.java:54)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:matches() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:115)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
Expected Exception |
---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'c7001579-4319-43e0-8ba8-2e65f97fe030' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension3(MatchesFunctionExtensionTestCase.java:67)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:matches() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:121)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |