Skip to content

Try to start FullNode and SolidityNode on one host #1173

@cenyG

Description

@cenyG

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    Hi, I'm tryong to start FullNode and SolidityNode on one host. I do
  java -jar $FULL_NODE_PATH/FullNode.jar -c $CONFIG_PATH/test_net_config.conf &
  java -jar $SOLIDITY_NODE_PATH/SolidityNode.jar -c $CONFIG_PATH/test_net_config_sol.conf

In config files for SolidityNode I change port to 50041 , everything else is similar to default config.

  rpc {
    port = 50041
  1. What did you expect to see?
    Running both

  2. What did you see instead?
    First node starts fine and other starts but exits after a while without any error messages.
    I can start SolidityNode then FullNode will not start or I can start FullNode then SolidityNode will not start.

Sorry for question in git, I tried to find some dev-chats but didn't find, looking forward, thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions