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

puppet-dashboard responds with 406 #438

Open
JoeDog opened this issue Mar 14, 2023 · 2 comments
Open

puppet-dashboard responds with 406 #438

JoeDog opened this issue Mar 14, 2023 · 2 comments

Comments

@JoeDog
Copy link

JoeDog commented Mar 14, 2023

I have the dashboard running on RHEL 8 with puppet 6.28

No data is being handled by the dashboard. When I check the puppetserver.log I see this:

2023-03-14T13:54:38.058-04:00 ERROR [qtp2094954710-50] [puppetserver] Puppet Unable to submit report to http://host.domain.com:3000/reports/upload [406]

@bwitt
Copy link
Collaborator

bwitt commented Mar 14, 2023

I'm not sure if the dashboard has been tested with puppet > 5; maybe the report format has changed.

@JoeDog
Copy link
Author

JoeDog commented Mar 14, 2023

I captured the report and posted it to the dashboard with siege. I got this error:
Unexpected error while processing request: RangeError

The report I captured looks like this:

--- !ruby/object:Puppet::Transaction::Report
host: host.domain.com
time: '2023-03-14T14:42:22.424759073-04:00'
configuration_version: 1678819346
transaction_uuid: 7f8c6944-b9bf-4ace-b7c3-24374dbde1d4
report_format: 11
puppet_version: 6.27.0
status: failed
transaction_completed: true
noop: false
noop_pending: false
environment: production
logs:

  • level: notice
    message: 'searchpath: domain.com
    domain.com'
    source: Puppet
    tags:
    • notice
      time: '2023-03-14T14:42:31.155590902-04:00'
      file:
      line:
  • level: notice
    message: 'defined ''message'' as ''searchpath: domain.com'''
    source: "/Stage[main]/Resolv/Notify[resolv-path]/message"
    tags:
    • notice
    • notify
    • resolv-path
    • class
    • resolv
    • base
      [snipped]

Am I SOL?

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

No branches or pull requests

2 participants