微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

不能使用chectl auth:login或server:shutdown

如何解决不能使用chectl auth:login或server:shutdown

我正在尝试在编辑某些配置后重新启动本地Eclipse服务器。我尝试运行class PagesController extends Controller { public function index($folder= '',$page= 'inicio') { if( !(Auth::check() || Auth::guard('ivao')->check()) ) return redirect('/login'); ...irrelevant code... ,但收到此错误

chectl server:stop

因此,我尝试使用 » Error: E_SHUTDOWN_CHE_SERVER_FAIL - Failed to shutdown Eclipse Che server. Login context is not set. Please login » first. 登录,但再次出现错误

chectl auth:login

我已经阅读了文档,找不到如何创建“认”项目

我使用Using https://che-che.169.254.109.208.nip.io/api server API URL to log in Error: Command Failed with exit code 1: oc status error: you do not have rights to view project "default" specified in your config or the project doesn't exist 启动服务器。

我尝试了其他部署che的方法,但仅在使用不带头盔的Docker桌面时有效。

我正在使用Windows 10家庭版,并使用Docker桌面(Engine v19.03.13)和kubernetes版本v1.19.3进行部署。

编辑:我已在github上提交了错误报告:https://github.com/eclipse/che/issues/18355

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。