Error "Authentication failed. Log in to authenticate" to upload artifact to bluemix using Java Buildpack

After logging into bluemix, I tried to load the java artifact into bluemix using java buildpack Cloud Foundry, and I always get this message;

FAULT Authentication has expired. Log in to the reauthentication system.

I tried logging out and logging in multiple times (using "manual account login" and "api login name"). The input is always in order, but the error persists. This is the result of logging in to bluemix.

API endpoint: https://api.eu-de.bluemix.net (API version: 2.92.0)

Region: eu-de

User: irivera@tripbru.com

Account: account name (account identifier) ​​↔ other

Resource Group: Default

Org: selected org

Space: Selected Space

I also checked time synchronization and is synchronized with ntp (no problem). I am in Spain and trying to upload to Bluemix Germany

Tried to delete the bluemix client, deleting all files with and without result

This problem started yesterday, but just a few hours before I downloaded a lot of artifacts in various applications without any problems (including "now in the application with an error")

+4
source share
1 answer

Solved using the "trick". There seems to be some kind of “intermediate” problem with applications already deployed on bluemix.

( CLI). , , ( , ).

"" .

. ,

0

Source: https://habr.com/ru/post/1688666/


All Articles