hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
316 stars 138 forks source link

Hedera Node - Problem with starting a local single-node network #10075

Closed mwb-al closed 1 month ago

mwb-al commented 1 year ago

Description

I'm trying to run a local hedera node as per the documentation https://github.com/hashgraph/hedera-services/blob/develop/hedera-node/docs/intellij-quickstart.md but I get an error message when starting the application:

Task :app:ServicesMain.main() FAILED
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Module io.netty.common does not read a module that exports reactor.blockhound.integration

Execution failed for task ':app:ServicesMain.main()'.
Process 'command 'C:\Program Files\Java\jdk-17\bin\java.exe'' finished with non-zero exit value 1

Steps to reproduce

  1. git clone https://github.com/hashgraph/hedera-services.git
  2. set OpenJDK17 for this project
  3. run the Gradle assemble
  4. set Run Configuration inside Intellij image
  5. Run application

Additional context

No response

Hedera network

other

Version

v0.45.0-SNAPSHOT

Operating system

Windows

mwb-al commented 1 year ago

Result of Gradle: hedera-services/Tasks/application/run

image

mmalik-al commented 1 year ago

+1 The same issue on develop branch.

Operating system Linux 6.3.7 KDE Plasma


Quickstart guide linked in the README works on 9a5783c commit.

jamesnguyentech commented 1 year ago

I'm also experiencing a similar issue on the develop branch. It seems that the Readme file is too outdated.

Operating system MacOS Sonoma 14.1

pathornteng commented 1 year ago

Hi team, any update on this issue? Can we provide a way to run the node? I also have the same issue.

poulok commented 1 month ago

Closing as it is outdated. If this is still an issue, please re-open or create a new ticket and we will address it.