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

3.0 version java.lang.NoClassDefFoundError: com/google/protobuf/AbstractParser when starting tsd #2287

Open
MarkGetteoh opened this issue Sep 17, 2023 · 0 comments

Comments

@MarkGetteoh
Copy link

bin/tsdb tsd
Exception in thread "main" java.lang.Error: Failed to load plugins for type [interface net.opentsdb.configuration.provider.ProviderFactory] and namespace [net.opentsdb]
at net.opentsdb.utils.PluginLoader.loadPlugins(PluginLoader.java:279)
at net.opentsdb.utils.PluginLoader.loadPlugins(PluginLoader.java:193)
at net.opentsdb.configuration.Configuration.loadPlugins(Configuration.java:1247)
at net.opentsdb.configuration.Configuration.(Configuration.java:289)
at net.opentsdb.configuration.Configuration.(Configuration.java:222)
at net.opentsdb.tsd.TSDMain.main(TSDMain.java:121)
Caused by: java.lang.NoClassDefFoundError: com/google/protobuf/AbstractParser
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at com.google.common.reflect.ClassPath$ClassInfo.load(ClassPath.java:328)
at net.opentsdb.utils.PluginLoader.loadPlugins(PluginLoader.java:255)
... 5 more
Caused by: java.lang.ClassNotFoundException: com.google.protobuf.AbstractParser
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.C

@MarkGetteoh MarkGetteoh changed the title java.lang.NoClassDefFoundError: com/google/protobuf/AbstractParser when starting tsd 3.0 version java.lang.NoClassDefFoundError: com/google/protobuf/AbstractParser when starting tsd Sep 17, 2023
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