[jbosstools-issues] [JBoss JIRA] (JBIDE-22665) Migrating to wildfly10, I get an error with the jboss logging

lamiae obila (JIRA) issues at jboss.org
Mon Jun 27 04:41:01 EDT 2016


lamiae obila created JBIDE-22665:
------------------------------------

             Summary: Migrating to wildfly10, I get an error with the jboss logging
                 Key: JBIDE-22665
                 URL: https://issues.jboss.org/browse/JBIDE-22665
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: arquillian
         Environment: WildFly10 mode managed in arquillian:
org.wildfly.arquillian:wildfly-arquillian-parent:2.0.0.Final
org.jboss.arquillian:arquillian-build:1.1.11.Final (modelversion: 4.0.0)

            Reporter: lamiae obila
            Priority: Blocker


I was migrating my application from Jboss AS7 to Wildfly10 using arquillian for tests.
But, I get this error :

{code:java}
Exception in thread "Remoting "endpoint" task-4" java.lang.NoSuchMethodError: org.jboss.logging.Logger.tracef(Ljava/lang/String;I)V
        at org.jboss.remotingjmx.VersionedConectionFactory$ClientVersionReceiver.handleMessage(VersionedConectionFactory.java:158)
        at org.jboss.remoting3.remote.RemoteConnectionChannel$5.run(RemoteConnectionChannel.java:456)
        at org.jboss.remoting3.EndpointImpl$TrackingExecutor$1.run(EndpointImpl.java:717)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
{code}
I use the wildfly-arquillian-container-managed: version 2.0.0.Final for my test arquillian.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list