Nice catch Hans. I got past the problem by upgrading Postgres. But it is very good to know the source of the problem.
Hans Bakker wrote: > I have run into the same problem. I could fix it temporary (waiting for the > postgres database update to 8.2.4) changing the following file: > applications/order/servicedef/secas.xml > > <eca service="changeOrderStatus" event="commit" run-on-error="false"> > <condition field-name="statusId" operator="equals" > value="ORDER_COMPLETED"/> > <condition-field field-name="statusId" operator="not-equals" > to-field-name="oldStatusId"/> > <action service="resetGrandTotal" mode="sync"/> > <!--!!!!!!!!!!!!!action service="sendOrderCompleteNotification" > mode="async" persist="true"/--> > </eca> > > The line with the '!!!' is commented out. Although no ordercompletion mail is > going out, at least the people can keep on working...... > > > > On Saturday 07 July 2007 02:07, Vince Clark wrote: > >> This is a really strange problem that has me stumped. It only occurs on >> servers I have in a data center that are virtualized. The problem does >> not occur locally on my SuSE 10.1 laptop, postgres 8.1.4. >> >> OFBiz 4.0 (also tried using old version of trunk, doesn't seem to be >> related to a version) >> Debian 3.1 running in a vserver >> Java 1.5_06 >> Postgres 8.0.2 >> >> When trying to Complete a shipment, either using the Quick option or >> explicitly going to pack and then ship, the application just hangs. >> eCommerce still responds, both secure and not, and I can get a login >> screen for the backend apps. But when I try to login it hangs too. >> >> -- Vince Clark Global Era The freedom of open source. (303) 493-6723 (303) 455-2409 fax [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.globalera.com
