Error: Cases_base: Failed to load data: Query-string expression not valid: Expression error: Expression expected.
Cause
When generating a cache there was no dataset selected.
Solution
Make sure the client has selected a working dataset in popup menu when generating a cache. See illustration below.
AppOne files not found in git tree when generating cache
Cause
The Application.mvp
of AppOne is expected to be in the root of the workspace of a release.
Solution
Make sure that the Application.mvp
is in the root of the workspace.
Error: Data missing in dataset: Cases_events_input
Cause
The BasicConnector is released instead of AppOne and it was tried to generate a cache using that release.
Solution
Make sure there is a release from AppOne active instead of a release of a connector.
Error: Invariant failed: "……" or Warning: Invariant failed: “……”
Cause
Within AppOne there are several invariants, some are errors, and some are warnings. These invariants are expected to be true. If an invariant is false this will be shown when generating the cache. With an error invariants the cache generation is aborted while the cache generation will continue with warning invariants. The name of the invariant that failed is displayed in the message.
Solution
Look at what invariant failed and what the name of it is. The invariants all have descriptive names guiding you into what is wrong, for example, Error: Event_end is empty. This means that event end
in your dataset is empty and therefore an error is thrown and the cache generation stops. Warning: Case has no events means that there are cases within your dataset that have no events. In this case, the cache generation will continue.
Related information
See Cache Generation.
Updated 3 months ago