Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 703 tests in total
  • 338 tests failed
  • 338 failures are new
  • 5 tests were quarantined / skipped
  • 2 minutes taken in total.
New test failures 338
Status Test View job Duration
Collapse Failed ValidateUtilTest validate_shouldNotThrowValidationExceptionButShouldNotFail History
Default Job < 1 sec
org.openmrs.module.webservices.validation.ValidationException: '' failed to validate with reason: name: error.name
	at org.openmrs.module.webservices.validation.ValidateUtil.validate(ValidateUtil.java:59)
	at org.openmrs.module.webservices.rest.validation.ValidateUtilTest.validate_shouldNotThrowValidationExceptionButShouldNotFail(ValidateUtilTest.java:25)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
(32 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldRetrieveASubclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldRetrieveASuperclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAll History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldNotAllowSpecifyingDefaultTypeOnGetAll History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldCreateASubclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldPurgeASubclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldDeleteASuperclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldUsePropertySetterAndGetterFromSubclassHandler History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAllOfSubclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldPurgeASuperclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAllDrugOrdersForAPatient History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldUpdateASuperclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldCreateASuperclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldDeleteASubclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldUpdateASubclass History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ClassHierarchyResourceTest shouldGetAllOrdersForAPatient History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed AllergyController1_8Test shouldGetRefByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed AllergyController1_8Test getAllergy_shouldGetAFullRepresentationOfAnAllergy History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed AllergyController1_8Test searchByPatient_shouldGetAllergyForAPatient History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed AllergyController1_8Test shouldGetFullByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed AllergyController1_8Test voidAllergy_shouldVoidAnAllergy History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed AllergyController1_8Test shouldGetDefaultByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed AllergyController1_8Test shouldGetAll History
Default Job < 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ResourceDoesNotSupportOperationException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	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)
(59 more lines...)
Collapse Failed AllergyController1_8Test getAllergy_shouldGetADefaultRepresentationOfAnAllergy History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/allergy
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed CohortController1_8Test shouldGetDefaultByUuid History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test createCohort_shouldCreateANewCohort History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test voidCohort_shouldVoidACohort History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test updateCohort_shouldFailToOverwriteMemberIdsOnACohort History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test shouldGetFullByUuid History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohorts_shouldSearchForCohortsByName History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohort_shouldGetADefaultRepresentationOfACohort History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohort_shouldGetADefaultRepresentationInXML History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test shouldGetRefByUuid History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test getCohortByExactName_shouldGetADefaultRepresentationOfACohort History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test purgeCohort_shouldPurgeCohort History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test updateCohort_shouldChangeAPropertyOnACohort History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortController1_8Test shouldGetAll History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetFullByUuid History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test getCohortMember_shouldGetADefaultRepresentationOfACohortMember History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetRefByUuid History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test addCohortMember_shouldAddCohortMember History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test getAllCohortMembers_shouldGetADefaultRepresentationOfAllCohortMembers History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test removeCohortMember_shouldRemoveCohortMember History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetAll History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test getAllCohortMembers_shouldGetARefRepresentationOfAllCohortMembers History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed CohortMemberController1_8Test shouldGetDefaultByUuid History
Default Job < 1 sec
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement: insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
org.h2.jdbc.JdbcSQLException: NULL not allowed for column "URGENCY"; SQL statement:
insert into ORDERS (ORDER_ID, ORDER_TYPE_ID, CONCEPT_ID, ORDERER, INSTRUCTIONS, START_DATE, AUTO_EXPIRE_DATE, DISCONTINUED, CREATOR, DATE_CREATED, VOIDED, PATIENT_ID, UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [90006-135]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:327)
	at org.h2.message.DbException.get(DbException.java:167)
	at org.h2.message.DbException.get(DbException.java:144)
	at org.h2.table.Column.validateConvertUpdateSequence(Column.java:294)
	at org.h2.table.Table.validateConvertUpdateSequence(Table.java:608)
(49 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnFullRepXML History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnFullSetMembersOnAllLevelsForFullChildren History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldIncludeAllSetMembersForAConceptSet History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnDefaultAndSelfLinkForCustomUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldCreateAConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetSpecifiedRepresentationForGetAll History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldListAllUnRetiredConcepts History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldEditFullySpecifiedNameOfAConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetDefaultByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldGetRefByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldRetireAConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetAConceptByUuidInXML History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnCustomRepresentation History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetFullByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldFailForFullChildrenWhenCyclesDetected History
Default Job < 1 sec
java.lang.Exception: Unexpected exception, expected<org.openmrs.module.webservices.rest.web.response.ConversionException> but was<org.openmrs.api.APIException>
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:28)
	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)
(58 more lines...)
Collapse Failed ConceptController1_8Test shouldEditAConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldPurgeAConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsBySourceUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldAddSetMembersToConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsByName History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldIncludeAllUnretiredConceptAnswersForAQuestionConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetAll History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(53 more lines...)
Collapse Failed ConceptController1_8Test shouldGetRefRepresentationForGetAllByDefault History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsBySource History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldGetAConceptByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldFindConceptsBySourceAndCode History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldReturnTheAuditInfoForTheFullRepresentation History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldAddAnswersToConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldRemoveAnswersFromConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptController1_8Test shouldModifySetMembersOnConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptDatatypeController1_8Test shouldCreateAConceptDatatype History
Default Job < 1 sec
java.lang.UnsupportedOperationException
	at org.openmrs.api.impl.ConceptServiceImpl.saveConceptDatatype(ConceptServiceImpl.java:836)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
(82 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetAll History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetFullByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(53 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldPurgeAConceptDescription History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetDefaultByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(53 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldDeleteAConceptDescription History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldAddADescriptionToConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldEditAConceptDescription History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldGetRefByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptDescriptionController1_8Test shouldListDescriptionsForAConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/description
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetDefaultByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptNameController1_8Test shouldPurgeAConceptName History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetRefByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptNameController1_8Test shouldEditAConceptName History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetFullByUuid History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(54 more lines...)
Collapse Failed ConceptNameController1_8Test shouldDeleteAConceptName History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldGetAll History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldAddNameToConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed ConceptNameController1_8Test shouldListNamesForAConcept History
Default Job < 1 sec
org.openmrs.api.APIException: Unknown resource: v1/concept/name
	at org.openmrs.module.webservices.rest.web.api.impl.RestServiceImpl.getResourceByName(RestServiceImpl.java:409)
	at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
	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)
(55 more lines...)
Collapse Failed DrugController1_8Test shouldGetFullByUuid History
Default Job < 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(55 more lines...)
Collapse Failed DrugController1_8Test shouldCreateADrug History
Default Job < 1 sec
org.openmrs.module.webservices.rest.web.response.ConversionException: concept on class org.openmrs.Drug
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setProperty(BaseDelegatingResource.java:758)
	at org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource.setConvertedProperties(BaseDelegatingResource.java:612)
	at org.openmrs.module.webservices.rest.web.resource.impl.DelegatingCrudResource.create(DelegatingCrudResource.java:93)
	at org.openmrs.module.webservices.rest.web.v1_0.controller.MainResourceController.create(MainResourceController.java:86)
	at sun.reflect.GeneratedMethodAccessor327.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:622)
(47 more lines...)
Collapse Failed DrugController1_8Test shouldGetDefaultByUuid History
Default Job < 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(55 more lines...)
Collapse Failed DrugController1_8Test shouldEditADrug History
Default Job < 1 sec
org.codehaus.jackson.map.JsonMappingException: Conflicting getter definitions for property "retired": org.openmrs.Concept#isRetired(0 params) vs org.openmrs.Concept#getRetired(0 params)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._createAndCacheUntypedSerializer(StdSerializerProvider.java:636)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.findValueSerializer(StdSerializerProvider.java:405)
	at org.codehaus.jackson.map.ser.MapSerializer.serializeFields(MapSerializer.java:197)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:138)
	at org.codehaus.jackson.map.ser.MapSerializer.serialize(MapSerializer.java:21)
	at org.codehaus.jackson.map.ser.StdSerializerProvider._serializeValue(StdSerializerProvider.java:296)
	at org.codehaus.jackson.map.ser.StdSerializerProvider.serializeValue(StdSerializerProvider.java:224)
(56 more lines...)
Skipped tests 5
Status Test Failing since View job
Skipped DelegatingCrudResourceTest org.openmrs.module.webservices.rest.web.DelegatingCrudResourceTest History
Default Job
Skipped ConceptController1_8Test doSearch_shouldReturnAnswersToConcept History
Default Job
Skipped ConceptController1_8Test shouldSearchAndReturnAListOfConceptsMatchingTheQueryString History
Default Job
Skipped ConceptController1_8Test doSearch_shouldReturnMembersOfConcept History
Default Job
Skipped RoleController1_8Test findRoles_shouldFindMatchingRoles History
Default Job