Builds, runs unit tests and deploys artifacts to nexus repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #180 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Should encounter type short deserialization: Test case result

The below summarizes the result of the test "Should encounter type short deserialization" in build 180 of Serialization Xstream - Serialization Xstream Module - Default Job. View test case history
Description
Should encounter type short deserialization
Test class
org.openmrs.module.xstream.EncounterTypeShortSerialization1_9Test
Method
shouldEncounterTypeShortDeserialization
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

org.openmrs.serialization.SerializationException: An error occurred during deserialization of data <<encounter id="1" uuid="eec646cb-c847-45a7-98bc-91c8c4f70add" voided="false">   <creator id="2" uuid="6adb7c42-cfd2-4301-b53b-ff17c5654ff7"/>   <dateCreated class="sql-timestamp" id="3">2008-08-18 14:22:17 CST</dateCreated>   <encounterId>4</encounterId>   <encounterDatetime class="sql-timestamp" id="4">2008-08-15 00:00:00 CST</encounterDatetime>   <patient id="5" uuid="5946f880-b197-400b-9caa-a3c661d23041"/>   <patientId>7</patientId>   <location id="6" uuid="dc5c1fcc-0459-4201-bf70-0b90535ba362" retired="false">     <name>Unknown Location</name>     <description>The default location used when limited information is known</description>     <creator reference="2"/>     <dateCreated class="sql-timestamp" id="7">2005-09-22 00:00:00 CST</dateCreated>     <locationId>1</locationId>     <childLocations id="8"/>     <tags id="9"/>   </location>   <form id="10" uuid="d9218f76-6c39-45f4-8efa-4c5c6c199f50" retired="false">     <name>Basic Form</name>     <description>Test form</description>     <creator reference="2"/>     <dateCreated class="sql-timestamp" id="11">2005-08-07 00:00:00 CST</dateCreated>     <changedBy reference="2"/>     <dateChanged class="sql-timestamp" id="12">2007-10-24 14:51:53 CST</dateChanged>     <formId>1</formId>     <version>0.1</version>     <build>0</build>     <published>false</published>     <formFields id="13"/>   </form>   <encounterType id="14" uuid="61ae96f4-6afe-4351-b6f8-cd4fc383cce1"/>   <provider id="15" uuid="341b4e41-790c-484f-b6ed-71dc8da222de"/>   <orders id="16"/>   <obs id="17"/> </encounter> >
org.openmrs.serialization.SerializationException: An error occurred during deserialization of data <<encounter id="1" uuid="eec646cb-c847-45a7-98bc-91c8c4f70add" voided="false">
  <creator id="2" uuid="6adb7c42-cfd2-4301-b53b-ff17c5654ff7"/>
  <dateCreated class="sql-timestamp" id="3">2008-08-18 14:22:17 CST</dateCreated>
  <encounterId>4</encounterId>
  <encounterDatetime class="sql-timestamp" id="4">2008-08-15 00:00:00 CST</encounterDatetime>
  <patient id="5" uuid="5946f880-b197-400b-9caa-a3c661d23041"/>
  <patientId>7</patientId>
  <location id="6" uuid="dc5c1fcc-0459-4201-bf70-0b90535ba362" retired="false">
    <name>Unknown Location</name>
    <description>The default location used when limited information is known</description>
    <creator reference="2"/>
    <dateCreated class="sql-timestamp" id="7">2005-09-22 00:00:00 CST</dateCreated>
    <locationId>1</locationId>
    <childLocations id="8"/>
    <tags id="9"/>
  </location>
  <form id="10" uuid="d9218f76-6c39-45f4-8efa-4c5c6c199f50" retired="false">
    <name>Basic Form</name>
    <description>Test form</description>
    <creator reference="2"/>
    <dateCreated class="sql-timestamp" id="11">2005-08-07 00:00:00 CST</dateCreated>
    <changedBy reference="2"/>
    <dateChanged class="sql-timestamp" id="12">2007-10-24 14:51:53 CST</dateChanged>
    <formId>1</formId>
    <version>0.1</version>
    <build>0</build>
    <published>false</published>
    <formFields id="13"/>
  </form>
  <encounterType id="14" uuid="61ae96f4-6afe-4351-b6f8-cd4fc383cce1"/>
  <provider id="15" uuid="341b4e41-790c-484f-b6ed-71dc8da222de"/>
  <orders id="16"/>
  <obs id="17"/>
</encounter>
>
	at org.openmrs.api.impl.SerializationServiceImpl.deserialize(SerializationServiceImpl.java:114)
	at sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at com.sun.proxy.$Proxy17.deserialize(Unknown Source)
	at sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
	at com.sun.proxy.$Proxy70.deserialize(Unknown Source)
	at org.openmrs.module.xstream.EncounterTypeShortSerialization1_9Test.shouldEncounterTypeShortDeserialization(EncounterTypeShortSerialization1_9Test.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
	at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:240)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:180)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: org.openmrs.api.APIAuthenticationException: Authentication is required
	at org.openmrs.module.serialization.xstream.XStreamSerializer.deserialize(XStreamSerializer.java:333)
	at org.openmrs.api.impl.SerializationServiceImpl.deserialize(SerializationServiceImpl.java:110)
	... 64 more