Not a duplicate of this though the title is similar (the result of the issue is the same, but it doesn't stem from the same origin, my Java version being Java 8).
I am using the Pre-Packaged distribution version 0.6.1 and it was working until very recently. I don't recall having made any changes to the configuration since it worked.
Even using the verbose option, I can't seem to pinpoint the origin of the error as all seems correct until no logs appear anymore until the timeout, as if there was an infinite loop. Additionally, increasing the timeout has yield no result.
Here is a truncated output:
Forking Cassandra...
Running `nodetool statusbinary`.
<TRUNCATE>
INFO [main] 2022-08-08 09:12:03,173 StorageService.java:1536 - JOINING: Finish joining ring
INFO [main] 2022-08-08 09:12:03,193 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='edgestore_lock_')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='txlog')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='janusgraph_ids')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='system_properties')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='graphindex_lock_')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='system_properties_lock_')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='edgestore')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='graphindex')
INFO [main] 2022-08-08 09:12:03,194 SecondaryIndexManager.java:512 - Executing pre-join tasks for: CFS(Keyspace='janusgraph', ColumnFamily='systemlog')
INFO [main] 2022-08-08 09:12:03,221 StorageService.java:2452 - Node localhost/127.0.0.1 state jump to NORMAL
..................... timeout exceeded (60 seconds)
See /home/<PATH>/Documents/Progs/JanusGraph/janusgraph-full-0.6.1/bin/../logs/cassandra.log for Cassandra log output.
Thanks to everyone who will read!