You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to start the jetty-console.war without an Internet connection, I get:
ERROR: edu.mayo.cts2.framework.webapp.rest.osgi.OsgiDispatcherServlet - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'edu.mayo.cts2.framework.webapp.soap.url.SwitchableSoapUrlMapping#0' defined in ServletC ontext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: E rror creating bean with name 'ValueSetCatalogReadService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: wsdl 'URL [http://www.omg. org/spec/cts2/201206/wsdl/ValueSetCatalogReadService.wsdl]' does not exit
It would be a cool enhancement if the framework includes the necessary wsdl-files or downloads them during mvn install somehow.
The text was updated successfully, but these errors were encountered:
When I try to start the jetty-console.war without an Internet connection, I get:
ERROR: edu.mayo.cts2.framework.webapp.rest.osgi.OsgiDispatcherServlet - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'edu.mayo.cts2.framework.webapp.soap.url.SwitchableSoapUrlMapping#0' defined in ServletC ontext resource [/WEB-INF/spring/appServlet/servlet-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: E rror creating bean with name 'ValueSetCatalogReadService': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: wsdl 'URL [http://www.omg. org/spec/cts2/201206/wsdl/ValueSetCatalogReadService.wsdl]' does not exit
It would be a cool enhancement if the framework includes the necessary wsdl-files or downloads them during
mvn install
somehow.The text was updated successfully, but these errors were encountered: