Hi,
I have set up a node , and it’s all working fine from what I gather. The only issue I have is with the servant file. I ran the startservant.sh file, it came up initially with this message
Exception in thread “main” java.lang.ExceptionInInitializerError
Caused by: org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentExcepti on: org.apache.commons.codec.DecoderException: Illegal hexadecimal character < a t index 0
After looking through the forum it was caused by the delegated private key not being in the config.properties. I put this information in, and also added the IP address of the host in nem.host and saved the file.
Now I receive this message when running the startservant.sh file:
Error: Could not find or load main class org.nem.rewards.servant.NodeRewardsServant
Does anyone know how to resolve this?
So close, yet so far away…