stroomdev10

Results 153 issues of stroomdev10

Query ``` from "Dual" where ${Test} = "77" select ${Test} ``` becomes ``` from "Dual" where $ { Test } = "77" select $ { Test } ```

f:dash / query

Error condensing: planb_store_name null ``` java.lang.NullPointerException: null ``` No stack in logs

f:planb

Error condensing: planB_store_name Lengths > 8 not allowed ``` ERROR [2025-09-18T07:46:04.327Z] [ForkJoinPool.commonPool-worker-13] stroom.planb.impl.data.ShardManager - Error condensing: xxxx_xxxx_xxxx Lengths > 8 not allowed java.lang.IllegalArgumentException: Lengths > 8 not allowed at stroom.lmdb.serde.UnsignedBytesInstances.ofLength(UnsignedBytesInstances.java:80)...

f:planb

```Error condensing: door_sag_reader_reference Lengths > 8 not allowed java.lang.IllegalArgumentException: Lengths > 8 not allowed at stroom.lmdb.serde.UnsignedBytesInstances.ofLength(UnsignedBytesInstances.java:80) at stroom.planb.impl.db.UidLookupDb.byteBufferToUid(UidLookupDb.java:102) at stroom.planb.impl.db.UidLookupDb.getValue(UidLookupDb.java:77) at stroom.planb.impl.serde.temporalkey.VariableKeySerde.read(VariableKeySerde.java:66) at stroom.planb.impl.serde.temporalkey.VariableKeySerde.read(VariableKeySerde.java:26) at stroom.planb.impl.db.temporalstate.TemporalStateDb.lambda$condense$22(TemporalStateDb.java:400) at stroom.planb.impl.db.PlanBEnv.readAndWrite(PlanBEnv.java:92) at stroom.planb.impl.db.temporalstate.TemporalStateDb.condense(TemporalStateDb.java:391)...

f:planb