OE latest code, Docker Development - System Error Error : JSON.parse: unexpected character at line 1 column 1 of the JSON data

Hi,

Running OE latest code, using the Docker Development instruction throws - System Error Error : JSON.parse: unexpected character at line 1 column 1 of the JSON data

Docker WebApp container logs:
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:146)
at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessProperties(PersistenceAnnotationBeanPostProcessor.java:385)
… 197 more
Caused by: liquibase.exception.LockException: Could not acquire change log lock. Currently locked by 5e2ff0e78ca1 (172.20.0.5) since 6/20/26, 6:12 AM
at liquibase.lockservice.StandardLockService.waitForLock(StandardLockService.java:270)
at liquibase.Liquibase.lambda$update$1(Liquibase.java:214)
at liquibase.Scope.lambda$child$0(Scope.java:180)
at liquibase.Scope.child(Scope.java:189)
at liquibase.Scope.child(Scope.java:179)
at liquibase.Scope.child(Scope.java:158)
at liquibase.Liquibase.runInScope(Liquibase.java:2405)
at liquibase.Liquibase.update(Liquibase.java:211)
at liquibase.Liquibase.update(Liquibase.java:197)
at liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:314)
at liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:269)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1873)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1822)
… 215 more

2026-07-15T16:50:08.242+0000 – SEVERE – org.apache.catalina.core.StandardContext startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
2026-07-15T16:50:08.375+0000 – SEVERE – org.apache.catalina.core.StandardContext startInternal Context [/OpenELIS-Global] startup failed due to previous errors
2026-07-15T16:50:08.993+0000 – INFO – org.apache.catalina.core.ApplicationContext log Closing Spring root WebApplicationContext
2026-07-15T16:50:09.224+0000 – WARNING – org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc The web application [OpenELIS-Global] registered the JDBC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
2026-07-15T16:50:09.374+0000 – INFO – org.apache.catalina.startup.HostConfig deployWAR Deployment of web application archive [/usr/local/tomcat/webapps/OpenELIS-Global.war] has finished in [442,548] ms
2026-07-15T16:50:09.551+0000 – INFO – org.apache.coyote.AbstractProtocol start Starting ProtocolHandler [“https-openssl-nio-8443”]
2026-07-15T16:50:22.241+0000 – INFO – org.apache.catalina.startup.Catalina start Server startup in [909052] milliseconds
ronald@tux:~$

please help to solve the issue