Build: #15 failed
Job: Default Job failed
Extract: Test case result
The below summarizes the result of the test "Extract" in build 15 of openmrs-eip - openmrs-eip - Default Job.
- Description
- Extract
- Test class
- org.openmrs.eip.app.db.sync.sender.OpenmrsExtractPersonITest
- Method
- extract
- 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