yurimarx / springboot-iris-crud

Java Spring Boot Crud API Example
MIT License
1 stars 1 forks source link

Error to running docker build #3

Open Miltex opened 2 years ago

Miltex commented 2 years ago

Environment: Docker version 20.10.12, build e91ed57 Ubuntu 20.04.3 LTS (Focal Fossa)

Error: [objectscript-template] Compile FAILURE ERROR! Storage on class dc.Sample.Product modified by storage compiler, developer should have run ^build to make sure all storage is updated correctly and saved to PerforceERROR: Service 'iris' failed to build : The command '/bin/sh -c iris start IRIS && iris session IRIS < iris.script && iris stop IRIS quietly' returned a non-zero code: 1

image

Miltex commented 2 years ago

Can you help me with this problem? @yurimarx @rcemper

rcemper commented 2 years ago

this ERROR is fixed: a Version problem of ZPM ZPM requires Storage Definition for Persistent Classes Since ~summer 2021

@yurimarx - PR with fix is pending

Miltex commented 2 years ago

Nice!:D

Thanks!