Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: daehbew on May 15, 2014, 12:50:54 AM



Title: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 15, 2014, 12:50:54 AM
Need help! - wallet will not sync, it says: "EXCEPTION:11DbException Db:get: Not enough space C:\Users\WIN7\USDe.exe in ProcessMessages()

1) I initiated the wallet sync - it had been pending..
2) I sent about 37,808.01090524 coins from the pool to my wallet "CASH OUT"
3) Wallet is still syncing and coins show zero balance on the pool.
4) Wallet is still syncing; 6579.20443417 successfully received with about 13k confirmations.
5) Wallet sync fails and says the following:

EXCEPTION:11DbException
Db::get: Not enough space
C:\Users\WIN7\Desktop\USDe\USDe.exe in ProcessMessages()


6) The remaining coins that I sent have yet to arrive as well.

Please provide any solutions; and include your wallet address so I can hook you up if successful.

Thank you very much in advance!


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 15, 2014, 01:10:55 AM
Looks like your disk is full and you need to make some room for the block chain.

BTW, have you backed up your wallet?


Yes I have backed up my wallet.

The disk isn't full, still over 10 gigs available on my SSD.  I even tried opening on my 1TB drive, same error.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Injust on May 15, 2014, 01:25:15 AM
Looks like your disk is full and you need to make some room for the block chain.

BTW, have you backed up your wallet?


Yes I have backed up my wallet.

The disk isn't full, still over 10 gigs available on my SSD.  I even tried opening on my 1TB drive, same error.

SSD? Isn't it a bad idea to download the entire blockchain onto an SSD?


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 15, 2014, 02:08:04 AM
Not sure what you mean by download the entire blockchain.. I don't recall downloading any large blockchain file;  I just downloaded the wallet from the USDE site and created a folder and opened the .exe


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Injust on May 15, 2014, 09:49:47 PM
Not sure what you mean by download the entire blockchain.. I don't recall downloading any large blockchain file;  I just downloaded the wallet from the USDE site and created a folder and opened the .exe

What you downloaded is the client. The client is a node on the network, and downloads the blockchain in the background.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: bitcoinreactor on May 15, 2014, 09:55:57 PM
are you sure you're actually storing the blockchain data on the disk with enough available space ?

Just putting the wallet binary file somewhere won't necessarily use that directory to store blockchain data.
It depends on the wallet you're using obviously, but barely modified bitcoin-forks still uses userdirectory for storage:

something like this:
C:\Users\YourUsername\AppData\Roaming\forkedcoin

unless you specify a datadir option.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Injust on May 15, 2014, 10:16:03 PM
are you sure you're actually storing the blockchain data on the disk with enough available space ?

Just putting the wallet binary file somewhere won't necessarily use that directory to store blockchain data.
It depends on the wallet you're using obviously, but barely modified bitcoin-forks still uses userdirectory for storage:

something like this:
C:\Users\YourUsername\AppData\Roaming\forkedcoin

unless you specify a datadir option.

And if you're running your computer off an SSD, you should really use the datadir flag to put the blockchain on a regular HDD.
Putting the blockchain on your SSD will drastically reduce its lifespan.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 16, 2014, 01:32:30 PM
I see..

Yes, I'm certain I had been running the client from my SSD.

I do have an HDD with 1 TB.

So how should I go about this?

Can someone provide me with a step by step process that would run everything, including storing the blockchain on my HDD..?

 I had heard that there was something stored at Users~AppData~Roaming~ from searching other forums for similar problems (on DogeCoin).. but; upon checking that location; nothing existed.. so either the files were hidden, stored someplace else.. maybe on the HDD? - but I'm on Windows 7 Ultimate and I did a search for those folders, like roaming and appdata and nothing came up.  Makes me wonder how my wallet had been working in the first place.. unless it somehow got accidently deleted (but I don't recall that ever happening).

I'm thinking that I'd have to delete every file related to the wallet (or move it to a thumb drive just incase)..

I have the backup.dat file but I have no idea how to use it.

I'm just assuming I'd have to reinstall the client.. run the .exe within after unloading the client zip onto my HDD.

Then what?
Do I download the blockchain?   (how does that part work)

sidenote: thx for all responses thus far, I'm feeling confident there is a solution to this issue now


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 30, 2014, 06:08:59 PM
still looking for a solution...

http://i81.photobucket.com/albums/j207/daehbew/help.jpg

There's gotta be someone out there that knows how to handle this error...  :-[


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Injust on May 30, 2014, 08:21:43 PM
still looking for a solution...

http://i81.photobucket.com/albums/j207/daehbew/help.jpg

There's gotta be someone out there that knows how to handle this error...  :-[

Use the -datadir flag to move the data directory to your HDD then.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 30, 2014, 10:38:00 PM
can you please explain how I would do that?


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Injust on May 30, 2014, 11:36:30 PM
can you please explain how I would do that?

Taken from the wiki:

Quote
Go to Start -> Run (or press WinKey+R) and run this:

Code:
explorer %APPDATA%\Bitcoin
Bitcoin's data folder will open. For most users, this is the following locations:

Code:
C:\Documents and Settings\YourUserName\Application data\Bitcoin (XP)

C:\Users\YourUserName\Appdata\Roaming\Bitcoin (Vista and 7)
"AppData" and "Application data" are hidden by default.

You can also store Bitcoin data files in any other drive or folder.

If you have already downloaded the data then you will have to move the data to the new folder. If you want to store them in D:\BitcoinData then click on "Properties" of a shortcut to bitcoin-qt.exe and add -datadir=D:\BitCoinData at the end as an example:

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitCoinData
Start Bitcoin, now you will see all the files are created in the new data directory.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 31, 2014, 01:11:53 AM
my stuff for the appdata roaming WAS in..  
*note that there is no bitcoin appdata/roaming.. it's USDE...*

Code:
C:\Users\WIN7\AppData\Roaming\usde
117 GB SSD

so I moved everything in that folder.. to..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I took the usde wallet exe file.. made a shortcut of it.
put that shortcut in the same folder as the..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I opened the properties of that shortcut....
changed it to...
Code:
C:\Users\WIN7\Desktop\USDe\USDe.exe -datadir=M:\Bitcoin\USDE\usdeData

syncing.... as normal as before........ so far..... 60776 blocks remaining...
progress is good.
will post update if success..


did I do it right Inust?


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 31, 2014, 01:31:58 AM
how long does it take... it's just sitting at 60776....


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Injust on May 31, 2014, 01:58:48 AM
my stuff for the appdata roaming WAS in..  
*note that there is no bitcoin appdata/roaming.. it's USDE...*

Code:
C:\Users\WIN7\AppData\Roaming\usde
117 GB SSD

so I moved everything in that folder.. to..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I took the usde wallet exe file.. made a shortcut of it.
put that shortcut in the same folder as the..
Code:
M:\Bitcoin\USDE\usdeData
1TB HDD

THEN

I opened the properties of that shortcut....
changed it to...
Code:
C:\Users\WIN7\Desktop\USDe\USDe.exe -datadir=M:\Bitcoin\USDE\usdeData

syncing.... as normal as before........ so far..... 60776 blocks remaining...
progress is good.
will post update if success..


did I do it right Inust?

Yup, that should be right. Is it not syncing?


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on May 31, 2014, 01:59:46 AM
waited.. and now it says same as before...... exception db error.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Injust on May 31, 2014, 02:13:56 AM
waited.. and now it says same as before...... exception db error.

It still gives the exact not enough space error?


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: Lucky Cris on May 31, 2014, 02:17:42 AM
OK!!!

You guys are the techies and should be able to help this dude out.

Dude - it's PROCESS... meaning it's talking about your RAM resources not your hard drive! Look on the bottom of your miner at the AXE icon... You're CPU MINING!!!!! Check your miner's config file. Do you have gen=1 in there? Google what that means.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 01, 2014, 04:08:03 AM
OK!!!

You guys are the techies and should be able to help this dude out.

Dude - it's PROCESS... meaning it's talking about your RAM resources not your hard drive! Look on the bottom of your miner at the AXE icon... You're CPU MINING!!!!! Check your miner's config file. Do you have gen=1 in there? Google what that means.

If you're referring to a document that looks like a text file (type is actually "CONF File") and the item is named "usde" in the folder with the original usde wallet files..

There is no line that shows gen=1.

There is however,

listen=1
server=1
daemon=1

Unless I'm looking in the wrong file..

I should also note that I don't use THIS pc for mining.  Nor do I mine with that feature on the wallet.


I will try to load the wallet again. Haven't really changed anything - just hoping it will somehow sync.
It does START the sync process.
~189403 Block remaining... green bar...(about 10%)
~188249 Blocks remaining.. so the number is getting smaller..

I'll just let it run and then edit the result into this post incase that helps with anyone's diagnosis.

and now it's not showing any of my wallet balance.. this is not good.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 02, 2014, 01:52:48 AM
So; I did the steps previously -- haven't changed anything since.
However, I still had the original exe file on my desktop in my USDE folder.
naturally I had opened that up.. this was (I'm guessing) creating a new wallet when it synced?
because it didn't see the CONF file?
I'm not exactly sure why, but it basically generated a new address, no balance and fully synced with no problem on the sync process..

**********************************************************************************

phew. I can still access my balance.

via that SHORTCUT I created (as noted in last few posts).

as of typing this post now the wallet is stuck at "~63746 blocks remaining"
It doesn't show that DBexception YET.
Instead it currently says "Synchrnoizing with network..."

(but this is normal process, that sync process takes a lot of time)

http://i81.photobucket.com/albums/j207/daehbew/sync.jpg~original


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 02, 2014, 02:02:09 AM
aaaaand 11DbException.............. :'(


any one else got a suggestion... support......?

any and all help much appreciated!!


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 03, 2014, 02:27:26 AM
bumping for support


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 04, 2014, 04:00:10 AM
putting 1000 USDe on the table for a solution

http://fc08.deviantart.net/fs9/i/2006/058/4/c/1000_coins_by_Phaet.jpg


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 04, 2014, 07:27:48 PM
bumping for support 1100 coins on table now


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 05, 2014, 11:36:01 AM
bump for support


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 05, 2014, 05:55:53 PM
has anyone else had this happen or anyone know how to fix it?  I'm checking daily if you can even help me troubleshoot.


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: elbandi on June 05, 2014, 07:15:14 PM
has anyone else had this happen or anyone know how to fix it?  I'm checking daily if you can even help me troubleshoot.
Did you move your data dir to other hdd, and use the -datadir parameter?


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 05, 2014, 07:31:44 PM
has anyone else had this happen or anyone know how to fix it?  I'm checking daily if you can even help me troubleshoot.
Did you move your data dir to other hdd, and use the -datadir parameter?

I moved everything to the HDD and put them in a folder.
The only thing I didn't MOVE was the main exe.
I generated a shortcut --> moved the shortcut to the same folder in HDD --> modified shortcut.. see image..

http://i81.photobucket.com/albums/j207/daehbew/help1.jpg~original

obviously something is wrong, I'm just not sure what.... did I type the TARGET wrong in the shortcut? is that supposed to point to a different directory??

I believe the original files are stored here C:\Users\WIN7\Desktop\USDe
note the C: is 55GB / 117GB AVAILABLE, so still about half the space available there..

I'm pretty sure when i try to run just the exe in the C: folder now it wants to form a brand new wallet with a new address and no balance.
But I think that's because I moved the proper DAT files over to the HDD..


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: elbandi on June 05, 2014, 10:30:18 PM
Delete the debug.log file. Start the app, it will create a new debug.log file.
After you got the error, examine that file! (or share the content with pastebin)


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 08, 2014, 07:45:46 PM
Delete the debug.log file. Start the app, it will create a new debug.log file.
After you got the error, examine that file! (or share the content with pastebin)

Code:
EXCEPTION: 11DbException       
Db::put: Not enough space      
C:\Users\WIN7\Desktop\USDe\USDe.exe in ProcessMessages()      

ProcessMessage(block, 200 bytes) FAILED
received block d38588698be04204ebb1
Difficulty Retarget - Kimoto Gravity Well
PastRateAdjustmentRatio = 1.04439
Before: 1c0c4f3b 000000000c3f2b00000000000000000000000000000000000000000000000000
After: 1c0c4f00 000000000c4f001b9797495g3ba98cefdde841r0137b48248725447d69a06a26
Postponing 78905 reconnects
REORGANIZE
REORGANIZE: Disconnect 11981 blocks; c5a88714cd1bf1beda00..4e2642d91f380ef99e6c
REORGANIZE: Connect 3181 blocks; c5a88714cd1af1beda00..06353f87ddc0f2c4e321
trying connection 92.248.108.167:53339 lastseen=369.3hrs

what do does "share content with pastebin" mean?


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: elbandi on June 10, 2014, 08:13:14 PM
what do does "share content with pastebin" mean?
copy & paste the log to http://pastebin.com/

or upload the debug.log file to http://pastebin.ca/upload.php

Elbandi


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: daehbew on June 17, 2014, 06:49:53 PM
what do does "share content with pastebin" mean?
copy & paste the log to http://pastebin.com/

or upload the debug.log file to http://pastebin.ca/upload.php

Elbandi

1st attempted file upload, but too large for pastebin upload section.

2nd tried copy paste method and got:

" Website is offline No cached version of this page is available. "


Title: Re: HELP!! Wallet will not sync : EXCEPTION:11DbException
Post by: elbandi on June 17, 2014, 07:34:35 PM
use your brain! :D

share with dropbox/googledrive/skydrive/etc