When I try to run the CTS2 Development Framework as a standalone application, I'm currenctly having this error:
HTTP ERROR 503
Problem accessing /. Reason:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#1' defined in ServletContext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ConceptDomainCatalogReadService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: wsdl 'URL [http://informatics.mayo.edu/svn/trunk/cts2/spec/psm/soap/wsdl/ConceptDomainCatalogReadService.wsdl]' does not exit
´´´
It seems that the project has a strong dependency of the WSDL file present on the Mayo SVN repository that is currenctly down.
Thanks for your time.
Regards.
When I try to run the CTS2 Development Framework as a standalone application, I'm currenctly having this error: