[GitHub] wu-sheng commented on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
wu-sheng commented on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398613379
 
 
   @zenlinTechnofreak has explained what causes his problem. 
   
   > 错误日志如下,原因是我的elasticseach 没有设置cluster和node,@wu-sheng, resolved, thanks.
   Exception in thread "main" NoNodeAvailableException[None of the configured 
nodes are available: 
[{#transport#-1}{Ro7Sf4RZRuCl0gFfaiu-3A}{localhost}{127.0.0.1:9300}]]
   at 
org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:347)
   at 
org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:245)
   at 
org.elasticsearch.client.transport.TransportProxyClient.execute(TransportProxyClient.java:59)
   at 
org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:363)
   at 
org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:408)
   at 
org.elasticsearch.client.support.AbstractClient$IndicesAdmin.execute(AbstractClient.java:1256)
   at 
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:80)
   at 
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:54)
   at 
org.elasticsearch.action.ActionRequestBuilder.get(ActionRequestBuilder.java:62)
   at 
org.skywalking.apm.collector.client.elasticsearch.ElasticSearchClient.isExistsIndex(ElasticSearchClient.java:111)
   at 
org.skywalking.apm.collector.storage.elasticsearch.define.ElasticSearchStorageInstaller.isExists(ElasticSearchStorageInstaller.java:106)
   at 
org.skywalking.apm.collector.core.storage.StorageInstaller.install(StorageInstaller.java:25)
   at 
org.skywalking.apm.collector.storage.StorageModuleDefine.initializeOtherContext(StorageModuleDefine.java:31)
   at 
org.skywalking.apm.collector.core.module.SingleModuleInstaller.install(SingleModuleInstaller.java:73)
   at 
org.skywalking.apm.collector.boot.CollectorStarter.start(CollectorStarter.java:47)
   at 
org.skywalking.apm.collector.boot.CollectorBootStartUp.main(CollectorBootStartUp.java:17
   
   
   Why do you keep commenting at this particular issue? I can't see anything 
related.


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


With regards,
Apache Git Services


[GitHub] samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398607058
 
 
   
[webapp.log](https://github.com/apache/incubator-skywalking/files/2117688/webapp.log)
   
[collector.log](https://github.com/apache/incubator-skywalking/files/2117687/collector.log)
   Where is not the same?
   @wu-sheng @ascrutae 


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


With regards,
Apache Git Services


[GitHub] samson886 edited a comment on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
samson886 edited a comment on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398606104
 
 
   
[elasticsearch.txt](https://github.com/apache/incubator-skywalking/files/2117591/elasticsearch.txt)
   
   
[agent.txt](https://github.com/apache/incubator-skywalking/files/2117592/agent.txt)
   后缀我都改了txt 能帮我看下哪里出问题了 谢谢
   
[application.txt](https://github.com/apache/incubator-skywalking/files/2117593/application.txt)
   
   @ascrutae @wu-sheng @


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


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
wu-sheng commented on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398606206
 
 
   > 都是按照文档配置的呀
   
   All comments in GitHub should stay in English, please. Then you should know, 
the author of this issue express himself clear about what causes his failure.I 
don't think you are same.


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


With regards,
Apache Git Services


[GitHub] samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398606104
 
 
   
   
[elasticsearch.txt](https://github.com/apache/incubator-skywalking/files/2117591/elasticsearch.txt)
   
   
[agent.txt](https://github.com/apache/incubator-skywalking/files/2117592/agent.txt)
   后缀我都改了txt 能帮我看下哪里出问题了 谢谢
   
[application.txt](https://github.com/apache/incubator-skywalking/files/2117593/application.txt)
   


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


With regards,
Apache Git Services


[GitHub] samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398605795
 
 
   application.yml 
![image](https://user-images.githubusercontent.com/8944097/41634313-c418acde-7475-11e8-88ad-84f9cf01c606.png)
   elasticsearch.yml 
   
![image](https://user-images.githubusercontent.com/8944097/41634352-e7adc1ac-7475-11e8-8c4d-aa76073d7868.png)
   @ascrutae  都是按照文档配置的呀
   
   


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


With regards,
Apache Git Services


[GitHub] ascrutae commented on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
ascrutae commented on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398600046
 
 
   Ref: 
[DOCUMENT](https://github.com/apache/incubator-skywalking/blob/master/docs/cn/Deploy-backend-in-standalone-mode-CN.md#部署elasticsearch)


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


With regards,
Apache Git Services


[GitHub] adriancole commented on issue #1358: Replace Caffeine with new expired mechanism in zipkin receiver

2018-06-19 Thread GitBox
adriancole commented on issue #1358: Replace Caffeine with new expired 
mechanism in zipkin receiver
URL: 
https://github.com/apache/incubator-skywalking/issues/1358#issuecomment-398409221
 
 
   thanks for the ping
   


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


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #1367: HTTPS Req/Responses are not getting traced

2018-06-19 Thread GitBox
wu-sheng commented on issue #1367: HTTPS Req/Responses are not getting traced
URL: 
https://github.com/apache/incubator-skywalking/issues/1367#issuecomment-398394278
 
 
   > I use SpingBoot standalone and sprinboot+embedded tomcat
   
   Tomcat should be traced, and our demo is based on embed Tomcat. Do you have 
a simple example?


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


With regards,
Apache Git Services


[GitHub] samson886 edited a comment on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
samson886 edited a comment on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398378149
 
 
   我跟楼上的一模一样的错误 但是我的cluster和node都配置了 @wu-sheng 
   
![image](https://user-images.githubusercontent.com/8944097/41596759-e6d9ab42-73fd-11e8-9d82-a670cc133744.png)
   我的10800端口也没有启动起来 


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


With regards,
Apache Git Services


[GitHub] samson886 edited a comment on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
samson886 edited a comment on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398378149
 
 
   我跟楼上的一模一样的错误 但是我的cluster和node都配置了 @wu-sheng 
   
![image](https://user-images.githubusercontent.com/8944097/41596759-e6d9ab42-73fd-11e8-9d82-a670cc133744.png)
   


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


With regards,
Apache Git Services


[GitHub] samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector

2018-06-19 Thread GitBox
samson886 commented on issue #507: 配置探针启动应用时,无法连接到collector
URL: 
https://github.com/apache/incubator-skywalking/issues/507#issuecomment-398378149
 
 
   我跟楼上的一模一样的错误 但是我的cluster和node都配置了 


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


With regards,
Apache Git Services


[GitHub] adriancole commented on issue #1359: Run more tests in Zipkin examples

2018-06-19 Thread GitBox
adriancole commented on issue #1359: Run more tests in Zipkin examples
URL: 
https://github.com/apache/incubator-skywalking/issues/1359#issuecomment-398352687
 
 
   https://github.com/openzipkin?utf8=✓&q=example&type=&language= has a bunch
   of similar projects
   
   https://github.com/spring-cloud-samples/brewery is a more involved app
   
   also I think envoy has a zipkin example project.
   
   https://github.com/envoyproxy/envoy/tree/master/examples/zipkin-tracing
   
   On Sat, 16 Jun 2018, 20:26 吴晟 Wu Sheng,  wrote:
   
   > In #1273  , I
   > just test sleuth MVC example only. That is definitely not enough.
   >
   > @adriancole  What other example projects
   > do you suggest to run by us? Could you put the repo URLs at here?
   >
   > And through these tests, maybe we could discuss more about other
   > suggestion/optional tags in Zipkin, which could help SkyWalking collectors
   > to run analysis better.
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > , or mute the
   > thread
   > 

   > .
   >
   


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


With regards,
Apache Git Services


[GitHub] asivanadi commented on issue #1367: HTTPS Req/Responses are not getting traced

2018-06-19 Thread GitBox
asivanadi commented on issue #1367: HTTPS Req/Responses are not getting traced
URL: 
https://github.com/apache/incubator-skywalking/issues/1367#issuecomment-398348326
 
 
   Nop


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


With regards,
Apache Git Services


[GitHub] spotato-zh commented on issue #1370: can not trace JFinal project

2018-06-19 Thread GitBox
spotato-zh commented on issue #1370: can not trace JFinal project
URL: 
https://github.com/apache/incubator-skywalking/issues/1370#issuecomment-398321329
 
 
   @wu-sheng Thank you for answering


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


With regards,
Apache Git Services


[GitHub] liangxp commented on issue #1368: can not trace springMCV controller

2018-06-19 Thread GitBox
liangxp commented on issue #1368: can not trace springMCV controller
URL: 
https://github.com/apache/incubator-skywalking/issues/1368#issuecomment-398312290
 
 
   @ascrutae  just trace not work!


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


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #1368: can not trace springMCV controller

2018-06-19 Thread GitBox
wu-sheng commented on issue #1368: can not trace springMCV controller
URL: 
https://github.com/apache/incubator-skywalking/issues/1368#issuecomment-398311811
 
 
   This dependency just actives the undertow, I think. FYI @ascrutae 


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


With regards,
Apache Git Services


[GitHub] liangxp commented on issue #1368: can not trace springMCV controller

2018-06-19 Thread GitBox
liangxp commented on issue #1368: can not trace springMCV controller
URL: 
https://github.com/apache/incubator-skywalking/issues/1368#issuecomment-398311363
 
 
   @wu-sheng  now,I know the cause of the problem
   because of 
   `
org.springframework.boot
spring-boot-starter-undertow
`
   


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


With regards,
Apache Git Services


[GitHub] peng-yongsheng commented on issue #1371: None of the configured nodes are available

2018-06-19 Thread GitBox
peng-yongsheng commented on issue #1371: None of the configured nodes are 
available
URL: 
https://github.com/apache/incubator-skywalking/issues/1371#issuecomment-398310934
 
 
   Collector use tcp transport port 9300. 9200 is http rest port.


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


With regards,
Apache Git Services


[GitHub] peng-yongsheng closed issue #1371: None of the configured nodes are available

2018-06-19 Thread GitBox
peng-yongsheng closed issue #1371: None of the configured nodes are available
URL: https://github.com/apache/incubator-skywalking/issues/1371
 
 
   


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


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #1367: HTTPS Req/Responses are not getting traced

2018-06-19 Thread GitBox
wu-sheng commented on issue #1367: HTTPS Req/Responses are not getting traced
URL: 
https://github.com/apache/incubator-skywalking/issues/1367#issuecomment-398310809
 
 
   I am asking about `SpringMVC`, do you use that?


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


With regards,
Apache Git Services


[GitHub] wu-sheng closed issue #1369: Table "APPLICATION" not found

2018-06-19 Thread GitBox
wu-sheng closed issue #1369: Table "APPLICATION" not found
URL: https://github.com/apache/incubator-skywalking/issues/1369
 
 
   


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


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #1370: can not trace JFinal project

2018-06-19 Thread GitBox
wu-sheng commented on issue #1370: can not trace JFinal project
URL: 
https://github.com/apache/incubator-skywalking/issues/1370#issuecomment-398310392
 
 
   JFinal has its own tech stack. We haven't supported that. You can help for 
this, or ask JFinal community to contribute, like Ant SOFA team did.


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


With regards,
Apache Git Services


[GitHub] iitsoft opened a new issue #1371: None of the configured nodes are available

2018-06-19 Thread GitBox
iitsoft opened a new issue #1371: None of the configured nodes are available
URL: https://github.com/apache/incubator-skywalking/issues/1371
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [* ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - Why collector cannot start when use my elasticsearch?
   
   ___
   ### Bug
   - cat /etc/centos-release
   CentOS Linux release 7.4.1708 (Core) 
   curl 172.16.34.51:9200
   {
 "name" : "sky-node-1",
 "cluster_name" : "CollectorDBCluster",
 "cluster_uuid" : "nWoK3xGxQt-w1JJnVHTCwQ",
 "version" : {
   "number" : "6.2.3",
   "build_hash" : "c59ff00",
   "build_date" : "2018-03-13T10:06:29.741383Z",
   "build_snapshot" : false,
   "lucene_version" : "7.2.1",
   "minimum_wire_compatibility_version" : "5.6.0",
   "minimum_index_compatibility_version" : "5.0.0"
 },
 "tagline" : "You Know, for Search"
   }
   
   - elasticsearch configuration in application.yml
   storage:
 elasticsearch:
   clusterName: CollectorDBCluster
   clusterTransportSniffer: true
   clusterNodes: 172.16.34.51:9200
   indexShardsNumber: 1
   indexReplicasNumber: 0
   highPerformanceMode: true
   ttl: 7
   
   - collector does not start
   collector.log
   Exception in thread "main" NoNodeAvailableException[None of the configured 
nodes are available: 
[{#transport#-1}{BEeH4_59SDWu6uIuWatipg}{172.16.34.51}{172.16.34.51:9200}]]
   at 
org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:347)
   at 
org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:245)
   at 
org.elasticsearch.client.transport.TransportProxyClient.execute(TransportProxyClient.java:59)
   at 
org.elasticsearch.client.transport.TransportClient.doExecute(TransportClient.java:363)
   at 
org.elasticsearch.client.support.AbstractClient.execute(AbstractClient.java:408)
   at 
org.elasticsearch.client.support.AbstractClient$IndicesAdmin.execute(AbstractClient.java:1256)
   at 
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:80)
   at 
org.elasticsearch.action.ActionRequestBuilder.execute(ActionRequestBuilder.java:54)
   at 
org.elasticsearch.action.ActionRequestBuilder.get(ActionRequestBuilder.java:62)
   at 
org.apache.skywalking.apm.collector.client.elasticsearch.ElasticSearchClient.isExistsIndex(ElasticSearchClient.java:153)
   at 
org.apache.skywalking.apm.collector.storage.es.base.define.ElasticSearchStorageInstaller.isExists(ElasticSearchStorageInstaller.java:151)
   at 
org.apache.skywalking.apm.collector.storage.StorageInstaller.install(StorageInstaller.java:52)
   at 
org.apache.skywalking.apm.collector.storage.es.StorageModuleEsProvider.start(StorageModuleEsProvider.java:298)
   at 
org.apache.skywalking.apm.collector.core.module.BootstrapFlow.start(BootstrapFlow.java:61)
   at 
org.apache.skywalking.apm.collector.core.module.ModuleManager.init(ModuleManager.java:68)
   at 
org.apache.skywalking.apm.collector.boot.CollectorBootStartUp.main(CollectorBootStartUp.java:45)
   
   


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


With regards,
Apache Git Services


[GitHub] spotato-zh opened a new issue #1370: can not trace JFinal project

2018-06-19 Thread GitBox
spotato-zh opened a new issue #1370: can not trace JFinal project
URL: https://github.com/apache/incubator-skywalking/issues/1370
 
 
   19-Jun-2018 15:15:18.527 严重 [RMI TCP Connection(2)-127.0.0.1] 
org.apache.catalina.core.StandardContext.filterStart Exception starting filter 
[jfinal]
com.netflix.hystrix.exception.HystrixRuntimeException: JbootModel$2 failed 
while executing.
at 
com.netflix.hystrix.AbstractCommand.decomposeException(AbstractCommand.java:1591)
at com.netflix.hystrix.HystrixCommand.execute(HystrixCommand.java:346)
at io.jboot.Jboot.hystrix(Jboot.java:529)
at io.jboot.db.model.JbootModel.find(JbootModel.java:683)
at io.jboot.db.model.JbootModel.findListByColumns(JbootModel.java:513)
at io.jboot.db.model.JbootModel.findListByColumns(JbootModel.java:469)
at io.jboot.db.model.JbootModel.findListByColumns(JbootModel.java:482)
at com.qlnet.framework.dao.ModelDao.findList(ModelDao.java:120)
at com.qlnet.framework.dao.DaoKit.findList(DaoKit.java:91)
at 
com.qlnet.mgr.service.player.PlayerServiceImpl.getRobotLevelList(PlayerServiceImpl.java:576)
at 
com.qlnet.mgr.service.player.PlayerServiceImpl.doCommand(PlayerServiceImpl.java:59)
at 
com.qlnet.game.dice.cache.CacheManager.setRobotLevelList(CacheManager.java:43)
at 
com.qlnet.game.dice.DiceAppConfig.afterJFinalStart(DiceAppConfig.java:22)
at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:56)
at 
org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:285)
at 
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:266)
at 
org.apache.catalina.core.ApplicationFilterConfig.(ApplicationFilterConfig.java:108)
at 
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4637)
at 
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5282)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
at 
org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1736)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:300)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:482)
at 
org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:431)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:300)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
at 
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
at 
javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
at 
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
at 
javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
at 
javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357)
at sun.rmi.transport.Transport$1.run(Transport.java:200)
at sun.rmi.transport.Transport$1.run(Transport.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
a