Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
[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.)


...and a lot more SpringFramework messages
Posted
Updated 2-Feb-12 20:30pm
v2
Comments
Prerak Patel 2-Feb-12 1:06am    
Google for 'Uncaught init() exception' and make sure 'C:\Program Files\IBM\SDP\runtimes\base_v7\profiles\was70profile1\ClinicalService_v1.00.xsd' exists with required permission set.
TorstenH. 3-Feb-12 2:31am    
I formated the Logger output down. The long stack from the SpringFramework is not relevant.

1 solution

[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>


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.)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900