Hi there.
I am trying to use vennd and when i start it it fails. So I ran the configuartion tester and it says:
"
my_user@myserver:~$ groovy-2.3.6/bin/groovy vennd/ConfigurationTester.groovy
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/home/my_user/vennd/ConfigurationTester.groovy: 42: unable to resolve class CounterpartyAPI
@ line 42, column 27.
counterpartyAPI = new CounterpartyAPI()
^
/home/my_user/vennd/ConfigurationTester.groovy: 43: unable to resolve class BitcoinAPI
@ line 43, column 22.
bitcoinAPI = new BitcoinAPI()
^
/home/my_user/vennd/ConfigurationTester.groovy: 107: unable to resolve class BitcoinAPI
@ line 107, column 27.
def bitcoinTest = new BitcoinAPI()
^
/home/my_user/vennd/ConfigurationTester.groovy: 126: unable to resolve class CounterpartyAPI
@ line 126, column 32.
def counterpartyTest = new CounterpartyAPI()
^
4 errors
"
I tried using 3 different versions of groovy but they all gave the same error.
I also checked the xcp and btc clients and connections, they all work fine as i have even issued a test asset with that wallet moments earlier.
I am using bitcoin and counterparty on testnet.
vennd is a key project for the counterparty ecosystem and so your help will be very appreciated.
By default the Groovy runtime environment only adds the current working directory into the classpath. You can either change directory into vennd and re-execute the command or add the vennd directory into your classpath.