Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-4299

Upgrade undertow to 2.2.18.Final to fix windows issues

    XMLWordPrintable

Details

    • Component Upgrade
    • Resolution: Done
    • Major
    • jbossws-cxf-5.5.1.Final
    • jbossws-cxf-5.5.0.Final
    • jbossws-cxf
    • None

    Description

      Upgrade undertow to fix this issue on windows:

      Jul 25, 2022 12:46:57 PM io.undertow.Undertow start
      2311INFO: starting server: Undertow - 2.2.9.Final
      2312Jul 25, 2022 12:46:57 PM org.xnio.Xnio <clinit>
      2313INFO: XNIO version 3.8.4.Final
      2314Jul 25, 2022 12:46:57 PM org.xnio.nio.NioXnio <clinit>
      2315INFO: XNIO NIO Implementation Version 3.8.4.Final
      2316Jul 25, 2022 12:46:58 PM org.jboss.threads.Version <clinit>
      2317INFO: JBoss Threads version 3.1.0.Final
      2318Jul 25, 2022 12:46:58 PM io.undertow.server.Connectors executeRootHandler
      2319ERROR: UT005071: Undertow request failed HttpServerExchange{ GET /hello/test}
      2320java.io.IOError: java.io.FileNotFoundException: Invalid file path
      2321	at org.xnio.channels.Channels$4.run(Channels.java:1103)
      2322	at org.xnio.channels.Channels$4.run(Channels.java:1093)
      2323	at java.base/java.security.AccessController.doPrivileged(Native Method)
      2324	at org.xnio.channels.Channels.<clinit>(Channels.java:1093)
      2325	at io.undertow.io.UndertowOutputStream.flush(UndertowOutputStream.java:283)
      2326	at org.jboss.wsf.stack.cxf.addons.transports.undertow.UndertowServerEngineTest$MyTestHandler.handleRequest(UndertowServerEngineTest.java:199)
      2327	at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:104)
      2328	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
      2329	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
      2330	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
      2331	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2019)
      2332	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1558)
      2333	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1423)
      2334	at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1280)
      2335	at java.base/java.lang.Thread.run(Thread.java:829)
      2336Caused by: java.io.FileNotFoundException: Invalid file path
      2337	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:231)
      2338	at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:126)
      2339	at org.xnio.channels.Channels$4.run(Channels.java:1098)
      2340	... 14 more
      2341
      2342Jul 25, 2022 12:46:58 PM io.undertow.server.HttpServerExchange endExchange
      2343ERROR: UT005090: Unexpected failure
      2344java.lang.NoClassDefFoundError: Could not initialize class org.xnio.channels.Channels
      2345	at io.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:348)
      2346	at io.undertow.server.HttpServerExchange$DefaultBlockingHttpExchange.close(HttpServerExchange.java:2019)
      2347	at io.undertow.server.HttpServerExchange.endExchange(HttpServerExchange.java:1700)
      2348	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:427)
      2349	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:852)
      2350	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
      2351	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:2019)
      2352	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1558)
      2353	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1423)
      2354	at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1280)
      2355	at java.base/java.lang.Thread.run(Thread.java:829)
      2356 

      Attachments

        Activity

          People

            rhn-engineering-ema Jim Ma
            rhn-engineering-ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: