Nokia 6230 Error: allocateNewRecordStorage()

Hi,
when I try to add record to RecordStore I get "javax.microedition.rms.RecordStoreException: error writing new record data"
My simple code is byte[] menuData = new byte[]{1,2,3};;
RecordStore kozaza = RecordStore.openRecordStore("kozaza",true);
kozaza.addRecord(menuData,0,menuData.length);
kozaza.closeRecordStore();and the stackTrace I get is javax.microedition.rms.RecordStoreException: error writing new record data
     at javax.microedition.rms.RecordStore.allocateNewRecordStorage(+137)
     at javax.microedition.rms.RecordStore.addRecord(+66)
     at cz.uturn.vz.database.DBManager.saveTempRecord(+29)
     at cz.uturn.vz.database.PersistedDataInputStream.<init>(+159)
     at cz.uturn.vz.updater.Updater.executeUpdate(+300)
     at cz.uturn.vz.gui.MIDletLauncher.tryToGetMenu(+47)
     at cz.uturn.vz.gui.MIDletLauncher.acquireMenu(+33)
     at cz.uturn.vz.gui.MIDletLauncher.run(+14)
     at cz.uturn.vz.gui.Videozone.startApp(+28)
     at javax.microedition.midlet.MIDletProxy.startApp(+7)
     at com.nokia.mid.impl.isa.ui.MIDletManager.callStartApp(+4)
     at com.nokia.mid.impl.isa.ui.MIDletManager.activateMIDlet(+10)
     at com.nokia.mid.impl.isa.ui.MIDletManager.launchMIDlet(+15)
     at com.nokia.mid.impl.isa.ui.MIDletManager.init(+22)
     at com.nokia.mid.impl.isa.ui.MIDletManager.main(+86)What's the problem ? i write couple of records to different RecordStores before executing this snippet. Can it be that there is limited number of RecordStores on Nokia 6230 ?
Michal

And one more comment. I got the same kind of exception, but with different text "error reading record data" when reading records from RS.
To get around that I close RecordStore and open it again. I don't know what's cause of this exception, but I know that this dirty workaround works.
      String rsName=rs.getName();
      try{
        recordData = rs.getRecord(recID);
      catch (RecordStoreException ex){ // Hack for Nokia 6230
        if (ex.getMessage()!=null && ex.getMessage().equals("error reading record data")){
          boolean closed = false;
          while (!closed) {
            try {
              rs.closeRecordStore(); // it may need to be closed couple of times
            catch (RecordStoreNotOpenException e) {
              closed = true;
          rs = RecordStore.openRecordStore(rsName, true);
          recordData=rs.getRecord(recID);
        else {
          throw ex;
      }It's ugly, but it works.
Michal

Similar Messages

  • Why don't I have enough memory on Nokia 6230?

    Hi: I have a Nokia 6230 and sync it regularly with my computer. I have about 700 contacts and sync a relatively full calendar from one week ago to two weeks in advance. A to-do list also synchronizes. I regularly get the following error on my computer: [Nokia 6230] The phone calendar is full. Please delete some calendar events on your phone or change the filtering options and synchronize again. And, I regularly get a "to-do memory full" error on my phone. However, the memory status on my phone says: Phone: Free memory 6.1 MB Used memory 1.2 MB Memory card: Free memory 24.5 MB Used memory 5.9 MB Size 30.2 MB As you can see, both memories are only partially used yet I get constant errors regarding lack of memory. Contacts settings are set to use "Phone and SIM". Memory Status for Contacts reads Phone: 30% free, 70% used, SIM Card 250 free, 0 in use. How can I use the phone's memory more efficiently? Thanks,

    Yes, Charlie is right. With any OS, the listed minimum RAM is always enough to just barely run it. In practice, this is rarely ever enough, because as soon as you add the demands of software etc it can't keep up. I am impressed you can manage at all, quite honestly. (Smiles)
    What really impresses me, however, is that someone was actually selling computers with 1G of RAM 2 years ago.  Four years ago I bought a cheapish Windows laptop, and the choice was btwn 2 or 4G. I have since worn it out (did I mention cheap?), and have inherited a four year old MacBook Pro. It came stock with 2G, so I upped it to 4G. It walks like my grannie, and I do all my 'real' work on an iMAC with 16G. Most people these days buy 8G.
    The problem you may have with upgrading is that your board is probably old, too. If you do purchase a new one, ask around in here regarding specs.. and don't buy one from the person who sold you that one! (chuckles)
    ~The other, cuter Charlie.. Chuckles

  • Nokia 6230, defaults to "headset" mode

    My nokia 6230 suddenly desided to default to the haedset connected mode, and therefore the earpiece speaker will not transmit and sound. I have found that by connecting my data cable to my pc and then disconnecting sorts the problem until I turn the phone off and on again (reverts back to headset connected mode. Have I somehow changed a phone setting to default to this in error or have i got a software/ hardware fault?. Tried factory reset but didn't make any difference. Can anyone help? Thanks Tannytheman

    I wouldn't shout that about too much - if you take the phone apart yourself you will void the warranty - so if it has a fault in the future, it won't be covered...
    Not worth the risk IMO.
    I know the 6230 isn't likely to be covered by the warranty any more, but they were still sold 18 months ago, so some will be covered.
    Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
    Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

  • Nokia music manager problems with Nokia 6230 model...

    Hello. Recently I installed the newer version of nokia PC-Suite, the version 6.8.22. I have a nokia 6230 model HS-12 with HS-3 handsFree attached. Make the connection via Bluetooth (SMC USB Bluetooth) over a Windows XP SP2 system. The connection works fine.
    The problem arrives with the new MusicManager software.
    First, the playlists that this program creates, generates a error in mi phone. It says "Invalid tracklist". Surfing the web, the problem was that MusicManager generates the playlist entries (in the phone) refers to C:\ and D:\ (this for the MMC), when the phone internally works with unities A:\ and B:\. Changing "manually" the playlist it works, so if any people with design responsabilities read this, please take note.
    Second, when convert my .MP3 files into .AAC files, the program converts the files into a .AAC but in MONO !! The music only sound in one channel, when the .MP3 is full stereo. Really, the conversion is in Stereo, but only converts one channel. The other remains muted. I have no idea of this problem. I listen the "mono" files in any Windows player, even at the phone.
    If any people can help me, or have similar problems, or need more information please make a reply.
    Thanks.

    Hi
    The tracklist stuff with 6230 (Ive owned a 6230 before) is a very difficult procedure, because it is not a drag and drop process from PC to phone. You have to giggle and dive onto the Audio Manager app in PC Suite where you have to find the Playlist folder in your phone memory and place all playlists there to be able to be recognized by the phone. Simple drag and drop will not work (like the m3u is in the MMC).
    About your mono problem, I haven't checked out this feature of Music Manager because I still think its purely buggy even of the newer features and new face it has now. Better use other music software to transcode your MP3's such as dbpoweramp's Music Converter software (its free trial for 30 days, after that the MP3 encoding and Power Pack features are useless, if you download other codecs, you can use them after the trial.)
    cheers.
    The world might be a better place if you were I.

  • Nokia 6230 - no sound through speaker

    Hi everyone,
    I'm using a UK Nokia 6230 on v04.28. For a few weeks now I've been having trouble with the speaker. Ringtones, videos and mp3's will not work at all. Keyboard tones work fine. Phone hasn't had a drop or contact with water or anything. I guess the speaker isn't busted because when you change videos or songs you can actually hear the end of the previous clip when you change - which is very odd.
    In addition when switched on the phone sometimes flashes up "request cancelled" automatically I don't know if this is related.

    With the two faults, if it is in warranty then you can get these fixed (assuming there is no liquid or physical damage to the phone) free of charge. If the phone is out of warranty you would be charge a small fee to fixed the speaker and to upgrade the software

  • Nokia 6230 Connection

    Hi, I've got a Nokia 6230 phone which I've had for some years.  To transfer data from my phone to my pc I used to use my Bluetooth connection until I started to have problems.  Last year I bought a Nokia CA-70 cable which worked okay, however, I recently downloaded the newest version of the PC Suite and cannot connect to my phone.  I reinstalled the software but that didn't work, then I reinstalled my older version (7.1.60.1) and still I cannot get it to connect.  Any advice would be appreciated.  Thanks!

    plz make sure your phone is on suite mode and version of pc is available for ur phone i hope it mistake if nt work start ur phone and press*#7780#then password12345 it will work and enjoy bye bye mail me

  • Does NOKIA 6230 Support themes?

    Does NOKIA 6230 Support themes?
    * )if yes kindly tell me how? & whats it type??does it need any program ???!!
    *) if noo thx alot?

    Why does the Malaysian Nokia website say that a 6300 supports wma when the uk one says it doesn't?
    Nokia Music Manager doesn't have support for WMA. So how then do you copy wma music to the phone?
    My version of Nokia Music Manager has an option to search my PC for music, but doesn't find anything! I have some MP3 and mostly WMA. With MP3 selected it still doesn't find anything.
    My experience with Nokia Suite over the past 6 years is less than favourable. Any free alternatives out there?
    Do I have to get a Micro SD to SD converter and copy the files to the Micro SD card to get it to work?
    Software supplied is not exactly slick!

  • Connect ibook to nokia 6230

    I can connect my mobile phone (Nokia 6230) to my computer but when somebody calls me, the window doesn't appears. Why? What can I do?
    Thank you.

    Accept the phone call on your mobile phone – just kidding.
    I am unsure if the Nokia 6230 is supported by the Apple Address Book. Either try another user for which it works, patch the Apple Address Book yourself or go for BluePhoneElite.

  • Nokia 6230 owners i need help

    i have a nokia 6230, i cracked the screen and now it only lights up. i can take pictures and record video and i would like to attach it to my remote control car and record video but the video is in a low setting and it would be a great help if someone could tell me what keys to press to put the video record in the highest setting and the longest record time. many thanks.

    Most probably it seems a hardware problem, for which you have to take it to Nokia Care..
    Just try a 'Factory reset' before that..
    --------------------------------------------------​--------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • A good solution to get old contact of Nokia 6230 t...

    Hi,
    I wanted my contact from my old sim + phone contact to be moved from my Nokia 6230 to the E71.
    I first tried with Nokia Suite, but the blue tooth connection did not work and I couldn't find my Nokia 6230 cable anymore.
    In the E71 there is an option called "Menu->Instruments-->Transfer" in Dutch: Menu-->instrumenten->Overdracht.
    Here you can connect through bluetooth with the 6230 and then transfer all contact.. Take notice that the way you show surname, firstname or firstname, surname makes it look like you did not transfer all data. In that case do a search and you see it works. Even conflicts are resolved.

    My tip would also be the summary item

  • PC Suite 6.85.12.0 with a Nokia 6230 Doesn't Sync ...

    My phone is a Nokia 6230.
    My computer is an IBM/Lenovo Thinkpad T42 running Windows XP Professional SP2.
    I'm using a Bluetooth connection to synchronize the phone with Outlook.
    The system info is:
    Operating system:
    Microsoft Windows XP
    Build 2600
    Service Pack 2
    Language: English
    Language for non-Unicode programs: English
    Locale: English
    Input language: English
    Nokia PC Suite:
    Version 6.84.10.3
    Language: English
    Connectivity Cable Drivers:
    Version 6.84.4.0
    PC Connectivity Solution:
    Version 7.22.7.1
    Microsoft Outlook:
    Version 11.0
    Build 8169
    Bluetooth stack:
    Microsoft Bluetooth stack
    Version 5.1.2600
    Build 2180
    Yesterday I received the message informing me that there was an upgrade available to PC Suite 6.85.12.0. I've had no real problems with 6.84.10.3 but it has a few quirks:
    When I synchronize PCS 6.84 with Outlook I have to do it twice. The first time I get a message "Connected to (computer)" on the phone display. The synchronization then ends with a warning message in the last report
    PC Sync information.
    The mobile phone has not responded.
    Possible Solution
    Please ensure your phone is in the standby mode, then restart the Synchronization.
    If I sync again within a minute the synchronization succeeds. After a minute of no activity the phone displays a message "Disconnected from (computer)" and I am back in the original state.
    I can live with this. I just have to hit "Synchronize now" twice about five seconds apart.
    The second problem I had was with transferring a largish music file (6 Mbytes) to the phone. I tried several times and it got truncated but I got enough of it (a minute's worth) to be a useful ringtone so I left it at that.
    I thought I'd give PCS 6.85 a try and see if a release that promises stability fixes would clear up these quirks. What I ended up with is a release that wouldn't synchronize at all. Every time I tried to synchronize it failed. I would get the "Connected to (computer)" message on the phone follwed about one second later by "Disconnected from (computer)" and the same warning as shown above in the report log.
    I then tried to back out to PCS 6.84.10.3. This version, and an older one as well wouldn't work now either. It took me many hours of hair pulling, head scratching, Googling, and experimentation to get back to the version and behavior I had started out with.
    Since I didn't see this procedure stated explicitly anywhere let me describe the steps it took.
    1) From the control panel remove PC Suite.
    2) From the Control Panel remove Cable Connectivity Drivers.
    At this point I thought I could just install an older version but the older versions didn't work now either. I then read about PCS Cleaner. So I downloaded that (version 3.6) and tried to run it and got the rather confusing message:
    "PC Suite Cleaner does not support this version of Nokia PC Connectivity Solution (version number). Please contact Nokia support."
    I then tried manually cleaning PCS files and registry but I only made things worse. Finally after many futile attempts it dawned on me that the above message meant "First remove PC Connectivity Solution" so:
    3) From the control panel remove PC Connectivity solution.
    4) Now PCS Cleaner 3.6 agreed to launch and I was able to scrub the machine.
    5) Finally I could reinstall PC Suite. Reinstalling PC Suite 6.85.12.0 gave me the same no synchronization problem. Repeating the whole procedure with PCS 6.84.10.3 brought my system back to its original state.
    I have since again received theadvisory message that a new version of PC Suite is available. Needless to say I am now studiously ignoring it. I do not have the time or patience to work on this again until someone offers a workaround/fix for this problem.
    Any ideas?
    Sam Gamoran
    NDS Technologies Israel

    SOLUTION AT LAST!! (as dumb as it may be)
    -- This posts refers to an older version of PC Suite than mine, but I suspect the situation (and the problem) is very similar.
    Hey everyone!
    It's been hours of forum searching and reading million of suggestions how to make my 6230 sync with the *several* latest versions of Nokia PC Suite (HELLO! NOKIA ARCHITECHTS! You have some serious recurring problem here! Don't abandon the veterans in your client base, it reflects really bad on you service-wise! At least post an official message that you acknowledge the problem and that you're working on it!)
    Seems that tons of people encountered my exact problem:
    Connection works, pairing works, file copying works, synchronisation doesn't work.
    Well, the forums mentioned that the older older versions of PC Suite had a very quick timeout problem, so one had to synchronise twice, fast, in order for sync to succeed.
    Now, it seemed like the timeout was reduced to almost "0", and disconnection immediately followed connection.
    So, even though I did not see any second confirmation message (normally the phone shows a request to "connect" and then a second request to "transfer data" ) - I thought maybe it was there only disappearing very fast. So I decided to simply click twice fast, and I mean REALLY FAST, on the main button to accept, hoping that the connection will be kept. And VOILA! The connection was kept, and the sync was successful.
    I know it's not a permanent solution, but for me, for now, considering how hard (why is it hard, Nokia??) and annoying it is to revert to a much older version of PC Suite - it's at least a temporary solution that works. And the only one I've found so far.
    ================================
    Specifications:
    Phone: Nokia 6230
    Firmware: 04.44, 21-09-04
    PC Suite: 6.86.9.0
    MS Windows: XP SP2
    MS Outlook: 2003 SP3
    ================================
    I wonder if that would work for everyone.
    If so please spread the word, seems that lots of people would like to know that. At least until a decent fix will be released for the PC Suite, that is.
    Cheers,
    Ohad

  • Nokia C3 Error (Code 503)

    Nokia C3 Error (Code 503)
    I have problems to enter the Chat and E-Mail, shows "Error (Code 503). "
    I can enter without problems to the "Communities " and browse the Internet, but I can not get to chat ...
    Please help me not to do ... Thanks

    Did they attach a blackberry data plan to the account?
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • Nokia 701 Nokia Suite error

    Windows 7 Premium x64. Install Nokia Suite 3.2.100. It installs with no errors. Connect 701 via USB cable, more drivers install with no errors. When I tell it to check for updates I et the following message;
    "Somethings gone wrong. It seems that some program files of Nokia Suite are missing. To fix this, please uninstall nokia suite and download the latest version of the application ..."
    I've done this mulitple times and receive the same message.
    Solved!
    Go to Solution.
    Attachments:
    Nokia Suite error.docx ‏2520 KB

    Hello,
    Error has been fixed and Nokia Suite 3.4  contains the fix. You can download and install latest beta version of  Nokia Suite from here ...
    To download the installer, you need to log-in with the SAME credentials that you use on this Forum..
    Best regards,
    Marina
    Nokia Suite team
    Cheers,
    Marina
    Nokia Suite team
    Click on the Star Icon below if my advice has helped you!

  • How cn i use instant message in my nokia 6230 phon...

    Hw cn i use instant message in my nokia 6230 model phone.
    Solved!
    Go to Solution.

    You could look at IM+ for Java phones.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Nokia 6230 car hands free ACI question

    hello there,
    I was trying to connect my nokia 6230 to the car's audio AUX input in order to be able to listen to MP3.
    I have a very good knowkedge in Electronics, so i did some changes in the hands-free car kit.
    question is : I noticed that when the car kit is connected to the phone (& the car icon appears), the audio output becomes MONO, which means I can't really enjoy stereo MP3 (with my change I bypasssed the car kit's speaker output with relay only when call is active).
    the audio out pins of the pop port are at pins 11-14.
    BUT - again - when car kit is attached, output pins 13-14 are inactive (only mono from pins 11-12 is available)
    does anyone know how to hack this further more so it becomes stereo ? (I guess it is something with the ACI protocol ?? (pin 3))
    thanks,
    TOM

    The phone is only seeing your "modification" as the basic the mono headset. It needs to recognise the ACI chip in the headset, that tells the phone whats plugged in and therefore what audio paths to turn on. Unless you can mimic the ACI info (copywright infringement so be aware)the phone wont open the second audio path.Message Edited by megadodo on 06-Sep-200704:16 PM

Maybe you are looking for

  • Inconsistent Update error: JBO: 25014.  Help Needed from Jdev team

    Hi, ***Please help me in solving this issue. urgent!!!. Thanks.*** I need to know how can i Update after i browse throw a rowset and set the row attributes. Simple posting the changes and commit is giving me following error. I am getting JBO:25014 wh

  • Preview in browser list grayed

    The "preview in browser" list is grayed out and can not be used in my dreamweaver 8. When I remove all the browsers in the list and at them again it gives the same result and when I remove them all they reappear, but grayed out. I saw that a lot of u

  • Wi-Fi does not detect on Satellite L40-139

    Hello! I have a problem with Wi-Fi connection on Toshiba L40-139 under Windows XP Professional I have all drivers for this model from this site. Also Intel PRO/Wireless 2915ABG: 9.0.4.39 adapter was installed. But during the installation there was an

  • Help needed to understand this problem

    Hello Guys, can some one take a look and let me know that the following code segment should do what it seems to be doing? StyledDocument doc=(StyledDocument)editor.getDocument(); MutableAttributeSet attr=new SimpleAttributeSet(); StyleConstants.setFo

  • Menu bar accessibility severe issue

    Dear support team I am a visually impair person (20/100) vision. I am working as software architect since 27 years in the Windows and Linux world. A year ago I bought an AirPort and I fall in love with Apple product best quality: "Always work like a