ridmal

Server Error - In Data Integrity module.

Apr 2nd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 30.21 KB | None | 0 0
  1. ERROR - TaskFactory.createInstance(65) |2017-04-02 12:26:56,997| OpenmrsClassLoader could not load class: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask.  Probably due to a module not being loaded
  2. ERROR - TimerSchedulerServiceImpl.scheduleTask(276) |2017-04-02 12:26:56,998| Failed to schedule task Data Integrity Task
  3. org.openmrs.scheduler.SchedulerException: could not load class
  4.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  5.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:220)
  6.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
  7.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  8.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  9.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  10.     at java.lang.reflect.Method.invoke(Method.java:498)
  11.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  12.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  13.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  14.     at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  15.     at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  16.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  17.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  18.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  19.     at com.sun.proxy.$Proxy151.onStartup(Unknown Source)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23.     at java.lang.reflect.Method.invoke(Method.java:498)
  24.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  25.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  26.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  27.     at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  28.     at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  29.     at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  30.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  31.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  32.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  33.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  34.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  35.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  36.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  37.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  38.     at com.sun.proxy.$Proxy152.onStartup(Unknown Source)
  39.     at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:50)
  40.     at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  41.     at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  42.     at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:659)
  43.     at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:638)
  44.     at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  45.     at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  46. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  47.     at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
  48.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
  49.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
  50.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:470)
  51.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421)
  52.     at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  53.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  54.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  55.     ... 41 more
  56. ERROR - TimerSchedulerServiceImpl.onStartup(113) |2017-04-02 12:26:57,002| Failed to schedule task for class org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  57. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  58.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:277)
  59.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
  60.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  61.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  62.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  63.     at java.lang.reflect.Method.invoke(Method.java:498)
  64.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  65.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  66.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  67.     at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  68.     at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  69.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  70.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  71.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  72.     at com.sun.proxy.$Proxy151.onStartup(Unknown Source)
  73.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  74.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  75.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  76.     at java.lang.reflect.Method.invoke(Method.java:498)
  77.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  78.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  79.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  80.     at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  81.     at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  82.     at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  83.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  84.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  85.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  86.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  87.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  88.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  89.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  90.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  91.     at com.sun.proxy.$Proxy152.onStartup(Unknown Source)
  92.     at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:50)
  93.     at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:904)
  94.     at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
  95.     at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:659)
  96.     at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:638)
  97.     at org.openmrs.web.Listener.startOpenmrs(Listener.java:266)
  98.     at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  99. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  100.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  101.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:220)
  102.     ... 40 more
  103. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  104.     at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
  105.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
  106.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
  107.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:470)
  108.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421)
  109.     at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  110.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  111.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  112.     ... 41 more
  113. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2083) |2017-04-02 12:27:02,642| Unable to find a runtime properties file at E:\My folder\My folder\GSOC\Open MRS\New folder\openmrs-core\webapp\openmrs-runtime.properties
  114. ERROR - TaskFactory.createInstance(65) |2017-04-02 12:27:02,664| OpenmrsClassLoader could not load class: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask.  Probably due to a module not being loaded
  115. ERROR - TimerSchedulerServiceImpl.scheduleTask(276) |2017-04-02 12:27:02,664| Failed to schedule task Data Integrity Task
  116. org.openmrs.scheduler.SchedulerException: could not load class
  117.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  118.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:220)
  119.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
  120.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  121.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  122.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  123.     at java.lang.reflect.Method.invoke(Method.java:498)
  124.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  125.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  126.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  127.     at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  128.     at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  129.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  130.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  131.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  132.     at com.sun.proxy.$Proxy151.onStartup(Unknown Source)
  133.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  134.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  135.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  136.     at java.lang.reflect.Method.invoke(Method.java:498)
  137.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  138.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  139.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  140.     at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  141.     at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  142.     at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  143.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  144.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  145.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  146.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  147.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  148.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  149.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  150.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  151.     at com.sun.proxy.$Proxy152.onStartup(Unknown Source)
  152.     at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:50)
  153.     at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  154.     at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  155. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  156.     at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
  157.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
  158.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
  159.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:470)
  160.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421)
  161.     at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  162.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  163.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  164.     ... 37 more
  165. ERROR - TimerSchedulerServiceImpl.onStartup(113) |2017-04-02 12:27:02,666| Failed to schedule task for class org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  166. org.openmrs.scheduler.SchedulerException: Failed to schedule task
  167.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:277)
  168.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.onStartup(TimerSchedulerServiceImpl.java:108)
  169.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  170.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  171.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  172.     at java.lang.reflect.Method.invoke(Method.java:498)
  173.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  174.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  175.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  176.     at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  177.     at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  178.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  179.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  180.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  181.     at com.sun.proxy.$Proxy151.onStartup(Unknown Source)
  182.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  183.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  184.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  185.     at java.lang.reflect.Method.invoke(Method.java:498)
  186.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  187.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  188.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  189.     at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  190.     at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  191.     at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  192.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  193.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  194.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  195.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  196.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  197.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  198.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  199.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  200.     at com.sun.proxy.$Proxy152.onStartup(Unknown Source)
  201.     at org.openmrs.scheduler.SchedulerUtil.startup(SchedulerUtil.java:50)
  202.     at org.openmrs.web.Listener.startOpenmrs(Listener.java:269)
  203.     at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)
  204. Caused by: org.openmrs.scheduler.SchedulerException: could not load class
  205.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:72)
  206.     at org.openmrs.scheduler.timer.TimerSchedulerServiceImpl.scheduleTask(TimerSchedulerServiceImpl.java:220)
  207.     ... 36 more
  208. Caused by: java.lang.ClassNotFoundException: org.openmrs.module.dataintegrity.scheduler.DataIntegrityTask
  209.     at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
  210.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
  211.     at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
  212.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:470)
  213.     at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:421)
  214.     at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:166)
  215.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  216.     at org.openmrs.scheduler.TaskFactory.createInstance(TaskFactory.java:51)
  217.     ... 37 more
  218. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2083) |2017-04-02 12:27:02,846| Unable to find a runtime properties file at E:\My folder\My folder\GSOC\Open MRS\New folder\openmrs-core\webapp\openmrs-runtime.properties
  219. INFO 4/2/17 12:27 PM:liquibase: Reading from `liquibasechangelog`
  220. WARNING 4/2/17 12:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  221. WARNING 4/2/17 12:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  222. WARNING 4/2/17 12:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  223. INFO 4/2/17 12:27 PM:liquibase: Reading from `liquibasechangelog`
  224. WARNING 4/2/17 12:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  225. WARNING 4/2/17 12:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  226. WARNING 4/2/17 12:27 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql.  Use <sql> and re-specify all configuration if this is the case
  227. 2017-04-02 12:27:04.661:INFO:oejsh.ContextHandler:main: Started o.e.j.m.p.JettyWebAppContext@1fde4f40{/openmrs,file:///E:/My%20folder/My%20folder/GSOC/Open%20MRS/New%20folder/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///E:/My%20folder/My%20folder/GSOC/Open%20MRS/New%20folder/openmrs-core/webapp/src/main/webapp/}
  228. 2017-04-02 12:27:04.719:INFO:oejs.ServerConnector:main: Started ServerConnector@186149f9{HTTP/1.1,[http/1.1]}{0.0.0.0:8095}
  229. 2017-04-02 12:27:04.720:INFO:oejs.Server:main: Started @89282ms
  230. Started Jetty Server
  231. 2017-04-02 12:27:31.636:INFO:/openmrs:qtp1955502880-25: Initializing Spring FrameworkServlet 'openmrs'
  232. 2017-04-02 12:27:37.078:INFO:/openmrs:qtp1955502880-77: Initializing Spring FrameworkServlet 'openmrs_static_content'
  233. INFO - LoggingAdvice.invoke(116) |2017-04-02 12:27:52,812| In method AlertService.saveAlert. Arguments: Alert=Alert: #6,
  234. INFO - LoggingAdvice.invoke(156) |2017-04-02 12:27:52,900| Exiting method saveAlert
  235. INFO 4/2/17 12:27 PM:liquibase: Reading from `liquibasechangelog`
  236. INFO 4/2/17 12:27 PM:liquibase: Successfully acquired change log lock
  237. INFO 4/2/17 12:27 PM:liquibase: Reading from `liquibasechangelog`
  238. SEVERE 4/2/17 12:27 PM:liquibase: Change Set liquibase.xml::data-integrity-201607221103::jaya, deepak failed.  Error: Error executing SQL CREATE TABLE `dataintegrity_result` (`result_id` INT(11) AUTO_INCREMENT NOT NULL, `rule_id` INT(11) NOT NULL, `patient_id` INT(11) NULL, `patient_program_id` INT(11) NULL, `action_url` VARCHAR(500) NULL, `notes` VARCHAR(500) NULL, `creator` INT(11) NULL, `date_created` DATETIME NULL, `retired` TINYINT(1) NULL, `changed_by` INT(11) NULL, `date_changed` DATETIME NULL, `retired_by` INT(11) NULL, `date_retired` DATETIME NULL, `retire_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NULL, CONSTRAINT `dataintegrity_result_pk` PRIMARY KEY (`result_id`)): Table 'dataintegrity_result' already exists
  239. liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `dataintegrity_result` (`result_id` INT(11) AUTO_INCREMENT NOT NULL, `rule_id` INT(11) NOT NULL, `patient_id` INT(11) NULL, `patient_program_id` INT(11) NULL, `action_url` VARCHAR(500) NULL, `notes` VARCHAR(500) NULL, `creator` INT(11) NULL, `date_created` DATETIME NULL, `retired` TINYINT(1) NULL, `changed_by` INT(11) NULL, `date_changed` DATETIME NULL, `retired_by` INT(11) NULL, `date_retired` DATETIME NULL, `retire_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NULL, CONSTRAINT `dataintegrity_result_pk` PRIMARY KEY (`result_id`)): Table 'dataintegrity_result' already exists
  240.     at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  241.     at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  242.     at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  243.     at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  244.     at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  245.     at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  246.     at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  247.     at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  248.     at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  249.     at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1063)
  250.     at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:769)
  251.     at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  252. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'dataintegrity_result' already exists
  253.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  254.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  255.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  256.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  257.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  258.     at com.mysql.jdbc.Util.getInstance(Util.java:386)
  259.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
  260.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  261.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  262.     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  263.     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  264.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2819)
  265.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2768)
  266.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949)
  267.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795)
  268.     at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  269.     at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  270.     ... 11 more
  271. INFO 4/2/17 12:27 PM:liquibase: Successfully released change log lock
  272. WARN - ModuleFactory.startModuleInternal(829) |2017-04-02 12:27:59,069| Error while trying to start module: dataintegrity
  273. org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: Data Integrity Module
  274.     at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1073)
  275.     at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:769)
  276.     at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
  277. Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::data-integrity-201607221103::jaya, deepak:
  278.      Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `dataintegrity_result` (`result_id` INT(11) AUTO_INCREMENT NOT NULL, `rule_id` INT(11) NOT NULL, `patient_id` INT(11) NULL, `patient_program_id` INT(11) NULL, `action_url` VARCHAR(500) NULL, `notes` VARCHAR(500) NULL, `creator` INT(11) NULL, `date_created` DATETIME NULL, `retired` TINYINT(1) NULL, `changed_by` INT(11) NULL, `date_changed` DATETIME NULL, `retired_by` INT(11) NULL, `date_retired` DATETIME NULL, `retire_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NULL, CONSTRAINT `dataintegrity_result_pk` PRIMARY KEY (`result_id`)): Table 'dataintegrity_result' already exists:
  279.           Caused By: Error executing SQL CREATE TABLE `dataintegrity_result` (`result_id` INT(11) AUTO_INCREMENT NOT NULL, `rule_id` INT(11) NOT NULL, `patient_id` INT(11) NULL, `patient_program_id` INT(11) NULL, `action_url` VARCHAR(500) NULL, `notes` VARCHAR(500) NULL, `creator` INT(11) NULL, `date_created` DATETIME NULL, `retired` TINYINT(1) NULL, `changed_by` INT(11) NULL, `date_changed` DATETIME NULL, `retired_by` INT(11) NULL, `date_retired` DATETIME NULL, `retire_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NULL, CONSTRAINT `dataintegrity_result_pk` PRIMARY KEY (`result_id`)): Table 'dataintegrity_result' already exists:
  280.           Caused By: Table 'dataintegrity_result' already exists
  281.     at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  282.     at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  283.     at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  284.     at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  285.     at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  286.     at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:1063)
  287.     ... 2 more
  288. Caused by: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `dataintegrity_result` (`result_id` INT(11) AUTO_INCREMENT NOT NULL, `rule_id` INT(11) NOT NULL, `patient_id` INT(11) NULL, `patient_program_id` INT(11) NULL, `action_url` VARCHAR(500) NULL, `notes` VARCHAR(500) NULL, `creator` INT(11) NULL, `date_created` DATETIME NULL, `retired` TINYINT(1) NULL, `changed_by` INT(11) NULL, `date_changed` DATETIME NULL, `retired_by` INT(11) NULL, `date_retired` DATETIME NULL, `retire_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NULL, CONSTRAINT `dataintegrity_result_pk` PRIMARY KEY (`result_id`)): Table 'dataintegrity_result' already exists
  289.     at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  290.     at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  291.     at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  292.     at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  293.     at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  294.     ... 7 more
  295. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'dataintegrity_result' already exists
  296.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  297.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  298.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  299.     at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  300.     at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  301.     at com.mysql.jdbc.Util.getInstance(Util.java:386)
  302.     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
  303.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  304.     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  305.     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  306.     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  307.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2819)
  308.     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2768)
  309.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949)
  310.     at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795)
  311.     at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  312.     at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  313.     ... 11 more
Add Comment
Please, Sign In to add comment