Re: Apache Shiro Error Message

2022-02-08 Thread Bs Serge
Hi Jacopo, Yeah I finally figured that that’s whats happening and it was related to demo financial accounts created by default owned by the “Company” party group. And Yes there is a data migration which was done but it was a while back and I still have the original database. I also found an

Re: Apache Shiro Error Message

2022-02-08 Thread Jacopo Cappellato
Hi Serge, It seems like a problem happening when OFBiz tries to decrypt the value of the fields finAccountCode and finAccountPin (in the FinAccount entity), that are stored encrypted. Did you migrate your FinAccount data from a different instance? Regards, Jacopo On Tue, Feb 8, 2022 at 11:22

Re: Apache Shiro Error Message

2022-02-08 Thread Bs Serge
I found this line the stack trace, Caused by: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption. Full Stack Trace : https://paste.0xfc.de/?855ddf22ba0fbef4#Ef5Fom4VnGfb2XGvNEfK22A8AP5jt5KRMkuhSs4KuCeX Best

Apache Shiro Error Message

2022-02-07 Thread Bs Serge
Hi all, Ofbiz 17.12, Postgres Database, I'm getting this error when I try to find financial accounts in the UI and I'm not familiar with Apache Shiro. So I'm wondering what could be the reason for this? Any thoughts or comments would be appreciated! java.lang.IllegalArgumentException: Error