Uploaded image for project: 'WildFly Naming Client'
  1. WildFly Naming Client
  2. WFNC-73

IllegalStateException: No standard field found for reverse order comparator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • None
    • False
    • None
    • False

    Description

      tests failed in CI on JDK 11 and 17 (passed on JDK 8) with the following errors:
      https://github.com/wildfly/wildfly-naming-client/runs/7656028358?check_suite_focus=true

      INFO: XNIO NIO Implementation Version 3.5.1.Final
      WARNING: An illegal reflective access operation has occurred
      WARNING: Illegal reflective access by org.xnio.nio.NioXnio$2 (file:/home/runner/.m2/repository/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.jar) to constructor sun.nio.ch.EPollSelectorProvider()
      WARNING: Please consider reporting this to the maintainers of org.xnio.nio.NioXnio$2
      WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
      WARNING: All illegal access operations will be denied in a future release
      Aug 03, 2022 4:00:45 PM org.jboss.remoting3.EndpointImpl <clinit>
      INFO: JBoss Remoting version 5.0.23.Final
      Aug 03, 2022 4:00:45 PM org.wildfly.naming.client.remote.RemoteServerTransport$1 handleMessage
      WARN: WFNAM00036: Unexpected internal error
      java.lang.ExceptionInInitializerError
      	at org.jboss.marshalling.river.RiverMarshaller.<clinit>(RiverMarshaller.java:1335)
      	at org.jboss.marshalling.river.RiverMarshallerFactory.createMarshaller(RiverMarshallerFactory.java:54)
      	at org.wildfly.naming.client.remote.ProtocolUtils.createMarshaller(ProtocolUtils.java:72)
      	at org.wildfly.naming.client.remote.RemoteServerTransport.writeExceptionResponse(RemoteServerTransport.java:492)
      	at org.wildfly.naming.client.remote.RemoteServerTransport.handleLookup(RemoteServerTransport.java:207)
      	at org.wildfly.naming.client.remote.RemoteServerTransport$1.handleMessage(RemoteServerTransport.java:123)
      	at org.jboss.remoting3.remote.RemoteConnectionChannel.lambda$handleMessageData$3(RemoteConnectionChannel.java:432)
      	at org.jboss.remoting3.EndpointImpl$TrackingExecutor.lambda$execute$0(EndpointImpl.java:991)
      	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:829)
      Caused by: java.lang.IllegalStateException: No standard field found for reverse order comparator!
      	at org.jboss.marshalling.river.Protocol.<clinit>(Protocol.java:287)
      	... 11 more
      
      
      

      Attachments

        Activity

          People

            tadamski@redhat.com Tomasz Adamski
            cfang@redhat.com Cheng Fang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: