Advertisement
Guest User

ohdsi with arguments

a guest
Aug 28th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.65 KB | None | 0 0
  1. C:\Users\Maurya\Downloads>java -XX:MaxPermSize=128m -jar Olympus-1.1.0-exec.war -Dolympus.webapi.launch.enabled=true
  2.  
  3. . ____ _ __ _ _
  4. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  5. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  6. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  7. ' |____| .__|_| |_|_| |_\__, | / / / /
  8. =========|_|==============|___/=/_/_/_/
  9. :: Spring Boot :: (v1.2.1.RELEASE)
  10.  
  11. 2015-08-28 14:42:05.241 INFO main org.ohdsi.olympus.Olympus - - Starting Olympus on Shadowfax with PID 8152 (started by Maurya in C:\Users\Maurya\Downloads)
  12. 2015-08-28 14:42:05.251 DEBUG main org.ohdsi.olympus.Olympus - - Running with Spring Boot v1.2.1.RELEASE, Spring v4.1.4.RELEASE
  13. 2015-08-28 14:42:05.395 INFO main org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbe
  14. ddedWebApplicationContext@4e59448b: startup date [Fri Aug 28 14:42:05 EDT 2015]; root of context hierarchy
  15. 2015-08-28 14:42:06.415 WARN main org.springframework.core.io.support.PathMatchingResourcePatternResolver - - Skipping [C:\Users\Maurya\Downloads\Olympus-1.1.0-exec.war] because it does not denote a
  16. directory
  17. 2015-08-28 14:42:08.259 INFO main org.springframework.beans.factory.support.DefaultListableBeanFactory - - Overriding bean definition for bean 'passwordEncoder': replacing [Root bean: class [null]; s
  18. cope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=securityConfig.SecurityUtilsConfiguration; factoryMethodName=passwordEn
  19. coder; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/ohdsi/olympus/SecurityConfig$SecurityUtilsConfiguration.class]] with [Root bean: class [null]; scope=; abs
  20. tract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=securityConfig; factoryMethodName=passwordEncoder; initMethodName=null; destroyMe
  21. thodName=(inferred); defined in class path resource [org/ohdsi/olympus/SecurityConfig.class]]
  22. 2015-08-28 14:42:10.083 INFO main org.hibernate.validator.internal.util.Version - - HV000001: Hibernate Validator 5.1.3.Final
  23. 2015-08-28 14:42:10.630 INFO main org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - - Bean 'org.springframework.transaction.annotation.ProxyTransactionM
  24. anagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$af46f607] is not eligible for getting processed by all
  25. BeanPostProcessors (for example: not eligible for auto-proxying)
  26. 2015-08-28 14:42:10.693 INFO main org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - - Bean 'transactionAttributeSource' of type [class org.springframewo
  27. rk.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  28. 2015-08-28 14:42:10.724 INFO main org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - - Bean 'transactionInterceptor' of type [class org.springframework.t
  29. ransaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  30. 2015-08-28 14:42:10.740 INFO main org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - - Bean 'org.springframework.transaction.config.internalTransactionAd
  31. visor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligib
  32. le for auto-proxying)
  33. 2015-08-28 14:42:11.934 INFO main org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory - - Server initialized with port: 20000
  34. 2015-08-28 14:42:12.047 INFO main org.eclipse.jetty.server.Server - - jetty-9.2.4.v20141103
  35. 2015-08-28 14:42:12.227 INFO main / - - Initializing Spring embedded WebApplicationContext
  36. 2015-08-28 14:42:12.227 INFO main org.springframework.web.context.ContextLoader - - Root WebApplicationContext: initialization completed in 6850 ms
  37. 2015-08-28 14:42:14.960 INFO main org.ohdsi.olympus.DataSourceConfig - - Using jdbcurl: jdbc:h2:file:C:\Users\Maurya\AppData\Local\Temp\olympus\dbfile
  38. 2015-08-28 14:42:15.429 INFO main org.springframework.jdbc.datasource.DriverManagerDataSource - - Loaded JDBC driver: org.h2.Driver
  39. 2015-08-28 14:42:15.988 INFO main org.springframework.jdbc.datasource.init.ScriptUtils - - Executing SQL script from URL [jar:file:/C:/Users/Maurya/Downloads/Olympus-1.1.0-exec.war!/WEB-INF/classes!/
  40. schema.sql]
  41. 2015-08-28 14:42:16.051 INFO main org.springframework.jdbc.datasource.init.ScriptUtils - - Executed SQL script from URL [jar:file:/C:/Users/Maurya/Downloads/Olympus-1.1.0-exec.war!/WEB-INF/classes!/s
  42. chema.sql] in 63 ms.
  43. 2015-08-28 14:42:16.095 INFO main org.springframework.jdbc.datasource.init.ScriptUtils - - Executing SQL script from URL [jar:file:/C:/Users/Maurya/Downloads/Olympus-1.1.0-exec.war!/WEB-INF/classes!/
  44. data.sql]
  45. 2015-08-28 14:42:16.101 INFO main org.springframework.jdbc.datasource.init.ScriptUtils - - Executed SQL script from URL [jar:file:/C:/Users/Maurya/Downloads/Olympus-1.1.0-exec.war!/WEB-INF/classes!/d
  46. ata.sql] in 6 ms.
  47. 2015-08-28 14:42:16.632 INFO main org.springframework.security.web.DefaultSecurityFilterChain - - Creating filter chain: Ant [pattern='/static/**'], []
  48. 2015-08-28 14:42:16.632 INFO main org.springframework.security.web.DefaultSecurityFilterChain - - Creating filter chain: Ant [pattern='/webjars/**'], []
  49. 2015-08-28 14:42:16.632 INFO main org.springframework.security.web.DefaultSecurityFilterChain - - Creating filter chain: Ant [pattern='/js/**'], []
  50. 2015-08-28 14:42:16.632 INFO main org.springframework.security.web.DefaultSecurityFilterChain - - Creating filter chain: Ant [pattern='/css/**'], []
  51. 2015-08-28 14:42:16.632 INFO main org.springframework.security.web.DefaultSecurityFilterChain - - Creating filter chain: Ant [pattern='/img/**'], []
  52. 2015-08-28 14:42:16.694 INFO main org.springframework.security.web.DefaultSecurityFilterChain - - Creating filter chain: Ant [pattern='/console/**'], [org.springframework.security.web.context.request
  53. .async.WebAsyncManagerIntegrationFilter@38d33233, org.springframework.security.web.context.SecurityContextPersistenceFilter@73ab79d8, org.springframework.security.web.authentication.logout.LogoutFilte
  54. r@432a8ee2, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@225284d7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@27cfab86, org.springfra
  55. mework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4e9d6c1e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3184cf6a, org.springframework.security.we
  56. b.session.SessionManagementFilter@41d77c9f, org.springframework.security.web.access.ExceptionTranslationFilter@17654aef, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@262
  57. 2e2c1]
  58. 2015-08-28 14:42:16.725 INFO main org.springframework.security.web.DefaultSecurityFilterChain - - Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.spring
  59. framework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6984ca00, org.springframework.security.web.context.SecurityContextPersistenceFilter@634a36cd, org.springframework.security
  60. .web.csrf.CsrfFilter@57d3e40f, org.springframework.security.web.authentication.logout.LogoutFilter@5e4b530d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6ce69b
  61. 5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1d53ffa8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@75b57da2, org.springframework.sec
  62. urity.web.authentication.rememberme.RememberMeAuthenticationFilter@597ded90, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@ce9fc1f, org.springframework.security.web.ses
  63. sion.SessionManagementFilter@24575bc6, org.springframework.security.web.access.ExceptionTranslationFilter@38ec574c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6ae97c09
  64. ]
  65. 2015-08-28 14:42:16.850 INFO main org.springframework.boot.context.embedded.ServletRegistrationBean - - Mapping servlet: 'webServlet' to [/console/*]
  66. 2015-08-28 14:42:16.866 INFO main org.springframework.boot.context.embedded.ServletRegistrationBean - - Mapping servlet: 'dispatcherServlet' to [/]
  67. 2015-08-28 14:42:16.866 INFO main org.springframework.boot.context.embedded.FilterRegistrationBean - - Mapping filter: 'characterEncodingFilter' to: [/*]
  68. 2015-08-28 14:42:16.886 INFO main org.springframework.boot.context.embedded.FilterRegistrationBean - - Mapping filter: 'springSecurityFilterChain' to: [/*]
  69. 2015-08-28 14:42:16.886 INFO main org.springframework.boot.context.embedded.FilterRegistrationBean - - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  70. 2015-08-28 14:42:16.888 INFO main org.eclipse.jetty.server.handler.ContextHandler - - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@3c117898{/,jar:file:/C:/Users/Maurya/Downloads/Olympus-1.1.0-exec.
  71. war!/,AVAILABLE}
  72. 2015-08-28 14:42:16.894 INFO main org.eclipse.jetty.server.Server - - Started @17218ms
  73. 2015-08-28 14:42:17.218 INFO main org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - - Building JPA container EntityManagerFactory for persistence unit 'default'
  74. 2015-08-28 14:42:17.280 INFO main org.hibernate.jpa.internal.util.LogHelper - - HHH000204: Processing PersistenceUnitInfo [
  75. name: default
  76. ...]
  77. 2015-08-28 14:42:17.559 INFO main org.hibernate.Version - - HHH000412: Hibernate Core {4.3.7.Final}
  78. 2015-08-28 14:42:17.575 INFO main org.hibernate.cfg.Environment - - HHH000206: hibernate.properties not found
  79. 2015-08-28 14:42:17.575 INFO main org.hibernate.cfg.Environment - - HHH000021: Bytecode provider name : javassist
  80. 2015-08-28 14:42:20.094 INFO main org.hibernate.annotations.common.Version - - HCANN000001: Hibernate Commons Annotations {4.0.5.Final}
  81. 2015-08-28 14:42:20.250 INFO main org.hibernate.dialect.Dialect - - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  82. 2015-08-28 14:42:20.516 INFO main org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory - - HHH000397: Using ASTQueryTranslatorFactory
  83. 2015-08-28 14:42:21.187 INFO main org.ohdsi.olympus.WebApiConfig - - Copying WAR to absolute path: C:\Users\Maurya\AppData\Local\Temp\olympus
  84. 2015-08-28 14:42:21.205 DEBUG main org.ohdsi.olympus.WebApiConfig - - InputStream for WebAPI.war: 0
  85. 2015-08-28 14:42:24.770 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter - - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.Annot
  86. ationConfigEmbeddedWebApplicationContext@4e59448b: startup date [Fri Aug 28 14:42:05 EDT 2015]; root of context hierarchy
  87. 2015-08-28 14:42:25.001 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/achilles//datasources],methods=[GET],params=[],headers=[],consumes=
  88. [],produces=[application/json],custom=[]}" onto public org.springframework.http.HttpEntity<org.json.simple.JSONObject> org.ohdsi.olympus.controller.AchillesController.datasource()
  89. 2015-08-28 14:42:25.003 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/achilles//data],methods=[GET],params=[],headers=[],consumes=[],prod
  90. uces=[application/json],custom=[]}" onto public org.springframework.http.HttpEntity<org.json.simple.JSONObject> org.ohdsi.olympus.controller.AchillesController.datasource(java.lang.String,java.lang.St
  91. ring)
  92. 2015-08-28 14:42:25.004 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/login],methods=[GET],params=[],headers=[],consumes=[],produces=[],c
  93. ustom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.LoginController.getLoginPage(java.lang.String,javax.servlet.http.HttpServletRequest,org.springframework
  94. .security.core.Authentication)
  95. 2015-08-28 14:42:25.008 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/home/error || //error],methods=[],params=[],headers=[],consumes=[],
  96. produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.MainController.handleErrorRequest(javax.servlet.http.HttpServletRequest,javax.servlet.http
  97. .HttpServletResponse,javax.servlet.http.HttpSession) throws java.lang.Exception
  98. 2015-08-28 14:42:25.014 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/home/index || /home || //index || /],methods=[],params=[],headers=[
  99. ],consumes=[],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.MainController.handleIndexRequest() throws java.lang.Exception
  100. 2015-08-28 14:42:25.020 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/user/create],methods=[GET],params=[],headers=[],consumes=[],produce
  101. s=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.UserController.getUserCreatePage()
  102. 2015-08-28 14:42:25.021 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/user/create],methods=[POST],params=[],headers=[],consumes=[],produc
  103. es=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.UserController.handleUserCreateForm(org.ohdsi.olympus.model.UserCreateForm,org.springframework.v
  104. alidation.BindingResult)
  105. 2015-08-28 14:42:25.029 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/user],methods=[],params=[],headers=[],consumes=[],produces=[],custo
  106. m=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.UserController.getUsersPage()
  107. 2015-08-28 14:42:25.037 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi/start],methods=[POST],params=[],headers=[],consumes=[],produ
  108. ces=[],custom=[]}" onto public org.springframework.http.ResponseEntity org.ohdsi.olympus.controller.WebApiController.start() throws java.lang.Exception
  109. 2015-08-28 14:42:25.041 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi/stop],methods=[POST],params=[],headers=[],consumes=[],produc
  110. es=[],custom=[]}" onto public org.springframework.http.ResponseEntity org.ohdsi.olympus.controller.WebApiController.stop() throws java.lang.Exception
  111. 2015-08-28 14:42:25.046 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi/config],methods=[],params=[],headers=[],consumes=[],produces
  112. =[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.WebApiController.handleConfigurationRequest(java.lang.String) throws java.lang.Exception
  113. 2015-08-28 14:42:25.051 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi/remote],methods=[POST],params=[],headers=[],consumes=[],prod
  114. uces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.WebApiController.handleConfigurationSubmission(org.ohdsi.olympus.model.WebApiRemote,org.spring
  115. framework.validation.BindingResult) throws java.lang.Exception
  116. 2015-08-28 14:42:25.058 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi/config],methods=[POST],params=[],headers=[],consumes=[],prod
  117. uces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.WebApiController.handleConfigurationSubmission(org.ohdsi.olympus.model.WebApiProperties,org.sp
  118. ringframework.validation.BindingResult) throws java.lang.Exception
  119. 2015-08-28 14:42:25.062 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi/appproperties],methods=[POST],params=[],headers=[],consumes=
  120. [],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.WebApiController.handleConfigurationSubmission(org.ohdsi.olympus.model.AppProperties,or
  121. g.springframework.validation.BindingResult) throws java.lang.Exception
  122. 2015-08-28 14:42:25.066 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi/request-start],methods=[POST],params=[],headers=[],consumes=
  123. [],produces=[],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.ohdsi.olympus.controller.WebApiController.handleStartSubmission() throws java.lang.Exception
  124. 2015-08-28 14:42:25.071 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/webapi],methods=[GET],params=[],headers=[],consumes=[],produces=[ap
  125. plication/json],custom=[]}" onto public org.springframework.http.HttpEntity<java.util.List<org.ohdsi.olympus.model.WebApiRemote>> org.ohdsi.olympus.controller.WebApiController.webApis()
  126. 2015-08-28 14:42:25.086 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[],cust
  127. om=[]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.
  128. HttpServletRequest)
  129. 2015-08-28 14:42:25.088 INFO main org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping - - Mapped "{[/error],methods=[],params=[],headers=[],consumes=[],produces=[text/h
  130. tml],custom=[]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest)
  131. 2015-08-28 14:42:25.214 INFO main org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.Resour
  132. ceHttpRequestHandler]
  133. 2015-08-28 14:42:25.216 INFO main org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resourc
  134. e.ResourceHttpRequestHandler]
  135. 2015-08-28 14:42:25.375 INFO main org.springframework.web.servlet.handler.SimpleUrlHandlerMapping - - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.res
  136. ource.ResourceHttpRequestHandler]
  137. 2015-08-28 14:42:26.243 INFO main org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration - -
  138.  
  139. Using default security password: 09aadb47-090d-45e3-b32a-af5caa36ada7
  140.  
  141. 2015-08-28 14:42:26.340 INFO main org.springframework.web.servlet.view.velocity.VelocityConfigurer - - ClasspathResourceLoader with name 'springMacro' added to configured VelocityEngine
  142. 2015-08-28 14:42:26.378 INFO main org.springframework.ui.velocity.SpringResourceLoader - - SpringResourceLoader for Velocity: using resource loader [org.springframework.boot.context.embedded.Annotati
  143. onConfigEmbeddedWebApplicationContext@4e59448b: startup date [Fri Aug 28 14:42:05 EDT 2015]; root of context hierarchy] and resource loader paths [classpath:/templates/]
  144. 2015-08-28 14:42:26.575 INFO main org.springframework.jmx.export.annotation.AnnotationMBeanExporter - - Registering beans for JMX exposure on startup
  145. 2015-08-28 14:42:26.604 INFO main / - - Initializing Spring FrameworkServlet 'dispatcherServlet'
  146. 2015-08-28 14:42:26.604 INFO main org.springframework.web.servlet.DispatcherServlet - - FrameworkServlet 'dispatcherServlet': initialization started
  147. 2015-08-28 14:42:26.647 INFO main org.springframework.web.servlet.DispatcherServlet - - FrameworkServlet 'dispatcherServlet': initialization completed in 42 ms
  148. 2015-08-28 14:42:27.061 INFO main org.eclipse.jetty.server.ServerConnector - - Started ServerConnector@71141f2f{HTTP/1.1}{0.0.0.0:20000}
  149. 2015-08-28 14:42:27.068 INFO main org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer - - Jetty started on port(s) 20000 (http/1.1)
  150. 2015-08-28 14:42:27.169 INFO main org.ohdsi.olympus.Olympus - - Started Olympus in 23.581 seconds (JVM running for 27.493)
  151. 2015-08-28 14:59:00.301 DEBUG qtp1666106256-16 org.ohdsi.olympus.controller.WebApiController - - Get config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement