OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
Issue: Failed to persist a tracking event: The write format 1 is smaller than the supported format 2 [2.1.210/5]
Root Cause: H2 Database library is upgraded from 1.4.200 to 2.1.210.
Solution:
Build Image and run the container.
Removed config/DB/openas2.* files.
Create new DB file using h2_create_new_db.sh
Copy new generated files and replaced with existing code files available under config/DB directory.
Updated db_ddl.sql file by replacing IDENTITY to AUTO_INCREMENT keyword on create table SQL.
Issue: Failed to persist a tracking event: The write format 1 is smaller than the supported format 2 [2.1.210/5] Root Cause: H2 Database library is upgraded from 1.4.200 to 2.1.210.
Solution: