You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/05/27 06:45:08 UTC

[GitHub] [skywalking] GreyZeng opened a new issue #2760: start up skywalking error

GreyZeng opened a new issue #2760: start up skywalking error
URL: https://github.com/apache/skywalking/issues/2760
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   6.1.0
   - Which company or project?
   Java Project 
   - What happen?
   elk 7.0 or elk 6.x  
   run skywalking startup.bat
   
   collector error:
   
   2019-05-27 14:39:26,221 - org.apache.skywalking.oap.server.core.remote.annotation.StreamAnnotationListener - 45 [main] INFO  [] - The owner class of stream data annotation, class name: org.apache.skywalking.oap.server.core.register.ServiceInventory
   2019-05-27 14:39:26,221 - org.apache.skywalking.oap.server.starter.OAPServerStartUp - 55 [main] ERROR [] - storage module exist 2 providers
   org.apache.skywalking.oap.server.library.module.DuplicateProviderException: storage module exist 2 providers
   	at org.apache.skywalking.oap.server.library.module.ModuleDefine.provider(ModuleDefine.java:142) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.module.ModuleDefine.provider(ModuleDefine.java:30) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.analysis.worker.IndicatorProcess.create(IndicatorProcess.java:55) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.analysis.indicator.annotation.IndicatorTypeListener.notify(IndicatorTypeListener.java:42) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.annotation.AnnotationScan$AnnotationListenerCache.lambda$complete$0(AnnotationScan.java:83) ~[server-core-6.1.0.jar:6.1.0]
   	at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_202]
   	at org.apache.skywalking.oap.server.core.annotation.AnnotationScan$AnnotationListenerCache.complete(AnnotationScan.java:83) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.annotation.AnnotationScan$AnnotationListenerCache.access$300(AnnotationScan.java:64) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.annotation.AnnotationScan.lambda$scan$0(AnnotationScan.java:56) ~[server-core-6.1.0.jar:6.1.0]
   	at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_202]
   	at org.apache.skywalking.oap.server.core.annotation.AnnotationScan.scan(AnnotationScan.java:55) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.core.CoreModuleProvider.start(CoreModuleProvider.java:173) ~[server-core-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.module.BootstrapFlow.start(BootstrapFlow.java:57) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.library.module.ModuleManager.init(ModuleManager.java:65) ~[library-module-6.1.0.jar:6.1.0]
   	at org.apache.skywalking.oap.server.starter.OAPServerStartUp.main(OAPServerStartUp.java:43) [server-starter-6.1.0.jar:6.1.0]
   
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services