不能使用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 (将#修改为@)