You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: