Skip to content

ERROR: operator does not exist: jsonb = bytea #664

Closed
@martinchapman

Description

@martinchapman

Description

Hard to rule out a quirk of my setup as the source of this, but on the off chance this is a wider issue thought it worth flagging that I'm currently receiving ERROR: operator does not exist: jsonb = bytea from the Spring container on a fresh clone. I understand this issue was identified and fixed as a part of #568 (#568 (comment)), but for some reason it seems to persist for me.

Expected Behavior

Able to successfully view any example workflows after executing the steps in Recommended - Running with Docker.

Actual Behavior

Unable to view any example workflows.

Possible Fix

Behaviour is as expected if reverting the changes in 26843b2.

Fixes attempted with latest commit:

  • Later Postgres image versions
  • Reverting all (relevant) package version updates since 26843b2
  • Pruning Docker system

Steps to Reproduce

  1. git clone [email protected]:common-workflow-language/cwlviewer.git
  2. cd cwlviewer
  3. Optional (issue persists with or without): Switch from Spring image to local build in docker-compose.yml.
  4. docker compose up
  5. Visit http://localhost:8080/
  6. Select 'compile' from 'Don't know what to view?'
  7. Select 'Parse Workflow'

Context

Originally occurred after syncing a fork of CWL Viewer.

Your Environment

  • Version used: main
  • Environment name and version (e.g. Chrome 39, Java 17): Chrome 131.0.6778.70. Docker 27.1.1. Arch (256.8-1-arch) via WSL2 (5.15.167.4-microsoft-standard-WSL2)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions