Why this DMLException?

When I execute a remote method from a BC4J Application Module deployed into JServer as EJB Session Bean, I get the following exception:
oracle.jbo.DMLException: JBO-26080: Error while selecting entity for DossierTwo
at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:588)
at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:2831)
at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:1859)
at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1183)
at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1137)
at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1102)
at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:471)
at ricercalista.DossierTwoImpl.setNumdocumenti(DossierTwoImpl.java:168)
at java.lang.reflect.Method.invoke(Method.java)
at oracle.jbo.server.AttributeDefImpl.resolveSet(AttributeDefImpl.java:1293)
at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:457)
at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:667)
at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:596)
at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:675)
at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:615)
at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:544)
at ricercalista.GestoreCodaModuleImpl.setStatus(GestoreCodaModuleImpl.java:54)
at ricercalista.server.ejb.GestoreCodaModuleServerEJB.setStatus(GestoreCodaModuleServerEJB.java:46)
at oracle.aurora.ejb.gen._test_omero_ejb_ricercalista.GestoreCodaModule.EjbObject_RemoteGestoreCodaModule.setStatus(oracle/aurora/ejb/gen/_test_omero_ejb_ricercalista/GestoreCodaModul e/EjbObject_RemoteGestoreCodaModule:583)
at ricercalista.common.ejb._tie_RemoteGestoreCodaModule.setStatus(_tie_RemoteGestoreCodaModule.java:101)
at ricercalista.common.ejb._RemoteGestoreCodaModuleImplBase._execute(_RemoteGestoreCodaModuleImplBase.java:228)
at ricercalista.common.ejb._RemoteGestoreCodaModuleImplBase._execute(_RemoteGestoreCodaModuleImplBase.java:175)
at com.visigenic.vbroker.orb.SkeletonDelegateImpl.execute(SkeletonDelegateImpl.java)
at oracle.aurora.server.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java)
at com.visigenic.vbroker.orb.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java)
at oracle.aurora.server.ThreadSessionDispatcher.run(ThreadSessionDispatcher.java)
at oracle.aurora.server.VCIiopConnection.processRequest(VCIiopConnection.java)
at oracle.aurora.server.GiopServer._service(GiopServer.java)
at oracle.aurora.server.GiopServer.service(GiopServer.java)
at oracle.aurora.net.VirtualCircuit.processRequest(VirtualCircuit.java)
at oracle.aurora.net.Presentation.handleRequest(Presentation.java)
java.sql.SQLException: ORA-01002: fetch out of sequence
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java)
at oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java)
at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:453)
at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:2831)
at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:1859)
at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1183)
at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1137)
at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1102)
at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:471)
at ricercalista.DossierTwoImpl.setNumdocumenti(DossierTwoImpl.java:168)
at java.lang.reflect.Method.invoke(Method.java)
at oracle.jbo.server.AttributeDefImpl.resolveSet(AttributeDefImpl.java:1293)
at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:457)
at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:667)
at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:596)
at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:675)
at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:615)
at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:544)
at ricercalista.GestoreCodaModuleImpl.setStatus(GestoreCodaModuleImpl.java:54)
at ricercalista.server.ejb.GestoreCodaModuleServerEJB.setStatus(GestoreCodaModuleServerEJB.java:46)
at oracle.aurora.ejb.gen._test_omero_ejb_ricercalista.GestoreCodaModule.EjbObject_RemoteGestoreCodaModule.setStatus(oracle/aurora/ejb/gen/_test_omero_ejb_ricercalista/GestoreCodaModul e/EjbObject_RemoteGestoreCodaModule:583)
at ricercalista.common.ejb._tie_RemoteGestoreCodaModule.setStatus(_tie_RemoteGestoreCodaModule.java:101)
at ricercalista.common.ejb._RemoteGestoreCodaModuleImplBase._execute(_RemoteGestoreCodaModuleImplBase.java:228)
at ricercalista.common.ejb._RemoteGestoreCodaModuleImplBase._execute(_RemoteGestoreCodaModuleImplBase.java:175)
at com.visigenic.vbroker.orb.SkeletonDelegateImpl.execute(SkeletonDelegateImpl.java)
at oracle.aurora.server.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java)
at com.visigenic.vbroker.orb.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java)
at oracle.aurora.server.ThreadSessionDispatcher.run(ThreadSessionDispatcher.java)
at oracle.aurora.server.VCIiopConnection.processRequest(VCIiopConnection.java)
at oracle.aurora.server.GiopServer._service(GiopServer.java)
at oracle.aurora.server.GiopServer.service(GiopServer.java)
at oracle.aurora.net.VirtualCircuit.processRequest(VirtualCircuit.java)
at oracle.aurora.net.Presentation.handleRequest(Presentation.java)
What does it mean "out of sequence"?
Calling the same method from the local Application Module (not deployed as EJB) works fine! Why remotely doesn't it work?
Tnx for your help!
Christian
null

Had same problem with my view:
VIEW REPORT_BRANCHES ( BUSINESS_NAME, MAILING_ADDRESS,
SITE_DUNS_NUMBER ) AS
SELECT CC_BUSINESS_NAME, MAIL_ADDRESS, site_duns_number
from MARKET_SPECTRUM
WHERE CC_PARENT_HQ_NAME IS NULL
--order by cc_business_name
if I were to uncomment the "order by", it would bomb with the
JBO error. Likely a bug with jDeveloper I suppose.

Similar Messages

  • I am trying to softproof an image using a CMYK .icc file. I sent an image from LR 5 to PS CC 2014, opened the Camera Raw FIlter, but the hyperlink to access workflow is not showing up in the CR dialogue box... Any ideas why this might be?

    I am trying to softproof an image using a CMYK .icc file. I sent an image from LR 5 to PS CC 2014, opened the Camera Raw FIlter, but the hyperlink to access workflow is not showing up in the CR dialogue box... Any ideas why this might be?

    I am trying to softproof an image using a CMYK .icc file. I sent an image from LR 5 to PS CC 2014, opened the Camera Raw FIlter, but the hyperlink to access workflow is not showing up in the CR dialogue box... Any ideas why this might be?

  • My Macbook pro is rejecting my Iphone 5 charger. When ever I plug it in it says that the usb is taking to much power, yet when i plug in a different Iphone 5 charger it works fine. I'm just wondering why this is happening and how to fix it?

    My Macbook pro is rejecting my Iphone 5 charger. When ever I plug it in it says that the usb is taking to much power, yet when i plug in a different Iphone 5 charger it works fine. I'm just wondering why this is happening and how to fix it?

    My Macbook pro is rejecting my Iphone 5 charger
    Do you actually mean the white cable with a lightning plug on one end and a USB on other
    If so that is not the charger ,that is the cable
    The charger is the device that plugs into the mains socket
    If so
    cable may be faulty if less than 12 months old take it to Apple Store genius bar for checking

  • Not Sure why this is not working

    hi all,
    Version details :
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    "CORE     11.2.0.2.0     Production"
    TNS for Solaris: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    Select * From Dual
    Where 'A' In (Decode( 'A','A','''A'''
      ||','
      ||'''B''','C','C'));
    Result :
       no rows
    Select * From Dual
    Where 'C' In (Decode( 'C','A','''A'''
      ||','
      ||'''B''','C','C'));
    Result :
    Dummy
       XPlease let me know why this is working like this ..
    Problem:
    When the input is 'A' then condition should be 'A' in ('A','B')
    When the input is 'C' then condition should be 'C' in ('C')
    Thanks,
    P Prakash
    Edited by: prakash on Feb 4, 2013 10:41 PM

    Your first query
    Select * From Dual Where 'A' In (Decode( 'A','A','''A'''||','||'''B''','C','C'));This would be evalueated like this
    select * from dual where 'A' = '''A'''||','||'''B'''And your second query
    Select * From Dual Where 'C' In (Decode( 'C','A','''A'''||','||'''B''','C','C'));Thiw would be evaluated like this
    select * from dual where 'C' = 'C'You cannot pass value for IN operater as comma seperated string. The entire string will be passed as a single value. Each value in an in operator is a seperate variable and need to be passed sperately.
    select * from dual where 'A' in ('A', 'B') is not the same as
    select * from dual where 'A' in ('''A'''||','||'''B''')

  • In my Macbook Pro, on a few occassions, the apple menu bar blacks out. its displayed as a negative image. The desktop wallpaper get greyed out and i get a blank screen as wallpaper. No idea why this happens. I reset the system and issue gets resolved.

    In my Macbook Pro, on a few occassions, the apple menu bar blacks out. its displayed as a negative image. The desktop wallpaper get greyed out and i get a blank screen as wallpaper. No idea why this happens. I reset the system and issue gets resolved.

    AshwinVC wrote:
    I reset the system and issue gets resolved.
    How? 

  • Why this new version of iTunes doesn't have Album Art or It didn't show up?

    Why this new version of iTunes doesn't have Album Art or It didn't show up?
    Also, in my iPod Touch 4th, it erase all album art from my iPod, then i tried to put again a new Album Art, ...download again from the image sites and still ...it didn't show up.? What a waste!
    I waste all my time to set all album art on my iPod, then it just gone. kindly pls fix this issue. hate this new version of iTunes, so complicated.
    The first thing i saw after i install new version of iTunes, it showed only music files. I don't know where to look for the old version of Sidebar. I keep on trying to look for it where I can see or any sign off button just to show up this stupid SideBar. Also, why i couldn't find? The "Menu Bar" is also hide!
    Until i found out in "View" tab. Then i saw the Show Sidebar. Question? why do you need to hide that Side Bar? For what?. it is so so so complicated specially to those people who can't relate for this. (Also the button (from previous iTunes) to show the Album Art, now it's gone. I check every Tab, but there's no way to see the Album Art.)
    Another comment. I download also some of my songs to my iPod, I wasted my time to collect all of my favorite music files. Also some are came from CD's and friends. I had all that favorite music in my iPod. Then the version iOS 5.+ came then I updated my iPod, another options to save files (iCloud) but I think there are something that I MISS about updating my iPod. Then suddenly I checked my iPod... all music (with Album Arts) are gone. All Apps are Gone. Videos as well.
    If you don't know how to use that iCloud (with only 5GB storage), you'll gonna miss/lost everything.
    Then I start all over again, i still have my BACK UP, good to have that. Now it's all set until I update the latest iOS 6. And another version of iTunes.
    Then I realized my computer getting slow. I uninstalled it. My laptop started to work fast again. Then I download again the iTunes. So now I know, it has the ability to slow my computer. Everytime I turn on my iTunes, it hang. (Not Responding). Solution... CTRL+ALT+DELETE. Then every second time to open the iTunes, and it works. (it means, to open iTunes, need twice)
    Then suddenly my laptop is not working. All my files has been corrupted. My Hard drive doesn't work properly. Now I don't have any stupid BACK UPs. My music files usage is 18 GB, only contacts, documents, notes, or some other files that can only fit to your "iCloud" not my 18GB music files and other photos. Your solution is to BUY more storage. Another COST! Another wasting time to set everything then need to pay more?
    If you let your unit (iPod,iPhone,iPad) to export music to PC, or any mini SDcard to use as storage, it won't happen.
    There is another....
    It has Bluetooth, right?
    Use less! Doesn't work. There's no way to use it.
    All I need is to install an application to use your bluetooth. (for same unit or Apple unit only). And pictures only can send via Bluetooth if you an application.
    Even if you go to "Photos" check if there's a way to send pictures? there is no way to send via Bluetooth, even Photos, Songs.etc. It can't even share some other friends (even they have own iPad, iPod, iPhone or same products) who has a unit with Bluetooth.
    And the last.. only one port. there's no way to watch videos through HDMI. No HDMI port, no SD or any card slot. Must to buy their products.
    Very costly!
    I know (like iPod) it's very friendly to use it, but you  must spend more money first before it can use.

    Yes, the old album art view is gone, bu you can see the album art for a song that's playing by clicking on the art image and it will open a bigger view.
    Everything else in your post is a waste. I'm not going to spend time reading it. If - and I repeat if, you have a question on how to get the best out of the new look iTunes, post it. But don't spend your time in long rambling negative rants.

  • Dear Ms. Qaya Ltfabh help me. I do not know why this is a problem that has been part of Russian Tvlbarmn(mozila firefox). What I Brgrdvnmsh Vnmydvnm again in En

    Dear Ms. Qaya Ltfabh help me. I do not know why this is a problem that has been part of Russian Tvlbarmn. What I Brgrdvnmsh Vnmydvnm again in English. Bkhvahydmytvnm send a screenshot if I tell you to see exactly my problem. Thank you
    I also say that in English I dont know if Nmdarm Mykhvahydbh help me help in the form of a video file or image...Anglysym your friends know I'm so weak, so therefore the description Vsvalattvn noticed something. If you have software that will solve my problem please let me download it, I probably am

    I don't understand what question you are trying to ask. Can you restate the question?

  • My ipod 60gb classic is showing as fully charged until I connect it to my pc when it comes up with the error message, 'please wait very low battery' and the little wheel goes round and nothing happens, can anyone explain why this is and what i can do?

    My ipod 60gb classic is showing as fully charged until I connect it to my pc when it comes up with the error message, 'please wait very low battery' and the little wheel goes round and nothing happens, can anyone explain why this is and what i can do?

    I have worked my way through the assistant and nothing works. I have tried connecting in disc mode but although the screen on the ipod is showing that the device is charged and that it is in disc mode as soon as I connect it to the computer it comes up with the error message 'please wait very low battery' and stays like that until I disconnect when it appears to be OK again. I have tried on both pc and mac.
    BTW the ipod is an ipod video not classic if that makes any difference.
    Thanks

  • When I compose an email in either gmail or yahoo, the cursor lags behind for about 2 seconds. This does not happen when I compose an email with Safari or Chrome. I am using a Mac with Firefox version 3.6.3. Any idea why this happens?

    When I compose an email in either gmail or yahoo, the cursor lags behind for about 2 seconds. This does not happen when I compose an email with Safari or Chrome. I am using a Mac with Firefox version 3.6.3. Any idea why this happens?
    == This happened ==
    Every time Firefox opened

    try
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How can you expect the customer to have a LOCAL/COUNTRY Based Credit Card every where we go??? Last week I was on holiday in HK,  and  from my Hotel I was able to use m VN Credit Card with my Apple ID and purchase online!  Why THIS WEEK, can't I use my HS

    Apple_ID_card_declined_for_this_country
    How can you expect the customer to have a LOCAL/COUNTRY Based Credit Card every where we go???
    Last week I was on holiday in HK,
    and
    from my Hotel I was able to use m VN Credit Card with my Apple ID and purchase online!
    Why THIS WEEK, can't I use my HSBC Platinum Credit Card from Vietnam,
    for my Singapore Apple ID account ,
    while working here in Vietnam???

    Unfortunately, this is a problem that is driven by the DRM Dictatorship.  Despite the proliferation of mobile devices and the fact that there are many of us who do a lot of international travel, content providers don't want you to have access to their products outside of your homeland.  The Balkanized mentality of the DRM Dictatorship is way out of touch with the modern world.
    At least Apple, to its credit, allows you to use your accounts outside of your homeland as long as you have the proper credentials for them.  Most other services use the more Draconian geolocation filtering which does require you to be physically present in your homeland.  For the most part, you are not allowed to leave home if you want access to your favorite entertainment!

  • I never had an APPLE ID with this email address and I have no idea why this is this showing to me?

    Every time I restore my iPhone from iCloud Backup, this apple id SHOWS UP  and asking password. But I never had an APPLE ID with this email address and I have no idea why this is this showing to me? Could anyone help me to remove it from my Applr ID as it seems somehow its linked to my iCloud Backup. Thank you.
    <Email Edited By Host>

    Hi Ralph,
    I have received the iPhone 5s from my carrier EE UK. I never had a second hand device as all my previous iPhones received from my carrier. Every time I restore from iCloud backup, first I enter my Apple ID and Password, then it authenticates and goes through next process and updates iCloud settings, right after initial settings then it displayes enter your password where the Apple ID is the metntioned Apple ID and in the bottom it says "Skip this to go next process" or something. I have to press that everytime to skip it, then restore my backup from iCloud and then when I'm in iPhone home it asks me for the password of that mentoned email. So everytime I change the email address to my Apple ID then enter my password that activates my iCloud services and start downloading all the apps I installed.
    Its really weird to be honest and I don't know how to remove that email address from that process and seems its there.
    N.B. When I had iPhone 4s, Apple Store did replace my iPhone 4s with a new one due to the faulty WiFi.

  • My wifi goes down at least once a day and I have to unplug the time capsule and reboot it and then it works fine.  Any idea why this is happening/what I can do to fix it?

    My wifi goes down at least once a day and I have to unplug the time capsule and reboot it and then it works fine.  Any idea why this is happening/what I can do to fix it?

    I was having this problem while still using Mavericks -- it started after a Mavericks update last spring.  During the initial Yosemite beta runs over the summer, it seemed to be fixed, but after the official launch in October, I had all sorts of problems keeping connected.  Its gotten a little better, but still happens to at least one of my devices every day.  Weird that we still cannot figure out why the connection keeps dropping on some devices, but not others, and then the next day, one of the devices that didn't disconnect the previous day will disconnect, but the ones that did disconnect, stay connected.  It's just sloppy, poorly written software for technology that isn't working the way it should.  If you turn off Continuity and Handoff on all your devices, you will probably see that everything stays connected.  With those turned off on all devices, TC stayed connected to everything for over a month.  The day I turned Continuity back on, all the problems started again.  It had something to do with the bluetooth version being used, the wifi routine, and Apple's AirPlay technology not quite getting along with each other.

  • My photos are not showing up as layers in the layers panel, only as one layer, so I can't make any changes to the layers.  Does anyone know why this is happening?  Am I downloading them from my camera wrong?

    My photos are not showing up as layers in the layers panel, only as one layer, so I am not able to make changes to the layers.  Does anyone know why this is happening?   Am I downloading them from my camera wrong?  I have watched the video and the photos don't open that way on my layers panel. Any help would be appreciated, I would like to edit out the background and turn it a different color.

    barba87623950 a écrit:
    My photos are not showing up as layers in the layers panel, only as one layer, so I am not able to make changes to the layers.  Does anyone know why this is happening?   Am I downloading them from my camera wrong?  I have watched the video and the photos don't open that way on my layers panel. Any help would be appreciated, I would like to edit out the background and turn it a different color.
    Photos from cameras or scans have only one layer (the 'background' layer).
    You can start with that 'background' layer and duplicate it or add other layers in the editing process. For instance you can make a selection of a subject and put it on another layer; a common use is to desaturate the 'background' and to keep the color in the selected subject in your newly created layer.

  • HT1933 I make a purhase on March 6 at 11:33 Order number MHOXX3TK9J for $1.99 and my credit card was charged $20.00 can you please help me find out why this happened

    I made a purchase on itunes on March 6 at 11:33 order umber MHOXX3TK9J for 1.99 and my credit card was charged $20.00 please help me find out why this happened.

    Contact iTunes support at the link below.
    https://ssl.apple.com/emea/support/itunes/contact.html

  • Iphoto will not re-install after disappearing during a software update, any ideas why this happened?

    Before i ran the software update i had to iphoto icons in the launch pad, both had exactlly the same content so i just ignored it for a wile till i needed to update my photos, which i was hoping to do after the update.
    However when i restarted both iphoto icons had gone and iphoto seems to have been wiped off my mac completelly, I have got a back up of all my pic and videos so this is not a problem of recovering them.
    i have then tryed to instal iphoto from the app store, resulting in there being a perminant downloading icon making no progress over the last two hours.
    If any body has any idea why this happened and what i can do to provent it happening again as well as getting iphoto back the help wil be much apricated.

    In addition to Larry's questions what software update did you apply? Do you still have an iPhoto Library in your Pictures folder? If you do what happens if you double click on it?
    OT

Maybe you are looking for

  • New features in BI 7.0

    Hello, What is the exact significance of end routine? Why there is no initialization option in DTP? I've many such doubts about BI 7.0. Can anyone send me some good documentation about BI 7.0 new features and functionalities? Amit

  • Any ideas for fast track Blackberry help?

    I know nobody has time for long rambling posts so I'm going to endeavour to keep this short. The android part of the operating system software on my Q10 is no longer working after a system restore to fix another issue. I've tried wiping the whole thi

  • CMYK ICC profile support in Lightroom: Workaround?

    Ok, I know this is not the first time someone has brought this up and I know that Lightroom doesn't internally support CMYK printer profiles, and I'm not expecting it to do that given that the documentation specifically says it doesn't work, and it i

  • IPhoto icon changed to a question mark in my launch pad...

    Hi All, I used to have an iPhoto icon in my launch pad in order to pull up my pictures/movies.  Where I used to have the "regular" iPhoto icon, I now have a question mark and when I click on it, nothing happens.  I tried to use finder to find my iPho

  • How do i get disc out upon start up

    My mac book pro froze with the os X disc inside I can not get it out and the unit gets hot hot hot