-
If you start the node from outside the node's base directory:
`java -jar trader-demo/build/nodes/NotaryService/corda.jar --base-directory trader-demo/build/nodes/NotaryService`
The node is not abl…
-
The following exception occurs when notarising a transaction in Corda OS 3.1. More details available upon request.
```
[INFO ] 2018-07-25T12:29:33,972Z [main] manifests.Manifests.info - 111 attrib…
-
If you checkout the release-v3 branch and attempt to build the explorer by following https://docs.corda.net/node-explorer.html#running-the-ui, you get the following error:
Starting a Gradle Dae…
-
1. `TestCordappImpl#buildCordappJar() ` attempts to scan build/libs without checking if the directory actually exists
```
java.nio.file.NoSuchFileException: /home/manos/git/corbeans/corbeans-corda…
-
I am getting below exception after upgrading Cordapp to use Corda version 2.0 and while running the nodes in Mac OS. However, the same (2.0) works ok in Windows OS.
Corda v 1.0 works ok in both Mac…
-
Your project, `corda/corda`, depends on the outdated library FastClasspathScanner in the following source files:
* [`djvm/src/main/kotlin/net/corda/djvm/utilities/Discovery.kt`](https://github.com/co…
-
See https://stackoverflow.com/questions/51781276. Replicated here: https://github.com/adrian-soon/obligation-cordapp/blob/finality-pagination/kotlin-source/src/test/kotlin/net/corda/examples/obligatio…
-
I'm trying to include an external dependency to one of the [sample projects](https://github.com/corda/observable-states/blob/master/build.gradle).
This dependency calls `ClassLoader.defineClass`, w…
-
The call serviceHub.identityService.wellKnownPartyFromX500Name(OraclizeUtils.getNodeName()) on line 36 in OraclizeQueryAwaitFlow.kt returns null and it wants to be casted as a Party, but it is not pos…
-
I follow the tutorial, open the project and the event log doesn't show. "Click the ‘import gradle project’ link. Press OK on the dialogue that pops up Gradle will now download all the project dependen…