ObjectInputStream Not Working Like It Should

i have made a class used to save and load contacts from a phonebook. my saving method works fine and it seems that my loading method is also fine, but for some reason the contacts arent loaded back into the phonebook on startup. here are the methods:
the save method:
public void saveContacts(JPanel[] savePanelArray){
        IOPanelArray = savePanelArray;
        out = null;
        try{
            out = new ObjectOutputStream(new BufferedOutputStream(new FileOutputStream("files/contacts")));
            out.writeObject(IOPanelArray);
        }catch(IOException e){
            e.printStackTrace();
        }finally{
            if(out != null){
                try{
                    out.close();
                }catch(IOException e){
                    e.printStackTrace();
    }the load method:
public void loadContacts(JPanel[] loadPanelArray){
        IOPanelArray = loadPanelArray;
        in = null;
        try{
            in = new ObjectInputStream(new BufferedInputStream(new FileInputStream("files/contacts")));
            IOPanelArray = (JPanel[])in.readObject();
        }catch(IOException e){
            e.printStackTrace();
        }catch(ClassNotFoundException e){
            e.printStackTrace();
        }finally{
            if(in != null){
                try{
                    in.close();
                }catch(IOException e){
                    e.printStackTrace();
    }this is how i used the load method in another class:
public JavaPhonebook(){
        buildMenu();
        buildToolBar();
        buildTabs();
        buildFrame();
        contactIO = new ContactIO();
        contactIO.loadContacts(mainPanelArray);
    }the contacts are only loaded once everything has been "built" so it should work... or am i missing something somewhere? im not too good when it comes to serialization so please bear with me :)

wow my head is about to explode right now hahaha! i edited the save and load methods to this (the load method aint complete at the moment):
public void saveContacts(String saveName, String saveNumber, String saveEMail){
        IOName = saveName;
        IONumber = saveNumber;
        IOEMail = saveEMail;
        out = null;
        try{
            out = new ObjectOutputStream(new BufferedOutputStream(new FileOutputStream("files/contacts")));
            out.writeObject(IOName);
            out.writeObject(IONumber);
            out.writeObject(IOEMail);
        }catch(IOException e){
            e.printStackTrace();
        }finally{
            if(out != null){
                try{
                    out.close();
                }catch(IOException e){
                    e.printStackTrace();
    public void loadContacts(){
        in = null;
        try{
            in = new ObjectInputStream(new BufferedInputStream(new FileInputStream("files/contacts")));
            IOName = (String)in.readObject();
            IONumber = (String)in.readObject();
            IOEMail = (String)in.readObject();
        }catch(IOException e){
            e.printStackTrace();
        }catch(ClassNotFoundException e){
            e.printStackTrace();
        }finally{
            if(in != null){
                try{
                    in.close();
                }catch(IOException e){
                    e.printStackTrace();
    }is this what u were talking about? probably not right? :)
Message was edited by:
Alex1989

Similar Messages

  • My passbook on my iphone 5 works the same as it did for the iphone 4, its not working like it should. why?

    my pass book on my iphone 5 does not work like it should, it works just the same as it did on the iphone 4, i tryed the date an time trick like 5 times an still nothing. i tryed factory reset an nothing. i know it workds different on the iphone 5 then the 4. but i dont know what else to do.

    Can you be more specific about what isn't working?  Are you running iOS 6 or iOS 6.1?
    Did you read the support page on Passbook?  http://support.apple.com/kb/HT5483

  • Siri is not working like it should i ask it to play songs and it just says sorry i cant do that any ideas y

    siri is not working like it should i asked it to play songs and it just says sorry i cant do it any ideas y

    Debbie:
    deborahfromwindsor wrote:
    he advises restarting by inserting the OSX disc and pressing down the C button to reboot from there then selecting disk utility, hard disk and repair.... Does he mean me to hold down the C key on the alpha keyboard or the ctrl key?
    Should I just ask for my money back??? If it is a simple repair do I just literally push the disc in, push the power button and hold down the C button?
    That's where I would begin, too, with
    Repair Disk
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.TStatus of HDD at the bottom of right panel, and report if it saysanything but Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need touse autility like TechTool Pro,Drive Geniusor DiskWarrior
    First we need to determine if the issue you are experiencing with the computer is software or hardware based. Once we have gotten things sorted out there should be time enough to make you decision about keeping or returning it.
    cornelius

  • ITunes Wi-fi sync not working like it should.

    So I got a new ipod touch 4th generation because my other one broke. I'm trying to set up wifi sync so I don't have to connect the device to the computer incase it malfunctions. Half the time it doesn't work, and if it does work, I still have to connect it directly to the computer. Sometimes I use wifi sync the first time and it doesn't work, then I plug it into my computer and it detects it. Then I unplug it and use wifi sync and it works like it should. So it kind of defeats the purpose of using wifi sync if everytime I want to sync content through wifi, I'm forced to connect the ipod to the computer. Is there something I'm doing wrong? Please Help!
    Also, my Ipod is not even a month old and is working like new. It is refurbished.

    Have you looked here:
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing

  • RegExp not working like it should

    Maybe I just need another pair of eyes looking at this, but I have a RegExp instance that should work according to multiple tools on the web but it's not matching when it should in my application.  The expression should match if there isn't any leading or trailing spaces.  Here's a code snippet:
    var regexp:RegExp = new RegExp("^\S.*\S$|^\S(?!.)", "s");
    if(regexp.exec("Hello World") == null)
         trace("NO MATCH");
    Using tools such as Grant Skinners RegExr (http://gskinner.com/RegExr/) it appears that the previous code should get a match.  Does anyone see an issue or know why it isn't working?

    Hi All,
    while assigning value to a RegEx in constructor itself, we can either specify pattern (for which we need not  escape already escaped character)
    like
    var regexp:RegExp = new RegExp(/^\S.*\S$|^\S(?!.)/s)
    or we can specify a string (for which we need to escape already escaped characters)
    like
    var regexp:RegExp = new RegExp("^\\S.*\\S$|^\S(?!.)","s")
    Regards,
    Abihshek Chaudhary

  • Problems with "find nearby missing photos", not working like it should in LR4

    After I imported photos into LR4 I decided to split the event within the same folder creating 2 subfolders and proceeded to move the files within the finder. Went to LR4 and synchronized the folder but it didn't fix the file location on the missing files. So I tried finding individual files and checked the "Find nearby missing photos" but this doesn't seem to work like it did in LR3, because it won't find any nearby missing files even though they are right there new to each other in the same folder.
    I don't want to dremove them and re-import because I have added ratings and I fear I would loose this info if I did that...

    Your assumption that you would loose your ratings and develop settings is correct, if you would re-import.
    Reimporting is never a good idea.
    For the rest you have two alternatives: either you reconnect one image after another, or you undo on OS level what you did in the first place, then execute the move inside LR.
    Depending on how many images you moved this could actually be the fastest route out.
    "Find nearby missing photos" did not work reliably for me either in LR3. I have never found out when it did and when not, so I have preferred to learn how to perform any such operation inside LR.
    Another valid question is why you do not use collections for your desired split , and leave the folders as they were.
    According to my prejudice MAC users would not be as conservative in sticking to folder structures as Windows users..;-))
    Once you master LR folders could be very unimportant storage buckets, as every angle for organizing your images would be covered by (smart) collections and keywords and other metadata.
    Good luck, Cornelia

  • Power button not working like it should...

    When booting up, I have to press power button several times. Finally, when it does come on (Pavilion dv6Notebook), the fan runs quite a bit. I am worried my hard drive is about to go. Any tips?

    Try a soft reset and see what happens.
    If the power button is not working, here is a link for a program that remaps the power button on your TX so you can hard reset and power off.
    There is a program called PowerBtn 2.0. This allows you to turn off the device when the power button does not work. (Thanks to Computerwiz for the info.)
    Click on the following link for the website.
    http://www.canuck-software.ca/
    For reference purposes, click on the following link for the support page for your device on the kb.hpwebos.com webpage.
    http://kb.hpwebos.com/wps/portal/kb/na/tungsten/tx/unlocked/home/page_en.html
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.

  • IMessage not working like it should!

    I have a problem that I'm sure other people have as well.
    The problem in a few words is that iMessage is not capable of fast switching between Wi-Fi and cellular network.
    Example 1:
    When I am texting with my girlfriend and I'm inside my house, but a bit too far from my router (but still connected to it, yet with a weak signal), the iPhone often fails to send the message (red dot error) or with a certain amount of delay (usually a minute or two).
    Example 2:
    When I am outside, on a location where I don't have a 3G connection and obviously no Wi-Fi either, I have the same issue as described in the example above. It also occurs when having a 3G connection, but this issue is much less occuring.
    In my opinion, Apple should seriously rethink the way iMessage works, cause it is quite annoying when you think that a message has been sent. When you check your iPhone 20 min/ 1 hour/ 2 hours... later, and you find out the message hasn't got out, you feel like smashing the phone against a wall. Especially when the message is urgent.
    I never have this problem with What's App, that's why I prefer to continue using this. Maybe Apple should buy them, so they have at least proper working software.
    Is there a way to fix this? The level of 'this annoys the crap out of me' on a scale from 1 to 10 is 11 right now.

    I notice the same issues with my iPhone and iPad.  I hope there will be a fix for it soon.  The same type of problem occurs when I am using Safari and am farther away from my router at home; my device continues to try using the wi-fi instead of switching to 3G to optimize the download speed.
    Another problem with iMessage: my sister has an iPhone without a data plan and has to turn off iMessage to send texts when she is outside of a wi-fi zone, otherwise it keeps try to send as an "iMessage" instead of a "Text Message" and displays the red dot error that it cannot send.  And when I try sending her an iMessage (my iPhone knows she has iOS 5 with iMessage) it shows as delivered, even though she has her iMessage turned off and does not receive it until she turns it back on.
    One more thing: The whole iMessage to email address and/or phone number is very lame...please make all iMessages (sent and received to either location) sync between registered devices.  It just makes more sense than having 2 conversations open with the same person becasue you iMessage from your iPhone using your phone number then switched to your iPad using your email address..
    There are a lot of things to fix/improve with iMessage to make it as good as WhatsApp or BBM...
    Get to work, Apple!

  • Brand new ipod touch not working like it should??

    I have a brand new ipod touch that i got last tuesday.and every downloaded app will stop working after i have had it for about a day..like it starts to load the app then just goes back to homescreen..all pre-installed apps work fine.
    but i have tryed restoring my ipod and it doesnt really fix it because all the apps stop working just like before..and i have also tryed deleting and re-installing the apps but is still doing the same thing.
    Is there a way to fix this or should i get it replaced??
    (i have a 2 year warrenty)

    Maybe your using too much Virtual Memory. Try holding the sleep/wake button and the home button until you see the silver apple.

  • GotoAndStop not working like it should (AS3 / CS4)

    Hi everyone, I've recently started using AS3 in flash and it's giving me some troubles. Here's the situation:
    On my first frame on the main timeline I  use a gotoAndStop("home") command to go to my homepage which is on frame 45 and labeled "home".
    From frame 2 up to frame 44 there are multiple movieclips with animations and sound in them, which stop at frame 45.
    When I use the gotoAndStop() command in my first frame it seems to work but the sounds of my movieclips in the previous frames keep looping.
    I don't understand why this is happening, since my movieclips aren't even on frame 45.
    Anyway, here's some of my code.
    first frame on main timeline code:
    [CODE]
    import flash.events.MouseEvent;    
    this.gotoAndStop("home");
    [/CODE]
    below that code are my buttons.
    here's the code from one of the buttons I use.
    [CODE]
    function mouse_over(e:MouseEvent){  
    e.currentTarget.gotoAndStop("_over");  
    function mouse_out(e:MouseEvent) {  
    e.currentTarget.gotoAndStop("_up");  
    function mouse_down_center(event:MouseEvent) {  
    btn_center.gotoAndStop("_down");  
    gotoAndStop("home");  
    btn_center.buttonMode = true;   
    btn_center.addEventListener(MouseEvent.MOUSE_DOWN, mouse_down_center);  
    btn_center.addEventListener(MouseEvent.ROLL_OVER,mouse_over);  
    btn_center.addEventListener(MouseEvent.ROLL_OUT,mouse_out);
    [/CODE]
    I've also tried putting "this." in the button code and making a variable out of "this" to then use that variable in the code. It didn't change anything.
    Any help with this would be greatly appreciated.

    Sorry for the somewhat late response, didn't expect people to respond this quickly.
    There are no sounds when I use stop() instead of gotoAndStop() so I guess that means my sounds are coming from the movieclips? Not sure if this helps.
    I looked into using the soundmixer.stopall() but the problem is that I also have a background music playing (which works perfectly by the way) so that code would stop my music as well.
    I guess I should look into loading my sounds via actionscript, do I do that from within my movieclips or from the main timeline frame?
    The problem is that I don't want my sounds to start right at the beginning of the movieclip animation.

  • Cool'n'Quiet not working like it should!

    Well, I decided to try Cool'n'Quiet to see how much cooler and quieter my system would get. So I enabled it in BIOS and set Windows power management to Minimal, and watched the clock speed and voltage go down as the CPU load went down.
    It stopped at about 1.3v and 1800 Mhz. It won't go any further! My friend practically has the same setup except he uses a 3000+ ClawHammer, and his clock speed and voltage decreases much more than mine. I've read that the clock speed should hit 1000 Mhz.
    To answer some possible questions, yes, I have installed the latest AMD processor driver and yes, the CPU load is under 10% when I'm checking.
    Thanks in advance!

    If you install the latest beta BIOS 1.2B12, you will see that CnQ can drop the multiplier down to 5.   But some people have seen instability with that BIOS.  I have not.

  • Chatserver not working like it should

    Hi
    I have created a chatserver and a chatclient where the chatserver is running as a multithreaded server where is can receive multiple requests at a time instead of only being able to handle one request at a time.
    When i start up the server, it works fine and then i start up the client which seems to work fine, but on the server side im getting a "NullPointerException". I think that the server doesnt find the socket to the client.
    This is the chatserver code:
         Filename: ChatServer.java
         Last updated: 2007-02-01
         @author chrisrus
         @version 0.5a
    /**     Class that represents a running server */
    import java.net.* ;
    import java.io.* ;
    public class ChatServer implements Runnable
         // Needed variables for establishing connection
         ServerSocket srvSocket ;
         Socket clnSocket ;
         PrintWriter pw ;
         Method for starting up the server
         public void startUpServer()
              try
                   srvSocket = new ServerSocket(4242) ;
                   System.out.println("Server running on port: 4242.") ;
                   while(true)
                        ChatServer cs = new ChatServer() ;
                        Thread newRequest = new Thread(cs) ;
                        clnSocket = srvSocket.accept() ;          
                        newRequest.start() ;
              catch(IOException io)
                   System.out.println("Error handling the client request.") ;
         Method executed by a thread
         public void run()
              try
                   pw = new PrintWriter(clnSocket.getOutputStream());
                   for (int i = 0 ; i < 50 ; i ++ )
                        pw.write("Test message from server") ;
                   pw.close() ;
              catch (IOException io)
                   System.out.println("Error when sending information to the client..") ;
              catch (NullPointerException nu)
                   System.out.println("Error") ;
                   nu.printStackTrace() ;
    }How can i fix this so the server will be able to send the message to the client and why is this failing? Is it because the method "run()" cant access the clients output stream, if so, why doesnt i get to access this and how would i fix this..
    Any help i appericiated. Thanks.

                        clnSocket = srvSocket.accept() ;          That should be:
                        cs.clnSocket = srvSocket.accept() ;          

  • Package not working like it should! :(

    Ok I created a package, It compiles fine but returns no results.
    My package contains a function that calculates my instructors bonus depending on how many lessons he has taught in the last 7 days.
    I then have a procedure to check that the bonus is not over 400, 400 is the max bonus that can be earned in any 1 week.
    I belive the source of the problem is the data being fed to the procedure is wrong or mixed up,. The function calculates the correct bonus, so that is working fine.
    I am struggling to pass the results of the function into the procedure for checking!
    I have spent the last couple of hours trying to see where I am going wrong but i think my brain has packed in!
    here is the package.
    CREATE OR REPLACE PACKAGE wage_calc IS
    full_wage NUMBER(8);
    FUNCTION instructor_bonus
    (ins_grade in NUMBER , ins_id in VARCHAR2)
    RETURN NUMBER;
    PROCEDURE bonus_checker
         (ins_grade IN NUMBER,
          ins_bonus IN NUMBER,
          ins_id_in IN VARCHAR2,
          bonus OUT VARCHAR2);
    END;
    CREATE OR REPLACE PACKAGE BODY wage_calc IS
    FUNCTION instructor_bonus
    (ins_grade in NUMBER , ins_id in VARCHAR2)
    RETURN NUMBER
    IS
    less_taught NUMBER(8);
    ins_bonus NUMBER(8);     
    BEGIN
         SELECT count(fk_ins_id)
         INTO less_taught
         FROM class_schedule
         WHERE fk_ins_id = ins_id
         AND date_of BETWEEN SYSDATE-7 AND SYSDATE;
              IF      ins_grade = '1' THEN ins_bonus := less_taught * 15.00;
              ELSIF     ins_grade = '2' THEN ins_bonus := less_taught * 25.00;
              ELSIF     ins_grade = '3' THEN ins_bonus := less_taught * 35.00;
              END IF;
              IF      less_taught >= 5 THEN ins_bonus := ins_bonus * 1.1;
              END IF;
              RETURN ins_bonus;
         END instructor_bonus;
    PROCEDURE bonus_checker
         (ins_grade IN NUMBER,
          ins_bonus IN NUMBER,
          ins_id_in IN VARCHAR2,
          bonus OUT VARCHAR2)
    IS
    ins_bonus_res NUMBER(8);
    BEGIN
         SELECT instructor_bonus(ins_bonus,ins_id)
         INTO ins_bonus_res
         FROM instructor
         WHERE ins_id = ins_id_in;
         IF ins_grade = 1 AND ins_bonus_res > 250
         THEN ins_bonus_res := 250;
                   DBMS_OUTPUT.PUT_LINE(ins_id_in|| 'Has reached full bonus for grade '||ins_grade||'  it will be capped, bonus = '||ins_bonus_res);
         ELSIF ins_grade = 2 AND ins_bonus_res > 350
         THEN ins_bonus_res := 350;
                   DBMS_OUTPUT.PUT_LINE(ins_id_in|| 'Has reached full bonus for grade '||ins_grade||'  it will be capped, bonus = '||ins_bonus_res);
         ELSIF ins_grade = 3 AND ins_bonus_res > 500
         THEN ins_bonus_res := 500;
                   DBMS_OUTPUT.PUT_LINE(ins_id_in|| 'Has reached full bonus for grade '||ins_grade||'  it will be capped, bonus = '||ins_bonus_res);
         ELSE ins_bonus_res := ins_bonus_res;
         DBMS_OUTPUT.PUT_LINE('Instructor bonus = '||ins_bonus_res);
         END IF;
         END bonus_checker;
    END;
    /When i attempt to test it with this data.
    VARIABLE ins_bonus_res NUMBER
    EXECUTE wage_calc.bonus_checker (1, 1, 1, :ins_bonus_res);I get this....
    PL/SQL procedure successfully completed.
    SQL> print :ins_bonus_res
    INS_BONUS_RES
    -------------So I am stuck! If anyone coudl help me it would be appriciated! Thanks.
    Message was edited by:
    stevenmac
    Message was edited by:
    stevenmac

    Ok that works now thanks!
    Is there any way to improve this paackage? At the moment i have to input the ins_id and the ins_bonus.
    VARIABLE ins_bonus_res NUMBER
    EXECUTE wage_calc.bonus_checker (1,1, :ins_bonus_res);Is there any way to change it so that I just need to input the ins_id??
    Here is my code so far.
    SET SERVEROUTPUT ON
    CREATE OR REPLACE PACKAGE wage_calc IS
    full_wage NUMBER(8);
    FUNCTION instructor_bonus
    (ins_grade in NUMBER , ins_id in VARCHAR2)
    RETURN NUMBER;
    PROCEDURE bonus_checker
         (ins_id_in IN VARCHAR2,
          ins_bonus IN NUMBER,
          bonus OUT VARCHAR2);
    END;
    CREATE OR REPLACE PACKAGE BODY wage_calc IS
    FUNCTION instructor_bonus
    (ins_grade in NUMBER , ins_id in VARCHAR2)
    RETURN NUMBER
    IS
    less_taught NUMBER(8);
    ins_bonus NUMBER(8);     
    BEGIN
         SELECT count(fk_ins_id)
         INTO less_taught
         FROM class_schedule
         WHERE fk_ins_id = ins_id
         AND date_of BETWEEN SYSDATE-7 AND SYSDATE;
              IF      ins_grade = '1' THEN ins_bonus := less_taught * 15.00;
              ELSIF     ins_grade = '2' THEN ins_bonus := less_taught * 25.00;
              ELSIF     ins_grade = '3' THEN ins_bonus := less_taught * 35.00;
              END IF;
              IF      less_taught >= 5 THEN ins_bonus := ins_bonus * 1.1;
              END IF;
              RETURN ins_bonus;
         END instructor_bonus;
    PROCEDURE bonus_checker
         (ins_id_in IN VARCHAR2,
          ins_bonus IN NUMBER,
          bonus OUT VARCHAR2)
    IS
         ins_bonus_res NUMBER(8);
         ins_grade_t NUMBER(8);
         ins_name_t VARCHAR2(12);
    BEGIN
         SELECT instructor_bonus(ins_bonus, ins_id), ins_grade, ins_name
         INTO ins_bonus_res, ins_grade_t, ins_name_t
         FROM instructor
         WHERE ins_id = ins_id_in;
         IF ins_grade_t = 1 AND ins_bonus_res > 250
         THEN ins_bonus_res := 250;
                   DBMS_OUTPUT.PUT_LINE(ins_name_t|| 'Has reached full bonus for grade '||ins_grade_t||'  it will be capped, bonus = '||ins_bonus_res);
         ELSIF ins_grade_t = 2 AND ins_bonus_res > 350
         THEN ins_bonus_res := 350;
                   DBMS_OUTPUT.PUT_LINE(ins_name_t|| 'Has reached full bonus for grade '||ins_grade_t||'  it will be capped, bonus = '||ins_bonus_res);
         ELSIF ins_grade_t = 3 AND ins_bonus_res > 500
         THEN ins_bonus_res := 500;
                   DBMS_OUTPUT.PUT_LINE(ins_name_t|| 'Has reached full bonus for grade '||ins_grade_t||'  it will be capped, bonus = '||ins_bonus_res);
         ELSE ins_bonus_res := ins_bonus_res;
         DBMS_OUTPUT.PUT_LINE('Bonus for '||ins_name_t||' = '||ins_bonus_res);
         END IF;
         bonus := ins_bonus_res;
         END bonus_checker;
    END;
    /Thanks in advance

  • My ipad touch sensitivity is not working like it should. It is an ipad mini and I have had it for only 6 months. Would a repair be covered by the one year warranty?

    My ipad mini has not been functioning properly as of late and it is making me worry. What could be causing this problem? Are such changes covered by the one year warranty? 

    If there is a hardware problem that is causing the lack of touch screen sensitivity, it would be covered by the warranty as long as the problem was not caused by accidental damage - like dropping the iPad, getting it wet, letting it get too cold, too hot ...something like that.
    See if this helps. Close all of the apps in the recents tray and then reboot your iPad.
    Tap the home button first. Then double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Digital Download with DVD not working like it should

    I purchased the Mickey Mouse Clubhouse Space Adventure from Walmart.  I love to buy the ones that include the digital download, that way if we are stuck somewhere I can whip out my iPad or iPhone and entertain a 3 year in the blink of an eye.  However, with this purchase I redeemed my download but it never showed up in my Library.  When I try to seach for this movie in the iTunes Store it doesn't even look like it is even available for purchase.  Did I just buy a "dud"?  I am really bummed out that I have not been able to troubleshoot this to a solution on my own, so now I reach out to you.  Has anyone ever had this happen to them with any purchases or are you an owner of the same movie with the same problem?  Please help, I'm open to any suggestion at this point.

    I did do the check for updates and purchase downloads, still no movie. 

Maybe you are looking for

  • Error while opening a pdf file.

    Hi All, I have Adobe Reader 10.1.3 installed on my system. I am getting the following error : "Adobe Reader could not open 'abc.pdf' because it is either not a supported file type or because the file has been damaged(for example, it was sent as an em

  • Tracking oracle database activities in security/system logs of windows server

    Can database activity like create or drop tables and packages be tracked in the security/system logs of windows 2003 server for the oracle database 10.2.0.4? Can purging of oracle log, n case the file has become big or even tempered be tracked in the

  • Programmatically determine steps referenced in an expression

    Is there an elegant way to programmatically determine any steps that are reference in an expression using API.  Such that  AllOf(RunState.Sequence.Main["ID#:AzvyVD4OcUiZz2vk3ZHknA"].Result.Status == "Passed", RunState.Sequence.Main["ID#:0RT7Ih2QQkimH

  • Keep asking for wifi password

    Why is this thing keep pop out?? yes, it can solve when i forget the network or reset the network But i don want to do this every time ! Apple give me a respond ASAP! iphone 5s iOS 8.0.2

  • Creation of sub departments under personnel sub areas

    Hi One of my client want to maintain the sub departments under personnel subareas, Is it possible then please tell me the paocess Otherwise what is the another wayto maintain the sub departments like PSA is F & A under this sub area client want to ma