Build: #15 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Load: Test case result

The below summarizes the result of the test "Load" in build 15 of openmrs-eip - openmrs-eip - Default Job. View test case history
Description
Load
Test class
org.openmrs.eip.app.db.sync.sender.OpenmrsLoadPersonAddressITest
Method
load
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.jms.artemis.ArtemisConnectionFactoryConfiguration$SimpleConnectionFactoryConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'spring.artemis-org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties': Could not bind properties to 'ArtemisProperties' : prefix=spring.artemis, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.artemis.port' to int
Caused by: org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'spring.artemis-org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties': Could not bind properties to 'ArtemisProperties' : prefix=spring.artemis, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.artemis.port' to int
Caused by: org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.artemis.port' to int
Caused by: org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [int] for value 'null'; nested exception is java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type
Caused by: java.lang.IllegalArgumentException: A null value cannot be assigned to a primitive type