From: Krzysztof B. <kb...@un...> - 2020-12-09 11:30:53
|
Hi Sander, W dniu 08.12.2020 o 12:47, Sander Apweiler pisze: > Hi Krzysztof, > > we get DB Exceptions about > > Error updating database. Cause: java.sql.SQLSyntaxErrorException: (conn=296180) Data too long for column 'NAME' at row 1 > ### The error may exist in pl/edu/icm/unity/store/rdbms/mapper/Tokens.xml > > Sadly Maria log is empty. Is there a possibility to increase the log > level on unity site? Yes. You have two options: unity.server.db -> setting this to TRACE will provide you quite a lot of information pl.edu.icm.unity.store -> this at TRACE (or DEBUG too AFAIR) will dump you all the SQL/JDBC traffic > We are using 2048 bit certificate key to sign tokens. Hmm strange. In case of JWT oauth tokens we put token id (jit) as token NAME, so that shouldn't be that big. But maybe the assumption is wrong? HTH, Krzysztof |