According to the documentation at https://hyperledger-fabric.readthedocs.io/en/latest/test_network.html, I'm trying to deploy the Fabcar Chaincode by using Java. After run the network and created a channel, I used the command deployCC -l java to deploy the smart contract but I received the following error:
Could you please help me?