Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Various issues with stacks on OSIO #763

Closed
2 tasks
ibuziuk opened this issue Jul 18, 2018 · 5 comments
Closed
2 tasks

Various issues with stacks on OSIO #763

ibuziuk opened this issue Jul 18, 2018 · 5 comments
Labels

Comments

@ibuziuk
Copy link
Member

ibuziuk commented Jul 18, 2018

there are currently 7 osio specific che recipes and quite a few would be added during the codenvy.io -> che.openshift.io transition - https://github.com/redhat-developer/che-dockerfiles/tree/master/recipes
All the stacks should work with the default recommended projects OOTB:

  • centos-nodejs
  • centos_dotnet20
  • centos_jdk8
  • spring-boot
  • ubuntu_jdk8
  • vertx
  • wildfly-swarm

Related bugs:

Problems description:

1. centos-nodejs / image registry.devshift.net/che/centos-nodejs
workspace starts correctly so image seems to be fine. When imported with nodejs-hello-world and executing nodejs-hello-world:run / run commands preview url is parsed correctly but not accessible since preview url points to ${server.8080/tcp}

image

with web-nodejs-simple project:

build command works fine.

web-nodejs-simple:run: (preview url is not parsed correctly)

image

run (funny thing that app.js is not even located in the app folder but rather in the scripts )

image

2. separate issue for centos_dotnet20 stack / registry.devshift.net/che/centos_dotnet20 - #505

3. centos_jdk8 / registry.devshift.net/che/centos_jdk8
workspace strartup works fine and all commands for console-java-simple project. However, for web-java-spring preview url ${server.tomcat8} is not parsed correctly:

image

@amisevsk
Copy link
Collaborator

The wildfly-swarm stack has an issue due to the booster artifact being renamed: #764

@amisevsk
Copy link
Collaborator

amisevsk commented Jul 18, 2018

Old issue pertaining to dotnet image: #505

Need to install lang server for dotnet to work.

@amisevsk
Copy link
Collaborator

Some preview urls are broken in default build/run commands. E.g. for web-java-spring sample project, I see preview URL as ${server.tomcat8}, so something is going wrong.

@rhopp
Copy link
Collaborator

rhopp commented Jul 19, 2018

.NET image: Workspace startup is successful with redhat-developer/che-dockerfiles#37, but there are lot of error markers in sourcecode:
image
Building and running works fine, with one minor drawback - The preview link is not resolved correctly:
image
One has to go to servers and take the preview URL from there.

@ibuziuk
Copy link
Member Author

ibuziuk commented Jul 30, 2019

Closing in favour of #1434

@ibuziuk ibuziuk closed this as completed Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants