Skip to content

Receive JVM error retrieving status for staged child DB schema #582

@jrodewig

Description

@jrodewig

A Discord user reported that they receive the following error when retrieving the status of a staged schema for a new child database:

$ if fauna schema push --no-input --secret $FAUNA_SECRET_KEY --dir $CI_PROJECT_DIR/fauna_schema; then echo "Schema pushed succesfully."; else echo "Could not push new schema. Abandoning any staged schema."; fauna schema abandon --no-input --secret $FAUNA_SECRET_KEY --dir $CI_PROJECT_DIR/fauna_schema; exit 1; fi

Schema pushed succesfully.

$ fauna schema status --no-input --secret $FAUNA_SECRET_KEY

java.lang.IllegalStateException: Collection FalseAlarmFeeScheduleItem not found Please create a ticket at https://support.fauna.com

The error only occurs in the v4 CLI, not v3.

Related Discord thread: https://discord.com/channels/826528159389581342/1331835385176916069

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions