What does "Out of memory" mean from Keynote?

I have had my macbook for about 5 months, and I am still learning to use the Iwork programs. Today, i tried to open a powerpoint file and I repeatedly receved a "out of memory" notification from Keynotes. What does that mean? And is there a way for me to open this document?
Thanks for any help, in advance!

You should not keep a String array of all the lines of the file read.
Instead for each line read, parse it, then write the parsed line in the other file:      public void loadFixedWidthFile() {
         BufferedReader in = null;
         BufferedWriter out = null;
         try {
            //File must be in same director and be the name of the string below
            in = new BufferedReader(new FileReader("files/FLAT.txt"));
            out = new BufferedWriter(new FileWriter("files/outfilename.txt"));
            String str;
            while ((str = in.readLine()) != null) {
               //System.out.println(str.length());
               str = parseThatLine(str);
               //write out the parsed str to another file
               out.write(str);
         catch (IOException e) {
            e.printStackTrace(); // At least print the exception - never swallow an exception
         finally { // Use a finally block to be sure of closing the files even when exception occurs
            try { in.close(); }
            catch (Exception e) {}
            try { out.close(); }
            catch (Exception e) {}
      }//end loadFixedWidthFile()Regards

Similar Messages

  • What does "cannot allocate memory" mean?

    what does "cannot allocate memory" mean?
    I get this message when I tried to open an app that requires the internet.
    I have Wi-fi connection but the apps kept telling me "cannot connect to the internet"
    What does this mean?

    Check your "http proxy" settings. You may try to use it with "auto".

  • What does this error message mean? Keynote to html to Homepage

    Trying to "add page" in homepage of my Keynote 3 exported html slideshow. However, after various attempts I keep getting this error from the .Mac server
    HomePage found the following issues with the HTML page you chose. Please fix these issues and try again: The "< BODY ... " tag is not closed properly with a matching ">".
    Is this a known issue? What does it mean? Can I go into the code window and fix it? If yes, how?
    Thank you,
    -todd

    OK, I'll try: it means that there's a missing directory record; that is, there's an item in the directory pointing to a record that doesn't exist. What else can I tell you? All such errors need repairing.

  • What does rendering error -50 mean? I'm trying to export to apple device from FC Pro

    What does "rendering error -50"  mean?  I'm trying to export to an apple device (Itunes) and I've done it this way before but now I just get the error message.  I'm not very technically savvy.

    I had a bunch of video clips which I took on a point and shoot camera.  They had been uploaded along with photos to Aperture, but putting the SD card directly  into my computer. Every year I take all the clips, edit out the junk, and make a DVD for the kids and grandkids to enjoy.  When in final cut, I just clicked on the camera to import from Aperture. 
    I also make DVD's though out the year of special events, using these same type of video clips taken with the point and shoot. I sometimes do slow motion set to music, etc. I have not had a problem before.  And all the bad files came from one trip in October.  All the files after it were fine as well.  I'm not sure what I did differently for that trip. 
    The little video clips say DSCN1783 (or some other file number) and are 1920x1080.  I try to "share" my project to a Master File on an external drive.

  • I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    I got an iphone from Hong Kong which is locked one. Can anyone explain me what does a locked iphone means. How do I use it in India now, with my own sim card. How do I unlock it???

    If your iPhone is locked to a wireless provider, only that wireless provider
    can unlock it. Contact the wireless provider in Hong Kong to see if they
    offer unlocking and if you qualify.
    If your iPhone is locked to an AppleID that you do not know, return it for
    a refund as it is useless. Only the person whose AppleID was used for
    activation can remove the lock. There is no workaround for Activation Lock.
    If neither of the above is what you are facing, provide more detail so someone
    may offer a solution.

  • What does clearing cookies and data from iPad 4 mean?

    What does clearing cookies and data from iPad 4 mean?

    http://ipad.about.com/od/ipad_basics/ss/How-To-Clear-Cookies-And-Web-History-In- The-iPad-Safari-Browser.htm
     Cheers, Tom

  • What does doa cover. i mean i brought  a macbook 6 days back and it uses to restart  when its powerd off nd lid closed it has kinda defective power key also. can it be treated as doa

    what does doa cover. i mean i brought  a macbook 6 days back and it uses to restart  when its powerd off nd lid closed it has kinda defective power key also. can it be treated as doa

    DOA means different things to different manufacturers. For some DOA means it fails to work out of the box and will be replaced but if it worked out of the box and failed the next day it will be repaired. For other companies there is a liberal return policy - for Apple if you buy direct from Apple (online or an Apple store) you have 14 days to return. That means you can return a defective computer and then turn around and buy a new one.
    (I had a store manager try to get me to accept a repair on a computer with a bad keyboard out of the box. I refused and insisted on a full refund if she wasn't willing to replaced it.)

  • What does "RTR FOR ALP" mean?

    I just finished switching my 1400 minute family plan over to the 1GB Share Everything Plan and I noticed that for all four of the phones on the plan (three smart phones and one basic phone), there is an added feature called RTR FOR ALP on all four lines.
    I was shown that FRIENDS & FAMILY ALP - 10 would be removed from all lines and that RTR FOR CAPPED PLANS $0 would be removed from the 4G phone's line and RTR FOR CAPPED MBBC $0 would be removed from the basic phone's line. If I had enough examples of RTR and ALP in use I might be able to figure it out, but with only my own plan to look at, I'm stumped.
    So what does RTR FOR ALP mean and what does the feature allow me to do that I couldn't do before?

    I don't know what the letters stand for, exactly, but what's happening is the 10 Friends for all lines is being removed, since you know have unlimited calling and there is no need for F&F numbers.  The 4G phone and the Basic phone's  individual data caps have been removed, and the shared data cap has been applied to those lines.
    Maybe with another cup of coffee I can come up with what the acronyms mean....
    ** EDIT
    Coffee would not have helped   But Google did:
    http://www.verizonbusiness.com/solutions/public_sector/federal/contracts/continuity_contract/redacted_contract/vol3_business/v3-contents.pdf  starting on page 6 lists pages of acronyms.
    ALP(S) = Automatic Line Protection switching
    RTR = Real Time Restoration
    Message was edited by: SuzyQ

  • What does "unresponsive script" warning mean?

    what does "unresponsive script" warning mean?

    I'm having the same problem with Firefox 19 on both OS X and Windows 7. It seems to be tied to Facebook (which I have as a pinned tab). I don't have to force quit though - just hit the 'stop script' button and things proceed as usual.
    I've a bug report into Firefox - if you don't have Facebook open in a tab, I don't know why you're getting the same error message.
    Clinton
    Update: Just received a reply - I'll give it a shot:
    "Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.

  • I was playing with my ipad settings (it's an older model) and noted in the advanced settings of Safari there was a place to view website databases.  When I clicked on this I saw websites.  How do these get there and what does the space amount mean?

    I was playing with my ipad settings and noted in he advanced settings of Safari there was a place to view "website databases".  When I selected this I saw a multitude of websites.
    Can anyone tell me how these get there?  Can a website be posted even if it was never went to?  What does the space amount mean?  For example, 1.5 kb...is this quite a bit?  Would it indicate someone has gone to a site multiple times?
    I share my ipad with my teenage daughter and I'm trying to find out if she's lying to me.  Obviously she's swearing that she has "no idea" how these got there and I'm trying to keep her safe (she's only 14).
    Thanks everyone.
    Concerned Mom

    Think of your PC and the 'temporary internet folder' where it keeps cached copies of web pages or elements off a web page for 'quicker display the next time you visit'. That's pretty much what that folder is. 1.5K is tiny. Probably just a basic page with some text on it. (you might be confusing 1.5K with 1.5 megabyte....megabyte is large...it's roughly 1000 kilobytes, so the 1.5K is a tiny file)
    As far as I know, the only way info gets into that folder is if the browser has been to that site.
    if you have a concern there are browsers out there, McGruff is one i've seen recommended, that allow some degree of parental control and supervision. That or you could passcode lock the iPad or enable the restrictions to turn off some parts of the device to have some control.

  • What does (error code -600) mean?

    What does (error code -600) mean?
    I received this code in a pop up window while trying to open iTunes from my Apps folder.

      procNotFound             
    = -600, /*no eligible process with specified descriptor*/
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Any change?

  • I understand that when using Numbers/Pages - an up-arrow on a document means that the file is still to be uploaded to the cloud, what does a down arrow mean? It seems the document can't be accessed until the arrow clears.

    I understand that when using Numbers/Pages - an up-arrow on a document means that the file is still to be uploaded to the cloud, what does a down arrow mean? It seems the document can't be accessed until the arrow clears.

    I believe what it's supposed to mean is that some changes were made to the document on another device, and those changes were saved back to the cloud.  Now you've opened iWork on a different device to access that document - it compares the document you've got locally with the one in the could, sees some recent changes and downloads them.
    What gets me is why this sometimes happens even when I've not made any changes to a document from another device.

  • What does "on my mac' mean and how do i delete or reduce the number of items in there?

    What does "on my mac" mean and how do i delete or reduce the number?

    Hi ya
    I'm seeing this on my email screen, on the left hand side - under the "RSS Apple".  The number of items in there is now 752.  It's preventing me from sending and receiving emails in my AOL account.
    Any  help would be deeply appreciated.
    Thank you.

  • HT1766 what does restor back up means/what does it do

    what does restor back up mean?/what does it do

    it stores all the data on your device in another place so that you can restore from it if a problem happens (say your device crashes or gets erased). then all your data is restored to your iPhone/iPod/iPad/Mac.

  • When exporting a slideshow, what does "current frame rate" mean?

    I'm exporting a slideshow from iPhoto '11 and I'm using custom settings
    I am wondering when you click the custom settings button
    what does "current frame rate" mean?
    does it mean use the current frame rate that it uses to let me preview the slideshow?

    Welcome to the Apple Discussions. What happens to the slideshow other than giving you this error. Don't know what it means. However, several users have reported iPhoto crashing when trying to export a slideshow. You might search this forum for that to see if you're experiencing something similar. As far as I know there was no fix found.
    Be sure to report it to Apple via via http://www.apple.com/feedback/iphoto.html.
    OT

Maybe you are looking for

  • Changing Net Price using bapi 'BAPI_PO_CREATE1'

    Hi All, I have a requirement to create the PO using BAPI .In this ,  the Net Price value is automatically updated from Info record. Can any one pls suggest the procedure how to update this Net Price through a flat file , and not through the info reco

  • AS02 -ATTACHMENT LIST ALV

    Hi gurus, ı have a problem. I need to find the table of the alv shown clicked on the Services for object/attachment list. I know some of the fields come fromm   "SOOD" table. Now my problem is that how ı related this table with ANLA-ANLN1. Do you hav

  • Replace JSF tag by an own tag

    Hi, I'm trying to replace a <h:inputText> by my own tag. The used HtmlInputText component should not be replaced. The reason is, that i want to pass permissions to the tag and map them to readonly and rendered attributes. My Problem is, that my own t

  • Need a Adobe Standard 9.0 download

    I lost my CD, but still have my CD number. Any link I found on the web is redirecting to an Acrobat X pro trial.

  • Can we recover lost work?

    A colleague and I have been working on a large project, 100 GB worth.We started on my MBP and saved it to an external Lacie HD.Then she carried on using her MB. After trimming it down and cropping out the unwanted stuff we added transitions and theme