Skipping over incompitable object - on Undeployment of Resource Adpater

          Problem Statement: WLS6.1 SP2 on NT 4.0
          ** Single WLS Admin Server - NOT CLUSTERED****
          1. Deployed Resource Adpater at JNDI IICF.
          2. ManagedConnectionFactoryCreated.
          3. Trying to Undeploy - Generates following errors.
          After effects:
          View JNDI has (access denied). Is JNDI corrput now?
          The IiConnectionFactory is completely serializable. All members are String or
          primitive int types. Only one transient member of PrintWrite.
          Weblogic Log:
          IiManagedConnectionFactory::createConnectionFactory(?):1
          Skipping over incompatible object at name=IICF, className=IiConnectionFactory
          javax.naming.CommunicationException. Root exception is java.rmi.UnmarshalExcept
          ion: failed to unmarshal interface javax.naming.NamingEnumeration; nested except
          ion is:
          java.lang.ClassNotFoundException: IiConnectionFactory: This error could
          indicate that a component was deployed on a cl
          uster member but not other members of that cluster. Make sure that any component
          deployed on a server that is part of a cluster is also deployed on all other
          me
          mbers of that cluster
          java.lang.ClassNotFoundException: IiConnectionFactory: This error could indicate
          that a component was deployed on a cluster me
          mber but not other members of that cluster. Make sure that any component deploye
          d on a server that is part of a cluster is also deployed on all other members
          of
          that cluster
          at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:16
          2)
          at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:10
          6)
          at weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInp
          utStream.java:49)
          at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java
          :918)
          at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
          at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
          at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
          at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
          at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
          at weblogic.jndi.internal.BindingEnumeration.readExternal(BindingEnumera
          tion.java:65)
          at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1212)
          at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
          at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
          at weblogic.rmi.internal.CBVInputStream.readObjectInternal(CBVInputStrea
          m.java:191)
          at weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
          82)
          at weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
          69)
          at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
          at weblogic.rmi.internal.BasicRemoteRef.unmarshalReturn(BasicRemoteRef.j
          ava:232)
          at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
          ef.java:263)
          at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
          ef.java:229)
          at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
          at $Proxy49.listBindings(Unknown Source)
          at weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:
          309)
          at javax.naming.InitialContext.listBindings(InitialContext.java:399)
          at weblogic.management.console.webapp._jndi.__nav.printContext(__nav.jav
          a:116)
          at weblogic.management.console.webapp._jndi.__nav._jspService(__nav.java
          :254)
          at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          pl.java:265)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          pl.java:200)
          at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
          cherImpl.java:241)
          at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112
          at weblogic.management.console.actions.ForwardAction.perform(ForwardActi
          on.java:35)
          at weblogic.management.console.actions.internal.ActionServlet.doAction(A
          ctionServlet.java:171)
          at weblogic.management.console.actions.internal.ActionServlet.doGet(Acti
          onServlet.java:91)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          pl.java:265)
          at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          pl.java:200)
          at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
          rvletContext.java:2495)
          at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
          pl.java:2204)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          

Might sound funny but try adding the connectors compiled classes (or the
          jar) in to WLS's classpath...
          I has a similar problem...
          "Chris R" <[email protected]> wrote in message
          news:[email protected]...
          >
          > Problem Statement: WLS6.1 SP2 on NT 4.0
          > ** Single WLS Admin Server - NOT CLUSTERED****
          >
          > 1. Deployed Resource Adpater at JNDI IICF.
          > 2. ManagedConnectionFactoryCreated.
          > 3. Trying to Undeploy - Generates following errors.
          >
          > After effects:
          >
          > View JNDI has (access denied). Is JNDI corrput now?
          >
          > The IiConnectionFactory is completely serializable. All members are String
          or
          > primitive int types. Only one transient member of PrintWrite.
          >
          >
          > Weblogic Log:
          >
          > IiManagedConnectionFactory::createConnectionFactory(?):1
          > Skipping over incompatible object at name=IICF,
          className=IiConnectionFactory
          > javax.naming.CommunicationException. Root exception is
          java.rmi.UnmarshalExcept
          > ion: failed to unmarshal interface javax.naming.NamingEnumeration; nested
          except
          > ion is:
          > java.lang.ClassNotFoundException: IiConnectionFactory: This error
          could
          > indicate that a component was deployed on a cl
          > uster member but not other members of that cluster. Make sure that any
          component
          > deployed on a server that is part of a cluster is also deployed on all
          other
          > me
          > mbers of that cluster
          > java.lang.ClassNotFoundException: IiConnectionFactory: This error could
          indicate
          > that a component was deployed on a cluster me
          > mber but not other members of that cluster. Make sure that any component
          deploye
          > d on a server that is part of a cluster is also deployed on all other
          members
          > of
          > that cluster
          > at
          weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:16
          > 2)
          > at
          weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:10
          > 6)
          > at
          weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInp
          > utStream.java:49)
          > at
          java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java
          > :918)
          > at
          java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
          > at
          java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
          > at
          java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
          > at
          java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
          > at
          java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
          > at
          weblogic.jndi.internal.BindingEnumeration.readExternal(BindingEnumera
          > tion.java:65)
          > at
          java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1212)
          > at
          java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
          > at
          java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
          > at
          weblogic.rmi.internal.CBVInputStream.readObjectInternal(CBVInputStrea
          > m.java:191)
          > at
          weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
          > 82)
          > at
          weblogic.rmi.internal.CBVInputStream.readObject(CBVInputStream.java:1
          > 69)
          > at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
          > at
          weblogic.rmi.internal.BasicRemoteRef.unmarshalReturn(BasicRemoteRef.j
          > ava:232)
          > at
          weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
          > ef.java:263)
          > at
          weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
          > ef.java:229)
          > at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
          > at $Proxy49.listBindings(Unknown Source)
          > at
          weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:
          > 309)
          > at
          javax.naming.InitialContext.listBindings(InitialContext.java:399)
          > at
          weblogic.management.console.webapp._jndi.__nav.printContext(__nav.jav
          > a:116)
          > at
          weblogic.management.console.webapp._jndi.__nav._jspService(__nav.java
          > :254)
          > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          > pl.java:265)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          > pl.java:200)
          > at
          weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
          > cherImpl.java:241)
          > at
          weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112
          > )
          > at
          weblogic.management.console.actions.ForwardAction.perform(ForwardActi
          > on.java:35)
          > at
          weblogic.management.console.actions.internal.ActionServlet.doAction(A
          > ctionServlet.java:171)
          > at
          weblogic.management.console.actions.internal.ActionServlet.doGet(Acti
          > onServlet.java:91)
          > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
          > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          > pl.java:265)
          > at
          weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
          > pl.java:200)
          > at
          weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
          > rvletContext.java:2495)
          > at
          weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
          > pl.java:2204)
          > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
          

Similar Messages

  • How do I remove the grid map over an object when working in 3D?

    I am working through Adobe's Photoshop CS6 Classroom in a Book, Section 12 - Working with 3D Images.
    So far I have found it all fairly straight forward and very useful.
    I am at a point where I am applying textures and materials to my objects, however I cannot seem to find out how to remove the grid that has mapped itself over the objects. I have included a image to illustrate.
    Can anyone help?
    What is the command that will hide these grid maps?!
    Thanks so much in advance.

    I went into YouTube as well, and indeed: It didn't remove the white background.
    Then I went into Photoshop and was surprised: It was able to remove the white background by just playing around with the Magic Wand Tool. I also went into other programmes similar to Photoshop and was excited that there were connatural ways to remove the white background. Finally, I went into Illustrator and observed that the clipping path route worked. Even in CS6.
    Not sure why it didn't work for you.

  • My iPod touch is skipping over certain songs it used to be able to play, help?

    It started a little over a week ago. It was after I had downloaded the recent update, I was listening to music and skipped this one song when I noticed it skipped over two. Then I tried playing one song and it skipped over that one and the next completely. I skipped back and it wouldn't play the song I had orginially wanted, but did play the one after it that it had skipped over. I've tried turning it off and reseting it. I'm at a real loss here because I thoughted it would be just a glitch and go away, but at this point I'm really fed up. I have a feeling it has to do with the recent updates since it use to play the songs it skips over now just fine. The songs have almost nothing in common and so far I've found it's about a donzen or so it skips over.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • Automator (or anything) to mass transfer one file at a time, or skip over corrupted files?

    I'm currently recovering files (using Disk Warrior) from a failing hard drive, but when OS X hits a corrupted file ("Error -36"), it cancels the entire transfer, rather than skipping over it.  Basically, I have to transfer one file at a time, which, on a 2TB hard drive, is going to be insanely tedious, so I was wondering if there's an automation that can transfer one file at a time, or some other way to transfer files that won't stop mid-process?

    in my experience, people who know enough unix to understand what you suggested rarely ask questions about automator.  Auto-mechanics don't generally need advice on choosing an auto repair shop.
    Applescript is probably the easiest way to go with this.  I don't know what the file structure of the recovered documents is, but in general you'd run something like this:
    set sourceFolderPath to "/path/to/recovered items folder/"
    set destinationFolderPath to "/path/to/destination folder/"
    tell application "System Events"
              set theFiles to files of folder sourceFolderPath
              repeat with thisFile in theFiles
                        try
      -- move files one-by-one in an error block
                                  move thisFile to folder sourceFolderPath
                        on error
      -- you can put something here to log the skipped files or display a dialog, if you like
                        end try
              end repeat
    end tell

  • HT1479 I would like to know how to burn a dvd in such a way that each image can be skipped over by pressing the skip button.

    I would like to know how to burn a dvd in such a way that each image can be skipped over by pressing the skip button? If anyone could help it would be greatly appreciated!

    Here's how top get a slideshow that will let the viewer manually control the forward and backward movement of the slides with the forward and back buttons on the DVD remote.
    1 - put the images you want to use in an iPhoto album.
    2 - launch iDVD, select a theme and add a slideshow using the "+" button at the bottom:
    3 - click on the Media button at the lower right hand corner of the window and then click on the Photos button.
    4 - locate the iPhoto album containing your photos and drag it into the left hand pane:
    5 - select Side Duration to Manual.
    In order to get the maximum manual control of the slides you cannot have add any music to the slideshow.  If you do add music the slideshow will continue you advance unless you pause the slideshow and/or use the advance/back buttons and then pause.
    Once you have the project as you want it save it as a disk image via the  File ➙ Save as Disk Image  menu option.  This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • I have an I phone 3g and I downloaded the newest software and I can't get any music to play.  I can't change my playlists and the songs I have on the phone just get skipped over.  What can I do to correct this?

    I have an I phone 3g and I downloaded the newest software and I can't get any music to play.  I can't change my playlists and the songs I have on the phone just get skipped over.  What can I do to correct this?

    it recognizes the iPOD but I can't get any of the new songs to import to the iPOD
    are you getting an error message, Odessa? if so, what does it say? include error message numbers if you're getting any.
    if you're not getting an error message, describe what happens when you try to transfer songs to the ipod as best you can.

  • I had to reload all my programs after a  hard drive problem. Now certain songs are skipped over or only play for a sec or 2 then it jumps to next song. all songs played before. Some are Itune bought and some are my old music.

    I had to wipe my hard drive clean and reload all my programs. After reloading Itunes, I noticed that some songs will not play, they are skipped over, or the songs plays for 1-2 secs then it skips on to next song. Any ideas what I did wrong? All songs played before and some of affected songs are bought, some are my old library I copied off of CDs

    TimT wrote:
    I had been thinking that the hard dri've is starting to fail on me but then I thought about the fact that, If I play an MP3 and the player freezes up or starts jumping through the mp3 file, Then I restart the player and start the same MP3 agian and this time it plays normally, Is it really a hard dri've problem?
    Could be a lot of things unfortunately, from corrupt firmware, corrupt format on the disk, a problem with the mainboard, or a problem with the hard disk.
    I figure that if the hard dri've was damaged it would always freeze up on the same file at the exact same point in the music wouldn't it's
    Not necessarily. It could be just an intermittent fault.
    I want to Format my Zen Touch and reload the Firmware to start from scratch, but I first want to backup my 28 GBs of MP3 and WMA files. However I noticed that when I transfer the files to my hard dri've, all the ID3 Information is gone. Now adding ID3 info to 28GB of files will take days!
    Strange. Did you edit the tag data on the player? If so what happens is the tag data changes are made in the Music Library but not in the files themselves. There's only one way to write the changes back and this involves getting a copy of MediaSource 3. You then transfer the files back to the PC Music Library, and use an update function to update the files (the PC Music Library will have the same tag data as the Music Library on the player). One problem is that MediaSource 3 is very large, and not available from Creative as a download. I can try and get a copy to you if you can't find it elsewhere.

  • Firefox 4 isn't turning the cursor to pointer mode when it goes over an object in a flash movie that has the 'buttonMode' property set to 'true'. Can this be fixed?

    I make flash games for a living, and normally when I set something to 'buttonMode' inside Flash, the cursor turns into the pointer when it rolls over the object. This is how it was in the previous version of FF and how it is in Safari and IE.
    But this isn't happening in FF4. The cursor is not turning into the pointer. Kind of a bummer. This is a tool so that the kids who play the games I make know when something is clickable.

    It seems to be an issue, I just posted the same question. I hope they fix it, its a bit annoying. I wonder if they had ex-Microsoft employees working on the updates for 4.0?

  • TS1718 I have purchased two complete albums in the last three weeks, old Bob Seger and new Maroone 5, both have the same issue, only a few songs will play and will skip over the rest of the songs on IPod and on computer????

    I have purchased two complete albums in the last three weeks, old Bob Seger and new Maroone 5, both have the same issue, only a few songs will play and will skip over the rest of the songs on IPod and on computer????

    Assuming you are in a region where you are allowed to redownload your past music purchases, delete the corrupt tracks from the music section of your iTunes library, close & then reopen iTunes, go to the iTunes Store home page, click the Purchased link from the Quick Links section in the right-hand column, then select Music and Not on this computer. You should find download links for your tracks there.
    While downloading select Downloads in the left-hand column and make sure Allow Simultaneous Downloads is unchecked. This seems to help with partial downloads...
    If the problem persists, or that facility is not yet available in your region, contact the iTunes Store support staff through the "Report a problem" links in your account history, or via Contact Support.
    See also:
    HT5085 - iTunes in the Cloud and iTunes Match Availability
    HT2519 - Downloading past purchases from the App Store, iBookstore, and iTunes Store
    tt2

  • My phone as working fine until suddenly 90% of my music, most purchased, skipped over in shuffle. i then looked again and it had a little red circle next to the song and it wont play. It works fine on my iTunes on my laptop but not on my iPhone 4

    My phone as working fine until suddenly 90% of my music, most purchased, skipped over in shuffle. i then looked again and it had a little red circle next to the song and it wont play. It works fine on my iTunes on my laptop but not on my iPhone 4

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • Burned DVDs Skipping over damaged area

    My C2D 1,83GHz Mac mini (10.5.2) has problems with burned DVD movies. Both DVD Player and VLC will crash or give an error at some point: *Skipping over damaged area*. VLC will just crash and DVD Player will hang, you can´t pause or rewind.
    The movies will play just fine on a standalone DVD Player. Commercial DVDs (not copied) will work just fine also. I´ve been using Verbatim DVD-R dics and the same movies play just fine in my PowerBook G4 and my MacBook Pro. I just got a movie from a friend on a TDK disc and that disc did not cause any probelms on the mini. What could be the problem? Is there a problem with the drive? I´ve tried burning the discs on 3 different Macs but that doesn´t seem to make a difference.

    I can't help but wonder if this is an issue relating to whatever means has been used to burn the movies rather than the drive or the discs - particularly since commercial DVDs play properly.
    It may be, for example, that the software used to rip or duplicate the originals has mis-read the original due to copy protection, and the disc is therefore not copied fully.

  • Movie-DVDs "skipping over damaged area" all the time

    I just wanted to share this with you to see whether others suffer the same problems before calling AppleCare.
    I have a 20" 2,4 GHz iMac (Alu/Intel) which quite often gets a hickup when watching a DVD. Many times DVD player is claiming to skip over a damaged area. In fact, this only happens when the computer has been running for a while and gets quite warm and it obviously has nothing to do with the DVD media but with the iMac hardware as I can play these DVDs without a problem on a freshly booted iBook as well as on any DVD player.
    Do you suffer the same? I find this rather underwhelming for a computer that costs 1500$ or more.
    Thanks for your comments.
    Message was edited by: krrrrrks
    null
    Message was edited by: krrrrrks
    Message was edited by: krrrrrks

    I can't help but wonder if this is an issue relating to whatever means has been used to burn the movies rather than the drive or the discs - particularly since commercial DVDs play properly.
    It may be, for example, that the software used to rip or duplicate the originals has mis-read the original due to copy protection, and the disc is therefore not copied fully.

  • HT2499 I inserted a brand new DVD and it quit half way through and gave me the "skipping over damaged area" message.

    I got this laptop refurbished from Apple in July. It was originally released in October 2011. I have watched DVD's on it previously, but lately, in the past 3 weeks, it's been pooping up the "skipping over damaged area" message. I put in a brand new DVD and half way through, it did it again, and I can't get past it. Any thoughts on what the problem may be?

    You can just open Terminal (in Utilities) and run the rm command (make sure you type it exactly) and then reboot.  With /.AppleSetupDone gone the system will think it is the the second part of an installation, i.e., after it installs and reboots and starts the Setup Assistant.  You will see the Welcome and music all over again and then you can go through the setup prompts again, this time specifying a password.

  • Skipping over damaged area??? Help!

    My DVD player does not play DVDs correctly! Moments after i put in the dvd a message will come up on the player saying "Skipping over damaged area".... But here is the thing... These dvds arent damaged! They are new!
    Please someone from Apple or anybody who knows what is going on.... please help.

    Hi benrmay18,
    Unfortunately, this is a user-to-user discussion board so no one from Apple is going to respond directly to your inquiry. Do all DVDs give you this error message or only specific ones? Have you tried movie DVDs or data DVDs?
    If ALL DVDs are giving you this error message it's probably worth bringing the machine into an AASP or Genius Bar for additional diagnosis. It's possible that the drive (or the laser in the drive) is the problem.

  • DVD player say's it's skipping over damaged area when dvd is fine

    I have a problem playing box sets from abc studios on my Macbook Pro. They play perfectly well through the trailers and set up but as soon as I select play all or select an episode, they stop and I either get the error message "skipping over damaged area" before they hang or they just hang straight away. This has happened with four different box sets so far. The DVDs are fine and undamaged.

    We have had the same problem ever since we bought our machine 60 days ago... Here's where we are: DVDs, even brand new ones, skip - "skipping over damaged area" on our iMac while our MBP and MB play them flawlessly. There is no loss in the movie, only the pause in play.
    Our software is up to date, we took it into Apple over three trips: 1.) had them clean our dvd drive, 2.) problem persisted so we replaced the dvd drive, 3.) problem persisted so we wiped out our entire hard drive and did a software re-install and update... and problem still persists! We are are packing it up for a fourth time and will take it into Apple to have them replace the machine or all the parts...
    We're bummed, it's our 3rd Apple computer and the 'biggest' and yet it cannot do the simple things? We'll keep you posted as to what happens.

Maybe you are looking for

  • Why is Time Machine not recognizing my same old external hard drive?

    Have been using an Iomega eGo portable external hard drive for a couple years now and am recently getting a pop-up that says it's not formatted, but I've used it regularly in the past and it does in fact hold all previous back ups, so not sure what h

  • Please Help, My MacBook works crazy

    New Mac user, I was hoping I'm done with all that "bugs on top of bugs" stuff.... but nope, I guess computer is always a computer, even when the pretty commercials say that it is supposed to be working... oh well. Anyway away with my rant, and here a

  • I'm getting an error message 80131500

    I'm getting an errormessage that says the fulfillment limit for the requested title has been reached

  • Flex to pdf and jpg

    I want to convert different parts of my flex dashboard to jpg or pdf. I am using CF in server Please help Anz

  • Hi all small problem

    hi all, i want to make use of select statement to call the function,in that function we are performing some DML operations but using functions we can not perform DML operations, i have gone though google i found something that saq>variable g_num numb