Did a test on the trunk Management app at the Ofbiz website (Trunk Demo ->
management apps). I got a ScreenRenderException when I tried to find a Party (as in any party, just hit the lookup button). Regards, Sven |
Party lookup screen worked fine for me. Could you describe the exact
steps needed to reproduce the error? -Adrian Sven Wesley wrote: > Did a test on the trunk Management app at the Ofbiz website (Trunk Demo -> > management apps). I got a ScreenRenderException when I tried to find a Party > (as in any party, just hit the lookup button). > > Regards, > Sven > |
Sure.
Go to ofbiz.apache.org, click on Trunk Demo->Management Apps<https://demo.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin&PASSWORD=ofbiz>and then go to the Party component. Click Lookup party and you've got it. --S 2009/1/7 Adrian Crum <[hidden email]> > Party lookup screen worked fine for me. Could you describe the exact steps > needed to reproduce the error? > > -Adrian > > > Sven Wesley wrote: > >> Did a test on the trunk Management app at the Ofbiz website (Trunk Demo -> >> management apps). I got a ScreenRenderException when I tried to find a >> Party >> (as in any party, just hit the lookup button). >> >> Regards, >> Sven >> >> |
Okay, I had to enter something into one of the lookup fields to get the
error to appear. This may be related to another issue we are working on - https://issues.apache.org/jira/browse/OFBIZ-2072. -Adrian Sven Wesley wrote: > Sure. > Go to ofbiz.apache.org, click on Trunk Demo->Management > Apps<https://demo.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin&PASSWORD=ofbiz>and > then go to the Party component. Click Lookup party and you've got it. > > --S > > > > 2009/1/7 Adrian Crum <[hidden email]> > >> Party lookup screen worked fine for me. Could you describe the exact steps >> needed to reproduce the error? >> >> -Adrian >> >> >> Sven Wesley wrote: >> >>> Did a test on the trunk Management app at the Ofbiz website (Trunk Demo -> >>> management apps). I got a ScreenRenderException when I tried to find a >>> Party >>> (as in any party, just hit the lookup button). >>> >>> Regards, >>> Sven >>> >>> > |
In reply to this post by Sven Wesley
Tried and got
Url https://demo.hotwaxmedia.com/partymgr/control/findparty org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: java.lang.IllegalArgumentException: Error doing entity query by condition: org.ofbiz.base.util.GeneralException: Error finding entity value by primary key with entity-one: org.ofbiz.entity.transaction.GenericTransactionException: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Error in Service [getUserPreferenceGroup]: Permissions error while getting user preferences (The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Error in Service [getUserPreferenceGroup]: Permissions error while getting user preferences) (Error doing entity query by condition: org.ofbiz.base.util.GeneralException: Error finding entity value by primary key with entity-one: org.ofbiz.entity.transaction.GenericTransactionException: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Error in Service [getUserPreferenceGroup]: Permissions error while getting user preferences (The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Error in Service [getUserPreferenceGroup]: Permissions error while getting user preferences)) https://demo.hotwaxmedia.com/partymgr/control/findparty?showAll=Y&hideFields=Y&lookupFlag=Y seems to work fine and gives 71 Parties. Sven Wesley wrote: > Sure. > Go to ofbiz.apache.org, click on Trunk Demo->Management > Apps<https://demo.hotwaxmedia.com/catalog/control/login/main?USERNAME=demoadmin&PASSWORD=ofbiz>and > then go to the Party component. Click Lookup party and you've got it. > > --S > > > > 2009/1/7 Adrian Crum <[hidden email]> > >> Party lookup screen worked fine for me. Could you describe the exact steps >> needed to reproduce the error? >> >> -Adrian >> >> >> Sven Wesley wrote: >> >>> Did a test on the trunk Management app at the Ofbiz website (Trunk Demo -> >>> management apps). I got a ScreenRenderException when I tried to find a >>> Party >>> (as in any party, just hit the lookup button). >>> >>> Regards, >>> Sven >>> >>> > |
Free forum by Nabble | Edit this page |