dubbo部署到tomcat,一直执行到 INFO zkclient.ZkEventThread - Starting ZkClient 就不会再继续往下执行了

beckyxu 2016-10-21 02:13:15
2016-10-21 14:07:16 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files (x86)\java\jre6\bin;E:\tomcat 6.0\bin
2016-10-21 14:07:16 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8090
2016-10-21 14:07:16 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 342 ms
2016-10-21 14:07:16 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2016-10-21 14:07:16 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2016-10-21 14:07:17 org.apache.catalina.core.ApplicationContext log
信息: Initializing log4j system
INFO: configuring "log4j" using jndi:/localhost/dubbo-admin/WEB-INF/log4j.xml
- with property localAddress = 192.168.13.1
- with property localHost = xjj-PC
- with property loggingCharset = UTF-8
- with property loggingLevel = INFO
- with property loggingRoot = C:\Users\xjj\logs

2016-10-21 14:07:17 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
INFO context.ContextLoader - Root WebApplicationContext: initialization started
INFO context.WebxComponentsContext - Refreshing com.alibaba.citrus.webx.context.WebxComponentsContext@d19cdf: display name [Root WebApplicationContext]; startup date [Fri Oct 21 14:07:17 CST 2016]; root of context hierarchy
INFO xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/webx.xml]
INFO xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/common/webx-component-and-root.xml]
INFO xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/common/pipeline-exception.xml]
INFO xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/common/resources.xml]
INFO xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/common/uris.xml]
INFO xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/common/rewrite.xml]
INFO xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/spring/dubbo-admin.xml]
INFO logger.LoggerFactory - using logger: com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
INFO context.WebxComponentsContext - Bean factory for application context [com.alibaba.citrus.webx.context.WebxComponentsContext@d19cdf]: com.alibaba.citrus.springext.support.context.InheritableListableBeanFactory@c260c5
INFO config.PropertyPlaceholderConfigurer - Loading properties file from Resource[/WEB-INF/dubbo.properties, loaded by ResourceLoadingService]
INFO config.PropertyPlaceholderConfigurer - Loading properties file from URL [file://C:/Users/xjj/dubbo.properties]
WARN config.PropertyPlaceholderConfigurer - Could not load properties from URL [file://C:/Users/xjj/dubbo.properties]: C
INFO config.WebxConfiguration - Application is running in Production Mode.
INFO upload.UploadService - Upload Parameters: {
Repository Path = E:\tomcat 6.0\temp
Maximum Request Size = 5M
Maximum File Size = n/a
Threshold before Writing to File = 10K
Keep Form Field in Memory = false
File Name Key = [
[1/1] filename
]
}
INFO context.WebxComponentsContext - Bean '(inner bean)#11' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
INFO context.WebxComponentsContext - Bean 'dubbo-admin' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
INFO context.WebxComponentsContext - Bean 'com.alibaba.dubbo.config.RegistryConfig' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
INFO context.WebxComponentsContext - Bean 'registryService' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
INFO context.WebxComponentsContext - Bean '(inner bean)#11' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
INFO context.InheritableListableBeanFactory - Pre-instantiating singletons in com.alibaba.citrus.springext.support.context.InheritableListableBeanFactory@c260c5: defining beans [org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,com.alibaba.citrus.service.configuration.support.PropertyPlaceholderConfigurer#0,templateService,mappingRuleService,dataResolverService,exceptionPipeline,resourceLoadingService,messageSource,uriBrokerService,restfulRewrite,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,dubbo-admin,com.alibaba.dubbo.config.RegistryConfig,registryService,configService,consumerService,overrideService,ownerService,providerService,routeService,userService,governanceCache,productionModeSensiblePostProcessor,webxConfiguration,requestContexts,com.alibaba.citrus.service.requestcontext.impl.RequestContextBeanFactoryPostProcessor#0,uploadService,pullService,formService,module.screen.Error404,module.screen.ErrorOther,moduleLoaderService,messageResourceService,com.alibaba.citrus.webx.context.WebxComponentsLoader$WebxComponentsCreator]; root of factory hierarchy
INFO velocity.VelocityEngine - SpringResourceLoaderAdapter : initialization starting.
INFO velocity.VelocityEngine - SpringResourceLoaderAdapter : set path '/templates/common/'
INFO velocity.VelocityEngine - SpringResourceLoaderAdapter : initialization complete.
INFO rule.ExtensionMappingRule - Initialized extension.input:ExtensionMappingRule with cache disabled
INFO rule.ExtensionMappingRule - Initialized extension.output:ExtensionMappingRule with cache disabled
INFO rule.DirectModuleMappingRule - Initialized action:DirectModuleMappingRule with cache disabled
INFO rule.DirectModuleMappingRule - Initialized screen.notemplate:DirectModuleMappingRule with cache disabled
INFO rule.FallbackModuleMappingRule - Initialized screen:FallbackModuleMappingRule with cache enabled
INFO rule.DirectTemplateMappingRule - Initialized screen.template:DirectTemplateMappingRule with cache disabled
INFO rule.FallbackTemplateMappingRule - Initialized layout.template:FallbackTemplateMappingRule with cache enabled
INFO rule.DirectModuleMappingRule - Initialized control.notemplate:DirectModuleMappingRule with cache disabled
INFO rule.FallbackModuleMappingRule - Initialized control:FallbackModuleMappingRule with cache enabled
INFO rule.DirectTemplateMappingRule - Initialized control.template:DirectTemplateMappingRule with cache disabled
INFO zkclient.ZkEventThread - Starting ZkClient event thread.
...全文
9774 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
追梦2019 2017-08-04
  • 打赏
  • 举报
回复
发的个地方官方下功夫你这个
liuhaoging 2017-08-03
  • 打赏
  • 举报
回复
同样的问题,zookeeper没开,打开后第一次也没跑通,貌似是上次的tomcat没关.Linux下直接把端口占用进程干掉了,第二次就秒开了.
码代码的小魏 2017-07-27
  • 打赏
  • 举报
回复
我也遇到这样的问题,本地连局域网的注册中心及服务。 没定位到具体的症结点。 好像是我本地tomcat有问题,用tomcat6始终走不下去,换成tomcat7就走下去了。可以试试新下载的tomcat7
DS_CH 2017-07-08
  • 打赏
  • 举报
回复
楼主解决了吗?怎么解决的,能说下吗?
jiangzhong1323 2017-04-14
  • 打赏
  • 举报
回复
重启下 zookeeper就可以了
pl7688 2017-03-21
  • 打赏
  • 举报
回复
怎么解决的啊
qingfengyueyu 2017-02-24
  • 打赏
  • 举报
回复
最后怎么解决的啊
那天夕阳下 2016-12-15
  • 打赏
  • 举报
回复
时因为你的zookeeper 没有起来 你可以进入zookeeper的安装目录下的 bin目录 ./zkServer.sh status 使用这个命令查看一下
海会圣贤 2016-10-26
  • 打赏
  • 举报
回复
http://blog.csdn.net/congcong68/article/details/41113239
海会圣贤 2016-10-26
  • 打赏
  • 举报
回复
zookeeper你安装了没?环境变量有没有配置?

20,808

社区成员

发帖
与我相关
我的任务
社区描述
Hadoop生态大数据交流社区,致力于有Hadoop,hive,Spark,Hbase,Flink,ClickHouse,Kafka,数据仓库,大数据集群运维技术分享和交流等。致力于收集优质的博客
社区管理员
  • 分布式计算/Hadoop社区
  • 涤生大数据
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧