- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试通过 Corda Hello world example (特别是 Java 版本)。
我已经到了 nodes should be deployed但这失败了:
> ./gradlew clean deployNodes
> Configure project :
Gradle now uses separate output directories for each JVM language, but this build assumes a single directory for all classes from a source set. This behaviour has been deprecated and is scheduled to be removed in Gradle 5.0
at build_9ngc7dap6wdyi5igmry41f6s9$_run_closure5.doCall(/home/foo/cordapp-template-java/build.gradle:85)
The setTestClassesDir(File) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use the setTestClassesDirs(FileCollection) method instead.
at build_9ngc7dap6wdyi5igmry41f6s9$_run_closure5.doCall(/home/foo/cordapp-template-java/build.gradle:85)
> Task :deployNodes
Bootstrapping local network in /home/foo/cordapp-template-java/build/nodes
Node config files found in the root directory - generating node directories
Generating directory for Notary
Generating directory for PartyA
Generating directory for PartyB
Nodes found in the following sub-directories: [PartyB, PartyA, Notary]
Waiting for all nodes to generate their node-info files...
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':deployNodes'.
> Node in PartyB exited with 1 when generating its node-info - see logs in /home/foo/cordapp-template-java/build/nodes/PartyB/logs
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s
15 actionable tasks: 15 executed
建议我查看 /home/foo/cordapp-template-java/build/nodes/PartyB/logs
中的日志,其中包含文件 node-info-gen.log
以下内容:
Error: Unable to initialize main class Capsule
Caused by: java.lang.NoClassDefFoundError: java/lang/instrument/Instrumentation
甲方和公证人日志中也出现同样的错误。
导致此错误的原因可能是什么?
为了确保我没有意外添加导致此问题的更改,我删除了更改并按原样使用模板项目:
> git status
On branch release-V3
Your branch is up-to-date with 'origin/release-V3'.
nothing to commit, working directory clean
> git branch -v
* release-V3 c9eed90 Reducing dependency on Jitpack by depending on new repository that is a combination of corda-releases and corda-dependencies (#37)
> java -version
openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-8u181-b13-0ubuntu0.16.04.1-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
我也尝试过使用 Oracle JDK,但得到了完全相同的结果。
> /usr/lib/jvm/java-8-oracle/bin/java -version
java version "1.8.0_181"
Java(TM) SE Runtime Environment (build 1.8.0_181-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)
最佳答案
在运行deployNodes时,我认为你不应该运行clean任务。
1. ./gradlew clean build
2../gradlew deployNodes
应该可以。
关于java - Corda - 无法初始化主类 Capsule(由 : java. lang.NoClassDefFoundError: java/lang/instrument/Instrumentation 引起),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52388867/
我有一个胶囊,我想在我的 Samsung S9+ 上进行测试,并启用了开发者选项,并创建了一个提交。 但是,当我尝试在手机上启动时,出现“哦,出现连接问题。稍后重试” 我怎样才能弄清楚发生了什么? 最
我使用Capsule用于查询数据库, 这是我的数据库表: ip_content 字段类型为文本。 现在我想使用capsule通过传递ip列表来查询数据, 比如传递[12.1.1.1, 13.2.2.5
我想在 FER 上试验胶囊网络。目前我使用 fer2013 Kaggle 数据集。 在 Capsule Net 中我不明白的一件事是在第一个转换层中,大小减小到 20x20 - 输入图像为 28x28
我刚刚开始在我的 Ogre 项目中实现 bullet。我按照此处的安装说明进行操作:http://www.ogre3d.org/tikiwiki/OgreBullet+Tutorial+1 剩下的教程
iOS 是否提供了控件(例如,在 SMS 应用程序中),可让您构建具有自动完成搜索和选择“封装”效果的联系人列表?或者我必须自己构建它? 最佳答案 https://github.com/jasarie
您使用过这些设置吗? 我正在寻找一般利弊 - 谢谢!! http://derbyjs.com/ 对比 http://andyet.net/blog/2011/nov/16/backbonejs-and
我正在尝试使用 http://support.capsulecrm.com/customer/portal/articles/1639817-website-contact-form-integrat
我目前正在尝试在服务器上运行应用程序,但我的客户对他们的数据非常“挑剔”,并希望将数据库存储在他们自己的内部办公服务器上。我已经安装了 MySQL,并且可以让应用程序在本地运行,但由于一些特定的原因,
我目前正在尝试在服务器上运行应用程序,但我的客户对他们的数据非常“挑剔”,并希望将数据库存储在他们自己的内部办公服务器上。我已经安装了 MySQL,并且可以让应用程序在本地运行,但由于一些特定的原因,
我有一个 Python C 扩展,它包装了专有产品的库。我们公司有大量使用专有产品的C代码。我认为我可以简单地将 Capsule 返回到 Python 土地,并允许我的库的用户使用 ctypes 包装
启动 Push-Server-0.12.0-capsule-fat.jar 时遇到一些问题。这个项目有https://github.com/WhisperSystems/PushServer 。这是下
我尝试使用 Illuminate 配置 Codeigniter3.1 以使用 ORM,但最后我得到如下错误。 An uncaught Exception was encountered Type: E
一个类Customers实例化许多其他类(例如CustomersFromMysql、CustomersFromPostgeSQL),所有查询数据库都返回客户名称。现在,这些客户名称返回为例如 name
我正在尝试通过 Corda Hello world example (特别是 Java 版本)。 我已经到了 nodes should be deployed但这失败了: > ./gradlew cl
我按照此链接运行信号服务器的指南: https://github.com/lucaconte/BeatTheMeddler 当我尝试在此步骤运行 PushServer 时: java -jar Pus
我是一名优秀的程序员,十分优秀!