Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When run Bootstrap following error occured #79

Open
callranjithkani opened this issue Jun 17, 2022 · 0 comments
Open

When run Bootstrap following error occured #79

callranjithkani opened this issue Jun 17, 2022 · 0 comments

Comments

@callranjithkani
Copy link

Fetching required jars...
Done.
java version "1.8.0_333"
Java(TM) SE Runtime Environment (build 1.8.0_333-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.333-b02, mixed mode)
java.lang.NoClassDefFoundError: software/amazon/awssdk/core/SdkClient
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at software.amazon.kinesis.multilang.config.MultiLangDaemonConfiguration.(MultiLangDaemonConfiguration.java:258)
at software.amazon.kinesis.multilang.config.KinesisClientLibConfigurator.(KinesisClientLibConfigurator.java:50)
at software.amazon.kinesis.multilang.MultiLangDaemonConfig.(MultiLangDaemonConfig.java:81)
at software.amazon.kinesis.multilang.MultiLangDaemonConfig.(MultiLangDaemonConfig.java:65)
at software.amazon.kinesis.multilang.MultiLangDaemon.buildMultiLangDaemonConfig(MultiLangDaemon.java:171)
at software.amazon.kinesis.multilang.MultiLangDaemon.main(MultiLangDaemon.java:220)
Caused by: java.lang.ClassNotFoundException: software.amazon.awssdk.core.SdkClient
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 18 more
software/amazon/awssdk/core/SdkClient
Usage: amazon-kinesis-client MultiLangDaemon [options]
Options:
-l, --log-configuration
File location of logback.xml to be override the default
-p, --properties-file
Properties file to be used with the KCL

For more information, visit: https://github.com/awslabs/amazon-kinesis-client

D:\amazon-kinesis-client-net-master\Bootstrap\bin\Debug\netcoreapp5.0\Bootstrap.exe (process 13768) exited with code 0.
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
Press any key to close this window . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant