FAForever Forums
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login
    The current pre-release of the client ("pioneer" in the version) is only compatible to itself. So you can only play with other testers. Please be aware!

    ICE Adapter down? Cant create a game

    Scheduled Pinned Locked Moved FAF support (client and account issues)
    7 Posts 7 Posters 79 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      c0rtex
      last edited by

      Error details:

      Client Version: 2026.4.1
      java.util.concurrent.ExecutionException: org.springframework.web.reactive.function.client.WebClientResponseException$InternalServerError: 500 Internal Server Error from GET https://api.faforever.com/ice/session/game/27409847
      at java.base/java.util.concurrent.CompletableFuture.wrapInExecutionException(CompletableFuture.java:345)
      at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:440)
      at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2094)
      at com.faforever.client.task.SimpleTask.call(SimpleTask.java:25)
      at javafx.concurrent.Task$TaskCallable.call(Task.java:1407)
      at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
      at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
      at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
      at java.base/java.lang.Thread.run(Thread.java:1474)
      Caused by: org.springframework.web.reactive.function.client.WebClientResponseException$InternalServerError: 500 Internal Server Error from GET https://api.faforever.com/ice/session/game/27409847
      at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:319)
      Suppressed: The stacktrace has been enhanced by Reactor, refer to additional information below:
      Error has been observed at the following site(s):
      *__checkpoint ⇢ 500 INTERNAL_SERVER_ERROR from GET https://api.faforever.com/ice/session/game/27409847 [DefaultWebClient]
      Original Stack Trace:
      at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:319)
      at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:214)
      at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106)
      at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:159)
      at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onNext(FluxDefaultIfEmpty.java:122)
      at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onNext(FluxMapFuseable.java:130)
      at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:109)
      at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onNext(FluxMapFuseable.java:300)
      at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onNext(FluxFilterFuseable.java:338)
      at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2093)
      at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:144)
      at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144)
      at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:263)
      at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144)
      at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:419)
      at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:467)
      at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:521)
      at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:956)
      at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:115)
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
      at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
      at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:361)
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:325)
      at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:249)
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:355)
      at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1526)
      at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1384)
      at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1435)
      at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:545)
      at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:484)
      at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:296)
      at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
      at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429)
      at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918)
      at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:176)
      at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.handle(AbstractNioChannel.java:445)
      at io.netty.channel.nio.NioIoHandler$DefaultNioRegistration.handle(NioIoHandler.java:388)
      at io.netty.channel.nio.NioIoHandler.processSelectedKey(NioIoHandler.java:596)
      at io.netty.channel.nio.NioIoHandler.processSelectedKeysPlain(NioIoHandler.java:541)
      at io.netty.channel.nio.NioIoHandler.processSelectedKeys(NioIoHandler.java:514)
      at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:484)
      at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225)
      at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196)
      at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195)
      at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
      at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
      at java.base/java.lang.Thread.run(Thread.java:1474)

      1 Reply Last reply Reply Quote 0
      • wilson_W Offline
        wilson_
        last edited by

        seems to be fixed.

        1 Reply Last reply Reply Quote 0
        • NoRest4TheWickedN Offline
          NoRest4TheWicked
          last edited by

          it was fixed for a short time then it went down again

          1 Reply Last reply Reply Quote 0
          • maggeM Offline
            magge Moderator FAF Association Board
            last edited by

            There seems to be another ICE Adapter hiccup. I know it is frustrating when you just want to play. The senior devs have been made aware of it, and as soon as they are online, they will investigate, and fix it.

            Join a FAFtastic Team | Join the FAForever Association

            1 Reply Last reply Reply Quote 1
            • K Offline
              Kurge
              last edited by

              Any Updates?

              1 Reply Last reply Reply Quote 0
              • I Offline
                iSanti
                last edited by

                Thanks for the forum, i thought it was my ethernet , but the problem persists...

                1 Reply Last reply Reply Quote 0
                • E Online
                  EchidnaWristCutt
                  last edited by

                  Client Version: 2026.4.1
                  java.util.concurrent.ExecutionException: org.springframework.web.reactive.function.client.WebClientResponseException$InternalServerError: 500 Internal Server Error from GET https://api.faforever.com/ice/session/game/27412974
                  at java.base/java.util.concurrent.CompletableFuture.wrapInExecutionException(CompletableFuture.java:345)
                  at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:440)
                  at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2094)
                  at com.faforever.client.task.SimpleTask.call(SimpleTask.java:25)

                  1 Reply Last reply Reply Quote 0

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  • First post
                    Last post