Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine tab does not have full output of the workspace boot #2325

Closed
TylerJewell opened this issue Sep 3, 2016 · 2 comments
Closed

Machine tab does not have full output of the workspace boot #2325

TylerJewell opened this issue Sep 3, 2016 · 2 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Milestone

Comments

@TylerJewell
Copy link

With the new tabbed terminals, the machine console tab appears with limited information when it should have the complete output of the docker image download, container output, tomcat boot logs.

The output is currently:

2016-09-02 00:25:28,704[nio-4401-exec-2]  [INFO ] [a.c.w.i.BasicWebSocketEndpoint 51]   - Web socket session opened
2016-09-02 00:25:28,772[nio-4401-exec-2]  [INFO ] [a.c.w.i.BasicWebSocketEndpoint 52]   - Endpoint: 850535212
@TylerJewell TylerJewell added kind/enhancement A feature request - must adhere to the feature request template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. labels Sep 3, 2016
@TylerJewell TylerJewell added this to the 4.8.0 milestone Sep 3, 2016
@slemeur slemeur modified the milestones: 4.7.1, 4.8.0 Sep 5, 2016
@vparfonov
Copy link
Contributor

Looks like it's normal behavior. We get log message via WebSocket channel and those 2 lines new events we got then IDE refreshed and connect again to ws-agent

@TylerJewell
Copy link
Author

Ok then we have serious problem. It may be expected behavior from tech point of view but it is not expected behavior from user point of view. We have created a no mans land situation by providing information that is unhelpful. What is needed to change the normal behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code.
Projects
None yet
Development

No branches or pull requests

3 participants