[JBoss JIRA] (ISPN-9998) Server CLI fails on Java 11
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-9998?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-9998.
--------------------------------
Resolution: Done
> Server CLI fails on Java 11
> ---------------------------
>
> Key: ISPN-9998
> URL: https://issues.jboss.org/browse/ISPN-9998
> Project: Infinispan
> Issue Type: Bug
> Components: CLI, Server
> Affects Versions: 9.4.8.Final, 10.0.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.9.Final
>
>
> Attempting to launch the server CLI with Java 11 fails with
> {noformat}
> org.jboss.modules.ModuleNotFoundException: java.se
> at org.jboss.modules.Module.addPaths(Module.java:1266)
> at org.jboss.modules.Module.link(Module.java:1622)
> at org.jboss.modules.Module.relinkIfNecessary(Module.java:1650)
> at org.jboss.modules.ModuleLoader.loadModule(ModuleLoader.java:296)
> at org.jboss.modules.Main.main(Main.java:437)
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10008) ScriptingTest.testNonSupportedScript failures
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10008?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10008:
-----------------------------------
Status: Open (was: New)
> ScriptingTest.testNonSupportedScript failures
> ---------------------------------------------
>
> Key: ISPN-10008
> URL: https://issues.jboss.org/browse/ISPN-10008
> Project: Infinispan
> Issue Type: Feature Request
> Components: Test Suite - Core
> Affects Versions: 9.4.8.Final, 10.0.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.9.Final
>
>
> Error Message
> The exception was thrown with the wrong message: expected ".*Cannot find an appropriate script engine for script.*" but got "java.lang.Error: unimplemented"
> Stacktrace
> org.testng.TestException:
> The exception was thrown with the wrong message: expected ".*Cannot find an appropriate script engine for script.*" but got "java.lang.Error: unimplemented"
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: org.infinispan.commons.CacheException: java.lang.Error: unimplemented
> at org.infinispan.interceptors.impl.InvocationContextInterceptor.rethrowException(InvocationContextInterceptor.java:134)
> at org.infinispan.interceptors.impl.InvocationContextInterceptor.lambda$new$0(InvocationContextInterceptor.java:62)
> at org.infinispan.interceptors.InvocationExceptionFunction.apply(InvocationExceptionFunction.java:25)
> at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.addCallback(SimpleAsyncInvocationStage.java:70)
> at org.infinispan.interceptors.InvocationStage.andExceptionally(InvocationStage.java:55)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:128)
> at org.infinispan.interceptors.impl.InvocationContextInterceptor.visitCommand(InvocationContextInterceptor.java:90)
> at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:248)
> at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1918)
> at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1433)
> at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:2043)
> at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.put(AbstractDelegatingAdvancedCache.java:351)
> at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:427)
> at org.infinispan.scripting.impl.ScriptingManagerImpl.addScript(ScriptingManagerImpl.java:135)
> at org.infinispan.scripting.ScriptingTest.testNonSupportedScript(ScriptingTest.java:204)
> at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24)
> ... 14 more
> Suppressed: org.infinispan.util.logging.TraceException
> at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.get(SimpleAsyncInvocationStage.java:41)
> at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:250)
> ... 30 more
> Caused by: java.lang.Error: unimplemented
> at bsh.engine.BshScriptEngine.compile(BshScriptEngine.java:175)
> at bsh.engine.BshScriptEngine.compile(BshScriptEngine.java:154)
> at org.infinispan.scripting.impl.ScriptingManagerImpl.compileScript(ScriptingManagerImpl.java:117)
> at org.infinispan.scripting.impl.ScriptingInterceptor.visitPutKeyValueCommand(ScriptingInterceptor.java:32)
> at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:61)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:54)
> at org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:53)
> at org.infinispan.interceptors.DDAsyncInterceptor.visitPutKeyValueCommand(DDAsyncInterceptor.java:59)
> at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:61)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:123)
> ... 32 more
> ... Removed 21 stack frames
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10008) ScriptingTest.testNonSupportedScript failures
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10008?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10008:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6727, https://github.com/infinispan/infinispan/pull/6728
> ScriptingTest.testNonSupportedScript failures
> ---------------------------------------------
>
> Key: ISPN-10008
> URL: https://issues.jboss.org/browse/ISPN-10008
> Project: Infinispan
> Issue Type: Feature Request
> Components: Test Suite - Core
> Affects Versions: 9.4.8.Final, 10.0.0.Beta2
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.9.Final
>
>
> Error Message
> The exception was thrown with the wrong message: expected ".*Cannot find an appropriate script engine for script.*" but got "java.lang.Error: unimplemented"
> Stacktrace
> org.testng.TestException:
> The exception was thrown with the wrong message: expected ".*Cannot find an appropriate script engine for script.*" but got "java.lang.Error: unimplemented"
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
> at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
> at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: org.infinispan.commons.CacheException: java.lang.Error: unimplemented
> at org.infinispan.interceptors.impl.InvocationContextInterceptor.rethrowException(InvocationContextInterceptor.java:134)
> at org.infinispan.interceptors.impl.InvocationContextInterceptor.lambda$new$0(InvocationContextInterceptor.java:62)
> at org.infinispan.interceptors.InvocationExceptionFunction.apply(InvocationExceptionFunction.java:25)
> at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.addCallback(SimpleAsyncInvocationStage.java:70)
> at org.infinispan.interceptors.InvocationStage.andExceptionally(InvocationStage.java:55)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:128)
> at org.infinispan.interceptors.impl.InvocationContextInterceptor.visitCommand(InvocationContextInterceptor.java:90)
> at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:248)
> at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1918)
> at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1433)
> at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:2043)
> at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.put(AbstractDelegatingAdvancedCache.java:351)
> at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:427)
> at org.infinispan.scripting.impl.ScriptingManagerImpl.addScript(ScriptingManagerImpl.java:135)
> at org.infinispan.scripting.ScriptingTest.testNonSupportedScript(ScriptingTest.java:204)
> at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24)
> ... 14 more
> Suppressed: org.infinispan.util.logging.TraceException
> at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.get(SimpleAsyncInvocationStage.java:41)
> at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:250)
> ... 30 more
> Caused by: java.lang.Error: unimplemented
> at bsh.engine.BshScriptEngine.compile(BshScriptEngine.java:175)
> at bsh.engine.BshScriptEngine.compile(BshScriptEngine.java:154)
> at org.infinispan.scripting.impl.ScriptingManagerImpl.compileScript(ScriptingManagerImpl.java:117)
> at org.infinispan.scripting.impl.ScriptingInterceptor.visitPutKeyValueCommand(ScriptingInterceptor.java:32)
> at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:61)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:54)
> at org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:53)
> at org.infinispan.interceptors.DDAsyncInterceptor.visitPutKeyValueCommand(DDAsyncInterceptor.java:59)
> at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:61)
> at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:123)
> ... 32 more
> ... Removed 21 stack frames
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10008) ScriptingTest.testNonSupportedScript failures
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10008:
--------------------------------------
Summary: ScriptingTest.testNonSupportedScript failures
Key: ISPN-10008
URL: https://issues.jboss.org/browse/ISPN-10008
Project: Infinispan
Issue Type: Feature Request
Components: Test Suite - Core
Affects Versions: 10.0.0.Beta2, 9.4.8.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta3, 9.4.9.Final
Error Message
The exception was thrown with the wrong message: expected ".*Cannot find an appropriate script engine for script.*" but got "java.lang.Error: unimplemented"
Stacktrace
org.testng.TestException:
The exception was thrown with the wrong message: expected ".*Cannot find an appropriate script engine for script.*" but got "java.lang.Error: unimplemented"
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.infinispan.commons.CacheException: java.lang.Error: unimplemented
at org.infinispan.interceptors.impl.InvocationContextInterceptor.rethrowException(InvocationContextInterceptor.java:134)
at org.infinispan.interceptors.impl.InvocationContextInterceptor.lambda$new$0(InvocationContextInterceptor.java:62)
at org.infinispan.interceptors.InvocationExceptionFunction.apply(InvocationExceptionFunction.java:25)
at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.addCallback(SimpleAsyncInvocationStage.java:70)
at org.infinispan.interceptors.InvocationStage.andExceptionally(InvocationStage.java:55)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:128)
at org.infinispan.interceptors.impl.InvocationContextInterceptor.visitCommand(InvocationContextInterceptor.java:90)
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:248)
at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1918)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1433)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:2043)
at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.put(AbstractDelegatingAdvancedCache.java:351)
at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:427)
at org.infinispan.scripting.impl.ScriptingManagerImpl.addScript(ScriptingManagerImpl.java:135)
at org.infinispan.scripting.ScriptingTest.testNonSupportedScript(ScriptingTest.java:204)
at org.infinispan.commons.test.TestNGLongTestsHook.run(TestNGLongTestsHook.java:24)
... 14 more
Suppressed: org.infinispan.util.logging.TraceException
at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.get(SimpleAsyncInvocationStage.java:41)
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:250)
... 30 more
Caused by: java.lang.Error: unimplemented
at bsh.engine.BshScriptEngine.compile(BshScriptEngine.java:175)
at bsh.engine.BshScriptEngine.compile(BshScriptEngine.java:154)
at org.infinispan.scripting.impl.ScriptingManagerImpl.compileScript(ScriptingManagerImpl.java:117)
at org.infinispan.scripting.impl.ScriptingInterceptor.visitPutKeyValueCommand(ScriptingInterceptor.java:32)
at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:61)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:54)
at org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:53)
at org.infinispan.interceptors.DDAsyncInterceptor.visitPutKeyValueCommand(DDAsyncInterceptor.java:59)
at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:61)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:123)
... 32 more
... Removed 21 stack frames
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10007) Lucene directory module missing reactive-stream dependencies
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10007?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10007:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6725
> Lucene directory module missing reactive-stream dependencies
> ------------------------------------------------------------
>
> Key: ISPN-10007
> URL: https://issues.jboss.org/browse/ISPN-10007
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 9.4.8.Final, 10.0.0.Beta2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.9.Final
>
>
> ISPN-8865 Converted the LuceneCacheLoader to utilise the Publisher based API instead of process, however the feature-packs were not updated to reflect this, therefore it's necessary for the `org.infinispan.lucene-directory` module to add the following deps:
> {code:xml}
> <module name="io.reactivex.rxjava2.rxjava" slot="@infinispan.module.slot@"/>
> <module name="org.reactivestreams.reactive-streams" slot="@infinispan.module.slot@"/>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10007) Lucene directory module missing reactive-stream dependencies
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10007?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10007:
--------------------------------
Status: Open (was: New)
> Lucene directory module missing reactive-stream dependencies
> ------------------------------------------------------------
>
> Key: ISPN-10007
> URL: https://issues.jboss.org/browse/ISPN-10007
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 9.4.8.Final, 10.0.0.Beta2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta3, 9.4.9.Final
>
>
> ISPN-8865 Converted the LuceneCacheLoader to utilise the Publisher based API instead of process, however the feature-packs were not updated to reflect this, therefore it's necessary for the `org.infinispan.lucene-directory` module to add the following deps:
> {code:xml}
> <module name="io.reactivex.rxjava2.rxjava" slot="@infinispan.module.slot@"/>
> <module name="org.reactivestreams.reactive-streams" slot="@infinispan.module.slot@"/>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months
[JBoss JIRA] (ISPN-10007) Lucene directory module missing reactive-stream dependencies
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10007:
-----------------------------------
Summary: Lucene directory module missing reactive-stream dependencies
Key: ISPN-10007
URL: https://issues.jboss.org/browse/ISPN-10007
Project: Infinispan
Issue Type: Bug
Components: WildFly modules
Affects Versions: 10.0.0.Beta2, 9.4.8.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 10.0.0.Beta3, 9.4.9.Final
ISPN-8865 Converted the LuceneCacheLoader to utilise the Publisher based API instead of process, however the feature-packs were not updated to reflect this, therefore it's necessary for the `org.infinispan.lucene-directory` module to add the following deps:
{code:xml}
<module name="io.reactivex.rxjava2.rxjava" slot="@infinispan.module.slot@"/>
<module name="org.reactivestreams.reactive-streams" slot="@infinispan.module.slot@"/>
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 10 months