本文介绍了应用程序中的未知错误,运行正常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
[2/2/12 10:55:54:093 GMT+05:30] 00000018 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0100E: Uncaught init() exception created by servlet Search_MCPClaims in application mcp-0_1_war: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultHandlerMapping' defined in ServletContext resource [/WEB-INF/Search_MCPClaims-servlet.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'claimsserviceWsdl' defined in ServletContext resource [/WEB-INF/Search_MCPClaims-servlet.xml]: Cannot create inner bean 'org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection#34023402' of type [org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection] while setting bean property 'schemaCollection'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection#34023402' defined in ServletContext resource [/WEB-INF/Search_MCPClaims-servlet.xml]: Invocation of init method failed; nested exception is org.springframework.xml.xsd.commons.CommonsXsdSchemaException: Schema [ServletContext resource [/WEB-INF/xsd/claims/Search_MCPClaimsService.xsd]] could not be loaded; nested exception is java.lang.RuntimeException: org.apache.ws.commons.schema.XmlSchemaException: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile1\ClinicalService_v1.00.xsd (The system cannot find the file specified.)
...还有更多SpringFramework消息
...and a lot more SpringFramework messages
推荐答案
[2/2/12 10:55:54:093 GMT+05:30] 00000018 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0100E: Uncaught init() exception created by servlet Search_MCPClaims in application mcp-0_1_war: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultHandlerMapping' defined in ServletContext resource [/WEB-INF/Search_MCPClaims-servlet.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'claimsserviceWsdl' defined in ServletContext resource [/WEB-INF/Search_MCPClaims-servlet.xml]: Cannot create inner bean 'org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection#34023402' of type [org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection] while setting bean property 'schemaCollection'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection#34023402' defined in ServletContext resource [/WEB-INF/Search_MCPClaims-servlet.xml]: Invocation of init method failed; nested exception is org.springframework.xml.xsd.commons.CommonsXsdSchemaException: Schema [ServletContext resource [/WEB-INF/xsd/claims/Search_MCPClaimsService.xsd]] <big>could not be loaded; nested exception is java.lang.RuntimeException: org.apache.ws.commons.schema.XmlSchemaException: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile1\ClinicalService_v1.00.xsd (The system cannot find the file specified.)</big>
最后一句话说出了什么问题:
无法加载;嵌套的异常是java.lang.RuntimeException:org.apache.ws.commons.schema.XmlSchemaException: C:\ Program Files \ IBM \ SDP \ runtimes \ base_v7 \ profiles \ was70profile1 \ ClinicalService_v1.00.xsd (系统找不到指定的文件.)
The last sentence says what''s wrong:
could not be loaded; nested exception is java.lang.RuntimeException: org.apache.ws.commons.schema.XmlSchemaException: C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile1\ClinicalService_v1.00.xsd (The system cannot find the file specified.)
这篇关于应用程序中的未知错误,运行正常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!