Open surfskidude opened 1 year ago
Looks like the root issue is here: Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so
Are you building with the JDK or just the JVM? You will need the full JDK to build (not a headless version)
I believe I have the full JDK: $ java -version openjdk version "11.0.17" 2022-10-18 OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu222.04) OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu222.04, mixed mode, sharing)
@surfskidude - Can you try building with this JDK? https://aws.amazon.com/corretto/?filtered-posts.sort-by=item.additionalFields.createdDate&filtered-posts.sort-order=desc. This is what I've been using recently without any issues.
@surfskidude - Can you try building with this JDK? https://aws.amazon.com/corretto/?filtered-posts.sort-by=item.additionalFields.createdDate&filtered-posts.sort-order=desc. This is what I've been using recently without any issues.
Thanks, I will check it out when time permits.
Check to see if you have graphviz installed too; "sudo apt install graphviz".
On Tue, Apr 4, 2023 at 7:34 AM surfskidude @.***> wrote:
@surfskidude https://github.com/surfskidude - Can you try building with this JDK? https://aws.amazon.com/corretto/?filtered-posts.sort-by=item.additionalFields.createdDate&filtered-posts.sort-order=desc. This is what I've been using recently without any issues.
Thanks, I will check it out when time permits.
— Reply to this email directly, view it on GitHub https://github.com/eclipse-sparkplug/sparkplug/issues/415#issuecomment-1496084251, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEF6AZRLZ32SBJAS663ZDR3W7QWRBANCNFSM6AAAAAATDR4LEY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
What do you want to know?
I am following the instructions: https://www.hivemq.com/blog/starter-guide-sparkplug-3-0-certification-technology-compatibility-kit-tck-industry-40/
I get the following Java error:
./gradlew build Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
FAILURE: Build failed with an exception.
Is this related to a Sparkplug Listing request? If so, link the issue from https://github.com/eclipse-sparkplug/sparkplug.listings here.
No response
Version
3.0.0 (Default)
Accept EFTL Terms