Can someone explain this for me

I seem to have a lot of this:
Oa5be5e7f662a83c57d57ef0021le95p66fb3ba41.xml  Then under kind is XML.TXT
When I go to open this it opens in "Open Office" and then is a bunch of jibberish.
1. can I get rid of it?
2. How can I take Open Office off this computer.
Thanks

Hi Marty
Kernal panics are usually attributed to hardware problems.
If you are under Applecare take it in.
If you are not, you may glean some information from these links.
What is a Kernel panic?
Resolving Kernel Panic's by Dr Smoke
I hope things work out.
regards roam

Similar Messages

  • Multithreading - Can someone explain this ...

    Hi Java Gurus:
    Can someone explain this to me why my multithreading worked in once case and not in the other.
    First a little background:
    My application lets the user create multiple JInternalFrames. Each frame has an OK button. When the user presses the OK button, the frame goes about it's business in a new thread, thus returning control to the use, so he/she can press the OK button on the second frame .. and so on.
    Following is the event handler for the OK button that creates the new thread:
    case1 - doesn't work:
          btnTranslate.addActionListener(
             new ActionListener() {
                public void actionPerformed( ActionEvent e ) {
                             txtOutput.setText("");
                             txtBadParts.setText("");
                   Translation trans = new Translation(inst);
                   trans.run();
          );case2 - works:
          btnTranslate.addActionListener(
             new ActionListener() {
                public void actionPerformed( ActionEvent e ) {
                             txtOutput.setText("");
                             txtBadParts.setText("");
                       new Translation(inst).start();
          );Thanks,
    Kamran

    Calling the run method makes the run method run in the current thread. You need to call the start method to get the thread to start its own thread.

  • Trying to understand RSTP - Please can someone explain this?

    Hi Group
    I am still confused about how RSTP is implemented. From what i understand the major difference is that STP
    used Timers for Loop prevention whereas RSTP coordinates between neighbors via messages (proposal/aggreement) to turn on links
    more quickly after topology changes and is "timer free".
    However, I have not noticed any difference in the configuration from the legacy STP
    configurations and the RSTP configuration on cisco devices. Or are there any differences??
    I have read in documentation that RSTP natively includes features like UplinkFast, BackboneFast and PortFast. So are these features now obsolete
    and not needed to be configured if you are running RSTP. (Although i have seen Portfast still configured along with RSTP on many switches)
    Also can someone explain the below Points from Cisco Documentation
    1) should STP be disabled on edge ports all together as suggested below?
    "STP edge ports are bridge ports that do not need STP enabled, where loop protection is not needed out
    of that port or an STP neighbor does not exist out of that port. For RSTP, it is important to disable STP
    on edge ports, which are typically front-side Ethernet ports, using the command bridge
    bridge-group-number spanning-disabled on the appropriate interface. If RSTP is not disabled on edge
    ports, convergence times will be excessive for packets traversing those ports."
    2) It seems RSTP relies on duplex setting to determine inter-switch links. What is the configuration to explicitly
    configure RSTP link types? (I couldnt find this in the documentation)
    "RSTP can only achieve rapid transition to the forwarding state on edge ports and on point-to-point links.
    The link type is automatically derived from the duplex mode of a port. A port that operates in fullduplex
    is assumed to be point-to-point, while a half-duplex port is considered as a shared port by
    default. This automatic link type setting can be overridden by explicit configuration. In switched
    networks today, most links operate in full-duplex mode and are treated as point-to-point links by RSTP.
    This makes them candidates for rapid transition to the forwarding state."
    Also i am a bit rough on my RSTP knowledge even after skimming a few Cisco documents. Can someone please explain this in simple way.
    Thanks in advance

    to configure it on a device:-
    spanning-tree mode rapid-pvst
    PortFast/UplinkFast & BackboneFast were cisco "Enhancements" to 802.1d STP. RSTP just incorperates them. If you want to configure portfast, the command is still "spanning-tree portfast"
    OK
    1) That is your choice - I have bitter experiance of users/IT admins just plugging hubs/switches in when ever they can. Also cabling the switch back to itself creating a cabled loop. So my advice to you is to leave STP enabled on all switch ports, BUT enable BPDUGuard - this is a life saver, if you have configured portfast.
    2) duplex auto! or duplex full (overiding)
    I really suggest that you read the 802.1d standard, once you understand normal spanning-tree - RSTP will come to you.
    http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html')">http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html')">http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html')">http://www.cisco.com/en/US/tech/tk389/tk621/tsd_technology_support_protocol_home.html
    http://en.wikipedia.org/wiki/Spanning_tree_protocol')">http://en.wikipedia.org/wiki/Spanning_tree_protocol')">http://en.wikipedia.org/wiki/Spanning_tree_protocol')">http://en.wikipedia.org/wiki/Spanning_tree_protocol
    HTH>

  • Can someone explain this flashmo sample?

    Hi,
    I'm a newbie in flash and looking at this sample project.
    http://www.flashmo.com/preview/flashmo_169_intro
    I opened it with flash cs3, and can see actionscript on the actions layer, and can see symbols in the library. However, I cannot figure out what makes the symbols swoosh in/out in sequence. The actionscript on the actions layer does not have that, or so I figured.
    Can someone explain where I need to look at?
    Thanks.
    Ben

    This is another good reason for never using scenes in Flash designs--they put things where they cannot be easily found.  There is no actionscript for the animations, but there is a second scene that contains all of the animation.  If you open the secnes panel you will find a second scene that includes all of what you are wondering about.
    Ooops, sorry Rob.  ....bad timing.

  • CAN SOMEONE EXPLAIN THIS CODE

    HI,
    CAN SOMEONE EXPLAIN TO ME THIS CODE:
    FUNCTION DISP_QATD return VARCHAR2 is
    BEGIN
         SRW.REFERENCE(:P_CURRENCY_CODE);
         SRW.REFERENCE(:P_QATD1);
         SRW.USER_EXIT('FND FORMAT_CURRENCY
              CODE     = ":P_CURRENCY_CODE"
         DISPLAY_WIDTH     = "19"
              AMOUNT     = ":P_QATD1"
              DISPLAY     = ":DISP_QATD"
         PRECISION     = "STANDARD"');
         RETURN(:DISP_QATD);
    END;

    Hello,
    For details about SRW.REFERENCE :
    http://www.oracle.com/webapps/online-help/reports/10.1.2/topics/htmlhelp_rwbuild_hs/rwrefex/plsql/builtins/srw/srw_reference.htm?tp=true
    Regards

  • Can someone explain this difference in Mac vs Win policy ?

    I can download a MathScript module for evaluation with the Windows evaluation version, but for the Mac, I have to first buy LabVIEW (the module is free, just can't be evaluated). Can someone explain the logic behind this nonsense ?

    NI's activation platform doesn't work on the Mac or Linux operating systems. We created a "special" evaluation version of LabVIEW for the Mac, but after the 30 days, it requires you to uninstall it and install the regular version of LabVIEW, which doesn't have activation.
    VISA is offered as a free download because it a device driver, and by practice, all of NI's device drivers are free. However, the MathScript RT Module is an add-on for LabVIEW. The reason that the Mac and Linux versions are free is because we don't have LabVIEW Real-Time for Mac or Linux, and the real-time capabilities for the LabVIEW MathScript RT Module are the primary reason for the cost of the Module in the first place. This ability to deploy custom .m files to embedded hardware, and run them deterministically, as well as the plug-in tools to do profiling and testing, is a huge differentiator for MathScript on the Windows platform. However, that functionality doesn't exist on the Mac or Linux platform.
    The reason you can't download the Module is because we need to be able to track who the users are. Each new release of LabVIEW brings a new version of the MathScript RT Module, and we physically mail the new media to all of the users who have "purchased" the free Module, just like with any purchased Module. If we simply said go download it, then each person would have to go re-download it with each release.
    "Go stuff yourself" is certainly not the intention. You will be able to use the Mac version of MathScript (free) on the evaluation version of LabVIEW for Mac. To find this version, navigate to http://www.ni.com/trylabview/ and choose to "See Download Options". The mac version is linked within this page.
    I hope you find this information both helpful and satisfactory.
    Jeffrey P.
    LabVIEW Product Management
    National Instruments

  • Crackling loudspeaker? Can someone test this for me?

    I've noticed something that might be abnormal about the speakers on my iPhone 4S.
    Could someone test this for me please? Go to ringtones, and play the 'bell tower' ringtone making sure your ringer volume is all the way up. Listen closly to the speaker, can you notice a slight crackling sound at parts?
    Thanks

    So when you play the bell tower tone at full volume it sounds perfectly cripst and doesn't 'crackle' or distort a little bit because mine does.
    Also when I've asked siri a question, the tone after that when it plays sounds like it distorts a bit to.
    Cheers

  • Cracking Loudspeaker? Can someone test this for me

    I've noticed something that might be abnormal about the speakers on my iPhone 4S.
    Could someone test this for me please? Go to ringtones, and play the 'bell tower' ringtone making sure your ringer volume is all the way up. Listen closly to the speaker, can you notice a slight crackling sound at parts?
    Thanks

    So when you play the bell tower tone at full volume it sounds perfectly cripst and doesn't 'crackle' or distort a little bit because mine does.
    Also when I've asked siri a question, the tone after that when it plays sounds like it distorts a bit to.
    Cheers

  • I am not able to download any  app on my ipad mini , it shows its loading, but never getting downloaded , can someone fix this for me ???

    i have a ipad mini , ios version 8.3 .... i am not able to download any app currently on my ipad.... i am not able to figure out the problem , it shows the app is loading in app store , but its never getting downloaded....how do i fix this problem ??? can someone please figure it out ???

    Welcome to the Apple Community.
    When your account becomes disabled, Apple provides the following recommendation:
    "This message means that someone tried and failed to sign in to your account multiple times. The Apple ID system disables the account to prevent unauthorized people from gaining access to your information. You need to reset your password, following the instructions at the Apple ID website".
    Visit iForgot.com and follow the instructions there.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > store, scroll down and tap your ID)
    If that doesn't help you might try contacting Apple through iTunes Store Support

  • Can someone explain this !!

    Really it's amazing !
    When I bought my E71 about 4 months ths ago ,and as I was upgrading from S40 series ,I found it a little bit slow , of couse compared to other N series like N73 it was much faster.
    For some issues , I decided to hard reset the device ,When I did that , it got about twice the speed compared to the speed at the time of purchase !!
    I said might be the programs , I started to install them one by one from my backup ,still the phone is much faster opening menus....etc compared to the time of purchase !!
    I said might be other programs , and I took a brand new phone where I found the formatting removed some programs that were installed at phone memory like mmssync ,Nokia webservice support ,Nokia internet service support package 1 ...etc
    I did that till I made sure from the file manager that my phone's programs are exactly the same as the brand new phone!
    then I compared my phone , and a brand new phone taken from a friend's shop ,still my phone after formatting is much faster !!!
    What can be the reason behind that ,really I am about to start telling all my friends to backup and hard reset to get the maximum speed , but will it work with everybody? ,I can't tell as I can't explain the phenomena at the first place... can anybody help ?

    Well, I have two E71s and I don't see this - one is still on the original firmware version and the other has been upgraded to the current version.
    Now assuming that there is a difference between the firmware versions/programs installed, I would make a wild guess that in your original firmware, the factory installed format was sub-optimal. When you reflashed it, and reinstalled, you're probably seeing the effects of a better setup. But twice as fast is a little hard to believe.
    Sanjay Mehta
    Motorola "Brickphone" circa 1996, Alcatel One Touch, Ericsson R380, Sony Ericsson T220, Sony Ericsson T630, Nokia E50, Nokia E61i, Nokia 9300i, Nokia E71,Nokia X6, Google Nexus S, iPhone 4S

  • Can someone explain this behavior?? (session 0 with htp.init)

    Hi,
    I've noticed that when you access a page using the Session 0 and that page contains an "htp.init" in a before header process, for some reason the session expires and creates a new one.
    I made an example on apex.oracle.com, but first let me explain what've done exactly.
    There's two pages. On page 1, I have an item named :P1_COLOR that is assigned the value of an application item :P_RED. This application item is affected in an application process before header that runs only on page 1 (the value assigned is "This is red"). I also have an item that displays the session id using this code:
    return :APP_SESSION;
    Then, I have a link called "page 2" in the HTML region :
    a href="f?p=&APP_ID.:2:&APP_SESSION.:::::">page 2</a
    Also, more importantly, on page 1 I have a process before header that sets a cookie:
    begin
    htp.init;
    owa_util.mime_header('text/html', FALSE);
    owa_cookie.send(
    name    => 'MY_COLOR_COOKIE_'||:P_RED,
    value   => 'test_value',
    expires => SYSDATE365,+
    path    => null,
    domain  => null                );
    owa_util.mime_header('text/html', TRUE);
    END;
    Now if you go in the application normally without session 0, you will see the "This is red" with the session id and when you click on page 2 you will still see "This is red" with the same session ID
    http://apex.oracle.com/pls/otn/f?p=60310:1::::::
    But when using the Session 0, you see "This is red" with a session id, but when you click page 2, you don't see "This is red" and a new session ID is created, but the link in the address bar still contains the session 0. Also, if you press BACK and then go on page 2 again, you don't lose the :P_RED value nor the session. There seems to be a problem only the first time around.
    http://apex.oracle.com/pls/otn/f?p=60310:1:0:::::
    Can anyone explain me this behavior? Is it a bug? What is the work around? Because, i know that if you want to set a cookie you need "htp.init".
    Note: I 've commented the cookie part of my process and only left the htp.init uncommented and had the same result, that's why I'm saying it is caused by htp.init
    Thanks, reginald
    Edited by: reggieh on Mar 19, 2009 7:09 AM

    Yes, you might need to do something like that. The zero SID cookie is set only once: the first time the application is visited with a zero for session ID. So for email links where you use zero in the link, you could make the link target page a dummy public page (999) with BRANCH_TO_PAGE_ACCEPT in the request and the actual page you want the user to go to in the portion of the request after the pipe symbol, e.g., for page 10, the url would look like:
    http://host:port:/pls/DAD/f?p=60310:999:0:BRANCH_TO_PAGE_ACCEPT|10
    An after-submit process on page 999 would use :REQUEST as the page to redirect to:
    owa_util.redirect_url('f?p=' || :APP_ID || ':' || :REQUEST || ':' || '0');
    apex_application.g_unrecoverable_error := true;
    If this works the way we're thinking, the zero sid cookie will be sent when page 999 is requested, then page 999's after-submit process would take the user to the desiired page on which your process could set the tracking cookie.
    Scott

  • Can someone explain iCloud for me?

    Can you explain how iCloud works?

    iCloud is a central point for all your information.
    www.icloud.com
    Basically you can put information onto this, and it will populate everything thats on your icloud to them, be it a computer, phone, ipod or ipad.
    If you make changes on one device, this is uploaded to the icloud and then sent to all your devices, so you dont need to go to each device to change it on each one.
    Mail, contacts, calendar, photostream, etc.

  • Can someone confirm this for me?

    Can someone try running ISOBuster 1.1?  (http://www.isobuster.com)  Without a BSOD of NO_MORE_IRP_STACK_LOCATIONS?
    How about Windows Component Update?  Without a BSOD of the same error?
    It seems this stupid BSOD plagues me and keeps me from installing Visual Studio.  
    I've tried the Registry Tweak and it still happens.
    I've tried different BIOS's with clean installs.
    I've tried different drivers with those different BIOS's with clean installs.
    I'm stumped and sad...

    Have you recently installed a new virus scanner?
    Winntmag has this to say : http://www.winntmag.com/Articles/Index.cfm?ArticleID=3396
    NO_MORE_IRP_STACK_LOCATIONS 0x35
    With this code, if you've added a new virus scanner or someone has accessed a shared volume over the network for the first time on the machine, the Server device driver can be at fault. The Server device driver constructs I/O request packets with a slot for every device driver on the path to the disk. Sometimes the number of I/O request packets the Server device driver allocates is insufficient, resulting in this Stop Code. Try increasing the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ServicesLanmanServer\IrpStackSize setting to a number higher than 4 (or whatever it's set to) and see whether the problem goes away

  • Can you explain this for me?

    Hi Guys,
    I'm a novice at best here, and get great satisfaction
    tinkering and figuring things out with web sites. I have a question
    about how to program a flash page that has a main navigation menu
    on the left side of the page that stays constant while the right
    side of the screen switches pages when you click a button.
    I lifted the code from one of the navigation buttons and it
    reads as follows:
    on (rollOver) {
    gotoAndPlay("s1");
    on (releaseOutside, rollOut) {
    gotoAndPlay("s2");
    on (release) {
    if (_root.b<>2 and _root.m<>1) {
    _root.cont1.gotoAndPlay("start");
    _root.b = 2;
    I know the "on realease" command will call a separate page on
    to the screen but in order to acheive this, what do I have to do to
    fly in the separate page? What's the connection?
    Can you explain to a true novice what is happening here or
    give me a resurce to learn more about this technique?
    I really appreciate your time and knowledge.
    Thanx again

    OK your code isn't quite there. First of all look up
    'Buttons' in the Flash Help guide and learn more about them.
    'on(release)' is a 'handler' that respondes to a mouse click, it
    doesn't do anything else, other than what you tell it to. it is the
    same for 'on(rollOver)', 'on(rollOut)', and others.
    'gotoAndPlay(frame OR label)' tells the playhead to move to a
    new place in the timeline your calling, where you have placed new
    content. You can keep the 'navbar' showing by placing it on a layer
    that doesn't change throughout the timeline, and on different
    'layers' you can place keyframes and put new content in them to
    create a 'page' so to speak.
    HERE is a very
    basic example of the principle, however in this example I have
    placed the button handlers on the main timeline and you call them a
    little differently this way you say:
    my_btn.onRelease = function() {
    //...do something
    but the basic system is the same. it's generally a good idea
    to put your code on an actions layer in the timeline, instead of
    attaching it to buttons or clips, it makes it easier to reference,
    and debug.

  • Can Someone Answer This For Me?!?!

    i got the kin one 3 days ago...i dont really like it that much because i cant view videos or download apps or really do anything that a smartphone should do and it is costing my parents $30 dollars extra a month for nothing basically. My question is that can i take the phone back and exchange it for a new one? Isn't there like a 30 day exchange or something with Verizon? I need to know this soon thank you for taking the time and reading this and answering it.

    You have 30 days to return the phone, and your account will return to the status it was before you upgraded.  Or you can exchange the phone for another - but you are only allowed one exchange, so make sure the second one is the one you really want,as that's the one you will keep.

Maybe you are looking for

  • BAPI_GOODSMVT_CREATE with a movement type of 262

    hi: when  I do a goods movement using BAPI_GOODSMVT_CREATE with a movement type of 262. If I supply the reservation number it creates the material document with a movement type of 261 ignoring the 262 . why ?

  • COM Problem windows7 & Photoshop CS5

    Hello, I am having a bit of a problem with instancing com objects for both photoshop x64 and x32 versions. both of which I have installed, and need available, due to legacy 32 bit plugins our studio relies upon for certain things. The problem is that

  • Pre/Post increment query

    I have a query regarding Pre/Post increment. The following code: int x = 0; int y = 0; x += y++; System.out.println("x = " + x); System.out.println("y = " + y); Produces the following output: x = 0 y = 1 (Value of y is assigned to x, y is then post i

  • New column - all-time rolling sum in Repository

    Hi all I need to build a new column in the repository.(ALL TIME ROLLING SUM TO DATE) and # Month Roll over on that. I am looking for a way to easily compute rolling sums (etc.) for ranges of dimensional values that are not included in the result set.

  • Alert 'There were problems downloading some purchased items' won't clear for the same 6 songs.

    Alert 'There were problems downloading some purchased items' won't clear for the same 6 songs (see screenshot). Every time I download something new this alert comes up, yet when I check for available downloads there aren't any (see second screenshot)