[jbosstools-issues] [JBoss JIRA] (JBIDE-26869) CRC server adapter: OpenShift connection that is created is unusable at time

André Dietisheim (Jira) issues at jboss.org
Wed Sep 25 09:44:00 EDT 2019


     [ https://issues.jboss.org/browse/JBIDE-26869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

André Dietisheim updated JBIDE-26869:
-------------------------------------
    Description: 
Steps - not reproducibe at 100%, happens from time to time:

# ASSERT: have ~/.crc folder killed
# EXEC: create new CRC server adapter & Start it
# ASSERT: OpenShift connection is created

Result:
Connection is unusable, reports that it cannot access resources using system:anonymous

will reproduce and provide stacktrace

  was:
Steps - not reproducibe at 100%, happens from time to time:

# ASSERT: have ~/.crc folder killed
# EXEC: create new CRC server adapter & Start it
# ASSERT: OpenShift connection is created

Result:
Connection is unusable, reports that it cannot access resources using system:anonymous
{code}
com.openshift.restclient.authorization.ResourceForbiddenException: forbidden: User "system:anonymous" cannot get path "/apis" forbidden: User "system:anonymous" cannot get path "/apis"
    at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.createOpenShiftException(ResponseCodeInterceptor.java:111)
    at com.openshift.internal.restclient.okhttp.ResponseCodeInterceptor.intercept(ResponseCodeInterceptor.java:66)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:112)
    at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:87)
    at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.kt:184)
    at okhttp3.RealCall.execute(RealCall.kt:66)
    at com.openshift.internal.restclient.ApiTypeMapper.request(ApiTypeMapper.java:265)
    at com.openshift.internal.restclient.ApiTypeMapper.readEndpoint(ApiTypeMapper.java:257)
    at com.openshift.internal.restclient.ApiTypeMapper.getApiGroups(ApiTypeMapper.java:220)
    at com.openshift.internal.restclient.ApiTypeMapper.init(ApiTypeMapper.java:155)
    at com.openshift.internal.restclient.ApiTypeMapper.isSupported(ApiTypeMapper.java:84)
    at com.openshift.internal.restclient.URLBuilder.buildWithNamespaceInPath(URLBuilder.java:148)
    at com.openshift.internal.restclient.URLBuilder.build(URLBuilder.java:135)
    at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:301)
    at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:275)
    at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:243)
    at com.openshift.internal.restclient.DefaultClient.execute(DefaultClient.java:226)
    at com.openshift.internal.restclient.DefaultClient.get(DefaultClient.java:423)
    at com.openshift.internal.restclient.authorization.AuthorizationContext.isAuthorized(AuthorizationContext.java:63)
    at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:237)
    at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:226)
    at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPageModel.connect(ConnectionWizardPageModel.java:300)
    at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPage$ConnectJob.doRun(ConnectionWizardPage.java:434)
    at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
{code}



> CRC server adapter: OpenShift connection that is created is unusable at time
> ----------------------------------------------------------------------------
>
>                 Key: JBIDE-26869
>                 URL: https://issues.jboss.org/browse/JBIDE-26869
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.13.0.AM1
>            Reporter: André Dietisheim
>            Assignee: Rob Stryker
>            Priority: Critical
>             Fix For: 4.13.0.Final
>
>
> Steps - not reproducibe at 100%, happens from time to time:
> # ASSERT: have ~/.crc folder killed
> # EXEC: create new CRC server adapter & Start it
> # ASSERT: OpenShift connection is created
> Result:
> Connection is unusable, reports that it cannot access resources using system:anonymous
> will reproduce and provide stacktrace



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jbosstools-issues mailing list