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

Camel Salesforce consumer throws NCDFE for ClientSessionChannel$MessageListener #2357

Closed
jamesnetherton opened this issue Dec 6, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@jamesnetherton
Copy link
Collaborator

See also (issue 2): https://issues.jboss.org/browse/ENTESB-7490

Caused by: java.lang.ClassNotFoundException: org.cometd.bayeux.client.ClientSessionChannel$MessageListener from [Module "org.apache.camel.component.salesforce" from local module loader @546a03af (finder: local module finder @721e0f4f (roots: /home/jbouska/redhat/eap-server/modules,/home/jbouska/redhat/eap-server/modules/system/layers/fuse,/home/jbouska/redhat/eap-server/modules/system/layers/base))]
--
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:198)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:412)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:400)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
... 30 more
 
12:38:33,509 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "salesforce-reproducer-1.0-SNAPSHOT.jar")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"salesforce-reproducer-1.0-SNAPSHOT.jar\".INSTALL" => "WFLYSRV0153: Failed to process phase INSTALL of deployment \"salesforce-reproducer-1.0-SNAPSHOT.jar\"
Caused by: java.lang.NoClassDefFoundError: org/cometd/bayeux/client/ClientSessionChannel$MessageListener
Caused by: java.lang.ClassNotFoundException: org.cometd.bayeux.client.ClientSessionChannel$MessageListener from [Module \"org.apache.camel.component.salesforce\" from local module loader @546a03af (finder: local module finder @721e0f4f (roots: /home/jbouska/redhat/eap-server/modules,/home/jbouska/redhat/eap-server/modules/system/layers/fuse,/home/jbouska/redhat/eap-server/modules/system/layers/base))]"}}
12:38:33,510 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "salesforce-reproducer-1.0-SNAPSHOT.jar" was rolled back with the following failure message:
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"salesforce-reproducer-1.0-SNAPSHOT.jar\".INSTALL" => "WFLYSRV0153: Failed to process phase INSTALL of deployment \"salesforce-reproducer-1.0-SNAPSHOT.jar\"
Caused by: java.lang.NoClassDefFoundError: org/cometd/bayeux/client/ClientSessionChannel$MessageListener
Caused by: java.lang.ClassNotFoundException: org.cometd.bayeux.client.ClientSessionChannel$MessageListener from [Module \"org.apache.camel.component.salesforce\" from local module loader @546a03af (finder: local module finder @721e0f4f (roots: /home/jbouska/redhat/eap-server/modules,/home/jbouska/redhat/eap-server/modules/system/layers/fuse,/home/jbouska/redhat/eap-server/modules/system/layers/base))]"}}
@jamesnetherton jamesnetherton added this to the 5.1.0 milestone Dec 6, 2017
@jamesnetherton jamesnetherton self-assigned this Dec 6, 2017
@jamesnetherton jamesnetherton changed the title Camel Salesforce producer throws NCDFE for ClientSessionChannel$MessageListener Camel Salesforce consumer throws NCDFE for ClientSessionChannel$MessageListener Dec 6, 2017
jamesnetherton added a commit to jamesnetherton/wildfly-camel that referenced this issue Dec 7, 2017
jamesnetherton added a commit to jamesnetherton/wildfly-camel that referenced this issue Dec 7, 2017
jamesnetherton added a commit to jamesnetherton/wildfly-camel that referenced this issue Dec 7, 2017
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

1 participant