Nicely spotted Deep. I do have a passport number in that party. However, if I delete the passport number from the field in the database it doesn't have a NULL value and is just blank. I still get the rendering error. Greg Finlayson
-----Original Message----- From: Deepak Dixit <[email protected]> Sent: Friday, 5 April 2019 12:44 AM To: [email protected] Subject: Re: Error Rendering Party Hi Greg, Do you have any data in Person entity for socialSecurityNumber , passportNumber or any field that have encrypt="true" in the entity? It seems the error related to encryption part. Kind Regards, Deepak Dixit On Thu, Apr 4, 2019 at 7:06 PM Greg Finlayson <[email protected]> wrote: > Indeed. However, checking data against what benchmarks? The real > question is which data will produce that error... > > -----Original Message----- > From: Aditya Sharma <[email protected]> > Sent: Thursday, 4 April 2019 11:26 PM > To: [email protected] > Subject: Re: Error Rendering Party > > If the issue is with a specific party, you should check the data > prepared for it. > > Thanks and Regards, > *Aditya Sharma* | Enterprise Software Engineer HotWax Systems < > http://www.hotwaxsystems.com/> Plot no. 80, Scheme no. 78 Part 2, Near > Brilliant Convention Center, Indore, M.P 452010 > Linkedin: *Aditya Sharma* > <https://www.linkedin.com/in/aditya-p-sharma/> > > > > On Thu, Apr 4, 2019 at 6:19 PM Greg Finlayson > <[email protected]> > wrote: > > > Release 16.11.05, running on Windows 10 against SQL server 2012. > > Same issues running on Ubuntu or win 8. > > > > No custom mods. > > > > Sent from my BlackBerry — the most secure mobile device — via the XL > > Network > > From: [email protected] > > Sent: 4 April 2019 8:34 pm > > To: [email protected] > > Reply to: [email protected] > > Subject: Re: Error Rendering Party > > > > > > Hi Greg, > > It will give us better insight if you give us some more details. > > > > Which release? > > Steps followed? > > Any custom changes? > > > > Thanks and Regards, > > *Aditya Sharma* | Enterprise Software Engineer HotWax Systems > > <http://www.hotwaxsystems.com/> Plot no. 80, Scheme no. 78 Part 2, > > Near Brilliant Convention Center, Indore, M.P 452010 > > Linkedin: *Aditya Sharma* > > <https://www.linkedin.com/in/aditya-p-sharma/> > > > > > > > > On Thu, Apr 4, 2019 at 6:07 PM Greg Finlayson > > <[email protected]> > > wrote: > > > > > I get the following error when trying to display one particular party. > > > Fine with all other parties. > > > > > > > > > org.apache.ofbiz.widget.renderer.ScreenRenderException: Error > > > rendering screen > [component://party/widget/partymgr/PartyScreens.xml#viewprofile]: > > > org.apache.ofbiz.widget.renderer.ScreenRenderException: Error > > > rendering screen > > > > > > [component://party/widget/partymgr/CommonScreens.xml#CommonPartyDecorator]: > > > java.lang.IllegalArgumentException: Error doing entity query by > > condition: > > > org.apache.ofbiz.base.util.GeneralException: Error finding entity > > > value > > by > > > primary key with entity-one: > > > org.apache.ofbiz.entity.GenericEntityException: > > > org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > > with cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to > > > execute 'doFinal' with cipher instance > > > [javax.crypto.Cipher@71ccde0f].) > > > (org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > with > > > cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to execute > > > 'doFinal' with cipher instance [javax.crypto.Cipher@71ccde0f].)) > > > (Error doing entity query by condition: > > > org.apache.ofbiz.base.util.GeneralException: Error finding entity > > > value > > by > > > primary key with entity-one: > > > org.apache.ofbiz.entity.GenericEntityException: > > > org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > > with cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to > > > execute 'doFinal' with cipher instance > > > [javax.crypto.Cipher@71ccde0f].) > > > (org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > with > > > cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to execute > > > 'doFinal' with cipher instance [javax.crypto.Cipher@71ccde0f].))) > > > (Error rendering screen > > > > > > [component://party/widget/partymgr/CommonScreens.xml#CommonPartyDecorator]: > > > java.lang.IllegalArgumentException: Error doing entity query by > > condition: > > > org.apache.ofbiz.base.util.GeneralException: Error finding entity > > > value > > by > > > primary key with entity-one: > > > org.apache.ofbiz.entity.GenericEntityException: > > > org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > > with cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to > > > execute 'doFinal' with cipher instance > > > [javax.crypto.Cipher@71ccde0f].) > > > (org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > with > > > cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to execute > > > 'doFinal' with cipher instance [javax.crypto.Cipher@71ccde0f].)) > > > (Error doing entity query by condition: > > > org.apache.ofbiz.base.util.GeneralException: Error finding entity > > > value > > by > > > primary key with entity-one: > > > org.apache.ofbiz.entity.GenericEntityException: > > > org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > > with cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to > > > execute 'doFinal' with cipher instance > > > [javax.crypto.Cipher@71ccde0f].) > > > (org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' > > with > > > cipher instance [javax.crypto.Cipher@71ccde0f]. (Unable to execute > > > 'doFinal' with cipher instance [javax.crypto.Cipher@71ccde0f].)))) > > > > > >
