blockchain-application-using-fabric-java-sdk icon indicating copy to clipboard operation
blockchain-application-using-fabric-java-sdk copied to clipboard

Create and Deploy a Blockchain Network using Hyperledger Fabric SDK Java

Results 8 blockchain-application-using-fabric-java-sdk issues
Sort by recently updated
recently updated
newest added

Apparently one cannot instantiate a chaincode written in Java using the Java SDK. This link explains exactly the reason (and even proposes a solution). https://jira.hyperledger.org/browse/FABJ-220 In 2017 the JIRA issue...

i try to create and deploy blockchain network using fabric-java-sdk, but got problems when run " java -cp blockchain-client.jar org.example.network.DeployInstantiateChaincode", and retry to stop and build the network again, but...

I am looking for Java chaincode remote debugging setup/configuration Expectation: 1. Able to do hit breakpoint/ line debug java chaincode on my local machine. 2. connect local code to remote...

I am using fabric-gateway-java as dependency in my project which internally uses fabric-sdk-java. In fabric-java-sdk we are losing actual error message that is sent by chaincode. Instead of actual error...

I try to run this project using byfn network( which version is 1.4.3) so I start `./byfn.sh -m up`, and copy artifacts like crypto-config, channel-artifacts. and I run `java -cp...

Hi I tried to run (for a project) some class of this code on Eclipse. In particular i copied RegisterEnrollUser.java and all import that it needs ( CAClient.java - CAEnrollment.java...

when i execute `java -cp blockchain-client.jar org.example.chaincode.invocation.InvokeChaincode`, then `root@fabric-VirtualBox:~/go/src/IBM/blockchain-application-using-fabric-java-sdk/network_resources# java -cp blockchain-client.jar org.example.chaincode.invocation.InvokeChaincode Oct 03, 2019 9:38:44 PM org.example.util.Util deleteDirectory INFO: Deleting - admin.ser Oct 03, 2019 9:38:45 PM org.example.util.Util...

We are using the SDK to connect to Amazon Managed Blockchain but the following error occurs: java.lang.Exception: java.lang.IllegalArgumentException: Input byte array has incorrect ending byte at 1748 at org.hyperledger.fabric.sdk.Channel.sendProposalToPeers(Channel.java:4140) at...