INFO vrlcm[3963] [http-nio-8080-exec-7] [c.v.v.l.c.l.MaskingPrintStream] -- * SYSOUT/SYSERR CAPTURED: -- com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'string': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')at [Source: (String)"string"; line: 1, column: 7]INFO vrlcm[3963] [http-nio-8080-exec-7] [c.v.v.l.c.l.MaskingPrintStream] -- * SYSOUT/SYSERR CAPTURED: -- at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:2477)INFO vrlcm[3963] [http-nio-8080-exec-7] [c.v.v.l.c.l.MaskingPrintStream] -- * SYSOUT/SYSERR CAPTURED: -- at com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:760)ERROR vrlcm[14962] [http-nio-8080-exec-10] [c.v.v.l.r.c.RequestController] -- Exception while getting request details : java.lang.NullPointerException: null at com.vmware.vrealize.lcm.requestservice.service.RequestServiceImpl.localizeErrorCause(RequestServiceImpl.java:626) ~[vmlcm-requestservice-core-8.18.0-SNAPSHOT.jar!/:?] at com.vmware.vrealize.lcm.requestservice.service.RequestServiceImpl.getAllRequests(RequestServiceImpl.java:116) ~[vmlcm-requestservice-core-8.18.0-SNAPSHOT.jar!/:?] at com.vmware.vrealize.lcm.requestservice.service.RequestServiceImpl$$FastClassBySpringCGLIB$$4722ae0e.invoke(<generated>) ~[vmlcm-requestservice-core-8.18.0-SNAPSHOT.jar!/:?] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.1.17.RELEASE.jar!/:5.1.17.RELEASE]Aria Suite Lifecycle 8.x
This issue occurs when 'errorcause' field for a 'lcmgenricsetting' request contains 'string' as it's value
To resolve this issue, perform the following actions:
systemctl stop vrlcm-server/opt/vmware/vpostgres/current/bin/psql -U postgres -d vrlcmselect count(*) from vm_rs_request where requesttype='lcmgenricsetting' and errorcause='string';
select * from vm_rs_request where requesttype='lcmgenricsetting' and errorcause='string';delete from vm_rs_request where requesttype='lcmgenricsetting' and errorcause='string';\q systemctl start vrlcm-server