Untitled

 avatar
vas
plain_text
3 months ago
936 B
5
Indexable
java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.ObjectMapper.readTree(String)" because "this.objectMapper" is null
	at com.convatec.cdrservice.test.goal.GoalServiceTest.testUpdateDeviceObject_DeviceExists_Update(GoalServiceTest.java:2080)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.ObjectMapper.readTree(String)" because "this.objectMapper" is null
	at com.convatec.cdrservice.test.goal.GoalServiceTest.testUpdateDeviceObject_DeviceDoesNotExist_Create(GoalServiceTest.java:2117)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

Editor is loading...
Leave a Comment