We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to run the below command after building the jar file. Am getting the below error. Please help.
./bin/xinfra-monitor-start.sh config/xinfra-monitor.properties
com.linkedin.xinfra.monitor.services.configs.DefaultMetricsReporterServiceConfig) [2022-07-05 16:51:41,745] INFO ClusterTopicManipulationService constructor initiated com.linkedin.xinfra.monitor.services.ClusterTopicManipulationService (com.linkedin.xinfra.monitor.services.ClusterTopicManipulationService) [2022-07-05 16:51:41,746] INFO TopicManagementServiceConfig values: topic = xinfra-monitor topic-management.minPartitionNum = 1 topic-management.partitionsToBrokersRatio = 1.0 topic-management.replicationFactor = 1 topic-management.topicAddPartitionEnabled = true topic-management.topicCreationEnabled = true topic-management.topicFactory.class.name = com.linkedin.xinfra.monitor.topicfactory.DefaultTopicFactory topic-management.topicManagementEnabled = true topic-management.topicReassignPartitionAndElectLeaderEnabled = true zookeeper.connect = localhost:2181 (com.linkedin.xinfra.monitor.services.configs.TopicManagementServiceConfig) Exception in thread "main" java.lang.ClassNotFoundException: com.linkedin.kmf.services.ProduceService at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at com.linkedin.xinfra.monitor.XinfraMonitor.(XinfraMonitor.java:74) at com.linkedin.xinfra.monitor.XinfraMonitor.main(XinfraMonitor.java:186)
The text was updated successfully, but these errors were encountered:
This is your first issue in the repository. Thank you for raising this issue.' first issue
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to run the below command after building the jar file. Am getting the below error. Please help.
./bin/xinfra-monitor-start.sh config/xinfra-monitor.properties
com.linkedin.xinfra.monitor.services.configs.DefaultMetricsReporterServiceConfig)
[2022-07-05 16:51:41,745] INFO ClusterTopicManipulationService constructor initiated com.linkedin.xinfra.monitor.services.ClusterTopicManipulationService (com.linkedin.xinfra.monitor.services.ClusterTopicManipulationService)
[2022-07-05 16:51:41,746] INFO TopicManagementServiceConfig values:
topic = xinfra-monitor
topic-management.minPartitionNum = 1
topic-management.partitionsToBrokersRatio = 1.0
topic-management.replicationFactor = 1
topic-management.topicAddPartitionEnabled = true
topic-management.topicCreationEnabled = true
topic-management.topicFactory.class.name = com.linkedin.xinfra.monitor.topicfactory.DefaultTopicFactory
topic-management.topicManagementEnabled = true
topic-management.topicReassignPartitionAndElectLeaderEnabled = true
zookeeper.connect = localhost:2181
(com.linkedin.xinfra.monitor.services.configs.TopicManagementServiceConfig)
Exception in thread "main" java.lang.ClassNotFoundException: com.linkedin.kmf.services.ProduceService
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:315)
at com.linkedin.xinfra.monitor.XinfraMonitor.(XinfraMonitor.java:74)
at com.linkedin.xinfra.monitor.XinfraMonitor.main(XinfraMonitor.java:186)
The text was updated successfully, but these errors were encountered: