JoeSeff

Metadata Sharing

Mar 25th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 35.08 KB | None | 0 0
  1. Metadata Sharing
  2. Manage Tasks
  3.  
  4. Task details
  5.  
  6. Failed (errors: 4)
  7.  
  8. Mon Mar 25 12:13:33 EAT 2013 - Export started
  9. Mon Mar 25 12:13:33 EAT 2013 - Exporting subpackage [items from 0 to 23 of 23]
  10. Mon Mar 25 12:13:33 EAT 2013 - Validating items
  11. Mon Mar 25 12:13:50 EAT 2013 - Resolving related items
  12. Mon Mar 25 12:14:28 EAT 2013 - Concept [1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] failed validation
  13.  
  14. org.openmrs.module.metadatasharing.task.TaskException: Concept [1107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] failed validation
  15.     at org.openmrs.module.metadatasharing.task.Task.log(Task.java:125)
  16.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.validateItem(ExportPackageTask.java:164)
  17.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.access$100(ExportPackageTask.java:44)
  18.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visitMetadata(ExportPackageTask.java:207)
  19.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visit(ExportPackageTask.java:193)
  20.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor$1.visit(OpenmrsObjectVisitor.java:105)
  21.     at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:129)
  22.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor.visitFields(OpenmrsObjectVisitor.java:88)
  23.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.resolveRelatedItems(ExportPackageTask.java:189)
  24.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.access$200(ExportPackageTask.java:44)
  25.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visitMetadata(ExportPackageTask.java:211)
  26.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visit(ExportPackageTask.java:197)
  27.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor$1.visit(OpenmrsObjectVisitor.java:105)
  28.     at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:129)
  29.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor.visitFields(OpenmrsObjectVisitor.java:88)
  30.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.resolveRelatedItems(ExportPackageTask.java:189)
  31.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.exportSubpackage(ExportPackageTask.java:141)
  32.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.execute(ExportPackageTask.java:100)
  33.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl$1.task(MetadataSharingServiceImpl.java:204)
  34.     at org.openmrs.module.metadatasharing.api.db.hibernate.CustomSessionFlushTask.executeInManualFlushMode(CustomSessionFlushTask.java:59)
  35.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl.executeTask(MetadataSharingServiceImpl.java:200)
  36.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  38.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  39.     at java.lang.reflect.Method.invoke(Unknown Source)
  40.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  41.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  42.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  43.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  44.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  45.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  46.     at $Proxy142.executeTask(Unknown Source)
  47.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  49.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  50.     at java.lang.reflect.Method.invoke(Unknown Source)
  51.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  52.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  53.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  54.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  55.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  56.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  57.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  58.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  59.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  60.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  61.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  62.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  63.     at $Proxy143.executeTask(Unknown Source)
  64.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  66.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  67.     at java.lang.reflect.Method.invoke(Unknown Source)
  68.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  69.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  70.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  71.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  72.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  73.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  74.     at $Proxy143.executeTask(Unknown Source)
  75.     at org.openmrs.module.metadatasharing.task.TaskEngine$RunnableTask.run(TaskEngine.java:124)
  76.     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  77.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  78.     at java.lang.Thread.run(Unknown Source)
  79. Caused by: org.openmrs.api.DuplicateConceptNameException: 'Нет' is a duplicate name in locale 'ru'
  80.     at org.openmrs.validator.ConceptValidator.validate(ConceptValidator.java:189)
  81.     at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.validate(HibernateAdministrationDAO.java:372)
  82.     at org.openmrs.api.impl.AdministrationServiceImpl.validate(AdministrationServiceImpl.java:1227)
  83.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  84.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  85.     at java.lang.reflect.Method.invoke(Unknown Source)
  86.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  87.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  88.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  89.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  90.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  91.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  92.     at $Proxy88.validate(Unknown Source)
  93.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  94.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  95.     at java.lang.reflect.Method.invoke(Unknown Source)
  96.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  97.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  98.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  99.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  100.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  101.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  102.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  103.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  104.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  105.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  106.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  107.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  108.     at $Proxy89.validate(Unknown Source)
  109.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  110.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  111.     at java.lang.reflect.Method.invoke(Unknown Source)
  112.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  113.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  114.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  115.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  116.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  117.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  118.     at $Proxy89.validate(Unknown Source)
  119.     at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:70)
  120.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.validateItem(ExportPackageTask.java:161)
  121.     ... 62 more
  122.  
  123.  
  124. Mon Mar 25 12:14:33 EAT 2013 - Concept [1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] failed validation
  125.  
  126. org.openmrs.module.metadatasharing.task.TaskException: Concept [1067AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] failed validation
  127.     at org.openmrs.module.metadatasharing.task.Task.log(Task.java:125)
  128.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.validateItem(ExportPackageTask.java:164)
  129.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.access$100(ExportPackageTask.java:44)
  130.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visitMetadata(ExportPackageTask.java:207)
  131.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visit(ExportPackageTask.java:193)
  132.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor$1.visit(OpenmrsObjectVisitor.java:105)
  133.     at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:129)
  134.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor.visitFields(OpenmrsObjectVisitor.java:88)
  135.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.resolveRelatedItems(ExportPackageTask.java:189)
  136.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.access$200(ExportPackageTask.java:44)
  137.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visitMetadata(ExportPackageTask.java:211)
  138.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visit(ExportPackageTask.java:197)
  139.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor$1.visit(OpenmrsObjectVisitor.java:105)
  140.     at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:129)
  141.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor.visitFields(OpenmrsObjectVisitor.java:88)
  142.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.resolveRelatedItems(ExportPackageTask.java:189)
  143.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.exportSubpackage(ExportPackageTask.java:141)
  144.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.execute(ExportPackageTask.java:100)
  145.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl$1.task(MetadataSharingServiceImpl.java:204)
  146.     at org.openmrs.module.metadatasharing.api.db.hibernate.CustomSessionFlushTask.executeInManualFlushMode(CustomSessionFlushTask.java:59)
  147.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl.executeTask(MetadataSharingServiceImpl.java:200)
  148.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  149.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  150.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  151.     at java.lang.reflect.Method.invoke(Unknown Source)
  152.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  153.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  154.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  155.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  156.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  157.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  158.     at $Proxy142.executeTask(Unknown Source)
  159.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  160.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  161.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  162.     at java.lang.reflect.Method.invoke(Unknown Source)
  163.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  164.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  165.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  166.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  167.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  168.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  169.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  170.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  171.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  172.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  173.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  174.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  175.     at $Proxy143.executeTask(Unknown Source)
  176.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  177.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  178.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  179.     at java.lang.reflect.Method.invoke(Unknown Source)
  180.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  181.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  182.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  183.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  184.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  185.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  186.     at $Proxy143.executeTask(Unknown Source)
  187.     at org.openmrs.module.metadatasharing.task.TaskEngine$RunnableTask.run(TaskEngine.java:124)
  188.     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  189.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  190.     at java.lang.Thread.run(Unknown Source)
  191. Caused by: org.openmrs.api.DuplicateConceptNameException: 'Не известно' is a duplicate name in locale 'ru' for the same concept
  192.     at org.openmrs.validator.ConceptValidator.validate(ConceptValidator.java:211)
  193.     at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.validate(HibernateAdministrationDAO.java:372)
  194.     at org.openmrs.api.impl.AdministrationServiceImpl.validate(AdministrationServiceImpl.java:1227)
  195.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  196.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  197.     at java.lang.reflect.Method.invoke(Unknown Source)
  198.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  199.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  200.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  201.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  202.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  203.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  204.     at $Proxy88.validate(Unknown Source)
  205.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  206.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  207.     at java.lang.reflect.Method.invoke(Unknown Source)
  208.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  209.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  210.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  211.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  212.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  213.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  214.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  215.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  216.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  217.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  218.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  219.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  220.     at $Proxy89.validate(Unknown Source)
  221.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  222.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  223.     at java.lang.reflect.Method.invoke(Unknown Source)
  224.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  225.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  226.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  227.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  228.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  229.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  230.     at $Proxy89.validate(Unknown Source)
  231.     at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:70)
  232.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.validateItem(ExportPackageTask.java:161)
  233.     ... 62 more
  234.  
  235.  
  236. Mon Mar 25 12:14:48 EAT 2013 - Concept [1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] failed validation
  237.  
  238. org.openmrs.module.metadatasharing.task.TaskException: Concept [1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA] failed validation
  239.     at org.openmrs.module.metadatasharing.task.Task.log(Task.java:125)
  240.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.validateItem(ExportPackageTask.java:164)
  241.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.access$100(ExportPackageTask.java:44)
  242.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visitMetadata(ExportPackageTask.java:207)
  243.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visit(ExportPackageTask.java:193)
  244.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor$1.visit(OpenmrsObjectVisitor.java:105)
  245.     at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:129)
  246.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor.visitFields(OpenmrsObjectVisitor.java:88)
  247.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.resolveRelatedItems(ExportPackageTask.java:189)
  248.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.access$200(ExportPackageTask.java:44)
  249.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visitMetadata(ExportPackageTask.java:211)
  250.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask$1.visit(ExportPackageTask.java:197)
  251.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor$1.visit(OpenmrsObjectVisitor.java:105)
  252.     at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:129)
  253.     at org.openmrs.module.metadatasharing.visitor.impl.OpenmrsObjectVisitor.visitFields(OpenmrsObjectVisitor.java:88)
  254.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.resolveRelatedItems(ExportPackageTask.java:189)
  255.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.exportSubpackage(ExportPackageTask.java:141)
  256.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.execute(ExportPackageTask.java:100)
  257.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl$1.task(MetadataSharingServiceImpl.java:204)
  258.     at org.openmrs.module.metadatasharing.api.db.hibernate.CustomSessionFlushTask.executeInManualFlushMode(CustomSessionFlushTask.java:59)
  259.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl.executeTask(MetadataSharingServiceImpl.java:200)
  260.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  261.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  262.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  263.     at java.lang.reflect.Method.invoke(Unknown Source)
  264.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  265.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  266.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  267.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  268.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  269.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  270.     at $Proxy142.executeTask(Unknown Source)
  271.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  272.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  273.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  274.     at java.lang.reflect.Method.invoke(Unknown Source)
  275.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  276.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  277.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  278.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  279.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  280.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  281.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  282.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  283.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  284.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  285.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  286.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  287.     at $Proxy143.executeTask(Unknown Source)
  288.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  289.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  290.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  291.     at java.lang.reflect.Method.invoke(Unknown Source)
  292.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  293.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  294.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  295.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  296.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  297.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  298.     at $Proxy143.executeTask(Unknown Source)
  299.     at org.openmrs.module.metadatasharing.task.TaskEngine$RunnableTask.run(TaskEngine.java:124)
  300.     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  301.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  302.     at java.lang.Thread.run(Unknown Source)
  303. Caused by: org.openmrs.api.DuplicateConceptNameException: 'Нет' is a duplicate name in locale 'ru'
  304.     at org.openmrs.validator.ConceptValidator.validate(ConceptValidator.java:189)
  305.     at org.openmrs.api.db.hibernate.HibernateAdministrationDAO.validate(HibernateAdministrationDAO.java:372)
  306.     at org.openmrs.api.impl.AdministrationServiceImpl.validate(AdministrationServiceImpl.java:1227)
  307.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  308.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  309.     at java.lang.reflect.Method.invoke(Unknown Source)
  310.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  311.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  312.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  313.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  314.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  315.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  316.     at $Proxy88.validate(Unknown Source)
  317.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  318.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  319.     at java.lang.reflect.Method.invoke(Unknown Source)
  320.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  321.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  322.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  323.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  324.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  325.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  326.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  327.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  328.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  329.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  330.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  331.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  332.     at $Proxy89.validate(Unknown Source)
  333.     at sun.reflect.GeneratedMethodAccessor118.invoke(Unknown Source)
  334.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  335.     at java.lang.reflect.Method.invoke(Unknown Source)
  336.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  337.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  338.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  339.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  340.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  341.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  342.     at $Proxy89.validate(Unknown Source)
  343.     at org.openmrs.validator.ValidateUtil.validate(ValidateUtil.java:70)
  344.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.validateItem(ExportPackageTask.java:161)
  345.     ... 62 more
  346.  
  347.  
  348. Mon Mar 25 12:14:48 EAT 2013 - Task failed
  349.  
  350. org.openmrs.module.metadatasharing.task.TaskException: Task failed
  351.     at org.openmrs.module.metadatasharing.task.Task.log(Task.java:125)
  352.     at org.openmrs.module.metadatasharing.task.TaskEngine$RunnableTask.run(TaskEngine.java:127)
  353.     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  354.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  355.     at java.lang.Thread.run(Unknown Source)
  356. Caused by: org.openmrs.module.metadatasharing.task.TaskException: Task failed
  357.     ... 4 more
  358. Caused by: org.openmrs.module.metadatasharing.task.TaskException: Export failed
  359.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.execute(ExportPackageTask.java:123)
  360.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl$1.task(MetadataSharingServiceImpl.java:204)
  361.     at org.openmrs.module.metadatasharing.api.db.hibernate.CustomSessionFlushTask.executeInManualFlushMode(CustomSessionFlushTask.java:59)
  362.     at org.openmrs.module.metadatasharing.api.impl.MetadataSharingServiceImpl.executeTask(MetadataSharingServiceImpl.java:200)
  363.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  364.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  365.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  366.     at java.lang.reflect.Method.invoke(Unknown Source)
  367.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  368.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  369.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  370.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  371.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  372.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  373.     at $Proxy142.executeTask(Unknown Source)
  374.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  375.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  376.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  377.     at java.lang.reflect.Method.invoke(Unknown Source)
  378.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  379.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  380.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  381.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  382.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  383.     at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  384.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  385.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  386.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  387.     at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  388.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  389.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  390.     at $Proxy143.executeTask(Unknown Source)
  391.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  392.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  393.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  394.     at java.lang.reflect.Method.invoke(Unknown Source)
  395.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  396.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  397.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  398.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  399.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  400.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  401.     at $Proxy143.executeTask(Unknown Source)
  402.     at org.openmrs.module.metadatasharing.task.TaskEngine$RunnableTask.run(TaskEngine.java:124)
  403.     ... 3 more
  404. Caused by: org.openmrs.api.APIException: Items failed validation
  405.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.exportSubpackage(ExportPackageTask.java:145)
  406.     at org.openmrs.module.metadatasharing.task.impl.ExportPackageTask.execute(ExportPackageTask.java:100)
  407.     ... 46 more
Advertisement
Add Comment
Please, Sign In to add comment