Noted, thank you. You could try stopping the wallet and then restarting with the command line or configuration file option "--tx-new-billet-wait-sec=180". This will cause the wallet to wait 3 minutes for an expected incoming billet to clear before reporting "Insufficient funds".
Seems like no additional billets are being generated / cleared. I should clarify I was trying to consolidate my balances across numerous wallets, however, no amount of waiting appears to remedy the issue. It's been at least 10 min since I attempted sending coins and now even attempting to send 500 coins results in the below message.
The wallet appears to have sufficient balance, but there are not enough billets available to construct the
transaction. It may be possible to manually solve this problem by sending transactions to yourself to split the wallet
balance into more output billets.
Error:
{
"code" : -6,
"message" : "Insufficient funds"
Our apologies for the difficulties. Does the command "ping" work? Is the console output of ccnode.exe still reporting new blocks (the latest block as of this post is level 203683). If you do a listsinceblock command, how many transactions do you see with zero confirmations and what is the total value of their output billets? (Note that unconfirmed transactions should be listed last, but it may take a while for this command to complete because it filters out and does not report unconfirmed mint transactions that did not earn a mining reward.) How does this compare with the balance reported by getbalance? If you use the command cc.poll_destination
P.S., did you at some point copy the wallet .ccw file to another computer and then start using it at two computers at the same time? If so, then the balances of the two wallets might overlap, and when you send funds from one wallet, it could have made those same funds unspendable in the other wallet.