question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Eclipse Che is failed to deploy on Minishift

See original GitHub issue

Describe the bug

Eclipse Che is failed to deploy on Minishift

Che version

  • nightly

Steps to reproduce

Follow the doc https://www.eclipse.org/che/docs/che-7/overview/installing-che-on-minishift/

Expected behavior

Deployment is succeeded

Runtime

  • minishift (include output of minishift version and oc version)

Installation method

  • chectl
    • server:start --platform minishift --installer operator
    • chectl/0.0.20200831-next.9be13df linux-x64 node-v10.22.0

Environment

  • my computer
    • Linux

Eclipse Che Logs

2020-09-02 07:54:15,925[ost-startStop-1]  [ERROR] [o.a.c.c.C.[.[localhost].[/api] 175]  - Exception sending context initialized event to listener instance of class [org.eclipse.che.inject.CheBootstrap]
--
  | com.google.inject.CreationException: Unable to create injector, see the following errors:
  | 1) Error injecting constructor, org.eclipse.che.inject.ConfigurationException: Unsupported server naming strategy 'default-host' configured

Additional context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sparkoocommented, Sep 2, 2020

@dmytro-ndp CHE_INFRA_KUBERNETES_SERVER__STRATEGY=multi-host is explicitly set by Operator and Helm for k8s. For OpenShift, it fallback to what is set in che.properties, which is default-host now.

I’ll change default in che.properties to multi-host in che-server and imho we should start setting it explicitly for OpenShift from installers as well.

0reactions
dmytro-ndpcommented, Sep 2, 2020

@sparkoo, @skabashnyuk: do you happened to know if CHE_INFRA_KUBERNETES_SERVER__STRATEGY=multi-host has to be by default?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to start a workspace when deployed Che with minishift ...
Failed to start a workspace when deployed Che with minishift addon installer #15380 ; area/install Issues related to installation, including ...
Read more >
Configuring Minishift for use with Eclipse Che and Red Hat ...
Once minishift starts successfully, you're ready to deploy Che or CRW to the server. If minishift fails to come up, try killing and...
Read more >
Administration Guide Red Hat CodeReady Workspaces 1.0
In the command above, eclipse-che is the CodeReady Workspaces namespace. ... If this error occurs, go to the Keycloak administration console and ensure...
Read more >
Developing Multi-Pod Apps with Kubernetes and Che - Medium
Learn how you can use Eclipse Che to develop with replicas of your production Kube pods.
Read more >
Introduction to Eclipse Che :: Eclipse Che Documentation
A centralized developer environment running on Kubernetes or OpenShift. · A multi-container workspace for each developer with the ability to replicate with a ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found