Initializing Spring root WebApplicationContext
使用maven+dubbo+zookeeper 在寫一個模組啟動時,伺服器不能正常啟動一直卡在Initializing Spring root WebApplicationContext
後來檢查xml檔案發現自己的消費者的路徑配置有問題
修改後就沒有問題了
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://code.alibabatech.com/schema/dubbo
http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
<dubbo:application name="fpy-sso"></dubbo:application>
<dubbo:registry protocol="zookeeper" address="192.168.10.101:2181"></dubbo:registry>
<dubbo:annotation package="com.fpy.sso.service.impl"></dubbo:annotation>
</beans>
就是將*改為直接的專案名 相關文章
- tomcat卡死在 資訊: Initializing Spring root WebApplicationContextTomcatSpringWebAPPContext
- Spring WebApplicationContext 介紹SpringWebAPPContext
- Spring 原始碼解析二:上下文元件(WebApplicationContext)Spring原始碼元件WebAPPContext
- 精盡Spring MVC原始碼分析 - WebApplicationContext 容器的初始化SpringMVC原始碼WebAPPContext
- Spring 過濾器DelegatingFilterProxy No WebApplicationContext found: no ContextLoaderListener registered?Spring過濾器FilterWebAPPContext
- Tomcat啟動時Initializing Spring FrameworkServlet 'springmvc'卡住,並且不報錯TomcatFrameworkServletSpringMVC
- Initializing the Oracle ASMLib driver: [FAILED]OracleASMAI
- No WebApplicationContext found: no ContextLoaderListener or DispatcherServlet registeredWebAPPContextServlet
- Solving ODI "Initializing Search Engine" issue
- 有關error 46 encountered when initializing ldmError
- 避免Initializing the Oracle ASMLib driver: [FAILED]的方法OracleASMAI
- oracle ASM錯誤Initializing the Oracle ASMLib driver:[FAILED]OracleASMAI
- WebApplicationContext 中特殊的 bean 型別(二)--- LocaleResolverWebAPPContextBean型別
- error initializing graphdriver: devmapper: Base Device UUID and Filesystem verifErrordevAPPUI
- 登入Oracle錯誤提示Error 6 initializing SQL*PlusOracleErrorSQL
- PVE安裝Windows 95報錯 while initializing device IOSWindowsWhiledeviOS
- jQuery :rootjQuery
- Maximize the Root
- 修改root使用者密碼為root密碼
- 取消 root 級管理員的 root 許可權
- SCSS @at-rootCSS
- CSS E:rootCSS
- WebApplicationContext 中特殊的 bean 型別(一)--- 請求/異常處理WebAPPContextBean型別
- WebApplicationContext 中特殊的 bean 型別(一)— 請求/異常處理WebAPPContextBean型別
- 請教Document root element "beans", must match DOCTYPE root "null"BeanNull
- 提交spark程式到yarn出現ERROR SparkContext: Error initializing SparkContext.SparkYarnErrorContext
- 2.3.1.2 Application RootAPP
- Change redhat root passwordRedhat
- Give root password for maintenanceAINaN
- root 登入 ftpFTP
- 找回root密碼密碼
- jackson學習之四:WRAP_ROOT_VALUE(root物件)物件
- event_x ()、event_y ()、event_x_root ()、event_y_root ()
- The directory xx is registered as a Git rootGit
- MySQL 重置Root密碼MySql密碼
- mysql修改root密碼MySql密碼
- mysql重置root密碼MySql密碼
- 修改mysql root密碼MySql密碼