This used to work with the chronicle queue v3. It does not create a queue in v4. What am I doing wrong? Thanks.
Chronicle chronicleSignal = ChronicleQueueBuilder.vanilla("somePath").build();
ExcerptAppender appender = chronicleSignal.createAppender();
The queue creation was hindered because it was in the same directory with an indexed one. It seems v4 doesn't like that.