corda / corda-settler

Corda Off-ledger settlement for all the things
Other
61 stars 36 forks source link

Exception during node startup #17

Closed shikhadabas closed 5 years ago

shikhadabas commented 5 years ago

I am trying to run runnodes command inside nodes folder after successful execution of deployNodes command. Four Nodes are getting invoked- Notary, PartyA, partyB, Oracle. Notary nodes is in working state but in PartyA, PartyB, Oracle nodes I am getting below mentioned error:- [ERROR] 15:19:15+0530 [main] internal.NodeStartupLogging.invoke - Exception during node startup: Attempting to register over an existing platform flow: class net.corda.confidential.SwapIdentitiesFlow [errorCode=aixp30, moreInformationAt=https://errors.corda.net/OS/5.0-SNAPSHOT/aixp30]

I am working on Windows. Please look into the issue and help. Thanks

roger-that-dev commented 5 years ago

I'll have a look @shikhadabas - thanks

aikkailim commented 5 years ago

I am trying to run runnodes command inside nodes folder after successful execution of deployNodes command. Four Nodes are getting invoked- Notary, PartyA, partyB, Oracle. Notary nodes is in working state but in PartyA, PartyB, Oracle nodes I am getting below mentioned error:- [ERROR] 15:19:15+0530 [main] internal.NodeStartupLogging.invoke - Exception during node startup: Attempting to register over an existing platform flow: class net.corda.confidential.SwapIdentitiesFlow [errorCode=aixp30, moreInformationAt=https://errors.corda.net/OS/5.0-SNAPSHOT/aixp30]

I am working on Windows. Please look into the issue and help. Thanks

Hi shikhadabas, just wondering if you have solved this issue because I'm encountering the same.. I was able to deployNodes at first but after recloning the project and deploying it again the problem appears

VladislavIvanov commented 5 years ago

I am trying to run runnodes command inside nodes folder after successful execution of deployNodes command. Four Nodes are getting invoked- Notary, PartyA, partyB, Oracle. Notary nodes is in working state but in PartyA, PartyB, Oracle nodes I am getting below mentioned error:- [ERROR] 15:19:15+0530 [main] internal.NodeStartupLogging.invoke - Exception during node startup: Attempting to register over an existing platform flow: class net.corda.confidential.SwapIdentitiesFlow [errorCode=aixp30, moreInformationAt=https://errors.corda.net/OS/5.0-SNAPSHOT/aixp30] I am working on Windows. Please look into the issue and help. Thanks

Hi shikhadabas, just wondering if you have solved this issue because I'm encountering the same.. I was able to deployNodes at first but after recloning the project and deploying it again the problem appears

I have the same problem. Мy last working demo is with the commit of March 20th.

roger-that-dev commented 5 years ago

Try using the latest mater - it should work fine now. Cheers