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

Unexpected error null #21618

Closed
l0rd opened this issue Aug 6, 2022 · 1 comment
Closed

Unexpected error null #21618

l0rd opened this issue Aug 6, 2022 · 1 comment
Labels
area/dashboard kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.

Comments

@l0rd
Copy link
Contributor

l0rd commented Aug 6, 2022

Describe the bug

A few minutes after the first login of a fresh install of Che I see multiple lines with Unexpected error null in Che dashboard container log. Note that errors are logged although the dashboard is not used.

$ kubectl logs -f che-dashboard-85c6f56596-zhlnd 
Starting Dashboard backend server...
Static server's serving "/public" on 0.0.0.0:8080/
Che Dashboard swagger is running on "dashboard/api/swagger".
├── * (OPTIONS)
└── / (-)
    ├── * (HEAD, GET)
    ├── dashboard (-)
    │   ├── /api (-)
    │   │   ├── /cluster-config (GET)
    │   │   ├── /cluster-info (GET)
    │   │   ├── /namespace/:namespace (-)
    │   │   │   ├── /devworkspaceId/:devworkspaceId/kubeconfig (POST)
    │   │   │   ├── /devworkspaces (GET, POST)
    │   │   │   │   └── /:workspaceName (GET, PATCH, DELETE)
    │   │   │   ├── /devworkspacetemplates (GET, POST)
    │   │   │   │   └── /:templateName (PATCH)
    │   │   │   └── /dockerconfig (GET, PUT)
    │   │   ├── /server-config (GET)
    │   │   ├── /swagger (GET)
    │   │   │   ├── / (GET)
    │   │   │   ├── /* (GET)
    │   │   │   ├── /initOAuth (GET)
    │   │   │   ├── /json (GET)
    │   │   │   ├── /static/* (HEAD, GET)
    │   │   │   ├── /uiConfig (GET)
    │   │   │   └── /yaml (GET)
    │   │   └── /websocket (GET)
    │   └── /f (GET)
    └── f (GET)

(node:6) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Server listening at http://0.0.0.0:8080
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null
Unexpected error null

Che version

next (development version)

Steps to reproduce

  1. Deploy Che using chectl
  2. Open the dashboard once (log-in as kubeadmin)
  3. Wait ~30 minutes
  4. Look a the dashbaord logs

Expected behavior

There should be no errors in the logs

Runtime

OpenShift (cluster-bot)

@l0rd l0rd added the kind/bug Outline of a bug - must adhere to the bug report template. label Aug 6, 2022
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Aug 6, 2022
@l0rd l0rd added area/dashboard severity/P2 Has a minor but important impact to the usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Aug 6, 2022
@dkwon17 dkwon17 mentioned this issue Aug 8, 2022
67 tasks
@olexii4
Copy link
Contributor

olexii4 commented Aug 29, 2022

@olexii4 olexii4 closed this as completed Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

3 participants