Javier Barroso - 2010-10-22

Hi, I have 2 scheduled transaction which are not executed, and when I start buddi from command line I can get these errors:

22-oct-2010 13:11:00 org.homeunix.thecave.buddi.model.impl.DocumentImpl updateScheduledTransactions
WARNING: Error adding scheduled tranaction
org.homeunix.thecave.buddi.plugin.api.exception.ModelException: The sum of the To splits do not equal the transaction amount
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.checkValid(DocumentImpl.java:903)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.addTransaction(DocumentImpl.java:222)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.updateScheduledTransactions(DocumentImpl.java:1206)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.updateScheduledTransactions(DocumentImpl.java:948)
at org.homeunix.thecave.buddi.model.impl.ModelFactory.createDocument(ModelFactory.java:331)
at org.homeunix.thecave.buddi.Buddi.openFile(Buddi.java:388)
at org.homeunix.thecave.buddi.Buddi.launchGUI(Buddi.java:300)
at org.homeunix.thecave.buddi.Buddi.access$100(Buddi.java:90)
at org.homeunix.thecave.buddi.Buddi$4.run(Buddi.java:775)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
22-oct-2010 13:11:00 org.homeunix.thecave.buddi.model.impl.DocumentImpl updateScheduledTransactions
WARNING: Error adding scheduled tranaction
org.homeunix.thecave.buddi.plugin.api.exception.ModelException: The sum of the To splits do not equal the transaction amount
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.checkValid(DocumentImpl.java:903)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.addTransaction(DocumentImpl.java:222)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.updateScheduledTransactions(DocumentImpl.java:1206)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.updateScheduledTransactions(DocumentImpl.java:948)
at org.homeunix.thecave.buddi.model.impl.ModelFactory.createDocument(ModelFactory.java:331)
at org.homeunix.thecave.buddi.Buddi.openFile(Buddi.java:388)
at org.homeunix.thecave.buddi.Buddi.launchGUI(Buddi.java:300)
at org.homeunix.thecave.buddi.Buddi.access$100(Buddi.java:90)
at org.homeunix.thecave.buddi.Buddi$4.run(Buddi.java:775)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
22-oct-2010 13:11:00 org.homeunix.thecave.buddi.model.impl.DocumentImpl updateScheduledTransactions
WARNING: Error adding scheduled tranaction
org.homeunix.thecave.buddi.plugin.api.exception.ModelException: The sum of the To splits do not equal the transaction amount
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.checkValid(DocumentImpl.java:903)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.addTransaction(DocumentImpl.java:222)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.updateScheduledTransactions(DocumentImpl.java:1206)
at org.homeunix.thecave.buddi.model.impl.DocumentImpl.updateScheduledTransactions(DocumentImpl.java:948)
at org.homeunix.thecave.buddi.model.impl.ModelFactory.createDocument(ModelFactory.java:331)
at org.homeunix.thecave.buddi.Buddi.openFile(Buddi.java:388)
at org.homeunix.thecave.buddi.Buddi.launchGUI(Buddi.java:300)
at org.homeunix.thecave.buddi.Buddi.access$100(Buddi.java:90)
at org.homeunix.thecave.buddi.Buddi$4.run(Buddi.java:775)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

Do you know what could I do ?

Thanks!