You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/Parser.java:1: error: package com.hedera.node.app.service.mono.utils.forensics does not exist
import static com.hedera.node.app.service.mono.utils.forensics.RecordParsers.parseV6RecordStreamEntriesIn;
^
src/Parser.java:1: error: static import only from classes and interfaces
import static com.hedera.node.app.service.mono.utils.forensics.RecordParsers.parseV6RecordStreamEntriesIn;
^
2 errors
Error: Could not find or load main class Parser
Caused by: java.lang.ClassNotFoundException: Parser
georgi-lazarov@Georgis-MacBook-Pro-4 hedera-local-node %
Steps to reproduce
Start the node using --enable-debug command
Try to debug a timestamp
Additional context
No response
Hedera network
other
Version
main
Operating system
None
The text was updated successfully, but these errors were encountered:
georgi-l95
added
the
Bug
An error that causes the feature to behave differently than what was expected based on design.
label
Feb 13, 2024
Description
Trying to use debug mode results in:
Steps to reproduce
Additional context
No response
Hedera network
other
Version
main
Operating system
None
The text was updated successfully, but these errors were encountered: