Join Not Working Java Bugs

This is for troubleshooting of problems with the FAF client and Forged Alliance game.

Moderator: PhilipJFry

Join Not Working Java Bugs

Postby TUNOCOCEHT » 28 Jul 2019, 05:03

Hello,

Join is not working, Show Profile not working, getting a notification "co-op access denied", and lastly an error message. Any help would be appreciated.
TUNOCOCEHT
 
Posts: 6
Joined: 28 Jul 2019, 04:57
Has liked: 0 time
Been liked: 0 time
FAF User Name: TUNOCOCEHT

Re: Join Not Working Java Bugs

Postby TUNOCOCEHT » 28 Jul 2019, 05:04

java.util.concurrent.CompletionException: error="access_denied", error_description="Error requesting access token."
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:279)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: error="access_denied", error_description="Error requesting access token."
at org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport.retrieveToken(OAuth2AccessTokenSupport.java:145)
at org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider.obtainAccessToken(ResourceOwnerPasswordAccessTokenProvider.java:47)
at org.springframework.security.oauth2.client.token.AccessTokenProviderChain.obtainNewAccessTokenInternal(AccessTokenProviderChain.java:148)
at org.springframework.security.oauth2.client.token.AccessTokenProviderChain.obtainAccessToken(AccessTokenProviderChain.java:121)
at org.springframework.security.oauth2.client.OAuth2RestTemplate.acquireAccessToken(OAuth2RestTemplate.java:221)
at org.springframework.security.oauth2.client.OAuth2RestTemplate.getAccessToken(OAuth2RestTemplate.java:173)
at org.springframework.security.oauth2.client.OAuth2RestTemplate.createRequest(OAuth2RestTemplate.java:105)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:730)
at org.springframework.security.oauth2.client.OAuth2RestTemplate.doExecute(OAuth2RestTemplate.java:128)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:669)
at org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:310)
at com.faforever.client.api.FafApiAccessorImpl.getPage(FafApiAccessorImpl.java:625)
at com.faforever.client.api.FafApiAccessorImpl.getPage(FafApiAccessorImpl.java:612)
at com.faforever.client.api.FafApiAccessorImpl.getMany(FafApiAccessorImpl.java:602)
at com.faforever.client.api.FafApiAccessorImpl.getFeaturedMods(FafApiAccessorImpl.java:177)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.cache.interceptor.CacheInterceptor.lambda$invoke$0(CacheInterceptor.java:53)
at org.springframework.cache.interceptor.CacheAspectSupport.invokeOperation(CacheAspectSupport.java:365)
at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:420)
at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:345)
at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy67.getFeaturedMods(Unknown Source)
at com.faforever.client.remote.FafService.getFeaturedMods(FafService.java:232)
at com.faforever.client.remote.FafService$$FastClassBySpringCGLIB$$6c91c77e.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115)
at org.springframework.aop.interceptor.AsyncExecutionAspectSupport.lambda$doSubmit$3(AsyncExecutionAspectSupport.java:276)
... 4 more
Caused by: org.springframework.web.client.HttpServerErrorException$GatewayTimeout: 504 Gateway Timeout
at org.springframework.web.client.HttpServerErrorException.create(HttpServerErrorException.java:87)
at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:99)
at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:79)
at org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport$AccessTokenErrorHandler.handleError(OAuth2AccessTokenSupport.java:243)
at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:777)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:735)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:690)
at org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport.retrieveToken(OAuth2AccessTokenSupport.java:137)
... 40 more
TUNOCOCEHT
 
Posts: 6
Joined: 28 Jul 2019, 04:57
Has liked: 0 time
Been liked: 0 time
FAF User Name: TUNOCOCEHT

Re: Join Not Working Java Bugs

Postby TUNOCOCEHT » 28 Jul 2019, 05:44

The notification message is as fellows:

"! Co-Op missions could not be loaded: error="access_denied",error_description="Error requesting access token.""
TUNOCOCEHT
 
Posts: 6
Joined: 28 Jul 2019, 04:57
Has liked: 0 time
Been liked: 0 time
FAF User Name: TUNOCOCEHT

Re: Join Not Working Java Bugs

Postby TUNOCOCEHT » 28 Jul 2019, 05:51

Also I can not select a "Game type" if trying to create a game. No Game type is displayed.
TUNOCOCEHT
 
Posts: 6
Joined: 28 Jul 2019, 04:57
Has liked: 0 time
Been liked: 0 time
FAF User Name: TUNOCOCEHT

Re: Join Not Working Java Bugs

Postby Speerit » 28 Jul 2019, 06:11

I am having the same issue.

Corrupted replays found on disk (Which the newsfeed told us to expect.)
No access to co-op
Game type list is empty and cannot host game as a result.
Speerit
 
Posts: 1
Joined: 28 Jul 2019, 06:08
Has liked: 0 time
Been liked: 0 time
FAF User Name: Speerit

Re: Join Not Working Java Bugs

Postby TUNOCOCEHT » 28 Jul 2019, 06:37

In the Chat section it says it is a known issue and they will work on it in the morning. Thank you devs!
TUNOCOCEHT
 
Posts: 6
Joined: 28 Jul 2019, 04:57
Has liked: 0 time
Been liked: 0 time
FAF User Name: TUNOCOCEHT


Return to Tech Support

Who is online

Users browsing this forum: No registered users and 1 guest