Totally bizarre error...

i am connecting to a database on a server on my network. it has been working fine, then suddenly today it started giving me this error:
Error in socksNonProxyHosts system property: sun.misc.REException: my.******.com is a duplicate (*****) is a hostname.
has anyone seen this error before? does anyone know what causes it? i can't find ANYTHING on google about it.
PLEASE HELP!

I doubt anyone knows what this error is. I suggest looking at all log files in both your program, the database log files, and any firewall log files, etc for the time this occurred. Ask other people who are resonsible for the database server, firewall servers, etc if they installed any new software or upgrades at the time the error occured. If not, I suggest restarting the database, your program, etc to see if it goes away. (microsoft moto: "when in doubt, reboot").
You can also search google for part of the error message rather than all the words. For example, search for 'REException'.
If you restart your program and it works, then re-occurs later on, I suspect there is something in your program.

Similar Messages

  • Bizarre error adding Numbers in Flex 4

    I'm having a bizarre error adding numbers in Flex 4.  In all cases, I'm getting the correct result, but sometimes I'm getting extra precision with a 5 at the end.
    For example,
    If I try to add 5 and 1.56, I get 6.5600000000000005
    a lot of numbers add correctly, it's just certain combinations that have the problem.
    Here is a small app that demonstrates the issue:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
         <s:layout>
              <s:VerticalLayout/>
         </s:layout>
         <fx:Script>
              <![CDATA[
                   protected function button1_clickHandler(event:MouseEvent):void
                        var num1:Number = Number(number1.text);
                        var num2:Number = Number(number2.text);
                        var result:Number = num1 + num2;
    //                    result = 1.56 + 5;
    //                    result = Number(1.56) + Number(5);
                        resultLabel.text = String(result);
              ]]>
         </fx:Script>
         <s:TextInput id="number1"/>
         <s:TextInput id="number2"/>
         <s:Button label="Add Values" click="button1_clickHandler(event)"/>
         <s:Label id="resultLabel"/>
    </s:Application>
    Any assistance would be appreciated!
    Thanks!
    Jon Keener
    [email protected]

    This question comes up all the time. It's a Fact Of life of modern microprocessors and computer languages, which implement floating-point arithmetic using binary fractions (1/2, 1/4, 1/8, etc.), not decimal fractions (1/10, 1/100, 1/1000, etc.), according to the IEEE-754 spec. Many decimal fractions, such as 1.56, cannot be exactly represented as a finite binary fraction. (Or the exact representation in binary might be finite but require more fractional digits that the spec allows.) Although your source program says "1.56", it gets compiled and executed as the IEEE-754 binary-fraction that is closest to 1.56, but it isn't exactly equal to 1.56, and then this slight error gets propogated through calculations, and the conversion back to decimal is again inexact.
    Generally, people just use methods like toPrecision() to round things off a bit and hide this problem. Or they go write or find a (much slower) ActionScript library that does true decimal floating-point arithmetic by storing decimal fractions rather than binary fractions.
    Gordon Smith
    Adobe Flex SDK Team

  • Bizarre Error with backwards play button

    I am getting this bizarre error message that appears with a backwards play button and tells me "This computer will reboot in 5 minutes AFTER YOU CLICK OK. Please save everything you are working on and log out by choosing Log Out at the bottom of the Apple Menu." It appeared about a week ago and after I rebooted, I lost all of the icons in the menu bar at the upper right. I was able to get all of the icons back but now am seeing this error again. So far, it seems like it can be ignored, but I'm not sure if it will continue letting me do so. Screenshot of the issue is below.

    I'm confused by what this means, "I've tried eliminating the initial stop(); script, but then it doesn't play the movie at all and just goes to the next frame." It would seem that going to the next frame would be the movie playing? But in any event, yes, if your remove the stop then there is no reason for the playhead to stop on that screen and so it would just keep going AND in 4 seconds (more or less) it would also execute that function so you would be in a world of hurt.
    As for the my_timedProcess variable. That is just a number that will allow you to stop the 4 (more or less) second wait. Suppose you had a replay button that allowed the welcome to be played again. Well in that case you would want to stop the function from getting called during the replay so you could add some code to the replay button like this:
    clearTimeout(my_timedProcess);
    Also it seems a little strange that you are passing your function the number 1. Why are you doing that? You don't seem to be using arg1.
    Finally onto your real reason for posting. I have no idea why that wouldn't work. Have you tried it with IE6 on a non-hand held device? Is the real problem the 6-ness or the mobile-ness?
    Back in the day when IE 6 was more common there were occasional cache/timing issues that could often be very tricky to diagnose. Are you sure that all your content has loaded?
    Are you sure that your client has the correct Flash plugin installed for IE 6 on their device? Many times the, "It doesn't work on this one platform/computer/for this one person" issue is really that the person doesn't have the correct plug-in installed -- EVEN WHEN they swear they do. Really you would be surprised at how often that is the case.
    Other than that I don't know what could be causing it.

  • Subscriptions not completing. Processing: 0 process of 2 total; 0 errors

    We have subscriptions that have run for many months, all of a sudden radomly, some of the subscriptions say 'Processign: 0 processed of 2 total; 0 errors.  When looking at the ExecutionLog3, it shows that the reports are in Render as the ActionItem
    and the status is 'RsAccessDenied'.  Now this doesn't make sense since other subscriptions are using the shared datasource and they are running just fine.   If anyone has any suggestions as to why this is happening or what we can do to stop
    it from happening that would be appreciated.  We have found that deleting and re-creating the subscription then works.   Remember this is random with the subscriptions, so it is hard to narrow down why it's happening.

    Hi Renee_C,
    When a scheduled operation is defined, the report server creates a corresponding job in SQL Server Agent and runs the job on the date and time specified in the schedule.
    According to the status "0 processed of 2 total; 0 errors", the problem can be caused by the event processing threads are all tied and not processing the events as fast as they arrive, so you will miss some of them.
    Please check to see if you can find record in these two tables: ReportServer.dbo.Notifications; ReportServer.dbo.Event.
    Please check information one by one to find the root cause:
    Check two tables below in the reportServer DB: ReportServer.dbo.Notifications; ReportServer.dbo.Event.
    If these table have information, take reference as below:
    This main issue is the event processing threads are all tied and not processing the events as fast as they arrive. If you have a lot of subscriptions, if several instances of the event were running at the same time occupying all of the threads or when a lot
    of subscriptions are set to fire at the same time, and they may take a long time to complete, so the subscription processing cannot keep up and falls behind. In this case, you may encouraged to run them at different times if possible.
    You can check the detailed error log (default location: %programfiles%\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles),
    Please check the log and if you find more details error message, please provide us to move more quickly toward a solution.
    Below blogs are for your reference about Troubleshooting Subscriptions:
    http://blogs.msdn.com/b/deanka/archive/2009/01/13/diagnosing-and-troubleshooting-subscriptions.aspx
    http://blogs.msdn.com/b/deanka/archive/2010/02/16/troubleshooting-subscriptions-part-ii-using-the-report-services-trace-log-file.aspx
    Similar Thread which have resolved for your reference:
    Data-driven Subscription doesnt send out an email but job history shows its successfull
    If you still have any question, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • 'Maintain serial numbers for total quantity error in bapi_goodsmvt_create

    HI Experts,
    I am doing a goods movement programatically by using BAPI_GOODSMVT_CREATE.
    Though I am passing the serial no. for the document item still I am getting an error: 'Maintain serial numbers for total quantity'.
    My code goes like this:
    *-- Read all the items for the item category belonging to the plant
         loop at lt_lips into lw_lips where pstyv is not initial.
    *-- Process the goods movement -  Fill the data
              lw_gmvt-material = lw_lips-matnr.
              lw_gmvt-plant = lw_cat-werks.
              lw_gmvt-stge_loc = lw_cat-lgort.
              lw_gmvt-batch = lw_lips-charg.
              lw_gmvt-move_type = lw_cat-bwlvs.
              lw_gmvt-customer = <st_xvbpa>-kunnr.
              lw_gmvt-s_ord_item = lw_lips-posnr.
              lw_gmvt-entry_qnt = lw_lips-lfimg.
              lw_gmvt-entry_uom = lw_lips-meins.
              lw_gmvt-entry_uom_iso = lw_lips-meins.
             lw_gmvt-ref_doc = xlikp-vbeln.
              lw_gmvt-quantity = lw_lips-lfimg.
              lw_gmvt-base_uom = lw_lips-meins.
              append lw_gmvt to lt_gmvt.
              clear: lw_gmvt.
    BOC for serial numbers
              if lt_ser02 is not initial and lt_objk is not initial.
                clear: lw_ser02,
                       lw_objk.
                read table lt_ser02 into lw_ser02 with key sdaufnr = cvbak-vbeln
                                                           posnr = lw_lips-posnr
                                                           sd_postyp = lw_lips-pstyv binary search.
                if sy-subrc = 0.
                  read table lt_objk into lw_objk with key obknr = lw_ser02-obknr binary search.
                  if sy-subrc = 0.
    *-- Check if serial number is populated
                  if lw_objk-sernr is not initial.
    *-- Fill the serial number table for BAPI movement
                      clear: lw_sno.
                      lw_sno-matdoc_itm = lw_lips-posnr.
                      lw_sno-serialno = lw_objk-sernr.
                      append lw_sno to lt_sno.
                  endif. "Serial number not initial
                  endif. "OBJK read
                endif. "SER02 read
              endif. "SER02 and OBJK is not initial
    EOC for serial numbers
            endif. "Category table read
            clear: lw_cat, lw_lips.
         endloop.
    *-- Execute the BAPI only if item table is filled on the above condition
         if lt_gmvt is not initial.
    *-- Fill the header details
            lw_header-pstng_date = xlikp-erdat.
            lw_code-gm_code = lc_03.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
              EXPORTING
                GOODSMVT_HEADER               = lw_header
                GOODSMVT_CODE                 = lw_code
               IMPORTING
                MATERIALDOCUMENT              = lv_mblnr
                MATDOCUMENTYEAR               = lv_mjahr
              TABLES
                GOODSMVT_ITEM                 = lt_gmvt
                GOODSMVT_SERIALNUMBER         = lt_sno
                RETURN                        = lt_return.
    Please suggest.
    Regards,
    Sangeeta.

    Hi Banerjee,
    Actually we are trying to use the same bapi from se37, we are passing all the details which is required to process the bapi_goodmvt_create. But still the bapi returning the same error what sangeeta got in the above. Can you please guide me how to achieve this.
    how the values has to pass to the Serial Number?
    What exactly meant by Counter Values ?
    Regards,
    Siva

  • Maintain serial number for total quantity" error in BAPI_GOODSMVT_CREATE

    Hi!
    I also encountered the error "Maintain serial number for total quantity" in using BAPI_GOODSMVT_CREATE .
    In retrieving the serial number, I use this code:
    Select all
            READ TABLE l_it_ser03 ASSIGNING <ser03> WITH KEY mblnr = <gm_items>-mat_doc
                                                             mjahr = <gm_items>-doc_year
                                                             zeile = <gm_items>-matdoc_itm.
            IF sy-subrc is INITIAL.
              MOVE:
                <gm_items>-matdoc_itm TO l_wa_goodsmvt_sernum-matdoc_itm,
                <ser03>-sernr         TO l_wa_goodsmvt_sernum-serialno.
                APPEND l_wa_goodsmvt_sernum TO l_it_goodsmvt_sernum.
            ENDIF.
    And then i pass the l_it_goodsnvt_sernum to BAPI_GOODSMVT_CREATE.
    The error shows up whenever i tried to execute a PO having the serialised parts from the Goods Issue, but if the GI has no serialized part, the program works well.
    Please, please help.
    Thank you.

    may i know how you solve the issue ?

  • Bizarre error when trying to open .fla files in Windows Explorer

    "Windows cannot find '(path of the .fla file INCLUDING the filename)'. Make sure you typed the name correctly, and try again. To search for a file, click the Start button, and then click Search." error message given when I click on any .fla file in Windows Explorer to open it in Flash 8 Pro (as I've ALWAYS done before). Flash opens but no file is opened in it. If I click the fla file a second time THEN it opens in Flash (which is already opened from the first attempt.). This never happened before. I have 2 more laptops that work fine (as did THIS Win XP-SP3 pc until about a week ago), ALL with Flash 8 Pro (1 laptop w/XP-SP3 - just like the main PC with the new 'problem'), 1 laptop w/Vista Ultimate SP2. Even compared registry entries from XP laptop side-by-side - no differences at all. Everything is literally 'word-for-word'. Also compared FileMap.xml - no differences. Reinstalled Flash (no success) then out of frustration reinstalled XP with full disk format (and then everything else all over again - took 3 days) - still no success. Files open from the Flash 'File\Open' menu no problem - just not from Windows Explorer anymore. Nothing is different than before (when everything was ok - same installed programs, apps, updates, exact same 'set-up' as far as Windows drivers, system settings, prefs etc goes. VERY bizarre!

    As you know Flash 8 was a Macromedia product. They don't exist anymore - being absorbed by the all powerful, all seeing, all knowing Adobe Systems (sort of reminds me of the BORG on Star Trek - you know 'Resistance is futile').
    I tried literally everything - to no avail. Since I did try everything - up to and including a complete HDD full format and OS reinstall (which only accomplished deleting several days of my life that I'll never get back) I have come to the conclusion that it must be something inherent in the program that only affects installations performed after 12/31/12.
    My 2 laptops have no issues because the program has been on them for years and has never been reinstalled, but I would be willing to bet if I had to reinstall it on them I would start getting the same problem (since it's now past 12/31/12).
    On 12/31/12 Adobe did something in a way 'similar' to CS2 owners by rendering the activation of CS2 products inoperative. I found this out the hard way after I had just reinstalled everything while trying to deal with this issue. I had to spend hours on the phone to finally get the news from 'Dave' in Indonesia that Adobe decided to just arbitrarily render their CS2 customers paid-for software obsolete and inoperative! (Out of fairness they DID provide 'replacement' apps that don't require activation - thus avoiding MEGA lawsuits).
    Anyway - I'm just saying that software makers can build anything into their product, including date specific limitations without the consumer ever being aware of it.
    With the exception of this issue it otherwise works fine, and I guess I'll just have to deal with it from now on by dbl-clicking on Fla files TWICE instead of once - otherwise affectionately known as 'quadruple-clicking', (but if you count closing the error window then it's 'quintuple-clicking').
    I don't mind being proven wrong - so if somebody out there knows what is going on here (besides my theory of software developers time limitations resulting in complete world domination) feel free to reply. I'll get an email telling me someone replied and I'll come to this post and have a look.
    (suggestions to reinstall will be ignored - been there, done that)

  • Bizarre error message when trying to add BT Vision...

    I am getting a bizarre message when trying to add BT Vision to my BT Infinity broadband which is due to install on Thursday.  I'm hoping it is only due to the fact the order has not completed and will be fine in a week.  I did speak to an "advisor" but I helpfully was told the line cannot be checked until the current order is complete and I'd obviously want to know if there will be any problem with me getting BT Vision prior to that!
    Has anyone else seen this error message and have any advice?  Note that I am definitely not in any trial and the 0800 number is now dead.

    Hi Evil_Dan,
    Welcome to the forum.
    If you can email in your details we'll check this, you can get our "Contact Us" link by clicking on my profile page.
    Thanks,
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Napoleon Total War Error 403 Macbook Air

    I've been downloading Napoleon Total War for my Macbook Air and the last few times I have recieved a 403 forbidden error. It has not completed download, and is not in my application folder so Feral's answer to several other users will not work for me. 

    Disable anti virus software if installed.
    If you have Little Snitch installed, that can prevent apps from downloading.
    Mac App Store: How to resume interrupted downloads
    Make sure Mac App Store is selected in:  System Preferences > Security & Privacy > General
    message edited by:   cs

  • Totally bizarre XDCAM HD + FCP import question

    I have filmed 40+ discs on XDCAM HD 50GB discs at 50MBs. These were then logged and captured using Sony's XDCAM pluggin for Final Cut Pro 6.5.
    When the project file was taken on the drive with all the media etc and plugged into a macPro pro (2 x 2.26Ghz quad core 8GB ram) the project file could not see 1052 of the media files and asked to reconnect them. Something I didn't want to have to do for each file!
    I then shot another job using XDCAM HD but this time at 35mbs per
    second and on 23GB disks. Again it was logged on site using the laptop and again the desktop failed to recognise the
    media for 626 out of 2685 shots.
    I have updated the desktop to FCP 7.0.1. and it still doesn't see
    them. I tried my friend’s desktop and it can't see these files either.
    The files that can't be seen are in the lower part of the browser
    which is in alphabetical rather than disc order (i.e. imported at totally random times). However there is
    also a bin full of shots from just one disc at the bottom of the
    browser and none of those files can be seen either.
    When the projects are returned to the laptop that logged and captured them – it can see everything.
    Not sure what to do
    Does FCP have a limit on the number of files associated with a project? Or a reason why it would fail to see such a large number of files?
    I am truly in the dark on this.
    Any suggestions gratefully received.
    Jasper

    I haven’t responded in a while but I haven’t been lazy on this as I’ve been trying out a range of options.
    Firstly I have tried the projects on another high spec Desktop and it refused to link the last third (roughly) of media as before.
    Reconnecting the media files also doesn’t work.
    You can find them using ‘Locate’ or ‘search’ but then once you click on the file it doesn’t appear in the ‘Files Located’ box below as it should it just disappears from the list of files to be found.
    Is it a memory problem?
    Clearly it is a large project and sometimes FCP can’t play the files it is showing in the browser because it is out of memory.
    But I have a DVCPRO HD project that is 3 times as big at 1.5 TB which opens and plays perfectly well.
    It also fails to see the files even if they have been put away in lots of separate bins.
    Which brings us back to the original bizarre point of the question.
    Why does it open and play OK on a laptop with less memory and less processing speed?
    And why is it not connecting the final third of the media?
    And why does this group of 1051 to 1061 unconnected/offline files change according to how they are arranged in the browser i.e. final third alphabetically or final third in reel order etc etc.
    Please can anyone suggest any other avenues for me to try … it is driving me crazy.
    Cheers
    Jasper

  • Report Structure based CKF percentage total colume Error

    Dear Guru's
    In Report Created structure in Rows structure created formulas for sub total, CKF using in colume for finding percentage on sale,
    where formula used in structure, percentage also adding instead of average. Applied exception aggregation for plant but no result
    Example scenario : Zone1 created with selection of plant, division and region.same as a UCWL and internal total Zone1+UCWL used formula
    percentage CKF working as addition. Red colour highlighted are wrong totals
    Month
    Target
    Prorata
    Target
    Actuals
    Today
    Actual
    Todate
    %Age
    Achiev
    Target
    PPC % age
    PPC %Age
    Actual
    Rajasthan Zone1
    45,000
    36,000
    1,276
    27,473
    76
    67
    54
    UCWL
    25,000
    20,000
    952
    18,183
    91
    100
    76
    ZONE1+UCWL Total
    70,000
    56,000
    2,228
    45,656
    167
    167
    129
    Rajasthan Zone 2
    60,000
    48,000
    1,722
    34,746
    72
    65
    10
    Rajasthan Total
    1,30,000
    1,04,000
    3,950
    80,403
    240
    232
    140
    Gujarat-Sirohi
    1,12,000
    89,600
    2,555
    85,877
    96
    42
    Gujarat-Kalol
    60,000
    48,000
    1,644
    34,945
    73
    75
    30
    Gujarat- P Pur
    8,000
    6,400
    247
    6,035
    94
    100
    Gujarat Total
    1,80,000
    1,44,000
    4,447
    1,26,857
    263
    217
    30
    Treat this most urgent, report is pending due to percentage total.
    Regards
    ramesh

    I applied this:
    If([Process Category] InList("Process01") And IsNull([Date]);[Percentage];Max(Date)))
    [Percentage] = (Count([Date])/Count([Operation]))*100.
    but, this is not becoming true - even when Operation has one Date
    Showing result as:
    List#,Process01,Process02
    100, 11/12/2010, 11/15/2010
    But result should be
    100,50%,11/15/2010
    Can anyone help me achieve the right result!
    Thanks in advance.

  • Mystical total shutdown, error 23 when trying to restore.

    Hello.
    I'm quite desperate at my situation in which I'm at now.
    The story is as follows: one day at school I took my phone out of my pocket to check for the clock and to my surprise it didn't respond to my actions. Even at that day I listened to music while going to school and took some notes at school before that. I thought oh well, maybe the battery has depleted (although I had it charged the previous day and as I remember the battery indicator didn't show a low level) or something. So when I was at home I plugged it to wall charger. The iPhone showed me the Apple logo, and I was quite surprised at this - I had never previously experienced anything like this. So I left it charging for several hours but the situation hadn't changed much - only the screen had turned of, and if I replugged it to the charger it was at the same state as when I plugged it previously. I later plugged the phone to my pc (running Vista) and again was surprised that iTunes didn't autolaunch as it would have when everything was OK. So I launched iTunes myself and still the phone wasn't recognized. I reset the phone (while plugged to pc) a lot of times holding both home button and sleep/ wake button and the situation became a bit different the phone was recognized by iTunes but it said that the phone needs to be restored, so I tried that. It all went good while the bar for extracting software filled up. The I got an error that iTunes could not restore my phone with error code 23.
    I had updated the iphone's OS to 3.1.2 several days ago before the incident, and the phone's a iPhone 3G 16gb (black if that matters). I've searched solutions to my problem and tried a few out like trying to restore the phone in both recovery and DFU modes and all no good. Other solutions included using 3rd party software mostly suggested at forums where people had unlocked or jailbroken their phones (my is neither of these cases). So I haven't yet messed with this stuff, and actually I don't want to.
    In some forums people suggest it's a hardware problem and they write that they exchange their phones at apple stores, in other cases they are told they need to pay for new ones. And I'm very sad of my situation, because the phone's 1 year warranty has ended a month ago and also because in my country the phones are provided by the operetor, not apple stores, so I think before sending it to service they can't help me much, and I'm afraid they will tell me to pay for a new one.
    I ask If anyone is having also the same problems and are there any solutions that helped to get the iPhone restored and bring it back to life.
    What are your suggestions and experiences of this.
    Thanks. (Sorry for bad english, if any.)

    Hi, if you have not fixed or exchanged your phone this link may help: http://www.hackint0sh.org/f207/83168.htm
    See the quote below as to what you need to do, this seems to work for a 2G iPhone maybe it will fix yours if you can follow the procedure:
    "You need two iPhone 2Gs or one spare logic-board.
    Open iPhone 2G disconnect the communication board from the logic-board and put Your spare logic-board. Restore to 3.0 or 3.01..
    Then return Your old logic-board.
    Your data will be there.
    Then just go and upgrade to 3.0.
    And here You go."
    Regards,
    Gusg

  • Bizarre error in Premiere during video preview, then crashes at export

    I upgraded to Windows 7 64-bit & decided to also upgrade to Premiere CS4. It sets up, loads, edits fine, but once I try to ram preview the video composer distorts like crazy (pictures below, before and after.) Whenever I scroll it also flickers. Once I try to export the media, it crashes with an unknown error. I have tried to reinstall premiere twice now & don't know whats going on at all.
    I work with clients on a 1 to 1 basis so its import for me to ram preview, I have a client on Monday coming so I really hope to fix this issue soon. Thanks, V.

    Well, yes, but I call whenever I preview an area my work a ram preview. Whatever happens when you hit the Enter button thats what I mean.
    I went through that troubleshoot John posted, nothing that really helps me. I have a quad core processor so I'll try changing the affinity to a single processor, but I really doubt that's it since it was working fine on windows XP.
    here is a full system spec just in case its necessary:
    Processor
           - Quad Core - Intel(R) Core2(TM) Quad-Core 2.4GHz Q6600
          Memory
           - 4 GB 800 MHz CORSAIR PC2-6400 DDR2 SDRAM
          Thermal Management
           - CPU Liquid cooling
          Motherboard
           - ASUS Striker Extreme 680i
          Graphics Cards
           - Dual NVIDIA GeForce 8800 GT, with 512MB of GDDR3 SDRAM
          Audio Boards
           - ADI Onboard
          Primary OS Storage
           - RAID (0) Performance - 2 x 160GB 10,000 rpm SATA
          Power Supply
           - 1.1KW Power Supply
          Secondary Data Storage
           - 500GB 7200rpm SATA
          Optical Disk Bay 1
           - Super multi-drive, slim slots with Lightscribe (DVD+/-R/RW+/-DL)

  • Bizarre error in terminal after latest system update while running "purge" command

    sh-3.2# purge
    [ERROR]    <CPPathUtils.c:526>    The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    purge seems to still work, but now every instance of purge is immediately replied with the above error
    any ideas?  is this serious?

    My suggestion is to do the following as this is a level 3 error so hence is non critical:
    1. Open Terminal.app
    2. cd /System/Library/PrivateFrameworks/CoreProfile.framework/Versions/A/Resources/De vices/
    3. sudo ln -s osx-12.0.0.xml osx-12.1.0.xml
    4. Enter password if asked
    By adding a soft symbolic link you fool the purge command into believing the newer file exists. This type of link is non-distructive and hence if the file osx-12.1.0.xml will be overwritten if it is installed with a future update.
    Use this at your own risk but it does offer a temporary fix. Its hard to say if the issue is fixed in 10.8.2 we will have to wait to find out. The fix has the benefit of preventing the annoying message about rolling back as the roll back will be done behind the scenes using the link.

  • Error PLS-201 with DBMS_CRYPTO - 11g (totally newbie error).

    Hi guys.
    I'm trying to compile a package which includes the following instruction in a function:
    return DBMS_CRYPTO.Hash(src => v_hashed, typ => DBMS_CRYPTO.HASH_MD5);
    where "v_hashed" is raw(16) and the function expects a RAW as output. This instruction works ok in 10gr2 but fails in 11g with the following error (I have been granted access to the package, of course):
    PLS-201: identified 'DMBS_CRYPTO' must be declared
    If I replicate the same functionality in an anonymous block, it works ok. I'm pretty sure there is a silly mistake I'm making but I really can't see it. Hope somebody can help me.
    TIA,
    Mariano

    You probably have permissions on dbms_crypto through a role, and not granted directly to your user. Permissions granted through a role do not work in stored procedures, but do work in anonymous blocks.
    As a quick test of this, in your sqlplus session type
    set role none;
    then try your anonymous blxok again. It will fail.
    John

Maybe you are looking for

  • ORA-27092 Error while executing any query from client

    Hello I am getting following error while executing any query from client remotly. IAMDBA@TEST_OAT.ABCD > select userid from dual; select userid from dual ERROR at line 1: ORA-00604: error occurred at recursive SQL level 1 ORA-01116: error in opening

  • Computer Fan

    So my computer has been randomly shutting down on me for the last couple of days. When I turn my computer back on it says a cooling error in one of my fans has occured. How do I go about fixing this problem so my computer doesnt keep randomly shuttin

  • ABABusinessPartner

    I am trying to find Message Type ABABusinessPartner, Namespace http://sap.com/xi/ABA in XI 7.0.  I can see Software Component XI CONTENT SAP_ABA, Version 700 in the SLD Software Catalog, which probably contains this message type.  But when I import t

  • Using Mozilla Thunderbird as default e-mail client

    How do I change the default e-mail choice from outlook express to thunderbird. There must be a lot of us that do not like outlook and want to send photos and other stuff via thunderbird. Can anyone help me accomplish this

  • How do I install my education version of CS5 photoshop extended using the CD I purchased ?

    How do I install my education version of cs5 photoshop extended using the CD I purchased ?  I slid it into the side slot of my computer and nothing comes up on the screen.  I'm not sure where to go from here.....