Adding !Doctype at top of page in login page of portal

Hi Experts,
I need guidance on how we can put <!doctype> tag on top of page ie before <HTML> tag.
I have a requirement to build custom logon screens which i have build but when i put it in sap , it opens in Quirks mode in IE9 .
I have seen that when i changed its mode to standard mode 9 then it looks perfect, also it works properly in Chrome and mozilla browsers,
I have refer some SCN links which says to create java api to add <!doctype> , if we can follow the same then let me know it step by step as i am not that good in java.
Kindly guide me ASAP .

Hi Amit,
This is not supported currently. See my answer in Re: doctype tag for external facing portal logon application (NWP 7.3) and also the referred SAP-Note.
@Andrew: The question was about the login page, and this has not yet a portal desktop!
Anyhow, even if Dani Cohens explanation made sense at that point in time, meanwhile http://service.sap.com/sap/support/notes/1713259 could be a good reason to change this. I would suggest to open an OSS message and ask for clarification, as with note 1713259 there is the possibility that also a HTML5 login page could be rendered successfully within a HTML5 portal.
It should be the responsibility of the customer (and this can be stretched in the note about the HTML5 support for the login page) that if he uses an HTML5 login page for the portal that in this case the portal itself should be completely HTML5, too, as otherwise a login page within the portal might lead to issues.
Hope it helps
Detlev

Similar Messages

  • WebCenter RIDC DataControl always redirects any JSP page to login page

    Hi
    I have created a Data Control which connects to the UCM data repository and created a plain JSP page to return the results. I have used RIDC Connection settings and authentication details are tested and they look fine to me.
    RIDC Socket Type: socket
    Server Host Name: localhost
    Content Server Listener Port: 4444
    Authentication: Identity Propagation
    Username/Password: weblogic/weblogic
    But when ever I ran the test JSP page, it always redirects the page to login page. For example: http://127.0.0.1:7101/RIDCDocumentManager-Portal-context-root/faces/oracle/webcenter/portalapp/pages/login.jsp
    Any suggestions?
    Thanks
    Khad

    Thanks for the details Yannick. The home.jspx works as expected. Thanks for that.
    I have got one more question on passing username through RIDC api.
    Via RIDC, how can I pass the UserName to the IdcContext object dynamically [IdcContext userContext = new IdcContext("weblogic");]. I mean how to retrieve the logged in user name for the person requesting the page instead of hardcoding the username. Below is the code fragment:
    // create the manager
    IdcClientManager manager = new IdcClientManager();
    // build a client that will communicate using the intradoc protocol
    IdcClient idcClient = manager.createClient("idc://localhost:4444");
    // get the config object and set properties
    idcClient.getConfig().setSocketTimeout(30000); // 30 seconds
    idcClient.getConfig().setConnectionSize(20); // 20 connections
    //create a simple identity with no password (for idc:// urls)
    IdcContext userContext = new IdcContext("weblogic");
    // create an identity with a password
    //IdcContext userPasswordContext = new IdcContext("weblogic", "idc");
    // get the binder
    DataBinder binder = idcClient.createBinder();
    // populate the binder with the parameters
    binder.putLocal("IdcService", "GET_SEARCH_RESULTS");
    //binder.putLocal("QueryText", parameter);
    parameter = getInputParameter();
    binder.putLocal("QueryText", "<qsch>" + parameter + "</qsch>");
    binder.putLocal("ResultCount", "20");
    // execute the request
    ServiceResponse response = idcClient.sendRequest(userContext, binder);
    // get the binder
    DataBinder serverBinder = response.getResponseAsBinder();
    DataResultSet resultSet = serverBinder.getResultSet("SearchResults");
    // loop over the results
    for (DataObject dataObject : resultSet.getRows())
    dataObject.get("dDocTitle");
    dataObject.get("dDocAuthor");
    dataObject.get("dInDate");
    System.out.println("Title is: " + dataObject.get("dDocTitle"));
    System.out.println("Author is: " + dataObject.get("dDocAuthor"));
    System.out.println("Author is: " + dataObject.get("dInDate"));
    }

  • Issue with adding a new value to the Default Login Page

    Hopefully this is an easy one guys, I've added a select list item to the standard login page (P101) to allow the user to select a DOMAIN as well as entering their username and password.
    When the next page is displayed and I try to retrieve the value held in the new field it has been cleared, but the values entered into items
    P101_USERNAME and P101_PASSWORD are still present.
    I can't figure out why the values held in items P101_USERNAME and P101_PASSWORD are still present but P101_DOMAIN has been cleared.
    I've tried creating a value on page zero and writing the domain value to it using pl/sql and javascript but as soon as the next page is requested the value is cleared.
    Any Ideas how to get around this????
    Thanks in advance

    I suppose your login page contains a process like this:
    BEGIN
       wwv_flow_custom_auth_std.login (p_uname           => v ('P101_USERNAME'),
                                       p_password        => :p101_password,
                                       p_session_id      => v ('APP_SESSION'),
                                       p_flow_page       => :app_id || ':1'
       :t_random_number := :p101_random_number; /* this is something I added to my code */
    END;Now, if you go to this page:
    http://apex.oracle.com/pls/otn/f?p=31517:1
    please note the random number assigned to you. Once you login, the same number will appear on the page 1 (near to the top).
    So, that is how you could solve your problem.
       :t_random_numberis an application item.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Adding Banner in page 101 (login page)

    Hi all,
    I'm using theme 10-Sand in Apex.
    I placed a banner in de application by uploading the banner in the Shared Components> Images.
    The problem is that i can see the banner in the other pages of my application except in the login page (page 101).
    Can anyone assist?
    Kind Regards,
    Reena.

    Found it,
    Thanks Varad, i tried something with which i thought was the Logo substitution string.
    In the Edit page of the login, i put this piece of code in the body:
    *<tr>*
    *<td id="t10Logo" valign="top" width="100%">#LOGO#
    #REGION_POSITION_06#</td>*
    *<td id="t10HeaderMiddle" valign="top" width="100%">#REGION_POSITION_07#
    </td>*
    *</tr>*
    And it worked.
    Kind Regards,
    Reena

  • Adding button on the windows (vista/7) login page

    Hi
    It is possible to create button on login page in windows (7/8) using c#. Please give some ideas.

    No you can't. The only available avenue is via a Credential Provider, which must be written in a C/C++.
    Developer Security MVP | www.syfuhs.net

  • Accessing a page from login page without login

    hi gurus,
    i have a link on my login page, for example-- about company. if i try to access it, it will always ask for login first and then go to that about company page. can i access this page without logging in?
    i saw some solutions like hidden region displayed on same login page, but what if i need to navigate to a different page?
    nadeem

    Hi Nadeem,
    As long as the page has no functionality on it - typical for things like "Terms and Conditions" etc, then you can just make that page public. Edit the page attributes and set Authorization Scheme to "-No Page Authorization Required-" and set Authentication to "Page is Public".
    That way, the page can be seen by anyone whether they are logged in or not.
    Andy

  • How to make login page navigate to last visited page?

    Hi,
    In our application, there are many public pages. In certain page, users need to login and then add or edit something. But login page will navigate to page 1 by default. Uses need to click some times to locate the last visited page.
    I defined a new applicate item "LASTPAGE", and a new application process "setpage":
    begin
    if :APP_PAGE_ID!=101 then
    select :APP_PAGE_ID into :LASTPAGE from dual;
    else
    select 1 into :LASTPAGE from dual;
    end if;
    end;
    "setpage"'s process point is "On Load: Before Header(page template header)"
    In login page 101, log in process is like following:
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':'||:LASTPAGE
    But the thing is it does not work. Log in page still go to page 1.
    Best regards,
    Qiang.
    Message was edited by:
    user535779

    Hi Scott,
    I would like to branch at the page that I am trying to get to from page 101.
    Let say page 12 Requires Authentication
    When I am not logged in , and I try to access Page 12 , I get branched to page 101 (login page).
    Now , from page 101 , I would like to branch to the page I was trying to access , in this case Page 12
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||:APP_PAGE_ID
    The problem is that APP_PAGE_ID contains 101 and not 12
    Francis.

  • Keychain doesn't recognize login page.

    When using keychain i let it create a password on account setup page, but when I try to login to same site it doesn't recognize that site because it's a different page (the login page, not create account page)
    I had a feeling this would happen so I tried to right click and copy the suggested password and wasn't able to. Now the password is unknown and I can't access my account.

    I just encountered a similar issue while syncing my iPhone 3G, except the message was along the lines of "AppleMobileSync wants to use confidential information from your keychain." This never happened before, and I have not been able to make it happen again. A response to an archived post from last January attributed it to MobileMe trying to access passwords stored on keychain; however, I don't have a MobileMe account. Any clarifying information would be appreciated.

  • Login page remeber me checkbox

    hi all,
    how can i add a "rember my password" feature on my login page
    (my login page already has 1.login portlet 2.create new account link)
    thanks in advance.
    farbod mano

    Try to post this question in the Portal Security and Login Server forum.
    Peter

  • Safari 4.0.5 can not add yahoo/gmail/ebay/paypal login pages as a top site

    I have set to open 'top sites'(as start page) when I open a new safari window. I used to have yahoo mail, gmail, ebay, paypal login pages as few of my top sites. It worked fine until recently. After a total reset, safari started crashing(pretty weird). I tried several things, like: empty cache, reset, and even removing the topsites.plist and com.apple.safari.plist. Finally, I concurred this by removing all safari related files and by reinstalling. Then it did not crash yet. However, I was not able to get my above mentioned favorite sites back on top sites. I tried dragging the favicon, saving the link and dragging, and by visiting the same site like 20+ times. Still I have not been able to get them in top sites. When I tried to drag the favicons: they just don't stick. Moreover, I have checked my add-ons(plug-in) and looks normal to me. I hope some body else have experienced the same and hope there is a solution for this. My OS and every thing else seems to be fine.
    Thanks much in advance who ever is going to bail me out.
    Please help me out!

    I have already tried to troubleshoot on 'unexpected quit safari: add-ons'. Also I have uninstalled and installed the latest flash player.
    *Here is the crash report:*
    Date/Time: 2010-03-19 11:39:44 -0400
    OS Version: 10.5.8 (Build 9L31a)
    Architecture: i386
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Version: 4.0.5 (5531.22.7)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 55312207
    Parent: launchd [67]
    PID: 113
    Event: hang
    Time: 8.25s
    Steps: 54
    Process: Safari [113]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    ADDRESS BINARY
    00001000 /Applications/Safari.app/Contents/MacOS/Safari
    002d9000 /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    11b32000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    14daf000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    14dd4000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    154d7000 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    1568a000 /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    Thread id: 7a29b58
    User stack:
    54 ??? [0x30997]
    54 ??? [0x65c10]
    54 ??? [0x3c946]
    54 ??? [0x136988]
    54 ??? [0x65526]
    54 ??? [0x65587]
    54 _write + 10 (in libSystem.B.dylib) [0x94426c7e]
    Kernel stack:
    54 unixsyscall + 572 [0x3e3a7f]
    54 writenocancel + 180 [0x391f0a]
    54 _readv + 312 [0x391c12]
    54 fillpipeinfo + 2218 [0x396300]
    54 _msleep + 157 [0x3863e8]
    54 _uiomove + 653 [0x386037]
    54 lck_mtxsleep + 87 [0x130d90]
    54 threadblock + 33 [0x136f20]
    54 threadcontinue + 1180 [0x136cb3]
    Thread id: 7059e40
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _ZN3***17TCMallocPageHeap15scavengerThreadEv + 578 (in JavaScriptCore) [0x92733952]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 77c65d0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __ZN7WebCore12IconDatabase22iconDatabaseSyncThreadEv + 185 (in WebCore) [0x92fcd329]
    54 __ZN7WebCore12IconDatabase18syncThreadMainLoopEv + 260 (in WebCore) [0x92fd14f4]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7512208
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __Z22CFURLCacheWorkerThreadPv + 388 (in CFNetwork) [0x91b46264]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7513128
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x25913]
    54 ??? [0x25988]
    54 ??? [0x25c5f]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 75125d0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x40cc7]
    54 ??? [0x40d47]
    54 ??? [0x11614b]
    54 _ZN3***15ThreadCondition9timedWaitERNS5MutexEd + 81 (in JavaScriptCore) [0x92615ad1]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 6fdc208
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __ZN13CVDisplayLink11runIOThreadEv + 1087 (in CoreVideo) [0x90305329]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 705b128
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _glvmDoWork + 162 (in libGLProgrammability.dylib) [0x91547b32]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 705a5d0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 fe_fragmentthread + 54 (in QuartzCore) [0x92038a09]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7b7cba0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __Z11CMMConvTaskPv + 54 (in ColorSync) [0x90de7d4e]
    54 _Z20pthreadSemaphoreWaitP18tpthreadSemaphore + 42 (in ColorSync) [0x90dd53f8]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7510790
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Thread id: 75112e8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Process: ATSServer [101]
    Path: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
    ADDRESS BINARY
    00001000 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
    Thread id: 7510f20
    User stack:
    54 ??? [0x4c66]
    54 ??? [0xdd21f]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7510b58
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: AirPort Base Station Agent [94]
    Path: /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    ADDRESS BINARY
    00001000 /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Thread id: 73653c8
    User stack:
    54 ??? [0x28d9]
    54 ??? [0x29ac]
    54 _NSApplicationMain + 574 (in AppKit) [0x903191d8]
    54 -[NSApplication run] + 795 (in AppKit) [0x9034bf9f]
    54 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x90352f88]
    54 __DPSNextEvent + 657 (in AppKit) [0x903536d5]
    54 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x9509cf39]
    54 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x9509d0c5]
    54 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x9509d2ac]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7a2cc80
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Thread id: 7a2c8b8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x1e5e8]
    54 ??? [0x1a51b]
    54 ??? [0x1e8e9]
    54 semaphore_timedwait_signaltrap + 10 (in libSystem.B.dylib) [0x943fe2e6]
    Process: DirectoryService [35]
    Path: /usr/sbin/DirectoryService
    ADDRESS BINARY
    00001000 /usr/sbin/DirectoryService
    00160000 /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
    Thread id: 705bc80
    User stack:
    54 start + 54 (in DirectoryService) [0x164e2]
    54 _main + 2767 (in DirectoryService) [0x16fcf]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7058f20
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _ZN9DSLThread11RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
    54 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
    54 __ZN20CPluginRunLoopThread10ThreadMainEv + 222 (in DirectoryService) [0x2318c]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7058b58
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _ZN9DSLThread11RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
    54 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
    54 __ZN17CMigHandlerThread10ThreadMainEv + 303 (in DirectoryService) [0x233c5]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Kernel stack:
    54 dtrace_get_cpu_int_stacktop + 543 [0x198fa3]
    54 mach_msg_overwritetrap + 3808 [0x1270ea]
    54 ipc_mqueuereceive + 750 [0x121292]
    54 threadblock + 33 [0x136f20]
    54 threadcontinue + 1180 [0x136cb3]
    Thread id: 71c5c80
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Thread id: 73688b8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _ZN9DSLThread11RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
    54 _syscall + 5 (in libSystem.B.dylib) [0x944403a5]
    Process: Dock [100]
    Path: /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    ADDRESS BINARY
    00001000 /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    12f80000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    Thread id: 6926f20
    User stack:
    54 ??? [0x537a]
    54 ??? [0x97e97]
    54 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x95f203d5]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 77c6208
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x1340d]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7a2b208
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __NSThread__main_ + 308 (in Foundation) [0x95eeb9a4]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Process: Finder [103]
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    ADDRESS BINARY
    00001000 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    004e5000 /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    004fe000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    00526000 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    15ded000 /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    15fc4000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    Thread id: 77c4f20
    User stack:
    54 ??? [0x9376]
    54 ??? [0xf3275]
    54 ??? [0x233b9]
    54 _RunApplicationEventLoop + 207 (in HIToolbox) [0x950fa2b3]
    54 __AcquireNextEvent + 58 (in HIToolbox) [0x950fbb56]
    54 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x9509d0c5]
    54 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x9509d2ac]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Kernel stack:
    1 dtrace_get_cpu_int_stacktop + 543 [0x198fa3]
    1 mach_msg_overwritetrap + 4820 [0x1274de]
    1 ipc_mqueuereceive + 738 [0x121286]
    1 threadblock + 33 [0x136f20]
    1 thread_blockreason + 135 [0x136e7c]
    1 threadsetrun + 3597 [0x136217]
    1 machineidle + 271 [0x1ac3ec]
    Thread id: 7a2bd60
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x94b8a057]
    54 __ZN23TSystemNotificationTask26SystemNotificationTaskProcEPv + 123 (in DesktopServicesPriv) [0x90240e17]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7a2b998
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x94b8a057]
    54 __ZN25TFSEventsNotificationTask28FSEventsNotificationTaskProcEPv + 216 (in DesktopServicesPriv) [0x90240f90]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 6926b58
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x94b8a057]
    54 __ZN13TNodeSyncTask12SyncTaskProcEPv + 84 (in DesktopServicesPriv) [0x9024bf72]
    54 _MPWaitOnQueue + 208 (in CarbonCore) [0x94b8bafc]
    54 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x94b6acd2]
    54 _TSWaitOnCondition + 126 (in CarbonCore) [0x94b8be7f]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7a29f20
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Thread id: 7a293c8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Thread id: 692aba0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x94b8a057]
    54 __ZN15TFolderSizeTask18FolderSizeTaskProcEPv + 104 (in DesktopServicesPriv) [0x9024debc]
    54 _MPWaitOnQueue + 208 (in CarbonCore) [0x94b8bafc]
    54 _TSWaitOnConditionTimedRelative + 246 (in CarbonCore) [0x94b6acfe]
    54 semaphore_timedwait_signaltrap + 10 (in libSystem.B.dylib) [0x943fe2e6]
    Process: KernelEventAgent [26]
    Path: /usr/sbin/KernelEventAgent
    ADDRESS BINARY
    00001000 /usr/sbin/KernelEventAgent
    Thread id: 6fde7d8
    User stack:
    54 start + 54 (in KernelEventAgent) [0x1bfe]
    54 _main + 1126 (in KernelEventAgent) [0x3b7f]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 6928d60
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Process: Spotlight [98]
    Path: /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
    ADDRESS BINARY
    00001000 /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
    00057000 /System/Library/PrivateFrameworks/Calculate.framework/Versions/A/Calculate
    00068000 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    000da000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    Thread id: 77c56b0
    User stack:
    54 ??? [0x26ea]
    54 _NSApplicationMain + 574 (in AppKit) [0x903191d8]
    54 -[NSApplication run] + 795 (in AppKit) [0x9034bf9f]
    54 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x90352f88]
    54 __DPSNextEvent + 657 (in AppKit) [0x903536d5]
    54 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x9509cf39]
    54 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x9509d0c5]
    54 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x9509d2ac]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7a2ae40
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 fe_fragmentthread + 54 (in QuartzCore) [0x92038a09]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Process: SystemStarter [18]
    Path: /sbin/SystemStarter
    ADDRESS BINARY
    00001000 /sbin/SystemStarter
    Thread id: 6fdd128
    User stack:
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Process: SystemUIServer [102]
    Path: /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    ADDRESS BINARY
    00001000 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
    0006a000 /System/Library/PrivateFrameworks/SystemUIPlugin.framework/Versions/A/SystemUIP lugin
    00078000 /System/Library/PrivateFrameworks/NetworkConfig.framework/Versions/A/NetworkCon fig
    000cc000 /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications
    000f6000 /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    00101000 /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0010a000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0023e000 /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0039c000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    003d7000 /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    003e8000 /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0042f000 /usr/lib/libcurl.4.dylib
    00484000 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    00728000 /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    00734000 /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
    00750000 /System/Library/CoreServices/Menu Extras/TimeMachine.menu/Contents/MacOS/TimeMachine
    00767000 /System/Library/CoreServices/Menu Extras/Bluetooth.menu/Contents/MacOS/Bluetooth
    0077c000 /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
    141be000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    14282000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    14512000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/Cli entController.bundle/Contents/MacOS/ClientController
    14533000 /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    14554000 /System/Library/PrivateFrameworks/InternetConnect.framework/Versions/A/Internet Connect
    Thread id: 77c43c8
    User stack:
    54 ??? [0x5646]
    54 ??? [0x5b44]
    54 -[NSApplication run] + 795 (in AppKit) [0x9034bf9f]
    54 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x90352f88]
    54 __DPSNextEvent + 657 (in AppKit) [0x903536d5]
    54 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x9509cf39]
    54 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x9509d0c5]
    54 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x9509d2ac]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7a2dba0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __StaticProcessIOObjectsArray + 95 (in ICANotifications) [0xd4e9e]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7a2d7d8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Thread id: 7a2c128
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __NSThread__main_ + 308 (in Foundation) [0x95eeb9a4]
    54 -[NSThread main] + 45 (in Foundation) [0x95eebdfd]
    54 ??? [0x2682c]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7a2a2e8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _ZN9CAPThread5EntryEPS + 96 (in CoreAudio) [0x94ae0480]
    54 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x94ae05f8]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7511a78
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 fe_fragmentthread + 54 (in QuartzCore) [0x92038a09]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7a2a6b0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Process: UserEventAgent [99]
    Path: /usr/sbin/UserEventAgent
    ADDRESS BINARY
    00001000 /usr/sbin/UserEventAgent
    00014000 /System/Library/UserEventPlugins/ACRRDaemon.plugin/Contents/MacOS/ACRRDaemon
    00028000 /System/Library/UserEventPlugins/AirPortUserAgent.plugin/Contents/MacOS/AirPort UserAgent
    00031000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0006c000 /System/Library/UserEventPlugins/alfUIplugin.plugin/Contents/MacOS/alfUIplugin
    00071000 /System/Library/UserEventPlugins/AppleHIDMouseAgent.plugin/Contents/MacOS/Apple HIDMouseAgent
    00077000 /System/Library/UserEventPlugins/BluetoothUserAgent-Plugin.plugin/Contents/MacO S/BluetoothUserAgent-Plugin
    0007f000 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    00088000 /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    00094000 /System/Library/UserEventPlugins/BTMMPortInUseAgent.plugin/Contents/MacOS/BTMMP ortInUseAgent
    0009b000 /System/Library/UserEventPlugins/iCalAlarmAgent.plugin/Contents/MacOS/iCalAlarm Agent
    000a6000 /System/Library/UserEventPlugins/InstrumentsHotKeyAgent.plugin/Contents/MacOS/I nstrumentsHotKeyAgent
    000c5000 /System/Library/UserEventPlugins/ParentalControlsUEAPlugin.plugin/Contents/MacO S/ParentalControlsUEAPlugin
    000cf000 /System/Library/UserEventPlugins/SCMonitor.plugin/Contents/MacOS/SCMonitor
    Thread id: 77c52e8
    User stack:
    54 ??? [0x1afa]
    54 ??? [0x29d7]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 77c5e40
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __NSThread__main_ + 308 (in Foundation) [0x95eeb9a4]
    54 -[NSThread main] + 45 (in Foundation) [0x95eebdfd]
    54 appusage_serverroutine + 8737 (in ACRRDaemon) [0x1735c]
    54 -[NSRunLoop(NSRunLoop) run] + 84 (in Foundation) [0x95f2c4f4]
    54 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x95f203d5]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7a2aa78
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _ZN9CAPThread5EntryEPS + 96 (in CoreAudio) [0x94ae0480]
    54 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x94ae05f8]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: WindowServer [50]
    Path: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    ADDRESS BINARY
    00001000 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
    00014000 /System/Library/Extensions/AppleIntelGMAX3100GA.plugin/Contents/MacOS/AppleInte lGMAX3100GA
    00500000 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    12000000 /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    139d2000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    Thread id: 705c7d8
    User stack:
    54 start + 54 (in WindowServer) [0x1fbe]
    54 _main + 24 (in WindowServer) [0x1ff4]
    54 _CGXGetRootAdminCredentials + 0 (in CoreGraphics) [0x956edd29]
    54 _CGXServerLoop + 161 (in CoreGraphics) [0x9575fc0a]
    50 _CGXRunOneServicesPass + 377 (in CoreGraphics) [0x9575487b]
    43 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    7 mach_msg_overwritetrap + 10 (in libSystem.B.dylib) [0x943fe292]
    4 _CGXRunOneServicesPass + 139 (in CoreGraphics) [0x9575478d]
    4 __CGXRunTimerPass + 407 (in CoreGraphics) [0x957429b4]
    2 _CGXUpdateDisplay + 6477 (in CoreGraphics) [0x9574c450]
    2 _CGLayerComposite + 335 (in CoreGraphics) [0x95765c08]
    2 _CGXGLAccelComposite + 102 (in CoreGraphics) [0x9584e986]
    1 __CGXGLCompositeLayers + 1290 (in CoreGraphics) [0x9584e811]
    1 cgxcoreimage_renderimage + 355 (in libCGXCoreImage.A.dylib) [0x139d515d]
    1 -[CIContextImpl render:] + 264 (in QuartzCore) [0x91faac22]
    1 -[CIOpenGLContextImpl renderWithBounds:matrix:function:info:] + 209 (in QuartzCore) [0x91faacfb]
    1 _renderImage + 109 (in QuartzCore) [0x92061bf2]
    1 fe_imagerender + 155 (in QuartzCore) [0x91fac6a3]
    1 fe_image_render + 213 (in QuartzCore) [0x91f536ac]
    1 fe_tree_renderimage + 923 (in QuartzCore) [0x91f53e2b]
    1 fe_tree_rendertree + 196 (in QuartzCore) [0x91f64f5b]
    1 fe_tree_render + 1704 (in QuartzCore) [0x91f65985]
    1 fe_tree_renderapply + 827 (in QuartzCore) [0x91f66285]
    1 fe_tree_createtexture + 1447 (in QuartzCore) [0x91f66c31]
    1 fe_texturecopy + 938 (in QuartzCore) [0x9201ae6e]
    1 fe_bufferactivate + 688 (in QuartzCore) [0x91f6a163]
    1 fe_gl_bufferactivate + 70 (in QuartzCore) [0x91fa3082]
    1 fe_accel_bufferdetach + 49 (in QuartzCore) [0x91fa46bc]
    1 fe_accel_contextflush + 33 (in QuartzCore) [0x91f9fa12]
    1 _gldFlush + 52 (in AppleIntelGMAX3100GLDriver) [0x1201ba34]
    1 _i965SubmitPacketsToken + 73 (in AppleIntelGMAX3100GLDriver) [0x12060489]
    1 _ZN6GHAL3D24CPrivateCommandTransport18FlushCommandBufferENS_10FLUSHTYPEE + 307 (in AppleIntelGMAX3100GLDriver) [0x120645e3]
    1 _ZN13GhalInterface16getCommandBufferEPPhS1_PjS2 + 114 (in AppleIntelGMAX3100GLDriver) [0x12016f12]
    1 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    1 __CGXGLCompositeLayers + 1046 (in CoreGraphics) [0x9584e71d]
    1 cgxcoreimage_create_image_withcallback + 353 (in libCGXCoreImage.A.dylib) [0x139d4d62]
    1 -[CIOpenGLContextImpl imageByRenderingInRect:format:callback:data:options:] + 173 (in QuartzCore) [0x9207234c]
    1 fe_image_new_with_glcallback + 203 (in QuartzCore) [0x9201aa8d]
    1 image_renderednew + 245 (in QuartzCore) [0x9203abd1]
    1 fe_tiled_bufferforeach + 1341 (in QuartzCore) [0x920489c5]
    1 image_renderedrender + 545 (in QuartzCore) [0x9203aa5b]
    1 _gldFlush + 52 (in AppleIntelGMAX3100GLDriver) [0x1201ba34]
    1 _i965SubmitPacketsToken + 73 (in AppleIntelGMAX3100GLDriver) [0x12060489]
    1 _ZN6GHAL3D24CPrivateCommandTransport18FlushCommandBufferENS_10FLUSHTYPEE + 307 (in AppleIntelGMAX3100GLDriver) [0x120645e3]
    1 _ZN13GhalInterface16getCommandBufferEPPhS1_PjS2 + 114 (in AppleIntelGMAX3100GLDriver) [0x12016f12]
    1 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    1 _CGXUpdateDisplay + 1173 (in CoreGraphics) [0x9574af98]
    1 __CGXGetUpdateDisplayRegion + 782 (in CoreGraphics) [0x957551ff]
    1 _CGXCoreImageFilterGeometry + 161 (in CoreGraphics) [0x957a1fbd]
    1 cgxcoreimage_filtergeometry + 586 (in libCGXCoreImage.A.dylib) [0x139d45df]
    1 prepareimage + 379 (in libCGXCoreImage.A.dylib) [0x139d30d9]
    1 -[CIFilter setValue:forKey:] + 95 (in QuartzCore) [0x91f47aa4]
    1 -[CIFilter attributes] + 55 (in QuartzCore) [0x91fa7b50]
    1 -[CIMixOver customAttributes] + 249 (in QuartzCore) [0x9201d664]
    1 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 797 (in CoreFoundation) [0x924cc0ed]
    1 _CGXUpdateDisplay + 7648 (in CoreGraphics) [0x9574c8e3]
    1 _CGXFinalizeGeometryChange + 237 (in CoreGraphics) [0x9575970c]
    1 __CGXRevealInRegion + 59 (in CoreGraphics) [0x957597dd]
    1 _CGXGetScreenUnobscuredContentShapeForWindow + 69 (in CoreGraphics) [0x95759d8c]
    1 _frameShapeAboveForWindow + 251 (in CoreGraphics) [0x9574a186]
    1 shapedifference + 601 (in CoreGraphics) [0x955f7dd9]
    Kernel stack:
    15 dtrace_get_cpu_int_stacktop + 543 [0x198fa3]
    13 mach_msg_overwritetrap + 4820 [0x1274de]
    13 ipc_mqueuereceive + 738 [0x121286]
    13 threadblock + 33 [0x136f20]
    13 thread_blockreason + 135 [0x136e7c]
    13 threadsetrun + 3597 [0x136217]
    13 machineidle + 271 [0x1ac3ec]
    2 mach_msg_overwritetrap + 752 [0x1264fa]
    2 ipc_kobjectserver + 247 [0x12d4d6]
    2 iokit_serverroutine + 3800 [0x18ac09]
    2 is_io_connect_mapmemory + 84 [0x44445c]
    2 is_io_connect_map_memory_intotask + 87 [0x444345]
    2 __ZN12IOUserClient17mapClientMemory64EmP4taskmy + 72 [0x43faec]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 276640 [0x6c98a0]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 39369 [0x68f9c9]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 163694 [0x6adf6e]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 182348 [0x6b284c]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 180574 [0x6b215e]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 168973 [0x6af40d]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 166778 [0x6aeb7a]
    1 com.apple.driver.AppleIntelGMAX3100 (5.4.8) + 164773 [0x6ae3a5]
    1 loalltraps + 515 [0x1a1713]
    1 vmfault + 541 [0x162ce2]
    2 PE_incominginterrupt + 131 [0x44e416]
    2 lapicinterrupt + 121 [0x1b16c0]
    2 sync_iss_toiks + 114 [0x1aa3ae]
    Thread id: 7058000
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _tickleThread + 41 (in IOKit) [0x93b5e53b]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7366a78
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _eventThread + 499 (in CoreGraphics) [0x957417a9]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 77c87d8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _glvmDoWork + 162 (in libGLProgrammability.dylib) [0x91547b32]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 77c78b8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 layer_blit_asyncthread + 95 (in CoreGraphics) [0x9593e722]
    54 layer_blitthread + 229 (in CoreGraphics) [0x9593e1fd]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Process: autofsd [40]
    Path: /usr/libexec/autofsd
    ADDRESS BINARY
    00001000 /usr/libexec/autofsd
    Thread id: 705a998
    User stack:
    54 ??? [0x1752]
    54 ??? [0x1d8b]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: blued [55]
    Path: /usr/sbin/blued
    ADDRESS BINARY
    00001000 /usr/sbin/blued
    0003e000 /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    00055000 /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    000c4000 /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    00188000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Thread id: 71c2b58
    User stack:
    54 ??? [0x1efa]
    54 ??? [0x22285]
    54 -[NSRunLoop(NSRunLoop) run] + 84 (in Foundation) [0x95f2c4f4]
    54 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x95f203d5]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 69272e8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Process: configd [37]
    Path: /usr/sbin/configd
    ADDRESS BINARY
    00001000 /usr/sbin/configd
    0003e000 /System/Library/SystemConfiguration/PrinterNotifications.bundle/Contents/MacOS/ PrinterNotifications
    00043000 /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
    00055000 /System/Library/SystemConfiguration/DynamicPowerStep.bundle/Contents/MacOS/Dyna micPowerStep
    0005a000 /System/Library/SystemConfiguration/Bluetooth.bundle/Contents/MacOS/Bluetooth
    00060000 /System/Library/SystemConfiguration/BatteryUpdater.bundle/Contents/MacOS/Batter yUpdater
    00065000 /System/Library/SystemConfiguration/Apple80211Monitor.bundle/Contents/MacOS/App le80211Monitor
    0007d000 /System/Library/SystemConfiguration/EAPOLController.bundle/EAPOLController
    00086000 /System/Library/SystemConfiguration/IP6Configuration.bundle/Contents/MacOS/IP6C onfiguration
    00098000 /System/Library/SystemConfiguration/IPConfiguration.bundle/Contents/MacOS/IPCon figuration
    000c4000 /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    00200000 /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    Thread id: 705b4f0
    User stack:
    54 start + 54 (in configd) [0x220e]
    54 _main + 2394 (in configd) [0x2c3f]
    54 serverloop + 70 (in configd) [0x39a6]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 70596b0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 pluginexec + 1562 (in configd) [0x4c5b]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 705ad60
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _io_pm_assertioncreate + 2029 (in PowerManagement) [0x453cb]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 705b8b8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Process: coreaudiod [104]
    Path: /usr/sbin/coreaudiod
    ADDRESS BINARY
    00001000 /usr/sbin/coreaudiod
    00031000 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0003a000 /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    Thread id: 77c4b58
    User stack:
    54 ??? [0x27c2]
    54 ??? [0x97b7]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7a2d048
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _ZN9CAPThread5EntryEPS + 96 (in CoreAudio) [0x94ae0480]
    54 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x94ae05f8]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: coreservicesd [44]
    Path: /System/Library/CoreServices/coreservicesd
    ADDRESS BINARY
    00001000 /System/Library/CoreServices/coreservicesd
    Thread id: 705c410
    User stack:
    54 ??? [0x1f6e]
    54 __CoreServicesServerMain + 795 (in CarbonCore) [0x94ba57cb]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7369410
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Process: cron [15]
    Path: /usr/sbin/cron
    ADDRESS BINARY
    00001000 /usr/sbin/cron
    0000c000 /usr/lib/libutil.dylib
    Thread id: 6fdeba0
    User stack:
    54 ??? [0x1d12]
    54 ??? [0x224d]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Process: diskarbitrationd [34]
    Path: /usr/sbin/diskarbitrationd
    ADDRESS BINARY
    00001000 /usr/sbin/diskarbitrationd
    Thread id: 705c048
    User stack:
    54 ??? [0x1a5a]
    54 ??? [0x8a7a]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: distnoted [43]
    Path: /usr/sbin/distnoted
    ADDRESS BINARY
    00001000 /usr/sbin/distnoted
    Thread id: 70592e8
    User stack:
    54 ??? [0x1ef6]
    54 ??? [0x1f95]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: dynamic_pager [31]
    Path: /sbin/dynamic_pager
    ADDRESS BINARY
    Thread id: 705cba0
    User stack:
    54 ??? [0x178a]
    54 ??? [0x2a11]
    54 ??? [0x2224]
    54 ??? [0x1efd]
    54 ??? [0x943fe286]
    Process: fseventsd [29]
    Path: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/Support/fseventsd
    ADDRESS BINARY
    00001000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/Support/fseventsd
    Thread id: 6fda3c8
    User stack:
    54 ??? [0x255e]
    54 ??? [0x2f88]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7059a78
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0xbbd5]
    54 ??? [0xb929]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 68cec80
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x4492]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 71c67d8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _read + 10 (in libSystem.B.dylib) [0x94421f9a]
    Kernel stack:
    54 unixsyscall + 572 [0x3e3a7f]
    54 readnocancel + 150 [0x39188d]
    54 _nosys + 593 [0x39164d]
    54 releasepathbuff + 3077 [0x20172b]
    54 _tsleep + 105 [0x386498]
    54 _uiomove + 1030 [0x3861b0]
    54 threadblock + 33 [0x136f20]
    54 threadcontinue + 1180 [0x136cb3]
    Thread id: 71c2000
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x9830]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 71c23c8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]
    Thread id: 692a048
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x9830]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 77c8410
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x9830]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 77c4790
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x9830]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Thread id: 7a2b5d0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x9830]
    54 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    Process: hidd [28]
    Path: /usr/libexec/hidd
    ADDRESS BINARY
    00001000 /usr/libexec/hidd
    Thread id: 6fda790
    User stack:
    54 ??? [0x1f76]
    54 ??? [0x1fef]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7365000
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _tickleThread + 41 (in IOKit) [0x93b5e53b]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: kextd [10]
    Path: /usr/libexec/kextd
    ADDRESS BINARY
    00001000 /usr/libexec/kextd
    Thread id: 6926790
    User stack:
    54 ??? [0x1b4e]
    54 ??? [0x356b]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 68cb790
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 ??? [0x3c11]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Kernel stack:
    54 dtrace_get_cpu_int_stacktop + 543 [0x198fa3]
    54 mach_msg_overwritetrap + 752 [0x1264fa]
    54 ipc_kobjectserver + 247 [0x12d4d6]
    54 host_priv_serverroutine + 3711 [0x1486f9]
    54 kmodcontrol + 243 [0x190f7f]
    54 thread_sleepmutex + 71 [0x137413]
    54 threadcontinue + 1180 [0x136cb3]
    Process: launchd [1]
    Path: /sbin/launchd
    ADDRESS BINARY
    00001000 /sbin/launchd
    Thread id: 6929c80
    User stack:
    54 ??? [0x1eae]
    54 ??? [0x6efc]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Kernel stack:
    54 dtrace_get_cpu_int_stacktop + 543 [0x198fa3]
    54 mach_msg_overwritetrap + 3808 [0x1270ea]
    54 ipc_mqueuereceive + 750 [0x121292]
    54 threadblock + 33 [0x136f20]
    54 threadcontinue + 1180 [0x136cb3]
    Thread id: 6928208
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Thread id: 68ce128
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: launchd [67]
    Path: /sbin/launchd
    ADDRESS BINARY
    00001000 /sbin/launchd
    Thread id: 7513c80
    User stack:
    54 ??? [0x1eae]
    54 ??? [0x6efc]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Kernel stack:
    54 dtrace_get_cpu_int_stacktop + 543 [0x198fa3]
    54 mach_msg_overwritetrap + 3808 [0x1270ea]
    54 ipc_mqueuereceive + 750 [0x121292]
    54 threadblock + 33 [0x136f20]
    54 threadcontinue + 1180 [0x136cb3]
    Thread id: 75138b8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _select + 10 (in libSystem.B.dylib) [0x9444d6fa]
    Thread id: 75134f0
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Process: loginwindow [25]
    Path: /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    ADDRESS BINARY
    00001000 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    00076000 /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    000c0000 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    000ec000 /System/Library/LoginPlugins/FSDisconnect.loginPlugin/Contents/MacOS/FSDisconne ct
    0015e000 /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    002bc000 /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    00303000 /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    00437000 /usr/lib/libcurl.4.dylib
    0046c000 /System/Library/LoginPlugins/DisplayServices.loginPlugin/Contents/MacOS/Display Services
    0048d000 /System/Library/LoginPlugins/BezelServices.loginPlugin/Contents/MacOS/BezelServ ices
    004bd000 /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineS ettings
    004ce000 /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    00708000 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    00711000 /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    14c88000 /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    Thread id: 6fde410
    User stack:
    54 ??? [0x5b02]
    54 ??? [0x1b8e8]
    47 -[NSApplication run] + 795 (in AppKit) [0x9034bf9f]
    47 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x90352f88]
    47 __DPSNextEvent + 657 (in AppKit) [0x903536d5]
    47 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x9509cf39]
    47 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x9509d0c5]
    47 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x9509d2ac]
    47 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    47 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    7 -[NSApplication run] + 867 (in AppKit) [0x9034bfe7]
    7 ??? [0x92e5]
    7 -[NSApplication sendEvent:] + 2939 (in AppKit) [0x903ee6a5]
    7 -[NSWindow sendEvent:] + 5381 (in AppKit) [0x90421af7]
    7 -[NSControl mouseDown:] + 888 (in AppKit) [0x904233b8]
    7 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 541 (in AppKit) [0x90423afe]
    6 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1827 (in AppKit) [0x904242ab]
    6 -[NSCell _sendActionFrom:] + 169 (in AppKit) [0x90424c52]
    6 -[NSControl sendAction:to:] + 108 (in AppKit) [0x90424dcc]
    6 -[NSApplication sendAction:to:from:] + 112 (in AppKit) [0x90424e8f]
    4 ??? [0x23b43]
    4 -[NSApplication endSheet:returnCode:] + 288 (in AppKit) [0x90466b9b]
    4 ??? [0x23bb8]
    4 -[NSWindow orderOut:] + 50 (in AppKit) [0x90425809]
    4 -[NSWindow orderWindow:relativeTo:] + 105 (in AppKit) [0x9041105c]
    4 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 2081 (in AppKit) [0x904118da]
    4 -[NSWindow(NSSheets) _orderOutRelativeToWindow:] + 123 (in AppKit) [0x905b8fcc]
    4 -[NSMoveHelper(NSSheets) _closeSheet:andMoveParent:] + 457 (in AppKit) [0x905b9209]
    2 -[NSMoveHelper _doAnimation] + 72 (in AppKit) [0x905b6d42]
    2 -[NSUIHeartBeat disableHeartBeating] + 134 (in AppKit) [0x905b7240]
    2 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    2 -[NSMoveHelper _doAnimation] + 980 (in AppKit) [0x905b70ce]
    2 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    1 _CFRunLoopRunSpecific + 4469 (in CoreFoundation) [0x924588f5]
    1 __NSMoveHelperTimerCallBack + 639 (in AppKit) [0x9045a314]
    1 _CGSReenableUpdate + 32 (in CoreGraphics) [0x9568e588]
    1 _CGSReenableUpdateForConnections + 390 (in CoreGraphics) [0x9568e710]
    1 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    1 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    2 ??? [0x23ae9]
    2 -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector :contextInfo:] + 1033 (in AppKit) [0x90452fd1]
    2 -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 785 (in AppKit) [0x90453567]
    2 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1566 (in AppKit) [0x904116d7]
    2 -[NSWindow(NSSheets) _orderFrontRelativeToWindow:] + 206 (in AppKit) [0x905b547c]
    2 -[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:] + 1764 (in AppKit) [0x905b5b8d]
    1 -[NSMoveHelper _doAnimation] + 72 (in AppKit) [0x905b6d42]
    1 -[NSUIHeartBeat disableHeartBeating] + 134 (in AppKit) [0x905b7240]
    1 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    1 -[NSMoveHelper _doAnimation] + 1048 (in AppKit) [0x905b7112]
    1 -[NSMoveHelper _stopAnimation] + 149 (in AppKit) [0x9045abe9]
    1 _CGSReenableUpdate + 32 (in CoreGraphics) [0x9568e588]
    1 _CGSReenableUpdateForConnections + 390 (in CoreGraphics) [0x9568e710]
    1 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    1 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1179 (in AppKit) [0x90424023]
    1 -[NSWindow nextEventMatchingMask:] + 102 (in AppKit) [0x90424837]
    1 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x90352f88]
    1 __DPSNextEvent + 657 (in AppKit) [0x903536d5]
    1 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x9509cf39]
    1 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x9509d0c5]
    1 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x9509d2ac]
    1 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    1 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Kernel stack:
    2 dtrace_get_cpu_int_stacktop + 543 [0x198fa3]
    2 mach_msg_overwritetrap + 3808 [0x1270ea]
    2 ipc_mqueuereceive + 750 [0x121292]
    2 threadblock + 33 [0x136f20]
    2 threadcontinue + 1180 [0x136cb3]
    Thread id: 77c6998
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 mach_msg_overwritetrap + 10 (in libSystem.B.dylib) [0x943fe292]
    Thread id: 77c4000
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 _ZN9CAPThread5EntryEPS + 96 (in CoreAudio) [0x94ae0480]
    54 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x94ae05f8]
    54 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x92458aa8]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 7510000
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _pthreadstart + 321 (in libSystem.B.dylib) [0x9442f155]
    54 __NSThread__main_ + 308 (in Foundation) [0x95eeb9a4]
    54 -[NSThread main] + 45 (in Foundation) [0x95eebdfd]
    47 -[NSUIHeartBeat _heartBeatThread:] + 2042 (in AppKit) [0x903b9bf1]
    47 __semwaitsignal + 10 (in libSystem.B.dylib) [0x9440546e]
    5 -[NSUIHeartBeat _heartBeatThread:] + 753 (in AppKit) [0x903b96e8]
    5 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x95f31b35]
    5 -[NSConditionLock lockWhenCondition:beforeDate:] + 144 (in Foundation) [0x95f31bd0]
    5 -[NSCondition waitUntilDate:] + 236 (in Foundation) [0x95f31dbc]
    5 semaphore_timedwait_signaltrap + 10 (in libSystem.B.dylib) [0x943fe2e6]
    2 -[NSUIHeartBeat _heartBeatThread:] + 1011 (in AppKit) [0x903b97ea]
    2 -[NSWindow(NSWindow_Theme) heartBeat:] + 293 (in AppKit) [0x90506ca8]
    2 -[NSButtonCell(NSDefaultButtonIndicatorPrivate) heartBeat:] + 2179 (in AppKit) [0x9050757c]
    1 -[NSView _lightWeightRecursiveDisplayInRect:] + 644 (in AppKit) [0x90507a68]
    1 _CFArrayApplyFunction + 198 (in CoreFoundation) [0x923e7676]
    1 __lightWeightRecursiveDisplayInRect2 + 335 (in AppKit) [0x90507bec]
    1 -[NSView _lightWeightRecursiveDisplayInRect:] + 644 (in AppKit) [0x90507a68]
    1 _CFArrayApplyFunction + 198 (in CoreFoundation) [0x923e7676]
    1 __lightWeightRecursiveDisplayInRect2 + 335 (in AppKit) [0x90507bec]
    1 -[NSView _lightWeightRecursiveDisplayInRect:] + 577 (in AppKit) [0x90507a25]
    1 -[NSView _drawRect:clip:] + 3853 (in AppKit) [0x9041bbf8]
    1 -[NSControl drawRect:] + 378 (in AppKit) [0x90387e6f]
    1 -[NSButtonCell drawWithFrame:inView:] + 232 (in AppKit) [0x9039d49f]
    1 -[NSButtonCell drawBezelWithFrame:inView:] + 152 (in AppKit) [0x9039d728]
    1 -[NSButtonCell _coreUIDrawBezelWithFrame:inView:] + 362 (in AppKit) [0x9039dc84]
    1 _ZN11CUIRenderer4DrawE6CGRectP9CGContextPK14__CFDictionaryPS5 + 3122 (in CoreUI) [0x92fabbb2]
    1 __ZN11CUIRenderer14DrawPushButtonEPK10CUIContext + 3619 (in CoreUI) [0x92fa20df]
    1 _CGContextDrawImages + 297 (in CoreGraphics) [0x956340dd]
    1 ripcDrawImages + 9522 (in libRIP.A.dylib) [0x95de3cd9]
    1 ripcRenderImage + 273 (in libRIP.A.dylib) [0x95dd7a18]
    1 riplBltImage + 1307 (in libRIP.A.dylib) [0x95ded9a3]
    1 riplMark + 38 (in libRIP.A.dylib) [0x95deb39e]
    1 argb32_image_markRGB32 + 1355 (in CoreGraphics) [0x9568fbbb]
    1 -[NSView _lightWeightRecursiveDisplayInRect:] + 577 (in AppKit) [0x90507a25]
    1 -[NSView _drawRect:clip:] + 2693 (in AppKit) [0x9041b770]
    1 -[NSView getRectsBeingDrawn:count:] + 103 (in AppKit) [0x9041c3e8]
    1 objcmsgSend + 14 (in libobjc.A.dylib) [0x91e4667e]
    Kernel stack:
    2 unixsyscall + 572 [0x3e3a7f]
    2 __semwait_signalnocancel + 104 [0x381fff]
    2 semaphore_timedwait_trapinternal + 89 [0x139eea]
    2 semaphore_waitinternal + 565 [0x139c87]
    2 threadblock + 33 [0x136f20]
    2 thread_blockreason + 135 [0x136e7c]
    2 threadsetrun + 3597 [0x136217]
    2 machineidle + 271 [0x1ac3ec]
    2 PE_incominginterrupt + 131 [0x44e416]
    2 lapicinterrupt + 121 [0x1b16c0]
    2 sync_iss_toiks + 114 [0x1aa3ae]
    Process: mDNSResponder [24]
    Path: /usr/sbin/mDNSResponder
    ADDRESS BINARY
    00001000 /usr/sbin/mDNSResponder
    Thread id: 6fde048
    User stack:
    54 start + 41 (in mDNSResponder) [0x2099]
    54 __start + 210 (in mDNSResponder) [0x216c]
    54 _main + 2606 (in mDNSResponder) [0x368bf]
    54 _CFRunLoopRun + 84 (in CoreFoundation) [0x92458b04]
    54 mach_msgtrap + 10 (in libSystem.B.dylib) [0x943fe286]
    Thread id: 73662e8
    User stack:
    54 threadstart + 34 (in libSystem.B.dylib) [0x9442f012]
    54 _kevent + 10 (in libSystem.B.dylib) [0x9442e9c6]

  • Adding custom message on the login page

    I have done the following to try and get a custom message to display on the oracle login page:
    1:
    In the System Administrator Responsibility, went into the System Profile Options and searched for "Local Login Mask" The default value was 32, I set it to 96. This was done because 64 is the number to display a "Corporate Policy Message" on the login page (32+64 = 96).
    2:
    Switched over to the Application Developer responsibility, and went to Application->Messages. Here I did a search for "FND_SSO_SARBANES_OXLEY_TEXT". A result came back with current message text: "Corporate Policy Message". I changed this to a test message and hit save.
    3
    Still in Application Developer responsibility, I went to Other->Requests->Run and chose "Generate Messages", for parameters I chose:
    Language: US
    Application: Application Object Library
    Mode: DB_TO_RUNTIME
    while leaving the others blank. I submitted this request and it completed normal.
    4
    I logged out of applications, closed my browser and cleared my cache. I went to login into the apps and at the login page... it does display "Corporate Policy Message" but it never updated it to my custom one.
    Question: Do I need to restart the HTTP server or something to see the updated results? I am confused why it will display "Corporate Policy Message" but the value for FND_SSO_SARBANES_OXLEY_TEXT is clearly changed. Even when you go back into it and look.
    The Generate Messages conc prog is a spawned process so I cant find out what its doing.
    Any help would be loved!
    OH PS
    I know I started a previous thread on a similar topic, but the method has changed completely and I think it merits its own thread. My apologies if it shouldn't have been.

    Hi;
    What is your EBS and OS?Please check below thread
    password-Lock User when enter password in wrong 3 times
    Re: Lock User when enter password in wrong 3 times
    Regard
    Helios

  • I tried to set my desk top computer back to factory settings by holding down the command  R key and it keeps going to my login page

    I tried to set my computer back to factory settings by holding down the command + R key and when I turn on the computer it brings me to mt login page for my password

    In order to return your computer to factory spec you need the discs, there is no other way. You can call AppleCare and give them the serial number and they'll ship you a set of the original discs for a fee, or providing that you have at least 1gb of ram you can purchase and install 10.6. http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard

  • Login Page coming for Anonymous User

    Hi All,
    we have configured anonymous user for our portal. Created a role for anonymous access - added pages and iViews under that. All the iViews and pages are modified with authentication scheme property to Anonymous.
    Now when we access the portal with the url http://host:port/irj its showing the login box in the top part of the page and in the bottom part its showing the anonymous role which we created.
    Let me tell you what we have done...
    Created role, iViews for Anonymous role, set the authentication property to 'Anonymous'.
    In Visual Admin-> Server-> Services-> UME Provider set the variable ume.login.anonymous_user.mode to 1.
    Variable ume.login.basicauthentication to 1.
    Variable ume.login.guest_user.uniqueids to Guest.
    Then we have updated the index.html file under <drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\serverX\apps\sap.com\irj\servlet_jsp\irj\root .. we changed
    <b><body onload="location.replace('portal' + document.location.search)"></body></b>
    to <b><body onload="location.replace('servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.anonymous' + document.location.search)"></body></b>
    But now when a guest user accesses the portal http://host:port/irj it gived the strange screen (logon + content page) as I described earlier.
    Please let us know where are we missing...
    thanks & regards,
    Shubhadip

    Hi,
    1 .  I have created a iView and set the authentication scheme anonymous.
    2.  Also I created a role and added the iview to a role.
    3. The role has only 1 iview.  The entry pt is yes  for the iview
    4.  The role has permissions of end user for anonymous user.
    5 I checked the masthead iview also.. It aslo has authentication scheme anonymous
    When I try accessing the iView  in the form <http/https>://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fmyfolder!2fmyiView
    I am able to view it without any login..
    But when the url is accessed <http/https>://<server>:<port>/irj/portal/anonymous
    I see a login page in the Detailed navigation..
    Please help me solve this problem ..
    Thanks,
    Preeti

  • How and where to add code to login page

    I have a login page which uses the Dreamweaver Login Behavior.  I want to add code to:
         Check the status of the person loging in (status is the last field in the mySQL authentication table).
              a.     If the person is already logged in, display an error message, and reject the attempt.
              b.     If the person is NOT currently logged in, set his status accordingly, and log him in.
    Since the behavior is generated code, and well above my head, I don't know what code to enter, and where to enter it.  Here's the code for the form:
    <?php require_once('Connections/login.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    ?>
    <?php
    // *** Validate request to login to this site.
    if (!isset($_SESSION)) {
      session_start();
    $loginFormAction = $_SERVER['PHP_SELF'];
    if (isset($_GET['accesscheck'])) {
      $_SESSION['PrevUrl'] = $_GET['accesscheck'];
    if (isset($_POST['username'])) {
      $loginUsername=$_POST['username'];
      $password=$_POST['password'];
      $MM_fldUserAuthorization = "";
      $MM_redirectLoginSuccess = "WOTCPg1.php";
      $MM_redirectLoginFailed = "loginerror.php";
      $MM_redirecttoReferrer = false;
      mysql_select_db($database_login, $login);
      $LoginRS__query=sprintf("SELECT UserID, Password FROM authentication WHERE UserID=%s AND Password=%s",
        GetSQLValueString($loginUsername, "text"), GetSQLValueString($password, "text"));
      $LoginRS = mysql_query($LoginRS__query, $login) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      if ($loginFoundUser) {
         $loginStrGroup = "";
        //declare two session variables and assign them
        $_SESSION['MM_Username'] = $loginUsername;
        $_SESSION['MM_UserGroup'] = $loginStrGroup;      
        if (isset($_SESSION['PrevUrl']) && false) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl'];
        header("Location: " . $MM_redirectLoginSuccess );
      else {
        header("Location: ". $MM_redirectLoginFailed );
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <script type="text/javascript">
    function setFocus()
    document.getElementById("username").focus();
    </script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Log-in to IOD</title>
    <style type="text/css">
    <!--
    #apDiv3 {
    position:absolute;
    left:5px;
    top:101px;
    width:760px;
    height:612px;
    z-index:2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #009;
    text-align: center;
    background-image: url(images/grid_gray.gif);
    border: medium ridge #009;
    #apDiv1 {
    position:absolute;
    left:94px;
    top:227px;
    width:629px;
    height:282px;
    z-index:3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #009;
    text-align: center;
    #apDiv2 {
    position:absolute;
    left:178px;
    top:248px;
    width:564px;
    height:254px;
    z-index:3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #009;
    text-align: left;
    border: medium groove #036;
    #apDiv4 {
    position:absolute;
    left:178px;
    top:245px;
    width:566px;
    height:242px;
    z-index:3;
    border: medium groove #009;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: capitalize;
    color: #009;
    .SubmitButton {
    color: #009;
    -->
    </style>
    </head>
    <body onLoad="setFocus()" >
    <span style="position:absolute; left:3px; top:2px; width:758; height:89;"><img src="sitebuilder/preview/sitebuilder/clipart/bars/regular/horizontal/sleekLines_blue.gif" width="760" height="90" alt="" /></span>
    <div id="e2" style="position:absolute; left:13px; top:14px; width:670px; height:32;"><span class="text"><b><span style="font-size: 22px"><font color="#FFFFFF">Sign-in to Information On Demand</font></span><font color="#FFFFFF" size="4"><span style="font-size:22px;line-height:26px;"><br soft="soft" />
    </span></font></b></span></div>
    <div id="apDiv3">
      <p><span style="text-align: center; text-decoration: underline; color: #009; text-transform: capitalize; font-variant: normal; font-weight: bold; line-height: normal; font-style: normal; font-size: 18pt; font-family: Arial, Helvetica, sans-serif;">Customer Sign-In</span><span style="position:absolute; left:12px; top:23px; width:151px; height:65;"><img src="sitebuilder/images/redInfoOnDemandLogo-150x65.jpg" width="149" height="65" alt="" /></span></p>
    </div>
    <div id="apDiv4">
    <form ACTION="<?php echo $loginFormAction; ?>" id="login" name="login" method="POST">
        <p>     </p>
        <p>User Name:<br /><input name="username" type="text" id="username" tabindex="1" size="30" maxlength="30" />
        </p>
        <p>User's Password:<br />
          <input type="password" name="password" id="password" tabindex="2" />
        </p>
        <p>
          <input name="submit" type="submit" class="SubmitButton" id="submit" tabindex="3" style="color:#009; font-weight:bold" value="Sign-in" />
       <input type="reset" name="reset" id="reset" value="Reset" tabindex="4" style="color:#009; font-weight:bold">
        </p>
      </form>
    </div>
    <br />
    </div>
    </body>
    </html>
    Here's the code for the script "included" in the first line of the page:
    <?php
    # FileName="Connection_php_mysql.htm"
    # Type="MYSQL"
    # HTTP="true"
    $hostname_login = "localhost";  // Change to "mysql" when uploaded to Yahoo
    $database_login = "infoondemand";
    $username_login = "root";   // Change to "creacontech" when uploaded to Yahoo
    $password_login = "raisin4312";
    $login = mysql_pconnect($hostname_login, $username_login, $password_login) or trigger_error(mysql_error(),E_USER_ERROR);
    ?>
    Could someone help me with this?  I'd very much appreciate any assistance.

    I should have warned you ealier that I don't know PHP very well, but if I can help nail down the process then hopefully one of the PHP experts can jump in.
    I'm still a little fuzzy on what is going on.  If Susie and Rodunda both have their own UserIDs and Passwords, then they can both be logged in at the same time, insert records til their hearts content and there will be abolutely no confict at all. The only issue here that may present a problem is if one of them attameps to update a record while the other one is looking at it, or getting ready to make their own modifications.
    Also, if Susie and Rodunda have their own user accounts with their own credentials, how is it that one would try to log in using the others' credentials?
    At any rate, and hopefully to get closer to a solutions for you, When a user is successfully authenticated, the session variable MM_Username is created.  So, simpy by checking for the existence of this session variable can tell you if that use is logged in or not.  This check can be placed before any of the login script so that it doesn't interfere with the behavior generated code. And you can choose what to do depending on the condition that exists - such as redirecting immediately to another page, or displaying or hiding a certain region on the page.
    Keep in mind that when the page first loads, thel login code is placed in an IF statement that checks the form action, so at first it's ignored and loads the form.  When the form is submitted, the IF conditino is met and the code executes.  To update the database with a "Logged in or out" value, you first have to place a recordset just after the IF statement that checks the form action, wirte another IF statement to check the value of the field, and then redirect to a logout page or continue with the login.
    If you continue with the login, you'll need an Update statement to change the field in the database just before the successful redirect.  If you've redirected to a log out page, you'll also need s similar update statement there.
    To write the recordset code, you can use DW's wizard and just move the code to where it needs to go. But the DW's update code depend on predeifned recordsets and form actions, so you'll need to find a script or hand code it, I wouldn't recommend trying to use DW's code and then modify it.
    So, what do you think, are we getting closer?

  • Web Module App not using custom login page.

    Iu2019ve created a simple Web Module Application that I wish to use a custom login page for authentication.  From previous posts it looked like this would be easy.  Iu2019ve made the changes below and have redeployed my application.  When the application runs it forwards to the standard SAP login page rather than my login page.  What am I missing?  Thanks in advance.  /Greg
    Web.xml.
    <login-config>
         <auth-method>FORM</auth-method>
         <form-login-config>
              <form-login-page>login.jsp</form-login-page>
              <form-error-page>error.jsp</form-error-page>
         </form-login-config>
    </login-config>

    Moderator message -
    When closing old threads, there is no need to add a comment. Adding a pasted answer like "Resolved ourselves" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.
    Rob

Maybe you are looking for

  • Can 2 diff itunes in one household have one central music location?

    Hi everyone, my husband and I each have iTunes on their (Win based) computers. (it syncs with our phones, outlook, etc). currently, our music library is divided between the two computers - which is not ideal... i was hoping to move all the music to o

  • Aperture and greyscale tif scans

    Hi, I scanned my old black&white pics and manage them in Aperture. But when I want to use the repair tool Aperture turns my pic into a B&W negativ. I use Aperture 2.1. Does anybody has an ideas what is going on? Is it a bug?

  • Just trying to Sample

    Just trying to listen to a sample or listening to anything in my library has come to a complete halt. Anyone else having this problem after downloading the new version?

  • After installing new GTX 660 TF OC system running slowly and lags in graphic

    Hello I have had some problems with my newly bought  MSI GTX 660 TF 2GB OC card. After install the computer have been very slowly allmost like the driver wasn't there. When I drag a window it show the animation in frames and lag. And this is in windo

  • Rebuild directory in an encrypted sparsebundle

    I have a passworded/encrypted sparsebundle created bu disk utility. It needs to have it's directory rebuilt. Diskwarrior can't do it! Does anybody have any suggestions? Thanks