You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Vikrant Rathore (JIRA)" <ji...@apache.org> on 2007/03/28 11:47:32 UTC

[jira] Created: (OFBIZ-853) POS application do not work with the latest SVN edition

POS application do not work with the latest SVN edition
-------------------------------------------------------

                 Key: OFBIZ-853
                 URL: https://issues.apache.org/jira/browse/OFBIZ-853
             Project: OFBiz (The Open for Business Project)
          Issue Type: Bug
         Environment: PostgreSQL 8.1, SVN version, Ubuntu Dapper LTS
            Reporter: Vikrant Rathore


Hi Everyone,

Just checked out the latest source from subversion and then compiled the application after this POS cannot do checkout of orders and create invoice the error is following:

Thanks
with best regards,
Vikrant


----------------------------------------------------------------------------------------------

2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9993, 9994
2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports
2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:58 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@125d06e)
2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  ServiceDispatcher.java:167:INFO ] Registered dispatcher: JobDispatcher
2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:128:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher
2007-03-28 17:41:36,459 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
2007-03-28 17:41:36,459 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@d88d2d[10374] -- Next runtime: -1
2007-03-28 17:41:36,506 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.0s: Internal Content
2007-03-28 17:41:36,537 (default-invoker-Thread-6) [     AbstractEngine.java:75 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService]
2007-03-28 17:41:36,725 (default-invoker-Thread-6) [         UtilNumber.java:84 :WARN ] Could not set decimal rounding mode from salestax.final.decimals=2. Using default mode of 2.
2007-03-28 17:41:36,772 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
---- exception report ----------------------------------------------------------
Service [ofbGcPurchase] threw an unexpected exception/error
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
---- exception report ----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
---- exception report ----------------------------------------------------------
Async-Service failed.
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:41:36,865 (default-invoker-Thread-6) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10380, maxSeqId=10390, bankSize=10
2007-03-28 17:41:36,897 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10374] Failed Re-Scheduling : 1175075076787
2007-03-28 17:41:55,959 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
2007-03-28 17:41:56,006 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@15d63da[10380] -- Next runtime: -1
2007-03-28 17:41:56,053 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
---- exception report ----------------------------------------------------------
Service [ofbGcPurchase] threw an unexpected exception/error
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
---- exception report ----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
---- exception report ----------------------------------------------------------
Async-Service failed.
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:41:56,115 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10380] Failed Re-Scheduling : 1175075096084
2007-03-28 17:42:15,944 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
2007-03-28 17:42:15,944 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@1090c56[10381] -- Next runtime: -1
2007-03-28 17:42:15,990 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.015s: Internal Content
2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
---- exception report ----------------------------------------------------------
Service [ofbGcPurchase] threw an unexpected exception/error
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
---- exception report ----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
2007-03-28 17:42:16,037 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
---- exception report ----------------------------------------------------------
Async-Service failed.
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:42:16,069 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10381] Failed Re-Scheduling : 1175075116037
2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950272
2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
2007-03-28 17:42:30,319 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950787
2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
2007-03-28 17:42:30,803 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [XAConnectionFactory.java:119:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1f1235b
2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/userLogin] finished in [78] milliseconds
2007-03-28 17:42:31,115 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTransaction]; curSeqId=10050, maxSeqId=10060, bankSize=10
2007-03-28 17:42:31,147 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTerminalLog]; curSeqId=10050, maxSeqId=10060, bankSize=10
2007-03-28 17:42:31,162 (Thread[Thread-4,5,main]) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - transaction created
2007-03-28 17:42:34,740 (Thread-19) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - add item(GZ-7000/2.0)
2007-03-28 17:42:35,084 (Thread-19) [            UtilXml.java:243:DEBUG] XML Read 0.187s: file:/D:/Projects/dgerp/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml
2007-03-28 17:42:35,240 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/isStoreInventoryAvailableOrNotRequired] finished in [437] milliseconds
2007-03-28 17:42:35,350 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calculateProductPrice] finished in [110] milliseconds
2007-03-28 17:42:35,506 (Thread-19) [TaxAuthorityServices.java:297:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9100' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = 'USA_IRS' AND taxAuthGeoId = 'USA') OR (taxAuthPartyId = 'NY_DTF' AND taxAuthGeoId = 'NY')) AND (productCategoryId IS NULL OR productCategoryId IN ('TSTCSL', 'CATALOG1_SEARCH', '102', '100')) AND (minItemPrice IS NULL OR minItemPrice <= '599.990000000000009094947017729282379150390625') AND (minPurchase IS NULL OR minPurchase <= '1199.98000000000001818989403545856475830078125'))
2007-03-28 17:42:35,506 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calcTax] finished in [78] milliseconds
2007-03-28 17:42:35,506 (Thread-19) [     CheckOutHelper.java:737:INFO ] Added item adjustments to ship group [0 / 0] - []
2007-03-28 17:42:36,006 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
2007-03-28 17:42:36,022 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@b91881[10382] -- Next runtime: -1
2007-03-28 17:42:36,069 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
---- exception report ----------------------------------------------------------
Service [ofbGcPurchase] threw an unexpected exception/error
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
---- exception report ----------------------------------------------------------
[TransactionUtil.rollback]
Exception: java.lang.Exception
Message: Stack Trace
---- stack trace ---------------------------------------------------------------
java.lang.Exception: Stack Trace
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
---- exception report ----------------------------------------------------------
Async-Service failed.
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (null)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

2007-03-28 17:42:36,147 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10382] Failed Re-Scheduling : 1175075136115
2007-03-28 17:42:38,240 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - removing payment(CASH)
2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:334:INFO ] Amount is empty; assumption is full amount : 1199.98
2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:43 :INFO ] Processing [Cash] Amount : 1199.98
2007-03-28 17:42:38,256 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - added payment(CASH/1199.98)
2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
2007-03-28 17:42:38,256 (Thread-21) [          PosButton.java:124:ERROR] 
---- exception report ----------------------------------------------------------
Button invocation exception - payCash
Exception: org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
Message: null
---- stack trace ---------------------------------------------------------------
org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:216)
org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
java.lang.reflect.InvocationTargetException
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208)
org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: org.ofbiz.order.shoppingcart.ShoppingCart.addPaymentAmount(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/String;ZZZ)V
org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:548)
org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:539)
org.ofbiz.pos.event.PaymentEvents.payCash(PaymentEvents.java:46)
	... 9 more
--------------------------------------------------------------------------------


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-853) POS application do not work with the latest SVN edition

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486085 ] 

Jacques Le Roux commented on OFBIZ-853:
---------------------------------------

Vikrant,

Yes after a clean and a rebuild it works well. BTW, I had to change the exception in the try catch block from GenericServiceException to Exception in SharkContainer.java[111] to compile.  I did not understand why though, weird :(

I will report in Shark open issue for those interested.

> POS application do not work with the latest SVN edition
> -------------------------------------------------------
>
>                 Key: OFBIZ-853
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-853
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>         Environment: PostgreSQL 8.1, SVN version, Ubuntu Dapper LTS
>            Reporter: Vikrant Rathore
>         Assigned To: Jacques Le Roux
>             Fix For: SVN trunk
>
>
> Hi Everyone,
> Just checked out the latest source from subversion and then compiled the application after this POS cannot do checkout of orders and create invoice the error is following:
> Thanks
> with best regards,
> Vikrant
> ----------------------------------------------------------------------------------------------
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9993, 9994
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:58 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@125d06e)
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  ServiceDispatcher.java:167:INFO ] Registered dispatcher: JobDispatcher
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:128:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@d88d2d[10374] -- Next runtime: -1
> 2007-03-28 17:41:36,506 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.0s: Internal Content
> 2007-03-28 17:41:36,537 (default-invoker-Thread-6) [     AbstractEngine.java:75 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService]
> 2007-03-28 17:41:36,725 (default-invoker-Thread-6) [         UtilNumber.java:84 :WARN ] Could not set decimal rounding mode from salestax.final.decimals=2. Using default mode of 2.
> 2007-03-28 17:41:36,772 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,865 (default-invoker-Thread-6) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10380, maxSeqId=10390, bankSize=10
> 2007-03-28 17:41:36,897 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10374] Failed Re-Scheduling : 1175075076787
> 2007-03-28 17:41:55,959 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:56,006 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@15d63da[10380] -- Next runtime: -1
> 2007-03-28 17:41:56,053 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,115 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10380] Failed Re-Scheduling : 1175075096084
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@1090c56[10381] -- Next runtime: -1
> 2007-03-28 17:42:15,990 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.015s: Internal Content
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:16,037 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,069 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10381] Failed Re-Scheduling : 1175075116037
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950272
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,319 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950787
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,803 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [XAConnectionFactory.java:119:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1f1235b
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/userLogin] finished in [78] milliseconds
> 2007-03-28 17:42:31,115 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTransaction]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,147 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTerminalLog]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,162 (Thread[Thread-4,5,main]) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - transaction created
> 2007-03-28 17:42:34,740 (Thread-19) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - add item(GZ-7000/2.0)
> 2007-03-28 17:42:35,084 (Thread-19) [            UtilXml.java:243:DEBUG] XML Read 0.187s: file:/D:/Projects/dgerp/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml
> 2007-03-28 17:42:35,240 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/isStoreInventoryAvailableOrNotRequired] finished in [437] milliseconds
> 2007-03-28 17:42:35,350 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calculateProductPrice] finished in [110] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [TaxAuthorityServices.java:297:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9100' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = 'USA_IRS' AND taxAuthGeoId = 'USA') OR (taxAuthPartyId = 'NY_DTF' AND taxAuthGeoId = 'NY')) AND (productCategoryId IS NULL OR productCategoryId IN ('TSTCSL', 'CATALOG1_SEARCH', '102', '100')) AND (minItemPrice IS NULL OR minItemPrice <= '599.990000000000009094947017729282379150390625') AND (minPurchase IS NULL OR minPurchase <= '1199.98000000000001818989403545856475830078125'))
> 2007-03-28 17:42:35,506 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calcTax] finished in [78] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [     CheckOutHelper.java:737:INFO ] Added item adjustments to ship group [0 / 0] - []
> 2007-03-28 17:42:36,006 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:36,022 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@b91881[10382] -- Next runtime: -1
> 2007-03-28 17:42:36,069 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,147 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10382] Failed Re-Scheduling : 1175075136115
> 2007-03-28 17:42:38,240 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - removing payment(CASH)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:334:INFO ] Amount is empty; assumption is full amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:43 :INFO ] Processing [Cash] Amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - added payment(CASH/1199.98)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [          PosButton.java:124:ERROR] 
> ---- exception report ----------------------------------------------------------
> Button invocation exception - payCash
> Exception: org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:216)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> java.lang.reflect.InvocationTargetException
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NoSuchMethodError: org.ofbiz.order.shoppingcart.ShoppingCart.addPaymentAmount(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/String;ZZZ)V
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:548)
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:539)
> org.ofbiz.pos.event.PaymentEvents.payCash(PaymentEvents.java:46)
> 	... 9 more
> --------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OFBIZ-853) POS application do not work with the latest SVN edition

Posted by "Vikrant Rathore (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikrant Rathore resolved OFBIZ-853.
-----------------------------------

    Resolution: Fixed

Hi Jacques,

I tried to compile the latest SVN this week and it seems to have resolved the POS issue and I am able to do sales and normal operations again.

But the problem of % and sales discount along with order change do not work. As I mentioned in my previous tickets.

You might be working on the directions given by Si Chen.

thanks
with best regards,
Vikrant


> POS application do not work with the latest SVN edition
> -------------------------------------------------------
>
>                 Key: OFBIZ-853
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-853
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>         Environment: PostgreSQL 8.1, SVN version, Ubuntu Dapper LTS
>            Reporter: Vikrant Rathore
>         Assigned To: Jacques Le Roux
>
> Hi Everyone,
> Just checked out the latest source from subversion and then compiled the application after this POS cannot do checkout of orders and create invoice the error is following:
> Thanks
> with best regards,
> Vikrant
> ----------------------------------------------------------------------------------------------
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9993, 9994
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:58 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@125d06e)
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  ServiceDispatcher.java:167:INFO ] Registered dispatcher: JobDispatcher
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:128:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@d88d2d[10374] -- Next runtime: -1
> 2007-03-28 17:41:36,506 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.0s: Internal Content
> 2007-03-28 17:41:36,537 (default-invoker-Thread-6) [     AbstractEngine.java:75 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService]
> 2007-03-28 17:41:36,725 (default-invoker-Thread-6) [         UtilNumber.java:84 :WARN ] Could not set decimal rounding mode from salestax.final.decimals=2. Using default mode of 2.
> 2007-03-28 17:41:36,772 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,865 (default-invoker-Thread-6) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10380, maxSeqId=10390, bankSize=10
> 2007-03-28 17:41:36,897 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10374] Failed Re-Scheduling : 1175075076787
> 2007-03-28 17:41:55,959 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:56,006 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@15d63da[10380] -- Next runtime: -1
> 2007-03-28 17:41:56,053 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,115 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10380] Failed Re-Scheduling : 1175075096084
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@1090c56[10381] -- Next runtime: -1
> 2007-03-28 17:42:15,990 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.015s: Internal Content
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:16,037 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,069 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10381] Failed Re-Scheduling : 1175075116037
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950272
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,319 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950787
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,803 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [XAConnectionFactory.java:119:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1f1235b
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/userLogin] finished in [78] milliseconds
> 2007-03-28 17:42:31,115 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTransaction]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,147 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTerminalLog]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,162 (Thread[Thread-4,5,main]) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - transaction created
> 2007-03-28 17:42:34,740 (Thread-19) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - add item(GZ-7000/2.0)
> 2007-03-28 17:42:35,084 (Thread-19) [            UtilXml.java:243:DEBUG] XML Read 0.187s: file:/D:/Projects/dgerp/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml
> 2007-03-28 17:42:35,240 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/isStoreInventoryAvailableOrNotRequired] finished in [437] milliseconds
> 2007-03-28 17:42:35,350 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calculateProductPrice] finished in [110] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [TaxAuthorityServices.java:297:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9100' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = 'USA_IRS' AND taxAuthGeoId = 'USA') OR (taxAuthPartyId = 'NY_DTF' AND taxAuthGeoId = 'NY')) AND (productCategoryId IS NULL OR productCategoryId IN ('TSTCSL', 'CATALOG1_SEARCH', '102', '100')) AND (minItemPrice IS NULL OR minItemPrice <= '599.990000000000009094947017729282379150390625') AND (minPurchase IS NULL OR minPurchase <= '1199.98000000000001818989403545856475830078125'))
> 2007-03-28 17:42:35,506 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calcTax] finished in [78] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [     CheckOutHelper.java:737:INFO ] Added item adjustments to ship group [0 / 0] - []
> 2007-03-28 17:42:36,006 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:36,022 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@b91881[10382] -- Next runtime: -1
> 2007-03-28 17:42:36,069 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,147 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10382] Failed Re-Scheduling : 1175075136115
> 2007-03-28 17:42:38,240 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - removing payment(CASH)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:334:INFO ] Amount is empty; assumption is full amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:43 :INFO ] Processing [Cash] Amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - added payment(CASH/1199.98)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [          PosButton.java:124:ERROR] 
> ---- exception report ----------------------------------------------------------
> Button invocation exception - payCash
> Exception: org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:216)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> java.lang.reflect.InvocationTargetException
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NoSuchMethodError: org.ofbiz.order.shoppingcart.ShoppingCart.addPaymentAmount(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/String;ZZZ)V
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:548)
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:539)
> org.ofbiz.pos.event.PaymentEvents.payCash(PaymentEvents.java:46)
> 	... 9 more
> --------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-853) POS application do not work with the latest SVN edition

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-853:
-------------------------------------

    Assignee: Jacques Le Roux

> POS application do not work with the latest SVN edition
> -------------------------------------------------------
>
>                 Key: OFBIZ-853
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-853
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>         Environment: PostgreSQL 8.1, SVN version, Ubuntu Dapper LTS
>            Reporter: Vikrant Rathore
>         Assigned To: Jacques Le Roux
>
> Hi Everyone,
> Just checked out the latest source from subversion and then compiled the application after this POS cannot do checkout of orders and create invoice the error is following:
> Thanks
> with best regards,
> Vikrant
> ----------------------------------------------------------------------------------------------
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9993, 9994
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:58 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@125d06e)
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  ServiceDispatcher.java:167:INFO ] Registered dispatcher: JobDispatcher
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:128:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@d88d2d[10374] -- Next runtime: -1
> 2007-03-28 17:41:36,506 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.0s: Internal Content
> 2007-03-28 17:41:36,537 (default-invoker-Thread-6) [     AbstractEngine.java:75 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService]
> 2007-03-28 17:41:36,725 (default-invoker-Thread-6) [         UtilNumber.java:84 :WARN ] Could not set decimal rounding mode from salestax.final.decimals=2. Using default mode of 2.
> 2007-03-28 17:41:36,772 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,865 (default-invoker-Thread-6) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10380, maxSeqId=10390, bankSize=10
> 2007-03-28 17:41:36,897 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10374] Failed Re-Scheduling : 1175075076787
> 2007-03-28 17:41:55,959 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:56,006 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@15d63da[10380] -- Next runtime: -1
> 2007-03-28 17:41:56,053 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,115 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10380] Failed Re-Scheduling : 1175075096084
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@1090c56[10381] -- Next runtime: -1
> 2007-03-28 17:42:15,990 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.015s: Internal Content
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:16,037 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,069 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10381] Failed Re-Scheduling : 1175075116037
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950272
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,319 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950787
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,803 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [XAConnectionFactory.java:119:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1f1235b
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/userLogin] finished in [78] milliseconds
> 2007-03-28 17:42:31,115 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTransaction]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,147 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTerminalLog]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,162 (Thread[Thread-4,5,main]) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - transaction created
> 2007-03-28 17:42:34,740 (Thread-19) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - add item(GZ-7000/2.0)
> 2007-03-28 17:42:35,084 (Thread-19) [            UtilXml.java:243:DEBUG] XML Read 0.187s: file:/D:/Projects/dgerp/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml
> 2007-03-28 17:42:35,240 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/isStoreInventoryAvailableOrNotRequired] finished in [437] milliseconds
> 2007-03-28 17:42:35,350 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calculateProductPrice] finished in [110] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [TaxAuthorityServices.java:297:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9100' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = 'USA_IRS' AND taxAuthGeoId = 'USA') OR (taxAuthPartyId = 'NY_DTF' AND taxAuthGeoId = 'NY')) AND (productCategoryId IS NULL OR productCategoryId IN ('TSTCSL', 'CATALOG1_SEARCH', '102', '100')) AND (minItemPrice IS NULL OR minItemPrice <= '599.990000000000009094947017729282379150390625') AND (minPurchase IS NULL OR minPurchase <= '1199.98000000000001818989403545856475830078125'))
> 2007-03-28 17:42:35,506 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calcTax] finished in [78] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [     CheckOutHelper.java:737:INFO ] Added item adjustments to ship group [0 / 0] - []
> 2007-03-28 17:42:36,006 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:36,022 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@b91881[10382] -- Next runtime: -1
> 2007-03-28 17:42:36,069 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,147 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10382] Failed Re-Scheduling : 1175075136115
> 2007-03-28 17:42:38,240 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - removing payment(CASH)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:334:INFO ] Amount is empty; assumption is full amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:43 :INFO ] Processing [Cash] Amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - added payment(CASH/1199.98)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [          PosButton.java:124:ERROR] 
> ---- exception report ----------------------------------------------------------
> Button invocation exception - payCash
> Exception: org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:216)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> java.lang.reflect.InvocationTargetException
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NoSuchMethodError: org.ofbiz.order.shoppingcart.ShoppingCart.addPaymentAmount(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/String;ZZZ)V
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:548)
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:539)
> org.ofbiz.pos.event.PaymentEvents.payCash(PaymentEvents.java:46)
> 	... 9 more
> --------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-853) POS application do not work with the latest SVN edition

Posted by "Vikrant Rathore (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikrant Rathore updated OFBIZ-853:
----------------------------------

        Fix Version/s: SVN trunk
    Affects Version/s: SVN trunk

> POS application do not work with the latest SVN edition
> -------------------------------------------------------
>
>                 Key: OFBIZ-853
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-853
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>         Environment: PostgreSQL 8.1, SVN version, Ubuntu Dapper LTS
>            Reporter: Vikrant Rathore
>         Assigned To: Jacques Le Roux
>             Fix For: SVN trunk
>
>
> Hi Everyone,
> Just checked out the latest source from subversion and then compiled the application after this POS cannot do checkout of orders and create invoice the error is following:
> Thanks
> with best regards,
> Vikrant
> ----------------------------------------------------------------------------------------------
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9993, 9994
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:58 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@125d06e)
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  ServiceDispatcher.java:167:INFO ] Registered dispatcher: JobDispatcher
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:128:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@d88d2d[10374] -- Next runtime: -1
> 2007-03-28 17:41:36,506 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.0s: Internal Content
> 2007-03-28 17:41:36,537 (default-invoker-Thread-6) [     AbstractEngine.java:75 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService]
> 2007-03-28 17:41:36,725 (default-invoker-Thread-6) [         UtilNumber.java:84 :WARN ] Could not set decimal rounding mode from salestax.final.decimals=2. Using default mode of 2.
> 2007-03-28 17:41:36,772 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,865 (default-invoker-Thread-6) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10380, maxSeqId=10390, bankSize=10
> 2007-03-28 17:41:36,897 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10374] Failed Re-Scheduling : 1175075076787
> 2007-03-28 17:41:55,959 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:56,006 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@15d63da[10380] -- Next runtime: -1
> 2007-03-28 17:41:56,053 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,115 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10380] Failed Re-Scheduling : 1175075096084
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@1090c56[10381] -- Next runtime: -1
> 2007-03-28 17:42:15,990 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.015s: Internal Content
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:16,037 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,069 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10381] Failed Re-Scheduling : 1175075116037
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950272
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,319 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950787
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,803 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [XAConnectionFactory.java:119:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1f1235b
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/userLogin] finished in [78] milliseconds
> 2007-03-28 17:42:31,115 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTransaction]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,147 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTerminalLog]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,162 (Thread[Thread-4,5,main]) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - transaction created
> 2007-03-28 17:42:34,740 (Thread-19) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - add item(GZ-7000/2.0)
> 2007-03-28 17:42:35,084 (Thread-19) [            UtilXml.java:243:DEBUG] XML Read 0.187s: file:/D:/Projects/dgerp/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml
> 2007-03-28 17:42:35,240 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/isStoreInventoryAvailableOrNotRequired] finished in [437] milliseconds
> 2007-03-28 17:42:35,350 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calculateProductPrice] finished in [110] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [TaxAuthorityServices.java:297:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9100' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = 'USA_IRS' AND taxAuthGeoId = 'USA') OR (taxAuthPartyId = 'NY_DTF' AND taxAuthGeoId = 'NY')) AND (productCategoryId IS NULL OR productCategoryId IN ('TSTCSL', 'CATALOG1_SEARCH', '102', '100')) AND (minItemPrice IS NULL OR minItemPrice <= '599.990000000000009094947017729282379150390625') AND (minPurchase IS NULL OR minPurchase <= '1199.98000000000001818989403545856475830078125'))
> 2007-03-28 17:42:35,506 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calcTax] finished in [78] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [     CheckOutHelper.java:737:INFO ] Added item adjustments to ship group [0 / 0] - []
> 2007-03-28 17:42:36,006 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:36,022 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@b91881[10382] -- Next runtime: -1
> 2007-03-28 17:42:36,069 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,147 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10382] Failed Re-Scheduling : 1175075136115
> 2007-03-28 17:42:38,240 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - removing payment(CASH)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:334:INFO ] Amount is empty; assumption is full amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:43 :INFO ] Processing [Cash] Amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - added payment(CASH/1199.98)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [          PosButton.java:124:ERROR] 
> ---- exception report ----------------------------------------------------------
> Button invocation exception - payCash
> Exception: org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:216)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> java.lang.reflect.InvocationTargetException
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NoSuchMethodError: org.ofbiz.order.shoppingcart.ShoppingCart.addPaymentAmount(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/String;ZZZ)V
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:548)
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:539)
> org.ofbiz.pos.event.PaymentEvents.payCash(PaymentEvents.java:46)
> 	... 9 more
> --------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-853) POS application do not work with the latest SVN edition

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492444 ] 

Jacopo Cappellato commented on OFBIZ-853:
-----------------------------------------

Can we close this issue?


> POS application do not work with the latest SVN edition
> -------------------------------------------------------
>
>                 Key: OFBIZ-853
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-853
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>         Environment: PostgreSQL 8.1, SVN version, Ubuntu Dapper LTS
>            Reporter: Vikrant Rathore
>         Assigned To: Jacques Le Roux
>             Fix For: SVN trunk
>
>
> Hi Everyone,
> Just checked out the latest source from subversion and then compiled the application after this POS cannot do checkout of orders and create invoice the error is following:
> Thanks
> with best regards,
> Vikrant
> ----------------------------------------------------------------------------------------------
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9993, 9994
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:58 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@125d06e)
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  ServiceDispatcher.java:167:INFO ] Registered dispatcher: JobDispatcher
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:128:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@d88d2d[10374] -- Next runtime: -1
> 2007-03-28 17:41:36,506 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.0s: Internal Content
> 2007-03-28 17:41:36,537 (default-invoker-Thread-6) [     AbstractEngine.java:75 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService]
> 2007-03-28 17:41:36,725 (default-invoker-Thread-6) [         UtilNumber.java:84 :WARN ] Could not set decimal rounding mode from salestax.final.decimals=2. Using default mode of 2.
> 2007-03-28 17:41:36,772 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,865 (default-invoker-Thread-6) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10380, maxSeqId=10390, bankSize=10
> 2007-03-28 17:41:36,897 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10374] Failed Re-Scheduling : 1175075076787
> 2007-03-28 17:41:55,959 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:56,006 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@15d63da[10380] -- Next runtime: -1
> 2007-03-28 17:41:56,053 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,115 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10380] Failed Re-Scheduling : 1175075096084
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@1090c56[10381] -- Next runtime: -1
> 2007-03-28 17:42:15,990 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.015s: Internal Content
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:16,037 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,069 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10381] Failed Re-Scheduling : 1175075116037
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950272
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,319 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950787
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,803 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [XAConnectionFactory.java:119:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1f1235b
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/userLogin] finished in [78] milliseconds
> 2007-03-28 17:42:31,115 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTransaction]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,147 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTerminalLog]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,162 (Thread[Thread-4,5,main]) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - transaction created
> 2007-03-28 17:42:34,740 (Thread-19) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - add item(GZ-7000/2.0)
> 2007-03-28 17:42:35,084 (Thread-19) [            UtilXml.java:243:DEBUG] XML Read 0.187s: file:/D:/Projects/dgerp/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml
> 2007-03-28 17:42:35,240 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/isStoreInventoryAvailableOrNotRequired] finished in [437] milliseconds
> 2007-03-28 17:42:35,350 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calculateProductPrice] finished in [110] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [TaxAuthorityServices.java:297:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9100' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = 'USA_IRS' AND taxAuthGeoId = 'USA') OR (taxAuthPartyId = 'NY_DTF' AND taxAuthGeoId = 'NY')) AND (productCategoryId IS NULL OR productCategoryId IN ('TSTCSL', 'CATALOG1_SEARCH', '102', '100')) AND (minItemPrice IS NULL OR minItemPrice <= '599.990000000000009094947017729282379150390625') AND (minPurchase IS NULL OR minPurchase <= '1199.98000000000001818989403545856475830078125'))
> 2007-03-28 17:42:35,506 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calcTax] finished in [78] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [     CheckOutHelper.java:737:INFO ] Added item adjustments to ship group [0 / 0] - []
> 2007-03-28 17:42:36,006 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:36,022 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@b91881[10382] -- Next runtime: -1
> 2007-03-28 17:42:36,069 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,147 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10382] Failed Re-Scheduling : 1175075136115
> 2007-03-28 17:42:38,240 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - removing payment(CASH)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:334:INFO ] Amount is empty; assumption is full amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:43 :INFO ] Processing [Cash] Amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - added payment(CASH/1199.98)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [          PosButton.java:124:ERROR] 
> ---- exception report ----------------------------------------------------------
> Button invocation exception - payCash
> Exception: org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:216)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> java.lang.reflect.InvocationTargetException
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NoSuchMethodError: org.ofbiz.order.shoppingcart.ShoppingCart.addPaymentAmount(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/String;ZZZ)V
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:548)
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:539)
> org.ofbiz.pos.event.PaymentEvents.payCash(PaymentEvents.java:46)
> 	... 9 more
> --------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-853) POS application do not work with the latest SVN edition

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-853.
---------------------------------


> POS application do not work with the latest SVN edition
> -------------------------------------------------------
>
>                 Key: OFBIZ-853
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-853
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Bug
>    Affects Versions: SVN trunk
>         Environment: PostgreSQL 8.1, SVN version, Ubuntu Dapper LTS
>            Reporter: Vikrant Rathore
>         Assigned To: Jacques Le Roux
>             Fix For: SVN trunk
>
>
> Hi Everyone,
> Just checked out the latest source from subversion and then compiled the application after this POS cannot do checkout of orders and create invoice the error is following:
> Thanks
> with best regards,
> Vikrant
> ----------------------------------------------------------------------------------------------
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:100:INFO ] Started BeanShell telnet service on 9993, 9994
> 2007-03-28 17:41:35,600 (main) [ BeanShellContainer.java:101:INFO ] NOTICE: BeanShell service ports are not secure. Please protect the ports
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:58 :INFO ] Creating new dispatcher [JobDispatcher] (org.ofbiz.service.job.JobPoller@125d06e)
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  ServiceDispatcher.java:167:INFO ] Registered dispatcher: JobDispatcher
> 2007-03-28 17:41:35,756 (org.ofbiz.service.job.JobPoller@125d06e) [  GenericDispatcher.java:128:INFO ] [LocalDispatcher] : Created Dispatcher for: JobDispatcher
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:36,459 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@d88d2d[10374] -- Next runtime: -1
> 2007-03-28 17:41:36,506 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.0s: Internal Content
> 2007-03-28 17:41:36,537 (default-invoker-Thread-6) [     AbstractEngine.java:75 :INFO ] Loaded Service Locations : [main-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, entity-sync-http=http://localhost:8080/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, eedcc-test=http://localhost:8080/webtools/control/httpService]
> 2007-03-28 17:41:36,725 (default-invoker-Thread-6) [         UtilNumber.java:84 :WARN ] Could not set decimal rounding mode from salestax.final.decimals=2. Using default mode of 2.
> 2007-03-28 17:41:36,772 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:36,787 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:36,865 (default-invoker-Thread-6) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [JobSandbox]; curSeqId=10380, maxSeqId=10390, bankSize=10
> 2007-03-28 17:41:36,897 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10374] Failed Re-Scheduling : 1175075076787
> 2007-03-28 17:41:55,959 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:41:56,006 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@15d63da[10380] -- Next runtime: -1
> 2007-03-28 17:41:56,053 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:41:56,084 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:41:56,115 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10380] Failed Re-Scheduling : 1175075096084
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-6 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:15,944 (default-invoker-Thread-6) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@1090c56[10381] -- Next runtime: -1
> 2007-03-28 17:42:15,990 (default-invoker-Thread-6) [            UtilXml.java:243:DEBUG] XML Read 0.015s: Internal Content
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:16,022 (default-invoker-Thread-6) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:16,037 (default-invoker-Thread-6) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:16,069 (default-invoker-Thread-6) [PersistedServiceJob.java:210:INFO ] Persisted Job [10381] Failed Re-Scheduling : 1175075116037
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950272
> 2007-03-28 17:42:30,272 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,319 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:54 :INFO ] POSKeyboard DataEvent - 1175074950787
> 2007-03-28 17:42:30,787 (Thread[Thread-4,5,main]) [           Keyboard.java:57 :INFO ] Received KeyCode From POSKeyboard DataEvent : 500
> 2007-03-28 17:42:30,803 (Thread[Thread-4,5,main]) [           Keyboard.java:73 :INFO ] Key -> Button Mapping(s) Found [500]
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [XAConnectionFactory.java:119:WARN ] no xares in rms for con org.ofbiz.minerva.pool.jdbc.xa.wrapper.XAConnectionImpl@1f1235b
> 2007-03-28 17:42:30,881 (Thread[Thread-4,5,main]) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/userLogin] finished in [78] milliseconds
> 2007-03-28 17:42:31,115 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTransaction]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,147 (Thread[Thread-4,5,main]) [       SequenceUtil.java:254:INFO ] Got bank of sequenced IDs for [PosTerminalLog]; curSeqId=10050, maxSeqId=10060, bankSize=10
> 2007-03-28 17:42:31,162 (Thread[Thread-4,5,main]) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - transaction created
> 2007-03-28 17:42:34,740 (Thread-19) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - add item(GZ-7000/2.0)
> 2007-03-28 17:42:35,084 (Thread-19) [            UtilXml.java:243:DEBUG] XML Read 0.187s: file:/D:/Projects/dgerp/applications/product/script/org/ofbiz/product/store/ProductStoreServices.xml
> 2007-03-28 17:42:35,240 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/isStoreInventoryAvailableOrNotRequired] finished in [437] milliseconds
> 2007-03-28 17:42:35,350 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calculateProductPrice] finished in [110] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [TaxAuthorityServices.java:297:WARN ] In TaxAuthority Product Rate no records were found for condition:((productStoreId = '9100' OR productStoreId IS NULL) AND ((taxAuthPartyId = '_NA_' AND taxAuthGeoId = '_NA_') OR (taxAuthPartyId = 'USA_IRS' AND taxAuthGeoId = 'USA') OR (taxAuthPartyId = 'NY_DTF' AND taxAuthGeoId = 'NY')) AND (productCategoryId IS NULL OR productCategoryId IN ('TSTCSL', 'CATALOG1_SEARCH', '102', '100')) AND (minItemPrice IS NULL OR minItemPrice <= '599.990000000000009094947017729282379150390625') AND (minPurchase IS NULL OR minPurchase <= '1199.98000000000001818989403545856475830078125'))
> 2007-03-28 17:42:35,506 (Thread-19) [  ServiceDispatcher.java:456:DEBUG] Sync service [POSDispatcher/calcTax] finished in [78] milliseconds
> 2007-03-28 17:42:35,506 (Thread-19) [     CheckOutHelper.java:737:INFO ] Added item adjustments to ship group [0 / 0] - []
> 2007-03-28 17:42:36,006 (default-invoker-Thread-8) [         JobInvoker.java:211:INFO ] Invoker: default-invoker-Thread-8 received job -- 1175053138974 from poller - org.ofbiz.service.job.JobPoller@125d06e
> 2007-03-28 17:42:36,022 (default-invoker-Thread-8) [PersistedServiceJob.java:136:INFO ] org.ofbiz.service.job.PersistedServiceJob@b91881[10382] -- Next runtime: -1
> 2007-03-28 17:42:36,069 (default-invoker-Thread-8) [            UtilXml.java:243:DEBUG] XML Read 0.016s: Internal Content
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:385:DEBUG] [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'JobDispatcher / ofbGcPurchase'
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  ServiceDispatcher.java:388:ERROR] 
> ---- exception report ----------------------------------------------------------
> Service [ofbGcPurchase] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:252:ERROR] 
> ---- exception report ----------------------------------------------------------
> [TransactionUtil.rollback]
> Exception: java.lang.Exception
> Message: Stack Trace
> ---- stack trace ---------------------------------------------------------------
> java.lang.Exception: Stack Trace
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:251)
> org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:233)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:391)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [    TransactionUtil.java:189:INFO ] [TransactionUtil.commit] Not committing transaction, status is STATUS_NO_TRANSACTION
> 2007-03-28 17:42:36,115 (default-invoker-Thread-8) [  GenericServiceJob.java:117:ERROR] 
> ---- exception report ----------------------------------------------------------
> Async-Service failed.
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (null)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (null)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:103)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> java.lang.NullPointerException
> org.ofbiz.accounting.payment.GiftCertificateServices.giftCertificatePurchase(GiftCertificateServices.java:685)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:91)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:53)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:336)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:211)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:136)
> org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
> org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:221)
> java.lang.Thread.run(Unknown Source)
> --------------------------------------------------------------------------------
> 2007-03-28 17:42:36,147 (default-invoker-Thread-8) [PersistedServiceJob.java:210:INFO ] Persisted Job [10382] Failed Re-Scheduling : 1175075136115
> 2007-03-28 17:42:38,240 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - removing payment(CASH)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:334:INFO ] Amount is empty; assumption is full amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [      PaymentEvents.java:43 :INFO ] Processing [Cash] Amount : 1199.98
> 2007-03-28 17:42:38,256 (Thread-21) [  Log4jLoggerWriter.java:66 :INFO ] [POS @ pos-1 TX:10050] - added payment(CASH/1199.98)
> 2007-03-28 17:42:38,256 (Thread-21) [       ShoppingCart.java:1422:INFO ] Returned new PaymentInfo - Pm: null / PmType: CASH / Amt: null / Ref: null!null
> 2007-03-28 17:42:38,256 (Thread-21) [          PosButton.java:124:ERROR] 
> ---- exception report ----------------------------------------------------------
> Button invocation exception - payCash
> Exception: org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> Message: null
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.pos.config.ButtonEventConfig$ButtonEventException
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:216)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> java.lang.reflect.InvocationTargetException
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> java.lang.reflect.Method.invoke(Unknown Source)
> org.ofbiz.pos.config.ButtonEventConfig.invoke(ButtonEventConfig.java:208)
> org.ofbiz.pos.config.ButtonEventConfig.invokeButtonEvent(ButtonEventConfig.java:105)
> org.ofbiz.pos.component.PosButton$1.construct(PosButton.java:120)
> net.xoetrope.xui.helper.SwingWorker$2.run(Unknown Source)
> java.lang.Thread.run(Unknown Source)
> Caused by: java.lang.NoSuchMethodError: org.ofbiz.order.shoppingcart.ShoppingCart.addPaymentAmount(Ljava/lang/String;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/String;ZZZ)V
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:548)
> org.ofbiz.pos.PosTransaction.addPayment(PosTransaction.java:539)
> org.ofbiz.pos.event.PaymentEvents.payCash(PaymentEvents.java:46)
> 	... 9 more
> --------------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.