javax.microedition.rms.RecordStoreFullException
exception as follows:
javax.microedition.rms.RecordStoreFullException
at javax.microedition.rms.RecordStore.<init>(+401)
at javax.microedition.rms.RecordStore.openRecordStore(+89)
env:WTK2.5 eclipse3.5 midp2.0 cldc1.1
can anyone give some advice??
thanks
Re: javax.microedition.rms.RecordStoreFullException
It (means your recordstore is full) looks that your emulator is unable to write RMS to the disk, try your code on some real device.
thanks,
~Amitabh
Re: javax.microedition.rms.RecordStoreFullException
Hi,
Which device r u testing.Check the RMS maximum size for that device in the device specifications.
Thanks
Soku
Re: javax.microedition.rms.RecordStoreFullException
Increase the size of RMS storage, using setting from emulator properties and try again, or remove some files in appdb folder to free up some more space.
thanks,
~Amitabh
Re: javax.microedition.rms.RecordStoreFullException
hi, try...change RS name, if it working fine, than del older files and start again, you could get max size of enteries which RMS could handle, so try to keep the enteries lower than max.