[JBoss JIRA] (ISPN-9395) Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-9395?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-9395:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 10.0.0.Beta1
9.4.6.Final
Resolution: Done
> Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-9395
> URL: https://issues.jboss.org/browse/ISPN-9395
> Project: Infinispan
> Issue Type: Bug
> Environment: Windows
> Reporter: Diego Lovison
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta1, 9.4.6.Final
>
>
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 06:24 min
> [INFO] Finished at: 2018-07-22T17:53:48Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.0:verify (validate) on project infinispan-commons: Unable to load features descriptors: Error:
> [ERROR] Error downloading file://C:\home\jenkins\workspace\jdg-func-ispn-testsuite-windows-os_wip\11c13a93\infinispan\commons\target/classes/features.xml
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :infinispan-commons
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9395) Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-9395?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9395:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6585
Fix file:/// URL to have 3 slashes, otherwise C: is interpreted
as a host name
> Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-9395
> URL: https://issues.jboss.org/browse/ISPN-9395
> Project: Infinispan
> Issue Type: Bug
> Environment: Windows
> Reporter: Diego Lovison
> Assignee: Dan Berindei
> Priority: Major
>
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 06:24 min
> [INFO] Finished at: 2018-07-22T17:53:48Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.0:verify (validate) on project infinispan-commons: Unable to load features descriptors: Error:
> [ERROR] Error downloading file://C:\home\jenkins\workspace\jdg-func-ispn-testsuite-windows-os_wip\11c13a93\infinispan\commons\target/classes/features.xml
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :infinispan-commons
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9857) Improve Spring-Session events handling in remote and embedded
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-9857:
-------------------------------------
Summary: Improve Spring-Session events handling in remote and embedded
Key: ISPN-9857
URL: https://issues.jboss.org/browse/ISPN-9857
Project: Infinispan
Issue Type: Bug
Components: Spring Integration
Affects Versions: 10.0.0.Alpha2, 9.4.4.Final
Reporter: Katia Aresti
Assignee: Katia Aresti
Fix For: 10.0.0.Beta1, 9.4.6.Final
Embedded listeners should be clustered, otherwise only entry owners will be notified
Remote listeners should use the eager converter to retrieve the value on client side
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9856) BasicComponentRegistryImpl fails with security manager
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-9856:
-------------------------------------
Summary: BasicComponentRegistryImpl fails with security manager
Key: ISPN-9856
URL: https://issues.jboss.org/browse/ISPN-9856
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.4.0.Final, 9.4.4.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 10.0.0.Beta1, 9.4.6.Final
Regression introduced by ISPN-9127.
{code}
[0m[0m10:22:23,189 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-1) Cache web/ConcurrentFineWebFailoverTestCase.war successfully established view [node-1, node-2, node-3] within 0 ms. Topology id = 9
[0m[31m10:22:26,258 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /ConcurrentFineWebFailoverTestCase/simple: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.lang.RuntimePermission" "accessDeclaredMembers")" in code source "(vfs:/content/ConcurrentFineWebFailoverTestCase.war/WEB-INF/classes <no signer certificates>)" of "ModuleClassLoader for Module "deployment.ConcurrentFineWebFailoverTestCase.war" from Service Module Loader")
at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:294)
at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:191)
at java.lang.Class.checkMemberAccess(Class.java:2348)
at java.lang.Class.getDeclaredMethod(Class.java:2127)
at org.infinispan.commons.util.ReflectionUtil.findMethod(ReflectionUtil.java:102)
at org.infinispan.factories.components.ComponentMetadataRepo.initInjectionMethods(ComponentMetadataRepo.java:219)
at org.infinispan.factories.components.ComponentMetadataRepo.initMetadata(ComponentMetadataRepo.java:129)
at org.infinispan.factories.components.ComponentMetadataRepo.getComponentMetadata(ComponentMetadataRepo.java:119)
at org.infinispan.factories.impl.BasicComponentRegistryImpl.wireDependencies(BasicComponentRegistryImpl.java:189)
at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:102)
at org.infinispan.commands.write.ComputeCommand.<init>(ComputeCommand.java:51)
at org.infinispan.commands.CommandsFactoryImpl.buildComputeCommand(CommandsFactoryImpl.java:283)
at org.infinispan.cache.impl.CacheImpl.computeInternal(CacheImpl.java:337)
at org.infinispan.cache.impl.DecoratedCache.compute(DecoratedCache.java:710)
at org.infinispan.cache.impl.DecoratedCache.compute(DecoratedCache.java:630)
at org.infinispan.cache.impl.AbstractDelegatingCache.compute(AbstractDelegatingCache.java:393)
at org.infinispan.cache.impl.EncoderCache.compute(EncoderCache.java:642)
at org.infinispan.cache.impl.AbstractDelegatingCache.compute(AbstractDelegatingCache.java:393)
at org.wildfly.clustering.web.infinispan.session.fine.FineSessionAttributes.setAttribute(FineSessionAttributes.java:94)
at org.wildfly.clustering.web.undertow.session.DistributableSession.setAttribute(DistributableSession.java:173)
at io.undertow.servlet.spec.HttpSessionImpl.setAttribute(HttpSessionImpl.java:169)
at org.jboss.as.test.clustering.single.web.SimpleServlet.doGet(SimpleServlet.java:73)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:686)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:791)
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at io.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:55)
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502)
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
at io.undertow.servlet.handlers.ServletInitialHandler$1$1.run(ServletInitialHandler.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:107)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:360)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
at java.lang.Thread.run(Thread.java:748)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9395) Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-9395?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-9395:
-------------------------------
Status: Open (was: New)
> Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-9395
> URL: https://issues.jboss.org/browse/ISPN-9395
> Project: Infinispan
> Issue Type: Bug
> Environment: Windows
> Reporter: Diego Lovison
> Assignee: Dan Berindei
> Priority: Major
>
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 06:24 min
> [INFO] Finished at: 2018-07-22T17:53:48Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.0:verify (validate) on project infinispan-commons: Unable to load features descriptors: Error:
> [ERROR] Error downloading file://C:\home\jenkins\workspace\jdg-func-ispn-testsuite-windows-os_wip\11c13a93\infinispan\commons\target/classes/features.xml
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :infinispan-commons
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years
[JBoss JIRA] (ISPN-9395) Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-9395?page=com.atlassian.jira.plugin.... ]
Dan Berindei reassigned ISPN-9395:
----------------------------------
Assignee: Dan Berindei (was: Diego Lovison)
> Failures running the test suite in Windows - karaf-maven-plugin:verify on project infinispan-commons: Unable to load features
> -----------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-9395
> URL: https://issues.jboss.org/browse/ISPN-9395
> Project: Infinispan
> Issue Type: Bug
> Environment: Windows
> Reporter: Diego Lovison
> Assignee: Dan Berindei
> Priority: Major
>
> {noformat}
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 06:24 min
> [INFO] Finished at: 2018-07-22T17:53:48Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.0:verify (validate) on project infinispan-commons: Unable to load features descriptors: Error:
> [ERROR] Error downloading file://C:\home\jenkins\workspace\jdg-func-ispn-testsuite-windows-os_wip\11c13a93\infinispan\commons\target/classes/features.xml
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :infinispan-commons
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years