Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinispan integration fails on WildFly10 #913

Closed
tdiesler opened this issue Oct 19, 2015 · 3 comments
Closed

Infinispan integration fails on WildFly10 #913

tdiesler opened this issue Oct 19, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@tdiesler
Copy link
Contributor

Caused by: java.lang.Exception: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
    "Services that were unable to start:" => [
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".CdiValidatorFactoryService",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".WeldStartService",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".component.InfinispanIntegrationTest.JndiBindingsService",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".component.InfinispanIntegrationTest.START",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".component.InfinispanIntegrationTest.WeldInstantiator",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".component.InfinispanIntegrationTest.WeldInterceptorBindingsService",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".deploymentCompleteService",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".jndiDependencyService",
        "jboss.deployment.unit.\"camel-infinispan-test.jar\".moduleDeploymentRuntimeInformationStart",
        "jboss.naming.context.java.comp.camel-infinispan-test.camel-infinispan-test.InfinispanIntegrationTest.env.\"org.wildfly.camel.test.infinispan.InfinispanIntegrationTest\".cacheContainer"
    ],
    "Services that may be the cause:" => [
        "jboss.infinispan.test.config.thread-pool.async-operations",
        "jboss.infinispan.test.config.thread-pool.expiration",
        "jboss.infinispan.test.config.thread-pool.listener",
        "jboss.infinispan.test.config.thread-pool.persistence",
        "jboss.infinispan.test.config.thread-pool.remote-command",
        "jboss.infinispan.test.config.thread-pool.state-transfer",
        "jboss.infinispan.test.config.thread-pool.transport",
        "jboss.infinispan.test.config.transport"
    ]
}}
@jamesnetherton
Copy link
Collaborator

Before we go any further with the 4.0 branch we need to resolve wildfly-extras/fuse-patch#101 as it invalidates our test suite.

The wildfly-camel feature pack is installing modules that do not even exist in WF 10 anymore. So some things appear as though they are integrated correctly, when in fact they are not.

@jamesnetherton
Copy link
Collaborator

WF upgraded to Infinispan 8.x but Camel only supports 7.x at the moment. This Camel issue tracks the work to support 8.x.

https://issues.apache.org/jira/browse/CAMEL-9113

@jamesnetherton
Copy link
Collaborator

The camel infinispan upgrade is complete for 2.17.0. The remaining work is to figure out why test cache is not available when the tests execute.

jamesnetherton added a commit to jamesnetherton/wildfly-camel that referenced this issue Nov 9, 2015
tdiesler pushed a commit that referenced this issue Nov 16, 2015
[resolves #903] Undertow component incompatible with WildFly
[resolves #913] Move cache configuration to into standalone-extra configuration file
[resolves #904] Add custom lucene 4.10 module for camel-elsaticsearch and camel-lucene
[resolves #899] Upgrade to WildFly-10.0.0.CR4
tdiesler pushed a commit that referenced this issue Nov 25, 2015
[resolves #903] Undertow component incompatible with WildFly
[resolves #913] Move cache configuration to into standalone-extra configuration file
[resolves #904] Add custom lucene 4.10 module for camel-elsaticsearch and camel-lucene
[resolves #899] Upgrade to WildFly-10.0.0.CR4
tdiesler pushed a commit that referenced this issue Dec 1, 2015
[resolves #903] Undertow component incompatible with WildFly
[resolves #913] Move cache configuration to into standalone-extra configuration file
[resolves #904] Add custom lucene 4.10 module for camel-elsaticsearch and camel-lucene
[resolves #899] Upgrade to WildFly-10.0.0.CR4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants