Cfcache template cf10 issue. When I use it thousands ( 15000) of threads remains in process coldfusion.exe until server crash.

Hi,
Using cfcache to cache templates for a short period of time, the number of threads in coldfusion.exe process increase unexpectedly. Moreover, these threads remains in process (view resource monitor). We don't know why. Maybe an xml config file of CF10 take control of these threads?
When I use this code:
<cflock name="prodDetail#URL.ID#" type="exclusive" timeout="10000">
<cfcache timespan="#createTimeSpan(0,0,0,30)#" key="prodDetail#code#" id="prodDetail#code#" name="prodDetail#code#">
</cfcache>
</cflock>
Thanks in advance.

Hi,
This is Windows audit feature, I suppose that you have known that, actually, when you configure this audit policy, audit event is generated when sensitive privilege requests are made. This includes following objects:
• A privileged service is called.
• One of the following privileges are called:
◦Act as part of the operating system
◦Back up files and directories
◦Create a token object
◦Debug programs
◦Enable computer and user accounts to be trusted for delegation
◦Generate security audits
◦Impersonate a client after authentication
◦Load and unload device drivers
◦Manage auditing and security log
◦Modify firmware environment values
◦Replace a process-level token
◦Restore files and directories
◦Take ownership of files or other objects
So the culprit is not Windows system, this should be caused by a massive privileged operations. As we can see, the privileged operation is
 SeTakeOwnershipPrivilege. In my environment, if I run some opearations such as backup, there are
 records as expected, you suspected this is related to Acronis services, if these services require so many privileged operations, Windows would audit this via its mechanism.
If you have any feedback on our support, please click
here
Alex Zhao
TechNet Community Support

Similar Messages

  • TS2570 Please help me in this issue. when I use C hold down when mac start nothing happed

    Please help me in this issue. when I use C hold down when mac start nothing happed

    This causes the Mac to boot from the DVD drive.  Hold the C key down between the startup tone and the logo.
    (the shift key is not required).
    Another way to do it is to hold down the Option key during boot and the bootmanager will show you all the possible boot devices and you can pick from there.

  • ColdFusion 9 ODBC Server crashes when talking to Sybase over SQL Anywhere 11

    We have recently upgraded our database from Sybase 6 to Sybase 11.  We are also hoping to move from ColdFusion MX 6.1 to ColdFusion 9 in the near future.  In both environments, the ColdFusion ODBC Server enters a state where it is hung and the ColdFusion Application Server needs to restart.  I have been testing in CF9 since it actually gives an error message, where CF6.1 just boots me out to the login page.  Connections are setup using the ODBC Socket in CF Administrator.
    In the ColdFusion 9 ODBC Server debug log we see the following warnings as it is trying to run GetDescribe.
    It appears that it is unable to retrieve Catalog Name, but I don’t know why this would cause the ODBC Server to die.  In Sybase 6, the Catalog Name is blank as well, but there are no warnings either.
    This statement is doing a select * and returning 155 columns.  Following is a successful example where only 4 columns are retrieved.  I could (and have) gone through and chop my select statements, but since this worked in Sybase 6 I wonder if there is a handshaking problem?  I would appreciate any advice on setting up my DSN or ODBC server that may help this issue.
    Thank you for your help!
    Holly Ackerman
    Applications Programmer
    Survey Research Operations – University of Michigan
    ** ColdFusion 9 ODBC Server debug log failure **
    Tue May 11 13:41:58 2010:           SWSOC_CursorVar_DescribeCol entry descIx = 155
    Tue May 11 13:41:58 2010:SQLColAttribute SQL_DESC_CATALOG_NAME sqlRc = 1
    Tue May 11 13:41:58 2010:           SWANDBSRVC_OdbcError entry
    Tue May 11 13:41:58 2010:           SWSOC_OdbcErrorWithState entry
    Tue May 11 13:41:58 2010:Diagnostics (Warning) added: message:[01004][ODBC Socket][Sybase][ODBC Driver]Data truncated;code:0;component:6;function:10;row:0;column:0
    Tue May 11 13:41:58 2010:           SWSOC_OdbcErrorWithState exit
    Tue May 11 13:41:58 2010:           SWANDBSRVC_OdbcError exit
    Tue May 11 13:41:58 2010:           SWSOC_CursorVar_DescribeCol exit
    Tue May 11 13:41:58 2010:SWANDB_GetDescribe exit
    Tue May 11 13:41:58 2010:The active request for session 8 is interrupted due to an unexpected exception
    Tue May 11 13:41:59 2010:SWANDB_FreeVariables entry
    Tue May 11 13:41:59 2010:SWANDB_FreeVariables exit
    Tue May 11 13:41:59 2010:SWANDB_Close entry
    Tue May 11 13:41:59 2010:SWANDB_Close exit
    Tue May 11 13:41:59 2010:SWANDB_Logoff entry
    Tue May 11 13:41:59 2010:Abnormal logoff detected (caused by crash, kill, ...)
    Tue May 11 13:41:59 2010:Logoff behaviour not set, using database default
    Tue May 11 13:41:59 2010:SWANDB_Logoff exit
    ColdFusion 9 ODBC Server dump file:
    //=====================================================
    Tuesday, May 11, 2010 1:41:58 PM ACCESS_VIOLATION
    Stack Dump:
    PC:7C82CAC2-Seg:1;Off:0002BAC2-RtlDeleteCriticalSection+11A
    PC:7C833A52-Seg:1;Off:00032A52-RtlGetFullPathName_UstrEx+16D
    PC:7C82B61B-Seg:1;Off:0002A61B-wcscpy+180
    PC:0046F5AB-Seg:1;Off:0006E5AB
    PC:0046F5CD-Seg:1;Off:0006E5CD
    //=====================================================
    When I look at the ODBC Server debug log for other GetDescribe statements on the same table, the same warnings appear, and the catalog name is blank, but it seems to proceed fine from there.  In the example below, I limit the select to 4 columns.
    ** ColdFusion 9 ODBC Server debug log success **
    Tue May 11 13:41:37 2010:           SWSOC_CursorVar_DescribeCol entry descIx = 4
    Tue May 11 13:41:37 2010:SQLColAttribute SQL_DESC_CATALOG_NAME sqlRc = 1
    Tue May 11 13:41:37 2010:           SWANDBSRVC_OdbcError entry
    Tue May 11 13:41:37 2010:           SWSOC_OdbcErrorWithState entry
    Tue May 11 13:41:37 2010:Diagnostics (Warning) added: message:[01004][ODBC Socket][Sybase][ODBC Driver]Data truncated;code:0;component:6;function:10;row:0;column:0
    Tue May 11 13:41:37 2010:           SWSOC_OdbcErrorWithState exit
    Tue May 11 13:41:37 2010:           SWANDBSRVC_OdbcError exit
    Tue May 11 13:41:37 2010:           SWSOC_CursorVar_DescribeCol exit
    Tue May 11 13:41:37 2010:SWANDB_GetDescribe exit
    Tue May 11 13:41:37 2010:SSP OUTPUT
    ===================================
      sspVersion:9
      error     :1
      CHAIN
        num:4
        subPacketError:0
      OPEN
        stmtRefnum:3
      EXECDIRECT
        row count        :-1
        result available :1
        transaction     
        output available :no
      GETDESCRIBE
        numDescs:4
        (logging describe cursorvar:1)
        auto unique   :no
        case sensitive:no
        catalog name  :
        money         :no
        label         :npreferenceid
        length        :5
        name          :npreferenceid
        nullable      :no
        scale        
        schema name   :DBA
        searchable    :searchable
        table name    :<table name successfully displayed here>
        type          :numeric
        type name     :numeric
        unsigned      :no
        updatable     :yes
        encoding      :

    Thank you for your help.
    Unfortunately, we can't use the Sybase DSN that is bundled with ColdFusion.  We had a Sybase expert in house, and that connection is to a different type of server.  We need a SQL Anywhere DSN.  We did speak with him about using the native driver, but he thinks that may not work correctly for us.  I am at the stage where I want to try everything though, so I will give this a try.

  • Live text template render issue when using Media Encoder?

    I'm running into flash frames with Media Encoder exports of Premiere sequences using the live text templates.
    Unfortunately, AME doesn't flag it as an error, so the render completes without any issues in the render log and the only way to find it is to watch the rendered file.
    I have tried different combinations of having After Effects open or closed, with the live text template comp open or closed; I can't consistently reproduce the problem with any certainty and so am having trouble pinpointing the source.
    My only hypotheses so far are that:
    The glitches seem to be happening in the dynamic link between AME and PP, not AE and PP. The live text will pop back to the duplicated comp's text for one frame. Video playing simultaneously doesn't pop.
    In other words, the AE text template said: "name here". In PP it was edited to say "John Doe", then that comp was duplicated and edited to say "Bob Smith". Everything looks fine in PP. There are no keys on the source text in AE (I have noticed that if there are keys on the source text in AE, the text will pop back to the original AE text at that key in PP).
    When rendered out of AME, halfway through Bob Smith's title, it will read "John Doe" for a single frame, then pop back to being Bob.
    I've only had this happen so far with AME renders. The renders out of PP haven't given me any issues so far.
    It might happen more frequently on longer segments? If a title is up for 45 sec instead of 10 sec, it may be more likely to pop.
    The issue seems to occur more often in batch renders out of AME (happened to 3 of 5 files rendered in a batch, AME 2014.1) and/or with unrelated AE comps open (on a single render from AME 2014.2)
    Again, it doesn't happen every time or to the same title, or in the same spot. Files are being rendered to ProRes 422 HQ. Unchecked "Use Previews" in AME.
    Would be nice to get to the bottom of what's happening so I can recommend something to the editors when I hand off these live text templates to them.
    I realize that the live text is a new feature as of 2014.1, but haven't found anyone else talking about this. Would love if this was a very simple fix that I'm missing.
    I was able to reproduce the error on 2 different machines, with similar specs:
    Premiere CC 2014.1 and 2014.2
    Media Encoder CC 2014.1 and 2014.2
    Mac tower 2010
    2x 6-core Intel Xeon
    RAM: 64 GB
    Graphics: ATI Radeon HD 5770 and NVidia Quadro K5000 (or K4000)
    OS: 10.8.5 Mountain Lion

    I'm running into flash frames with Media Encoder exports of Premiere sequences using the live text templates.
    Unfortunately, AME doesn't flag it as an error, so the render completes without any issues in the render log and the only way to find it is to watch the rendered file.
    I have tried different combinations of having After Effects open or closed, with the live text template comp open or closed; I can't consistently reproduce the problem with any certainty and so am having trouble pinpointing the source.
    My only hypotheses so far are that:
    The glitches seem to be happening in the dynamic link between AME and PP, not AE and PP. The live text will pop back to the duplicated comp's text for one frame. Video playing simultaneously doesn't pop.
    In other words, the AE text template said: "name here". In PP it was edited to say "John Doe", then that comp was duplicated and edited to say "Bob Smith". Everything looks fine in PP. There are no keys on the source text in AE (I have noticed that if there are keys on the source text in AE, the text will pop back to the original AE text at that key in PP).
    When rendered out of AME, halfway through Bob Smith's title, it will read "John Doe" for a single frame, then pop back to being Bob.
    I've only had this happen so far with AME renders. The renders out of PP haven't given me any issues so far.
    It might happen more frequently on longer segments? If a title is up for 45 sec instead of 10 sec, it may be more likely to pop.
    The issue seems to occur more often in batch renders out of AME (happened to 3 of 5 files rendered in a batch, AME 2014.1) and/or with unrelated AE comps open (on a single render from AME 2014.2)
    Again, it doesn't happen every time or to the same title, or in the same spot. Files are being rendered to ProRes 422 HQ. Unchecked "Use Previews" in AME.
    Would be nice to get to the bottom of what's happening so I can recommend something to the editors when I hand off these live text templates to them.
    I realize that the live text is a new feature as of 2014.1, but haven't found anyone else talking about this. Would love if this was a very simple fix that I'm missing.
    I was able to reproduce the error on 2 different machines, with similar specs:
    Premiere CC 2014.1 and 2014.2
    Media Encoder CC 2014.1 and 2014.2
    Mac tower 2010
    2x 6-core Intel Xeon
    RAM: 64 GB
    Graphics: ATI Radeon HD 5770 and NVidia Quadro K5000 (or K4000)
    OS: 10.8.5 Mountain Lion

  • Aggregation Issue when we use Hierarchy InfoObject in the Bex Query.

    Hi All,
          I have created a bex Query having some Char's and one hierarchy Infoobject in Rowa and RKF's. I haven't used any Exception aggreagation Objects in RKF. but, when I execute a query in the Over all result it's showing the Exceptional aggregation based on the Hierarchy Object.
    Briefly Illustrated my problem here.
    OrgUnitHierarchy     EmpID       RKF
    Root                          1                1
    RootA1                     1                1
    RootA2                     1                1
    Root                          2                1
    RootB1                     2                1
    RootB2                     2                1
    Root                          3                1
    RootC1                     3                1
    RootC2                     3                1
    Over all result                              3
    In the above example the Sum of the RKF is 9. but its showing only 3. When I Connect this with crystal report is the sum of RKF is showing 9. Please help me which is the correct one and why it's not aggregating child nodes?
    Is there any Config needs to be done to aggregate all the nodes of the Hierarchy? Thanks for your support in advance
    Regards,
    Shiva

    Hi,
    is this related to BEx Analyzer or BEx Web Reporting ? if so then I would suggest to post the entry into BEx Suite forum as this forum is for the SAP Integration Kit from BusinessObjects.
    Ingo

  • VPN Issue when tethering using Bluetooth

    Hi all.
    I tether my laptop to my phone using USB, WiFi or Bluetooth as my primary internet connection (as I work remotely).
    My preference is to connect using Bluetooth (persistent connection, low power), however if I try to connect my laptop to the Cisco VPN, it doesn't work: the VPN connection seems to be made correctly, but I can't see the my work mail server, intranet or http proxy.
    If I connect using USB or WiFi, the VPN connects and everything work fine.
    I don't like USB because every time I need to take the phone from the dock to take a call or walk away from my computer, I lose internet and VPN and have to reconnect.
    I don't like WiFi because it uses too much battery.
    Can anyone suggest what could be causing this issue?
    Thanks!
    Ray

    Hi,
    Your best bet is to run wireshark on your workstation to see how the packets are being sent to the iphone. That will tell alot right off the bat. Also what are you running for your headend, is it an ios router or an ASA?
    thanks,
    Tarik Admani
    *Please rate helpful posts*

  • My bookmarks disappear when I close Firefox. I can get them back by reloading them from a backup file but they disappear again when I restart Firefox. I've tried the "taskmanager, Process, Firefox.exe, stop process, and it doesn't work.

    This occurs each time I start Firefox. The bookmarks work OK while I am using Firefox and you can add to them and save them to a HTM file. The html doesn't work for backup. When you go to organize bookmarks and try the restore function, as in "Restore Sunday October 24, 2010" you get the following error message '''''Unable to process the backup file."

    Try http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • Firefox fails to launch. When I click on the shortcut nothing happens. in Taskmanager processes Firefox.exe is shown but there is nothing on my desktop. Please Help?

    Firefox is failing to launch. Clicking on shortcut does nothing but start Firefox.exe process in Task Manager but nothing on my desktop or taskbar. I recieved no warning of infection from Microsoft Security Essential nor did subsequent scans with MSE and Super Anti Spyware result in anything more than a couple of harmless ad tracking cookies. Have uninstalled Firefox, cleaned registry with TuneUp Utilities and downloaded and reinstalled Firefox 7.0.1. The program still fails to launch.

    Check that you do not run Firefox as Administrator.
    Right-click the Firefox desktop shortcut and choose "Properties".
    In the Compatibility tab, make sure that Privilege Level: "Run this program as Administrator" is not selected.
    You also need to check the Properties of the firefox.exe program in the Firefox program directory.

  • Some issues when consuming RFC2 model using WebDynpro Java CE 7.11

    Hi Experts ,
    I'm using Web Dynpro for Java to develop our project. I have issues when I use RFC 2 model to call BAPI function . I already create the RFC 2 model successfully to call one PO BAPI function --- BAPI_PO_GETDETAIL. The whole project build and deploy successfully. At run time, it will call the execute() function of the model object. It also works fine and get the return values.
    I just want to get two return objects : PO_Items and PO_Item_Schedules .
    So far, every thing works fine. But when I want to iterate the PO_Items node and get each property value of current element, the following error occurs :
    com.sap.tc.cm.base.exception.BaseModelRuntimeException: Class 'java.lang.String' of new attribute value is not assignment compatible for attribute 'Prnt_Price' of type 'boolean' in model class 'com.sap.demo.localwd.qaspomodel.Bapiekpo'
        at com.sap.tc.cm.base.model.BaseGenericModelClass.setAttributeValue(BaseGenericModelClass.java:306)
        at com.sap.tc.cm.arfc2.model.ARFC2GenericModelClass.unmarshalFromJCoRecord(ARFC2GenericModelClass.java:287)
        at com.sap.tc.cm.arfc2.model.ARFC2ModelObjectCollection.doUnMarshalAt(ARFC2ModelObjectCollection.java:97)
        at com.sap.tc.cm.arfc2.model.ARFC2ModelObjectCollection.get(ARFC2ModelObjectCollection.java:120)
        at com.sap.tc.webdynpro.progmodel.context.ModelElementList.getElement(ElementList.java:1726)
        ... 72 more
    I use the same way to iterate PO_Item_Schedules element. It also works fine. Therefore, I don't know why this error happens?

    Hi Experts,
    I continue this thread because it seems that I have the same problem as the one asked by Wester Wei.
    I'm developping an application on NWDS using CE 7.11 (I've learned RFC2 with the tutorial [here|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0b102ea-efff-2b10-b3aa-d9e84a2c6bb6?overridelayout=true] ). The problem seems to come from the RFC2 Model, but I just import it (and I can't modify it afterwards, because it is a read-only model).
    So, you advise to "declare one boolean variable and assign Prnt_Price to that variable." or to "Explicity convert boolean to string.", I think you are right, but I don't know how to do that in my app (in the component controller ?). Therefore, the attribute that occurs the problem is in the context outputs, to I don't know I will be able to affect it before calling the BAPI.
    Could you tell me how to fix this problem without modifying the model (because it's read-only) ?
    Thank you for advance,
    Louis

  • When I use the command "Place in photoshop" CC from Bridge CC, it skips the Camera Raw Dialog box

    I am having an issue when I use the "Place in Photoshop" command from within Bridge CC, it is skipping the Camera Raw Dialog box and not behaving like a normal smart object. This has been my workflow for years and suddenly it's not working in CC. Anyone have any advice? Thanks!

    As far as i can tell, if you use Place>In Photoshop from Bridge with a camera raw file and don't have any other documents open, it skips the camera raw dialog, but does place (open as a smart object)
    and then you can double click on the smart object icon on the thumbnail in the l;ayers panel to open camera raw.
    If you already have a document open then Place>In Photoshop using a camera raw file opens the camera raw dialog before placing the photo.
    Also check the photoshop>Preferences>General and verify you have Place or Drag Raster Images as Smart Objects checked.
    The above behaviour seems to be the same in photoshop cc as past versions of photoshop, at least on the windows versions.

  • IOS - Performance issues when touching screen

    Hello,
    I am having perfomance issues when the use keep moving one finger on the screen.
    I am testing with :
    - flash builder 4.7 beta 2
    - air 3.5 (beta too I guess)
    - iPhone 3GS running on iOS 6.0.1 (also tested on an iPad3, and even though it's less horrible, the impact is still huge compared to what you could expect).
    - gpu mode
    - always published as an addhoc release build (best)
    Test 1-A) :
    - Have a completely empty project, add a fps counter (with mouseEnabled and children false).
    - run a while each frame so you force the fps under 60 (if not you won't see it going down from let's say theoric 100 to theoric 70 since fps max is 60).
    like this for example :
                                            protected function framingMouseTest(e : Event) : void {
                           var t : int = getTimer();
                           while (getTimer()-t<30) {}//this will keep flash busy
    Notice that when you keep your finger on the screen and move it you loose approximately 7ms per frame. (for example from 26 to 22fps or from 48 to 36 fps, depending on the time waited in your while).
    Test 1-B) do the same with even stage mouseEnabled false (and you could even set it + mouseChildren off recursively from stage) : same result (-7ms). Why ? Since it is all off it shouldn't take more than 1 ms no ?
    Test 1-C) add Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT; Same result (found some threads saying it would help but not that much...)
    Test 1-D) Multitouch.mapTouchToMouse = false;          It is a bit better but still around 5ms (didnt write down this one)
    Test 1-D) Multitouch.mapTouchToMouse = false; Multitouch.inputMode = MultitouchInputMode.NONE;          It is a bit better but still around 4ms (didnt write down this one) And you have now nothing left to remove I think.
    Now the horrible part :
    Test 2-A)
    Add some clips and subclips to your scene, containing bitmaps, results may vary depending on how much (let's say 30, I don't have the exact count on subcontainers), etc. but what's important is the difference between no finger and 1 finger moving on screen.
    On normal conditions (keep some mouseEnabled for the clips you need interaction add those a listener, lets say 10 total, default values for the rest) you can get about 40ms per frame down ! (for example from 36 to 14 fps) just by touching the screen.
    Test 2-B) Recursively set everything to mouseEnabled and children false after everything is added, you still get about 30ms down because of the finger, whereas it shouldn't test above the main container which already has mouseChildren false.
    Test 2-C) Multitouch.mapTouchToMouse = false; Multitouch.inputMode = MultitouchInputMode.NONE; you still get about 20ms down !!! whereas you're in a mode when touch and mouseEvents shouldn't even exist.
    I am really confused. My conclusions are :
    Performance are really impacted whatever you do when a user touch the screen + it will get worse the more clips/depth you have. Even if everything is made to disable this.
    I think anyone could test this with pretty much any app done with AIR on iOS, as long as the framerate is already <max (<60 for example), touch and move your finger and tell me what happens regarding framerate.
    What I would love :
    1) tell me what I am missing if you think this is due to some mistake on my part, if not :
    2) better perfomance when containers have mouseChildren false. It seems obvious it still takes longer to process.
    3) a mode where the touch/mouse is REALLY disabled including stage etc. It is quite obvious air does takes longer to handle touch as the scene gets more complex, even if you disable it all (seems to work only 20%...)
    4) a mode where the touch/mouse is REALLY disabled, on anything but the stage. Because you might want to handle everythin just from stage coordinates, if your project allows you to, like mine. Unfortunately right now it wouldn't give you enough performance boost (well, a bit but still maybe +20ms).
    PS : you don't even need to add mouselistener or touchlisteners (tested both), but if you do, it is worse.
    Compared to this, I am finding rendering performance pretty decent - even though it's tough for a game on a 3GS- as long as you do it properly.

    Could you open a bug report on this at bugbase.adobe.com?  Please include any sample code or applications so we can quickly reproduce the problem.  If you'd like to keep this private, feel free to send them to me directly ([email protected]).  Also, please note in the bug if this is new behavior with the latest AIR sdk or if you've seen this in past versions too.  Once added, let me know the bug number and I'll follow up internally.  I've alerted the iOS team to expect this bug.
    Thanks,
    Chris

  • IE 10 Crashes When Printing using Oracle/Micros Opera PMS 5.0

    When printing using IE 10 and the Oracle/Micros Opera PMS 5.0 IE 10 crashes. The event viewer description is as follows:
    Log Name:      Application
    Source:        Application Error
    Date:          3/26/2015 8:06:46 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HxLKPNYDTxxx010
    Description:
    Faulting application name: IEXPLORE.EXE, version: 10.0.9200.17267, time stamp: 0x54e7f156
    Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7ba58
    Exception code: 0xc0000374
    Fault offset: 0x000ce653
    Faulting process id: 0xd9c
    Faulting application start time: 0x01d0678301c31079
    Faulting application path: C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: 92b5b0a1-d3b0-11e4-b5e3-c4346b66e134
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-26T12:06:46.000000000Z" />
        <EventRecordID>607</EventRecordID>
        <Channel>Application</Channel>
        <Computer>HxLKPNYDTxxx010</Computer>
        <Security />
      </System>
      <EventData>
        <Data>IEXPLORE.EXE</Data>
        <Data>10.0.9200.17267</Data>
        <Data>54e7f156</Data>
        <Data>ntdll.dll</Data>
        <Data>6.1.7601.17514</Data>
        <Data>4ce7ba58</Data>
        <Data>c0000374</Data>
        <Data>000ce653</Data>
        <Data>d9c</Data>
        <Data>01d0678301c31079</Data>
        <Data>C:\Program Files (x86)\Internet Explorer\IEXPLORE.EXE</Data>
        <Data>C:\Windows\SysWOW64\ntdll.dll</Data>
        <Data>92b5b0a1-d3b0-11e4-b5e3-c4346b66e134</Data>
      </EventData>
    </Event>
    Can anyone help with this issue?

    Hi lan9710,
    What is the present windows version you are using ?
    "the Oracle/Micros Opera PMS 5.0 IE 10 crashes"
    Is the Oracle/Micros Opera PMS 5.0 a system developed by Oracle or a web application ?
    Do you mean the Internet Explorer 10 is installed in the Oracle/Micros Opera PMS 5.0 and the Internet Explorer will crash when we try to print or it is a web application and the Internet Explorer 10 will crash when we try to print from this application
    ? Can we print from the Internet Explorer 10 before ?Can we print from other websites ?
    We can try the following steps to have a troubleshoot :
    1.Clear the temporarily files cache to have a check .
    Tools\Safety\Delete Browsing History
    2.To verify whether it is caused by add-ons ,we can open the Internet Explorer 1o without add-ons to have a check .
    To open the Internet Explorer 10 without add-ons :run “iexplore.exe -extoff”.
    If it is caused by the add-ons ,we can enable the add-ons one by one to navigate the culprit.
    3.If the issue persists ,reset the Internet Explorer 10 to have a check .(Tools \Internet Options\Advanced \Reset)
    Considering this issue may be related to the Oracle/Micros Opera PMS 5.0 and we are not familiar with it ,there may be compatibility issue here.It is recommended to look for help from the Oracle Forum  .
    Best regards

  • Issue when stats are run

    Hi All,
    When we execute the stats we get the below error.Its a MSCS cluster enterpise portal oracle 10g
    C:\Documents and Settings\ql0adm>brconnect -u ql0adm/<pwd> -c -f stats -t ora
    dict_stats
    BR0801I BRCONNECT 7.00 (44)
    BR0252E Function NetShareGetInfo() failed for 'sapmnt' at location BrEnvProcess-
    89
    BR0253E errno 2310: This shared resource does not exist.
    BR0806I End of BRCONNECT processing: ceehwaio.log 2010-10-11 16.18.54
    BR0280I BRCONNECT time stamp: 2010-10-11 16.18.54
    BR0804I BRCONNECT terminated with errors

    >
    Ambarish annapureddy wrote:
    > HI Volker,
    >
    > You are a champ.I dont have anyother words to express.
    > The issue got resolved.We gave SAPEXE and SAPMNT.We faced issue when we used ops$ then i used system user and it went through.Before closing the thread i want to know how did you get the note.Thanks a ton again.
    Sorry,
    I did not come across this for a while
    Well it was not such an obvious search as for your message, but just from my memory of
    installing on MSCS and that there was something special to the brtools. So that knowlegde
    in behind, my search was "MSCS brtools" -> two hits -> one bingo
    Volker

  • Photoshop crashes when I use the marquis tool.

    Photoshop crashes when I use the marquee tool. As soon as I make a selection it crashes my computer (every time!) by either rendering the screen black or sometimes all white. I have to force shut down and restart. I'm using MacBook Pro OS 10.6.8 with Photoshop CS6. I am not in a position to update OS at this time. Is there anything I can do to work around this problem? It's extremely time-consuming and infuriating.
    Here's the crash report, if anyone is able to make sense of this, I'd sure appreciate knowing what the problem is.
    Interval Since Last Panic Report:  335913 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    A9EE1760-D467-49BB-B2EC-A100E2095A2E
    Mon Dec 30 15:09:00 2013
    panic(cpu 0 caller 0x9d4c9b): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0x7f494000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x5c922188 : 0x21b837 (0x5dd7fc 0x5c9221bc 0x223ce1 0x0)
    0x5c9221d8 : 0x9d4c9b (0xbea28c 0xc5a800 0xbf8e60 0x0)
    0x5c922278 : 0xaef608 (0x8f97c04 0x9338004 0x100 0xcb42b6)
    0x5c9222c8 : 0xae6601 (0x9338004 0x100 0x5c9222f8 0x9c4778)
    0x5c9222f8 : 0x16d49a6 (0x9338004 0x100 0x438004ee 0x5c922308)
    0x5c922438 : 0xb0e2b5 (0x9338004 0x9337004 0x0 0x0)
    0x5c922478 : 0x9dde7c (0x9338004 0x9337004 0x0 0x0)
    0x5c922518 : 0x9da55b (0x0 0x9 0x0 0x0)
    0x5c9226c8 : 0x9dc58f (0x0 0x600d600d 0x702b 0x5c9226f8)
    0x5c922798 : 0xc9feae (0xc1d0004d 0xbfef0033 0xbfef0034 0x857c)
    0x5c922808 : 0xcaf734 (0xa1a5a00 0x1473ec80 0x8 0x0)
    0x5c922828 : 0xcd4322 (0x1473ec80 0xb 0x5c922848 0x89e0)
    0x5c922858 : 0xcd4b3d (0x986c000 0x0 0x5c92287c 0x0)
    0x5c922888 : 0xcb4d79 (0x986c000 0x77890080 0x0 0x33)
    0x5c9228d8 : 0xc76d0c (0x4651a000 0x0 0x0 0x3)
    0x5c922948 : 0xc7640f (0x4651a000 0x0 0x2 0x3)
    0x5c922978 : 0xc6c05f (0x4651a000 0x0 0x2 0x46255000)
    0x5c922ab8 : 0xca55d8 (0x46255000 0x1 0x5c922bcc 0x5c922bc8)
    0x5c922b68 : 0xc67fe1 (0x46255000 0x1 0x5c922bcc 0x5c922bc8)
    0x5c922be8 : 0x56da06 (0x46255000 0x0 0x5c922e3c 0x5c922c74)
    0x5c922c38 : 0x56e2a5 (0xcf6720 0x46255000 0x8981a88 0x1)
    0x5c922c88 : 0x56eb59 (0x46255000 0x10 0x5c922cd0 0x0)
    0x5c922da8 : 0x286638 (0x46255000 0x10 0x8981a88 0x1)
    0x5c923e58 : 0x21dbe5 (0x8981a60 0x1103d5a0 0x1fd7e8 0x5d43)
    0x5c923e98 : 0x210a86 (0x8981a00 0x0 0x954dc70 0x98d6620)
    0x5c923ef8 : 0x216f84 (0x8981a00 0x0 0x0 0x0)
    0x5c923f78 : 0x295c57 (0x8cc0188 0x0 0x0 0x0)
    0x5c923fc8 : 0x2a256d (0x8cc0184 0x1 0x10 0x0)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0xc5c000->0xd12fff
                dependency: com.apple.NVDAResman(6.4.0)@0x96e000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x961000
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x928000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x93f000
             com.apple.nvidia.nv50hal(6.4.0)@0x159e000->0x19b2fff
                dependency: com.apple.NVDAResman(6.4.0)@0x96e000
             com.apple.NVDAResman(6.4.0)@0x96e000->0xc5bfff
                dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x928000
                dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x961000
                dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x93f000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 4671247742528
    unloaded kexts:
    com.apple.driver.AppleUSBUHCI    4.2.0 (addr 0x1431000, size 0x65536) - last unloaded 114471438805
    loaded kexts:
    com.apple.driver.AppleHWSensor    1.9.3d0 - last loaded 45127423025
    com.apple.driver.IOBluetoothA2DPAudioDriver    2.4.5f3
    com.apple.driver.AppleMikeyHIDDriver    1.2.0
    com.apple.driver.AGPM    100.12.31
    com.apple.driver.AppleHDA    2.0.5f14
    com.apple.driver.AppleUpstreamUserClient    3.5.7
    com.apple.driver.AppleMCCSControl    1.0.20
    com.apple.driver.AppleMikeyDriver    2.0.5f14
    com.apple.driver.AudioAUUC    1.57
    com.apple.driver.AppleIntelHDGraphics    6.4.0
    com.apple.driver.AppleIntelHDGraphicsFB    6.4.0
    com.apple.driver.SMCMotionSensor    3.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.GeForce    6.4.0
    com.apple.driver.AppleGraphicsControl    2.10.6
    com.apple.driver.AppleLPC    1.5.1
    com.apple.kext.AppleSMCLMU    1.5.2d10
    com.apple.filesystems.autofs    2.1.0
    com.apple.driver.AppleUSBTCButtons    201.6
    com.apple.driver.AppleUSBCardReader    2.6.1
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.driver.AppleIRController    303.8
    com.apple.iokit.SCSITaskUserClient    2.6.8
    com.apple.BootCache    31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage    1.6.4
    com.apple.driver.AppleFWOHCI    4.7.3
    com.apple.driver.AppleUSBHub    4.2.4
    com.apple.driver.AppleEFINVRAM    1.4.0
    com.apple.driver.AppleSmartBatteryManager    160.0.0
    com.apple.driver.AppleAHCIPort    2.1.7
    com.apple.driver.AirPortBrcm43224    428.42.4
    com.apple.iokit.AppleBCM5701Ethernet    3.0.5b8
    com.apple.driver.AppleUSBEHCI    4.2.4
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleRTC    1.3.1
    com.apple.driver.AppleHPET    1.5
    com.apple.driver.AppleSMBIOS    1.7
    com.apple.driver.AppleACPIEC    1.3.6
    com.apple.driver.AppleAPIC    1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient    142.6.0
    com.apple.security.sandbox    1
    com.apple.security.quarantine    0
    com.apple.nke.applicationfirewall    2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement    142.6.0
    com.apple.driver.DspFuncLib    2.0.5f14
    com.apple.driver.AppleProfileReadCounterAction    17
    com.apple.driver.AppleProfileTimestampAction    10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction    10
    com.apple.driver.AppleProfileKEventAction    10
    com.apple.driver.AppleProfileCallstackAction    20
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOFireWireIP    2.0.3
    com.apple.iokit.IOSurface    74.2
    com.apple.iokit.IOBluetoothSerialManager    2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.0.5f14
    com.apple.iokit.IOHDAFamily    2.0.5f14
    com.apple.iokit.AppleProfileFamily    41
    com.apple.driver.IOPlatformPluginFamily    4.7.0a1
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.1
    com.apple.driver.AppleSMC    3.1.0d5
    com.apple.nvidia.nv50hal    6.4.0
    com.apple.NVDAResman    6.4.0
    com.apple.iokit.IONDRVSupport    2.2.1
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController    2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController    2.4.5f3
    com.apple.iokit.IOBluetoothFamily    2.4.5f3
    com.apple.iokit.IOSCSIBlockCommandsDevice    2.6.8
    com.apple.iokit.IOUSBMassStorageClass    2.6.7
    com.apple.driver.AppleUSBMultitouch    207.7
    com.apple.iokit.IOUSBHIDDriver    4.2.0
    com.apple.driver.AppleUSBMergeNub    4.2.4
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.6.8
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.driver.XsanFilter    402.1
    com.apple.iokit.IOAHCISerialATAPI    1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily    2.6.8
    com.apple.iokit.IOFireWireFamily    4.2.6
    com.apple.iokit.IOUSBUserClient    4.2.4
    com.apple.iokit.IOAHCIFamily    2.0.6
    com.apple.iokit.IO80211Family    320.1
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.iokit.IOUSBFamily    4.2.4
    com.apple.driver.AppleEFIRuntime    1.4.0
    com.apple.iokit.IOHIDFamily    1.6.6
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    6
    com.apple.driver.DiskImages    289
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform    1.3.6
    com.apple.iokit.IOPCIFamily    2.6.5
    com.apple.iokit.IOACPIFamily    1.3.0

    That is not an application crash - that is a kernel panic, which means there is a hardware defect, a bug in the OS or a bug in a low level driver (like parts of the video driver).  Kernel panics are not caused by applications, but by defective hardware or bugs in the OS and drivers.
    Resetting prefs may avoid the settings that triggered the crash - but the cause remains in the hardware, OS, or driver code.
    Since Apple is not going to update the drivers in 10.6.8, your best bet is to update the OS when you can, and hope the new drivers are in better shape.  Unfortunately, it is also possible that you just have a bad GPU or video RAM - and fixing that would require replacing the video card or system (in the case of laptops or all-in-one machines).

  • Apex.submit issue when using jQuery Overlay

    Dear All,
    This is my first post in this forum and I hope I can find a solution for my issue.
    Currently we are developing a new Time Attendance System by Apex.
    I am facing a problem when I use the jQuery Overlay in one of the pages.
    the page it self is working fine and all it button and tabs are also working fine until I click the link for the overlay content
    the content is another page getting loaded in a similer to a popup window (overlay effect) after I close this overlay window
    all the links in the original page that are using the apex.submit are not working and show an error in the browser "Object doesn't support this method or property"
    This only occur when I click the overlay link but if I load the page and I don't open the overlay link all links are working fine.
    And Thank you all inadvance.
    Regards

    It's always easier to debug an issue like this by recreating the problem on apex.oracle.com and providing credentials.
    How did you set up the overlay content? Did you create any additional HTML elements within one of the apex regions? If was just adding some DIV content then try moving that DIV content to after the #FORM_CLOSE# substitution string in the page template.

Maybe you are looking for

  • In NOKIA, Customer is cared till he buys. After th...

    I had recently bought a Nokia N91 handset for Rs 28,000, about 3 months back. Within a week, it had to be dispatched to customer care centre due to malfunctioning. I received the phone back after a month. After a month again, it had to be dispatched

  • How can I reset my admin password on my Macbook Pro?

    Hi, it's been a few months since I've had my Macbook Pro, but I need help. I completely forgot my admin password because I never really use it, but I am trying to make changes to my laptop and need it. Is there any way that I can reset my admin passw

  • Draft Folder Not Saving Emails

    I have a mobile Me account and I have my email syncing up to 3 computers. Ever since I got the 10.6 (the others are 10.5) if I make changes to an email in Mail, save it to the Draft folder, the email disappears within a day. I can still make changes

  • 'Fatal Application Exit' msg crashes on saving and opening existing file

    Have installed illustrator 14.0.0 as a part of Adobe standard edtion package. Exact msg.  Dummy: Illustrator.exe - Ftaal Application Exit The specified module cannot be found.  c:\program files\common files\adobe\adobe version que cs4\client\4.0.0\ve

  • Trying to update to 10.6.8

    I have a macbook that I bought in late 2008 (yes, it's old, but it still works great... until now).  I connected my iPhone 4S and my computer told me I have to update iTunes to 10.7  I downloaded the software, but when I went to install it an error m