WARN beans.TypeConverterDelegate - PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
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
WARN beans.TypeConverterDelegate - PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
WARN utils.ConfigUtils - [DUBBO] No dubbo.properties found on the class path., dubbo version: 2.4.1, current host: 10.141.113.136
INFO zkclient.ZkEventThread - Starting ZkClient event thread.
查看zooKeeper运行 状态
[root@VM_113_136_centos bin]# ./zkServer.sh status
启动zooKeeper
./zkServer.sh start
在启动Tomcat时遇到了关于PropertyEditor的警告,提示考虑使用更隔离的注册方式。同时,Dubbo的日志显示未找到dubbo.properties配置文件。针对这些问题,需要检查并修正PropertyEditor的注册方式,以及确保Dubbo配置文件的正确存在和设置。
7017

被折叠的 条评论
为什么被折叠?



