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

Helm Install CrashLoopBackOff Errors #741

Open
PMcLeanGLX opened this issue May 3, 2024 · 4 comments
Open

Helm Install CrashLoopBackOff Errors #741

PMcLeanGLX opened this issue May 3, 2024 · 4 comments

Comments

@PMcLeanGLX
Copy link

PMcLeanGLX commented May 3, 2024

@Chris-Greaves

I am getting the following errors when trying to deploy via Helm Chart

"Back-off restarting failed container planka in pod planka-564745db54-n4xq2_default(c1078e9b-507c-4a92-9449-25555cbf9351)"
Readiness probe failed: Get "http://10.1.99.104:1337/": dial tcp 10.1.99.104:1337: connect: connection refused

@PMcLeanGLX
Copy link
Author

PMcLeanGLX commented May 3, 2024

This is the log:

/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:283
        const message = name === 'notice' ? new messages_1.NoticeMessage(length, messageValue) : new messages_1.DatabaseError(messageValue, length, name);
                                                                                                 ^

error: password authentication failed for user "planka"
    at Parser.parseErrorMessage (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:283:98)
    at Parser.handlePacket (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:122:29)
    at Parser.parse (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/parser.js:35:38)
    at Socket.<anonymous> (/app/node_modules/.pnpm/[email protected]/node_modules/pg-protocol/dist/index.js:11:42)
    at Socket.emit (node:events:517:28)
    at addChunk (node:internal/streams/readable:368:12)
    at readableAddChunk (node:internal/streams/readable:341:9)
    at Readable.push (node:internal/streams/readable:278:10)
    at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
  length: 102,
  severity: 'FATAL',
  code: '28P01',
  detail: undefined,
  hint: undefined,
  position: undefined,
  internalPosition: undefined,
  internalQuery: undefined,
  where: undefined,
  schema: undefined,
  table: undefined,
  column: undefined,
  dataType: undefined,
  constraint: undefined,
  file: 'auth.c',
  line: '326',
  routine: 'auth_failed'
}

Node.js v18.20.2

@Chris-Greaves
Copy link
Contributor

Hey @PMcLeanGLX, sorry you are having issues with the chart.

I will try and have a look on the next few days. In the mean time, check the values.yaml files for any properties you may have missed, or settings that need enabled.

@PMcLeanGLX
Copy link
Author

PMcLeanGLX commented May 6, 2024

I've gotten it working today, but accessing the webui is just a blank white screen. Doing a curl to the ip shows "you need to enable javascript to run this app"

And for some reason the image points to mattermost/focalboard...

@Chris-Greaves
Copy link
Contributor

Apologies for the delay, life and work got busy.

Just trying to understand the error you are getting. You say you get a white screen, sounds like it's loading the HTML but not any linked assets (images, scripts, etc). Maybe try opening devtools in the browser before opening the page, see if that gives any hints on what is failing.

And for some reason the image points to mattermost/focalboard

Most likely, planka uses a fork of this repo to do it's Kanban boards. https://github.com/mattermost/focalboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants