Replies: 1 comment
-
It should be a database configuration. It's normally not 8192 if you would install a "standard" MariaDB today I think. This article have some hints, i.e. rowtype. Make sure you are using InnoDB, etc. There's tone of settings you can do on the database. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to update from EJBCA 6.15.2.1 Community (r31915) to ejbca-ce-7-10-0-2.
Now I'm getting the error
java.sql.SQLException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
on startup of wildfly.
No idea what's the reason for this error.
Is this a known error?
Which tables I have to change?
Server: Debian Bullseye 11.5
DB: MariaDB 10.5.18
WildFly Full 10.1.0.Final
EJBCA: CE 7.10.0.2
server.zip
Any hint on this for me?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions