Issue referencing stage

I think my issue is to do with referencing the stage, but not to sure.  When I try
var screen:Sprite = new Sprite();
screen.graphics.beginFill(0x111111, .75);
screen.graphics.drawRect(0,0, stage.stageWidth, stage.stageHeight);
screen.graphics.endFill();
I get the error
TypeError: Error #1009: Cannot access a property or method of a null object reference.
If I change stage.stageWidth, stage.stageHeight to numbers, it works fine.  So I think the problem is to do with referencing the stage.  Whats confusing me though is if I set the above to numbers, later on in my code I have
TweenLite.to(loaderHolder, 1, { x: (stage.stageWidth - loaderHolder.width) / 4, y: (stage.stageHeight - loaderHolder.height) / 6, onComplete:zoomInFinished, scaleX: 1, scaleY: 1 });
So I am referencing the stage there.  However, this works without a problem.
If it makes a difference, I am working within a movieclip which is in my library, and added to the stage on the main timeline.  Within this movieclip, I do things like stage.addChild, so this works without a problem.  Why might the first bit of code be throwing a null reference error?
cheers

because you're trying to reference the stage before before your object is added to the display list.  to remedy, use the addedtostage event before trying to reference the stage.

Similar Messages

  • Consignment FillUp and Consignment Issue Referencing?

    Hi Guys,
    I'm currently involved in the development of a POC to automated consignment processes. My question is,
    Is it possible to do a reference for every consignment fillup to consignment issue orders. What field should I use?
    This is for their tracking purposes.

    Dear sarvanand
    Normally for consignment issue order, you need to refer F8 proforma invoice for which in VOV8, for order type KE, assign M for the field [Refence Mandatory]
    Also if you want to reproduce a particular data from fillup order to issue order, then you can take the field ZUONR at header level tab Accounting which you can see both in fillup order and issue order.
    The copy control for this field is in VTFL.  There select the combination of your delivery type and proforma type and click on blue lens on top left.  Now you can see the field Assignment Number.  Press F4 there and maintain the required one so that the same will populate from fillup to issue order.
    thanks
    G. Lakshmipathi

  • Issues with Stage Folder - Adobe Livecycle Watch Folders Technique

    After converting TIF files to PDFA/1-b, we found that the original TIFF files were removed by Adobe LC and moved on to the preserve folder as expected, from the temp folder on stage. After moving the original files to preserve, the temp folders created by Adobe LC were not deleted. Due to this, further processing by Adobe LC was halted. I landed-up manually deleting the temp folders within the share folder, and i found Adobe LC started processing the TIF files again from the input folder.
    Is there a setting that needs to be changed on the AdminUI or is this an abnormal behavior or does this require a configuration change? Can someone help me to get rid of this abnormal behavior.
    Thanks. Vijhay Devarajan

    the temp folder should be deleted,there could be a delay in deleting these temp files

  • 3.1 Upgrade Issues - Referenced File Locations Broken

    I have been through the 3.0.3 to 3.1 upgrade routine now four or five times without success. Each time, the process stalls after the upgrade, during the opening library routine. Eventually, I get an error, quit, and rebuild the library.
    That effort gets the program to open, but now all of my referenced files (about 72,000 of them) have lost their connection. Each image has a badge with a red line through it, and when I right-click on it to 'show in finder' I get an error message that says it cannot locate the file, as the previous location is 'null'.
    When I go through the locate and reconnect function, it will only work on one file at a time.
    I've noticed on the reconnect dialogue, that it shows the correct location except for the .NEF at the end of the path.
    Also, I have noticed that the adjustments are not grayed out as they would be for an offline file, and are operational. However, they do not work.
    There does not appear to be any processing going on in the background, although there is slight activity showing in my OS Activity monitor.
    My db is about 70gb in size. I tried the upgrade on another db, and it worked fine. That db is much smaller, so I am not sure that the problem is related to the size, or that my db may be damaged somehow prior to the upgrade.
    Any help would be appreciated. This is getting pretty frustrating.

    OK.....thanks for the advice. But, confirm for me, please....
    1. Set aside 3.1 app (does that simply mean rename it temporarily)
    2. Restore 3.0.3 app from Time Machine.
    3. Restore 3.0.3 db from Time Machine.
    4. Run Rebuild on db.
    5. Run resulting db from 3.1 app and perform upgrade conversion.
    That should take care of the rest of today....:-)

  • Referencing Stage From External Class

    I have an external class file that extends the MovieClip
    class and is linked to a movieClip on the main stage. I need it to
    be able to access properties of other movieclips on the main stage.
    How could I do this. Here is what my base movieclip class that I
    want to access the stage with looks like. Remember, it is linked to
    a movieclip on the stage, if that matters...
    Obviously there is more code in the class, but I removed it
    for the sake of simplicity.

    that's what I thought too, but it's not working.
    in my document class Main I tried
    mc_bg:MovieClip = new mc_background();
    then i tried passing the mc_bg MovieClip instance to the Background class.
    That gives Error 1180: Call to a Possibly undefined method mc_background.

  • Referencing WCF (Windows Communication Foundation) web services

    I am having some issues referencing a WCF based web service.
    Apex can consume the WSDL just fine, but when I attempt to use any of the methods I start running into errors.
    For example, there is a simple method that accepts a username and returns a facility ID. If I use the apex built-in web service test tool, I see the following request and response:
    <?xml version='1.0' encoding='UTF-8'?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    mlns:xsd="http://www.w3.org/2001/XMLSchema">
         <SOAP-ENV:Body><ns1:FetchRequest xmlns:ns1="http://microsoft.com/wsdl/types/"><ns1:UserName>TAUS461</ns1:UserName>
    /ns1:FetchRequest></SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault>
    <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode><faultstring xml:lang="en-US">
    Procedure or function 'Prc_Fetch' expects parameter '@userName', which was not supplied.</faultstring><detail>
    <ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><HelpLink i:nil="true"/><InnerException i:nil="true"/>
    <Message>Procedure or function 'Prc_Fetch' expects parameter '@userName', which was not supplied.</Message><StackTrace>   at WA.Ecy.ADS.FS.Service.BusinessLogic.FacilitySiteBAO.Fetch(String userName) in
    C:\Projects\FS 2008\Development\Services\FS.Service\Source\Business Logic\FS.Service.BusinessLogic\FacilitySiteBAO.cs:line 418&#xD;
    at FS.Service.ServiceImplementation.FacilitySiteService.Fetch(FetchRequest request) in
    C:\Projects\FS 2008\Development\Services\FS.Service\Source\Service Interface\FS.Service.ServiceImplementation\GeneratedCodeFacilitySiteService.cs:line 1588&#xD;
       at SyncInvokeFetch(Object , Object[] , Object[] )&#xD;
       at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)&#xD;
       at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</StackTrace><Type>System.Data.SqlClient.SqlException</Type></ExceptionDetail></detail></s:Fault></s:Body></s:Envelope>I get a similar error regardless of which method I attempt to call.
    So, I thought that I would try Jason Straub's [link FLEX_WS_API|http://jastraub.blogspot.com/2008/06/flexible-web-service-api.html] package. First I opened SOAPUI, pointed to the WSDL and generated a test request for the Fetch method. The request looked like this:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn: WA.Ecy.ADS.FacilitySite.Services">
       <soapenv:Header/>
       <soapenv:Body>
          <urn:FetchRequest>
             <!--Optional:-->
             <urn:UserName>TAUS461</urn:UserName>
          </urn:FetchRequest>
       </soapenv:Body>
    </soapenv:Envelope>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
       <s:Header>
          <ActivityId CorrelationId="dcdd3433-7f61-48f4-b3e3-c2a6647409d3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel
    Diagnostics">2aeead53-c9df-41df-9a77-3798be030775</ActivityId>
       </s:Header>
       <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
          <FetchResponse xmlns="urn: WA.Ecy.ADS.FacilitySite.Services">
             <FacilitySiteId>99997167</FacilitySiteId>
          </FetchResponse>
       </s:Body>
    </s:Envelope>So far so good, SOAPUI can call and retrieve from this method. Now I put this into place with FLEX_WS_API
    declare
    l_env clob;
    l_url varchar2(1000) := 'http://ecydevws/FacilitySiteService/FacilitySiteService.svc'; -- dev web service URL
    l_response xmltype;
    p_username varchar2(30) := 'TAUS461';
    begin
         -- start creating the soap envelope
         l_env := '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn: WA.Ecy.ADS.FacilitySite.Services">
                 <soapenv:Header/>
                 <soapenv:Body>
                    <urn:FetchRequest>
                    <urn:UserName>'||p_username||'</urn:UserName>
                    </urn:FetchRequest>
                 </soapenv:Body>
              </soapenv:Envelope>';
         -- get the response
         l_response := flex_ws_api.make_request (
              p_url => l_url,
              p_action => 'http://WA.Ecy.ADS.FacilitySite.Services/Fetch',
              p_version => '1.1',
              p_envelope => l_env);
    -- for testing, put the respone into a table
    insert into ws_results values (l_response);
    end;Doing this,my response becomes
    <s:Envelope xmlns:s=
    "http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="http://schemas.microsoft.com
    ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
    <faultstring xml:lang="en-US">
    The message with Action 'http://WA.Ecy.ADS.FacilitySite.Services/Fetch' cannot be processed at the receiver, due to a ContractFilter
    mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver)
    or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same
    binding (including security requirements, e.g. Message, Transport, None).</faultstring></s:Fault></s:Body></s:Envelope>So it appears to me that the WCF service is expecting something else in soap header, but I am confused on why the SOAPUI call works as is.
    Does anyone with WCF knowledge have any ideas of how to get this to work or if the problem is even with WCF?
    Thanks, Tony

    as of now only file with wsdl extention is supported,

  • Problem with MIGO goods issue to a Service Order

    Hello All
    I have checked through out the forum as well as google and can not find the answer to my issue.  Please read the below details and advise....
    In MIGO; when trying to perform a goods issue to a service order (created in IW31) I get an error message the document does not contain any selectable items.  I can not get passed this.  When I use the transaction MB11, it works just fine.  I went to the allowed transactions in OMJJ to ensure MIGO was listed as an allowed transaction... and MIGO is listed so I know that is not my issue.  It is not related to the service order not being released as it is and plus if it was not released it would not work in MB11.  I need this to work for the transaction MIGO....Please someone guide me in the proper direction of what is missing.

    Hi Kimberly,
    When you post the goods issue as an unplanned goods movement against the order, the reservation is not even read, so it is never updated.
    The data that you enter manually in this unplanned goods issue does not even need to match with the data in the reservation: the material, the plant... evrything can be different. The order is just a CO Account Assignment in this case and the reservation is not processed in any moment. This way, it is not possible to close the reservation when posting this kind of unplanned goods issue, as the reservation is not even considered (and, therefore, never updated).
    It is only when you post the planned goods issue referencing the order directly when you really post your goods issue with reference to the reservation behind the order. Only in this case is when the data in the posting is checked against the reservation (the material, the plant, etc cannot be changed because they are taken directly from the reservation). Also, it is only in this case when the quantity in the posting is checked against the quantity in the reservation. If we issue the total reserved quantity, the reservation is closed automatically.
    In the first case for the unplanned goods issue there is never an automatic update of the reservation because the posting does not even consider the reservation. It is only when you post the goods movement with reference to the order (in MB1A using "To Order..." and in MIGO "Goods Issue + Order") when the reservation is taken into account in the goods movement and, therefore, updated.
    You can also refer to the SAP Library:
    [http://help.sap.com/saphelp_erp2005/helpdata/en/a5/6337db43a211d189410000e829fbbd/frameset.htm]
    It says:
    "This withdrawal is unplanned because there is no reservation to be referenced."
    An unplanned goods issue with the movement 261 and the order (working as CO account assignment object) is more or less the same as a 201 for a cost center. The cost center and the order are just CO Objects in this scenario.
    I hope this helps you further!
    Best regards,
    Esther.

  • Exported Slideshow Colour Issues

    Hello,
    I've created a slideshow, and managed to export it without any problems, but when I viewed the exported slideshow, the colours had changed dramatically. Vivid oranges and reds seemed blown-out, skin tones didn't look right, etc.
    Any advice would be greatly appreciated. Thank you!

    I would like to add my issue to that of Jacqueline's. I have exported a number of pictures from iPhoto to flash drives, CD, and a show in DVD. As with the color issue referenced by Jacqueline, I also see images coming out a bit darker, with more contrast, than I see on my MacBookPro in iPhoto.
    I would also appreciate help if it could that something with my MacBookPro screen settings or if I am doing something wrong in the transfer process.
    Thanks.

  • Approval stages for new component approval during finsihed inspection stage

    I am having a typical scenario which is having integration with QM, PP and SD.
    Whenever we produce a new component for first time, the first piece is taken for thorough inspection in presence of different departments. This is done with respect to a check list. After this all open points in check list needs to be closed. Then the next 9 pieces are monitored. If all open issues are resolved, then only approval for Bulk production of component will be given. How can I control this production activity in SAP
    Example:
    Stage 1:
    First piece- thorough inspection, identification of defects, action plan to close the issues.
    Stage 2:
    Next 9 pieces- Further monitoring with respect to action plan.
    Stage 3:
    If all issues are closed, the approval for bulk production.
    Stage 4
    Bulk production starts.--- how can i control this activity.
    Questions.
    Stage 1 uses a check list and format to close open issues, should I use notification or audit management
    Stage 2- Manual activity
    Stage 3- Action plan closure, were to capture info notification or audit management
    stage 4- How to communicate to production to start bulk production? How can I block poduction till closure of action plan?
    Thanks
    VV

    Dear Vineeth
    Please find my inputs for this. Requires some development
    1) Initialy for the new material  make possible that only  one production order  can be created. Next production order can only be created if the earlier one is TECOed.
    For this you will have to have a Z table and user exit PPCO0007 or any exit while releasing the order- . Z table will consist of Plant , material & Quantity. The new material will have to be maintained in this table.
    When the production order is released it will first check for this table . if the material code is there in the table it will check for the quantity allowed for the production order and will not allow to create any multiple production order , or more quantity
    The operation should have a testing workcenter , so that the control will lie with QM team .
    If the first piece analysis is completed , teco the Production order. Update the z table with 9 quantity. create next PO
    2) Notification will be the best process to capture all your action plan and activities.Activate workflow for this.
    Completion of the notification means approval for bulk and you can remove the material from the Z table
    Hope this gives some help
    Regards
    Gajesh

  • Remove stage listener for multiple movieclips

    I would like to completely remove personalized stage listeners, for each movieclip as soon as they are placed where they need to be, but the listeners remain every single time a new clip is dragged.
    Thank you for any help!
    function clickToDrag(targetClip:MovieClip):Function {
              return function(e:MouseEvent):void {
                        startingPosition[targetClip.name] = new Point(targetClip.x, targetClip.y);
                        targetClip.startDrag(false, new Rectangle(0,0,800,600));
                        setChildIndex(targetClip,numChildren - 1);
                        trace('clickToDrag function invoked\ntargetClip: ' + targetClip.name + '\startingPosition: ' + startingPosition[targetClip.name] + '\n\n');
                        stage.addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    /*          releaseToDrop
              @function          stopDrag for current clip, if dropped off stage, returns to recorded beginning location
              @param                     targetClip:MovieClip
              @param                     startPosition:int
              @returns          event:void
    function releaseToDrop(targetClip:MovieClip):Function {
              return function(e:MouseEvent):void {
                        targetClip.stopDrag();
                        trace('releaseToDrop function invoked\ntargetClip: ' + targetClip.name + '\n\n');
                        stage.removeEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
                        stage.addEventListener(Event.MOUSE_LEAVE, mouseGone);
                        function mouseGone () {
                                  TweenLite.to(targetClip, .2, { x: startingPosition[targetClip.name].x });
                                  TweenLite.to(targetClip, .2, { y: startingPosition[targetClip.name].y });
                                  //toggle comments to ease or not ease back to startingPosition
                                  //targetClip.x = startingPosition[targetClip.name].x;
                                  //targetClip.y = startingPosition[targetClip.name].y;
                                  stage.removeEventListener(Event.MOUSE_LEAVE, mouseGone);
                                  trace('releaseToDrop function invoked\ntargetClip dragged out of bounds: ' + targetClip.name + '\n\n');
    /*          checkTarget
              @function          checks if current clip is dragged to drag1target(dock), updates boat weight and waterline, remove listeners
              @param                     targetClip:MovieClip
              @param                     lbsAmount:int
              @param                     targetLocation:MovieClip
              @returns          event:void
    function checkTarget(targetClip:MovieClip,lbsAmount:int,targetLocation:MovieClip):Function {
              return function(e:MouseEvent):void {
                        if (targetClip.hitTestObject(drag1target)) {
                                  targetClip.x = targetClip.x;
                                  targetClip.y = targetClip.y;
                                  drop.play();
                                  TweenLite.to(targetClip, .5, { alpha: 0, onComplete:fadein });
                                  function fadein() { TweenLite.to(targetLocation, .5, { alpha: 1 }); }
                                  noMC.waterlineMC.y = noMC.waterlineMC.y - 3;
                                  lbs -= lbsAmount;
                                  lbsTxt.htmlText = lbs + "<font size='16'>lbs</font>";
                                  targetClip.buttonMode = false;
                                  targetClip.mouseEnabled = false;
                                  targetClip.removeEventListener(MouseEvent.MOUSE_UP, checkTarget);
                                  targetClip.removeEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
                                  /* TODO: Issue with stage listener for every clip, opportunity to handle programmatically? */
                                  /* check to see if eventListenter is still present */
                                  if(targetClip.hasEventListener(MouseEvent.MOUSE_DOWN)) {
                                            trace(targetClip.name + ' still has MOUSE_DOWN event listener');
                                  if(targetClip.hasEventListener(MouseEvent.MOUSE_UP)) {
                                            trace(targetClip.name + ' still has MOUSE_UP event listener');
                        } else if (borderMC.hitTestPoint(targetClip.x, targetClip.y, true)){
                                  /*targetClip.y = startingPosition[targetClip.name].y;
                                  targetClip.x = startingPosition[targetClip.name].x;                              */
                                  TweenLite.to(targetClip, .2, { x: startingPosition[targetClip.name].x });
                                  TweenLite.to(targetClip, .2, { y: startingPosition[targetClip.name].y });
                        } else {
                                  /*targetClip.y = startingPosition[targetClip.name].y;
                                  targetClip.x = startingPosition[targetClip.name].x;          */
                                  TweenLite.to(targetClip, .2, { x: startingPosition[targetClip.name].x });
                                  TweenLite.to(targetClip, .2, { y: startingPosition[targetClip.name].y });

    i will try to show you a way that might help you to understand how the event-model in as3 is meant to work.
    look at this code:
    //with a MovieClip "DragClip" in the Library exoported for ActionScript
    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    for (var i:int = 0; i<10;i++){
        var mc:DragClip = new DragClip();
        addChild(mc);
        mc.mouseChildren = false;
        mc.addEventListener(MouseEvent.MOUSE_DOWN, dragStart);
        mc.addEventListener(MouseEvent.MOUSE_UP, dragStop);
        addChild(mc);
    function dragStart(e:MouseEvent):void {
        e.currentTarget.startDrag();
        trace("dragging started");
    function dragStop(e:MouseEvent):void {
        e.currentTarget.stopDrag();
        trace("dragging stopped");
        e.currentTarget.removeEventListener(MouseEvent.MOUSE_DOWN, dragStart);
        e.currentTarget.removeEventListener(MouseEvent.MOUSE_UP, dragStop);
    //it places hundred Movieclips on the stage
    //makes them draggable
    //but after they are dragged once
    //they stay in place

  • How to fix a spinning wheel at apple logo?

    Hello
    STAGE ONE
    1.     I have a Macbook Pro running 10.7.5 OSX.
    2.     The computer is hanging at the Apple Logo at the grey spinning wheel.
    3.     I did a SHFT + CTL + CMD + POWER to shutdown computer.
    4.     I did a CMD + POWER and the computer comes up VERY SLOWLY...
            I was able to move around but at a SNAILS PACE...
    STAGE TWO
    5.     I checked the web and utube and I found that I need to re-install the software...
    6.     I went to my COMPUTER BOX and I found out that the Software Installation Disk was not in my Computer BOX ...
           Good Srategy !!!
    STAGE THREE
    7.     I tried purchasing a newer version of the software thru the ONLINE STORE for $19,
            however , after 2 hours the download failed at the very end of the download.
    8.     O.K. I thought maybe my download was interupted, so I tried the download again
            and after another 2 hours, the download failed at the very end of the download.
    9.     SO.... Now I am out $19 and 6 hours of trying to resolve this issue.
    STAGE FOUR
    10.     I decided to walk over to the APPLE STORE at the Eaton Centre at lunch...
    11.     You guessed it... I can make an appointment for 8 PM...
    STAGE FIVE
    12.     Does anyone have any other Ideas for getting my MACBOOK PRO to come back from the dead.
    13.     Microsoft is starting to look good again...

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Step 3
    Boot in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 5.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 4
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 5
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 6
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 7
    Repeat step 6, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 8
    This step applies only to a pre-2013 Mac Pro tower, not to any other model. A dead logic-board battery can cause a gray screen at boot. Typically the boot failure will be preceded by loss of the startup disk and system clock settings. See the user manual for replacement instructions.
    Step 9
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store to have the machine tested.

  • How do I create a local AIR app that loads a network resource that loads a network resource?

    Ok, when you think about it, what I'm trying to accomplish
    isn't that difficult, yet I'm running into security sandbox
    violations all over the place.
    Here's the scenario:
    - I have a network-enabled SWF that lives in a web server,
    that pulls external content via the network. That part works fine
    when you run it as itself.
    - THEN, I have an AIR application that is nothing but a
    "stub" that loads that network-enabled SWF from a web server, that
    in turn is supposed to pull the external content from the network.
    It seems easy: I don't want to have to bundle up that same
    main SWF as an AIR application as that would create two code bases
    to maintain should there be any future bug fixes. Count that
    against countless installs on both the web-version and the desktop
    version, and there's lots of variables. So I just wanted the AIR
    application to pull that single SWF off the server and have it do
    its work, independent of the AIR application.
    However, the problem I'm running into is:
    quote:
    SecurityError: Error #2142: Security sandbox violation: local
    SWF files cannot use the LoaderContext.securityDomain property.
    app:/buzztv_desktop_0.1.swf was attempting to load
    http://localhost/widget/widget.swf.
    at flash.display::Loader/_load()
    at flash.display::Loader/load()
    There was a previous instance of that same error that
    referenced Stage, but I solved that by wrapping the main function
    in an if (stage) {}, so this is the next error on the list. I have
    a feeling that if I've encountered these two errors already, there
    are more lined up behind them.
    So I tried something like
    quote:
    _loader.load(request, new LoaderContext(true, null,
    SecurityDomain.currentDomain));
    ...thinking that it might help, but it didn't.
    Is there a reasonable solution to this without changing the
    entire workflow of the project, or do I simply have to have the
    same main SWF as two code bases, one for the embeddable web
    version, and one for the desktop version (read: they are intended
    to do the same exact thing, no differing features, no desktop
    notifications, etc.)?
    Thanks in advance!

    Hi,
    I have simillary problem, please, did you find solution?
    Thx

  • How to call a webservice proxy from BPM application?

    Hi All,
    Consider a case where I want to use external webservice in my BPM application. What is the best approach to achieve this.
    1) What if I create a web service proxy and wants to use in the BPM app. How can I use this?
    2) Which component do I need to use "Web Service" component or "Third Party Adapter" component from the component pallette?
    3) If I use directly the wsdl in the "Web Service" component will it cause any issues in the future.
    I searched in the net and the docs, but it didnt find the proper solutions for this.
    Please provide your comments on this.
    Thanks.

    First of all a java proxy would not help much here - there is no use for that in SOA suite especially when it comes to using the JCA adapters. Instead reference the WSDL directly in SOA suite but there is a caveat - see my response below
    1) What if I create a web service proxy and wants to use in the BPM app. How can I use this?
    Dont create a WS proxy. Instead reference the WSDL and call it using a Service Task from the BPM process
    2) Which component do I need to use "Web Service" component or "Third Party Adapter" component from the component pallette?
    Use the WSDL directly and select "Web Service" from the component palette
    3) If I use directly the wsdl in the "Web Service" component will it cause any issues in the future.
    Yes there are lots of issues referencing a WSDL directly. Instead upload the WSDL reference to SOA-MDS and then use the oramds:// reference to the WSDL. This will ensure the composite does not break when the WSDL is not available. JDeveloper also goes into a tizzy when the WSDL is not up.
    thanks,
    Vikram

  • HT1222 Weird security update Java for OS X 2013-003

    Why is the security update Java for OS X 2013-003 causing my 15" rMBP to start displaying a flashing window asking me if I want to allow the application "java" to accept incoming network connections?
    OS X 10.8.3

    It appears that these errors are arising because:
    Oracle Java has been installed on your system,
    there is some add-on code that is running, and that is using Oracle Java components,
    the add-on code is attempting to initiate network connections,
    and the Oracle Java connections are failing. 
    Basically, there is Oracle Java code running here somewhere — code which is not part of OS X, as OS X 10.7 and later do not include Oracle Java by default — and this (unknown) code is using Oracle Java and the Java Virtual Machine (JVM), and the code is encountering some new "defensive' measures.  Or is encountering an Oracle Java bug, which would be an Oracle issue with their Oracle Java product.
    Y'all have to figure out what code is running here (and that is dependent on Oracle Java and the JVM), and if the code is expected and necessary here, to then work with the vendor to resolve the behavior here and/or upgrade to the provider's current version of the software.
    Based on the DDService64d reference, there appears to be Drobo software here, and some Drobo software apparently requires Java and the JVM.  Here is some information from Drobo.  (There's a recommendation there to disable Gatekeeper, and — while that likely does resolve the issues referenced — I'd prefer to avoid disabling Gatekeeper in general.)
    Again, figure out what's installed and using Java here.  Remove it, upgrade it, or check with the vendor.
    Oracle Java does have a recent history of various serious security issues, and it's common practice to disable the Oracle Java web-start plug-in, or to entirely avoid installing Oracle Java on OS X on 10.7 and later.  If you're not using and don't need Oracle Java, then don't install it.   If you've previously installed Oracle Java and don't need it (as is the case on OS X 10.7 and later), reportedly Oracle has a tool which can remove Oracle Java.
    note: Oracle Java is completely different from JavaScript.

  • Two different 10g installations in the same box

    Hi,
    I installed oracle 10.2.0.2 and 10.2.0.4 in the same box, using different paths as ORACLE_HOME, but the same user... I am gettin this errors when trying to create an instance:
    hu Feb 12 10:31:29 2009
    Errors in file /oracle10/app/oracle/admin/SIDBDPR1/bdump/sidbdpr1_ckpt_29994.trc:
    ORA-07445: exception encountered: core dump [kgskhighthreshold()+72] [SIGSEGV] [Address not mapped to object] [0x0000001F6] [] []
    Thu Feb 12 10:31:44 2009
    Errors in file /oracle10/app/oracle/admin/SIDBDPR1/bdump/sidbdpr1_pmon_29984.trc:
    ORA-00469: CKPT process terminated with error
    Thu Feb 12 10:31:44 2009
    PMON: terminating instance due to error 469
    Instance terminated by PMON, pid = 29984
    Wonder if this error could be a consequence of the /usr/local/ssl/lib/ files update... I first installed 10.2.0.2, then 10.2.0.4, and I am using 10.2.0.4 to create the instance.
    Thanks!!!

    ISSUE CLARIFICATION
    ===================
    -- Problem Statement:
    CKPT crashed with ORA-07445 [kgskhighthreshold()+72] during CPU count dynamically.
    ISSUE VERIFICATION
    ==================
    Verified the issue referencing data collected records as DC#1.
    CAUSE DETERMINATION
    ===================
    The issue matches exactly Bug 7172531 as I mentioned based on the error, symptom and call
    stack.
    CAUSE JUSTIFICATION
    ===================
    - Same erorr : ORA-7445[kgskhighthreshold]
    - Same symptom : CKPT crash during cpu count change
    - Same call stack : gskhighthreshold kskcpucc ksbcpu_mod kspptval kspset0
    PROPOSED SOLUTION(S)
    ====================
    Apply one-off patch for bug 7172531 on top of 10.2.0.4.
    PROPOSED SOLUTION JUSTIFICATION(S)
    ==================================
    Note 7172531.8: Bug 7172531 - Dump when CPU count dynamically changed
    SOLUTION / ACTION PLAN
    ======================
    -- To implement the solution, please execute the following steps::
    Apply one-off patch for bug 7172531.
    KNOWLEDGE CONTENT
    =================
    Note 7172531.8: Bug 7172531 - Dump when CPU count dynamically changed
    Email Update button has been pressed: Sending email to [email protected]

Maybe you are looking for

  • Iphone wont update on iTunes? Help!

    Hi, I need help! I'm not able to update my 4s on iTunes . It starts back -up but only gets as far has 2/7 & then says it can't back-up! Any suggestions? It also needs to be forced closed after because my pc freezes?

  • E61i hangs when receiving email

    Hi all, I've got my great nokia E61i for a couple of weeks now, but I am experiencing something weird when receiving my emails (POP). When receiving my emails, I see the first email (header) coming in, but that's it. The meter stops moving and I can

  • Adding Custom Fields to Communication Structure of 2LIS_02_ITM (MCEKPO)

    Hi I have a question about addiing additional fields (KO_PPRCTR) into MCEKPO and enabling it as part of 'true' DELTA. The question is then: Does the fact that we have this Custom field from EKPO added to MCEKPO would cause DELTA to be triggered autom

  • Why do I have to physically enter a folder through Bridge, before Bridge will read keyword metadata

    I am a DAM specialist, and trying to figure out a temporary workflow for our designers. I'm currently using photo mechanic 5 to enter batches of metadata to files, then seeing if the keyworded terms are easily findable via Bridge. It's SUPER frustrat

  • I need bulletholes

    Let's describe the setup. I have an UIView with a number of UIImageViews inside it. As well as a number of CALayers. All together the combine to make a set og nasty aliens with various animating body parts. This all works nicely. I move or rotate the