Not sure what happend, but I really did not change anything. I do also have problems with uploading XML files I had created before by exporting from ofbiz into the empye db. Did I do something wrong with setting up the installation? This is what I did: (1) Install sources: svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz cd ofbiz svn co http://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website
(2) runnning on mysql I made changes in gradle.build and entityengine.xml accordingly. (3) create database ofbiz (4) ./gradlew build (5) ./gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=my_username gradlew ran wi/o an error message. Initial data were (mostly I guess) loaded correctly. Wolfgang On Thu, May 31, 2018 at 10:04 PM, Jacques Le Roux < [email protected]> wrote: > You certainly changed something. It works in demos > > https://demo-trunk.ofbiz.apache.org/accounting/control/EditP > aymentGatewayConfig?paymentGatewayConfigId=CLEARCOMMERCE_CONFIG > > https://demo-stable.ofbiz.apache.org/accounting/control/Edit > PaymentGatewayConfig?paymentGatewayConfigId=CLEARCOMMERCE_CONFIG > > This said and unrelated I don't see Authorize Dot Net Config < > https://demo-stable.ofbiz.apache.org/accounting/control/Edi > tPaymentGatewayConfig?paymentGatewayConfigId=AUTHORIZE_NET_CONFIG> in > trunk (exists in stable) > > https://demo-trunk.ofbiz.apache.org/accounting/control/FindP > aymentGatewayConfig > > Jacques > > > > Le 31/05/2018 à 18:25, [email protected] a écrit : > >> I am in the Payment Gateway Config module. >> When hitting the link 'Authorize Dot Net Config' ofbiz shows the >> configuration of it. >> but when I hit "Clear Commerce Config" it throws out an error message >> >> Any idea whay this happens? I did not change anything, just wanted to >> look. >> >> Thanks, WOlfgang >> >> >> ERROR rendering error page [/error/error.jsp], but here is the error >> text: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error >> rendering screen [component://accounting/widget >> /PaymentGatewayConfigScreens.xml#EditPaymentGatewayConfig]: >> 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@53a1f3aa]. (Unable to execute >> 'doFinal' with cipher instance [javax.crypto.Cipher@53a1f3aa].) >> (org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' >> with cipher instance [javax.crypto.Cipher@53a1f3aa]. (Unable to execute >> 'doFinal' with cipher instance [javax.crypto.Cipher@53a1f3aa].)) (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@53a1f3aa]. (Unable to execute >> 'doFinal' with cipher instance [javax.crypto.Cipher@53a1f3aa].) >> (org.apache.shiro.crypto.CryptoException: Unable to execute 'doFinal' >> with cipher instance [javax.crypto.Cipher@53a1f3aa]. (Unable to execute >> 'doFinal' with cipher instance [javax.crypto.Cipher@53a1f3aa].))) >> >> >> >> > -- Wolfgang Rauchholz
