Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.kubernetes.client.ApiException: Unauthorized #7

Open
emag opened this issue Aug 6, 2018 · 0 comments
Open

io.kubernetes.client.ApiException: Unauthorized #7

emag opened this issue Aug 6, 2018 · 0 comments

Comments

@emag
Copy link
Contributor

emag commented Aug 6, 2018

Sometimes the following error occurred. Please let me know if you would like more details like some environments.

env

  • version: k8s_job commid id: 5bc1cfc

stack trace

2018-08-06 20:16:46 +0900 [ERROR] (task-thread-2): Uncaught exception. Task queue will detect this failure and this task will be retried later.
io.kubernetes.client.ApiException: Unauthorized
        at io.kubernetes.client.ApiClient.handleResponse(ApiClient.java:882)
        at io.kubernetes.client.ApiClient.execute(ApiClient.java:798)
        at io.kubernetes.client.apis.BatchV1Api.readNamespacedJobWithHttpInfo(BatchV1Api.java:1441)
        at io.kubernetes.client.apis.BatchV1Api.readNamespacedJob(BatchV1Api.java:1423)
        at jp.co.septeni_original.k8sop.JobClient.$anonfun$wait$3(JobClient.scala:47)
        at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:653)
        at scala.util.Success.$anonfun$map$1(Try.scala:251)
        at scala.util.Success.map(Try.scala:209)
        at scala.concurrent.Future.$anonfun$map$1(Future.scala:287)
        at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:29)
        at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:29)
        at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:60)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant