Hello,
After I upgraded to 5.3.3, I am getting the error when I check instance details. (click on instance name). It affected all instances. API is working well. can call instance details API, and show output.
This is current log output when I click on instance name.
2022-12-30_08:20:59.37291 '[2022-12-30 08:20:59,372] [http-nio-127.0.0.1-8080-exec-20] ERROR o.g.w.e.GrailsExceptionResolver - IllegalArgumentException occurred when processing request: [GET] /provisioning/instances/997
2022-12-30_08:20:59.37293 Text must not be null or empty. Stacktrace follows:
2022-12-30_08:20:59.37294 'java.lang.IllegalArgumentException: Text must not be null or empty
2022-12-30_08:20:59.37294 at groovy.json.JsonSlurper.parseText(JsonSlurper.java:202)
2022-12-30_08:20:59.37295 at com.morpheusdata.tab.DataDogTabProvider.renderTemplate(DataDogTabProvider.groovy:84)
2022-12-30_08:20:59.37298 at com.morpheus.InstancesController$__tt__show_closure117$_closure226.doCall(InstancesController.groovy:388)
2022-12-30_08:20:59.37300 at org.grails.plugins.web.api.MimeTypesApiSupport.getResponseForFormat(MimeTypesApiSupport.groovy:142)
2022-12-30_08:20:59.37308 at org.grails.plugins.web.api.MimeTypesApiSupport.resolveAllFormat(MimeTypesApiSupport.groovy:103)
2022-12-30_08:20:59.37311 at org.grails.plugins.web.api.MimeTypesApiSupport.withFormatInternal(MimeTypesApiSupport.groovy:52)
This is web GUI error when I click on instance name.
Any suggestion please?
Thank you,
Aung