2011 13 MBP i5 ***debug info for apparent hang in main graphics engine ***

*debug info for apparent hang in main graphics engine *
console is giving me this message and it is affecting my MBP's ability to wake from sleep correctly. I get either a dark screen or scrambled graphics and have to hold the power button to re-boot.
(I do have an external display hooked up to the MBP, this was never an issue with all my past Macbooks.)

My 15" MBP 15 Core i7 has the same problem. Spoke with AppleCare and tried resetting to power management unit and the PRAM; no improvement. Also tried reinstalling the 10.6.7 'early 2011 macbook pro' update - still no change.
Each attempt at waking from sleep produces a series of the same error messages in Console. Here's the full series:
kernel WaitForStamp: Overflowed waiting for stamp 0x70ed on Main ring: called from
kernel timestamp = 0x70eb
kernel ** Debug info for apparent hang in Main graphics engine **
kernel ring head = 0x00200eb4, wrap count = 0x 1
kernel ring tail = 0x000010e0 ring control = 0x00003801 enabled, auto report disabled, waiting, semaphore not waiting, length = 0x004 4KB pages
kernel timestamps = 0x70eb
kernel Semaphore register values:
kernel VRSYNC: (0x12044) = 0x70eb
kernel BRSYNC: (0x22040) = 0x0
kernel RVSYNC: (0x 2040) = 0x0
kernel BVSYNC: (0x22044) = 0x0
kernel RBSYNC: (0x 2044) = 0x0
kernel VBSYNC: (0x12040) = 0x0
kernel Looks like Main ring is stuck waiting on an event
kernel After attempt to clear wait condition = 0x00003001 no longer waiting
kernel kIPEHR: 0x2000000
kernel kINSTDONE: 0x882fbb
kernel kINSTDONE_1: 0x2308a3f
Re-sleeping and re-waking the machine occasionally lets the screen come back on.
The machine itself is running; I can ssh into it from another computer.
I tried disabling hibernation, too (http://danwarne.com/how-to-turn-off-slow-sleep-hibernate-mode-on-a-macbook-pro/), with no change.
Anyone with new information on the issue? Going to take it to the Apple Store, I suppose, once I have time...

Similar Messages

  • [svn] 4286: Bug: BLZ-282: added property name to debug info for Map serialization

    Revision: 4286
    Author: [email protected]
    Date: 2008-12-10 18:29:26 -0800 (Wed, 10 Dec 2008)
    Log Message:
    Bug: BLZ-282: added property name to debug info for Map serialization
    checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-282
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf3Input.java

    Guo,
    I see a question mark in the sql statement, instead of the Oracle-style bind parameter notation which would be ":1". Can you change your VO to use Oracle-Style bind params and see whether it works?
    Steven Davelaar,
    JHeadstart Team.

  • Studio 10 cannot get debugging information for main

    Hi all,
    Running Build 20040805 of Studio 10 on Solaris 9.
    I cannot get the debuging info for the main routine.
    I think the issue is related to the fact that the Fortran runs in a Perl wrapper, which renames the executable. It did also create a new directory for the run, but we have suppresed that.
    Any ideas?
    Andrew

    Try using the "pathmap" command in dbx to point to the
    directory where the .o files are. Normally, dbx will find
    look in the a.out to find a path to the .o files. Then it will load
    debugging information from the .o files.

  • Best Mini Display to DVI adapter for 2011 17" MBP w/no blocked ports!

    I am looking to get a Mini Display to DVI adapter for my 2011 17" MBP.
    +(Preferably it would even be one with a 6' cord.)+
    It is not clear which one I should buy. Apple's (adapter only, no cord), is $30, while I can see others for far less on Amazon.
    I have read that some of these adapters actually block the FW800 and USB ports on either side.
    A blocked, or displaced FW800 port is a deal breaker.
    1. Can someone with a 2011 17" MBP tell me that they have either one of these adapters, or the one with the cord, and that it doesn't block their FW800 port? (I'll pay the $30 (albeit grudgingly) if its the only one that works.)
    2. This may be a dumb question, but the specs on these adapters say that they are capable of 1080p resolution. Would that mean they would work with a 1920x1200 monitor?

    You might want to try the "MBP Display" discussion threads, might be able to find what you are looking for in there or get better support there.
    I don't think I can help very much, but I have the Apple's adapter (no cord) and it doesn't block my usage of FW.

  • Problems with 17" 2011 MBP optibay sata speeds for SSD.

    I have a 17" early 2011 MBP.  I noticed that the optibay SATA is only 3GB/S.  Since I need to set up an internal RAID with SSD (SATA III 6Gb/S), and newer versions are now supporting this (I was under the impression that my earlier one would too), what are my options to get the optibay to work at the proper speed?  Do I need to replace the MBP?  Are there fixes that can be done by Apple repair?
    I need this for a number of on site video editing jobs that I need to complete over the next four months.  without the RAID set up, i don't see how I can do this.  I am also in process of getting the new thunderbolt RAID for in the office.
    Can anyone give me advice on how to address this issue?  I can swap the system as long as I can pull the current disk drive (and replace with the one that was delivered with the system), if that is what I need to do.
    Many thanks in advance.

    Hi David,
    What little I know about this for sure is that there are at least 2 different optical drive interfaces for the 2011 17" MBP.
    I bet you can guess the difference; iirc correctly, the ones that shipped early on have the SATA II interface, while later/current ones have the SATA III. You can check yours in System Profiler, but again, I bet you know already. Again, iirc, the early ones cannot be updated to run at SATA III/6Gbps.
    I don't know any of the above with 100% certainty, so I would continue looking/asking, but if it is correct, that means you'd need a new MBP (and need to make sure it's newer stock; what the cutoff is, I have no idea). fwiw

  • Debug info unavailable for web services

    I've run into an interesting problem. I'm trying to remote debug a web service
    I've deployed on wls 7. I can connect to the server, place breakpoints, and step
    through the code, but there isn't any information available (objects, stack, etc).
    It just says debug info unavailable. Thing is, there is another application deployed
    in which I can see all the debug info. Yes, they're both compiled with debug info
    turned on.
    I originally thought that a difference in deployment might be an issue, since
    one is deployed as a directory, and the other as an ear file, but deploying them
    both as a directory didn't seem to help. Does anyone have any idea?
    My debugger is the one included in intellij idea...
    --pete

    mrbean wrote:
    I've posted some questions about this already, but this one comes at it from a different angle.  I need to establish a secure link between a client and server using SSL (TLS actually).  I have to develop the client side, and another company has already created the server side.  Although I have a million questions about the client side, my question concerns the server side.
    Can I (using the instructions found in the whitepaper entitled, Setting up SSL of Web Services in LabVIEW 2009) setup a LabVIEW server on the same PC so that I can test my client.  I just want to debug my handshaking code, and verify that I can setup a secure link.  I'm not sure how I'll know just yet, but I'm wondering (until I get the 3rd party server) if I can do it all locally to accelarate testing.
    One can only guess what could go wrong when MrBean does LabVIEW!  (The TV Character, not the user, of course.)
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • How to get debugging symbols for libGL.so.1 library? (nvidia-utils)

    Hello all
    Will see, I am getting many crashes of applications in KDE. In the majority of these accidents I get a backtrace from KBugbuster (or whatever that application is called) that includes the library libGL.so.1. Here a small example:
    #0 0xb7888424 in __kernel_vsyscall ()
    #1 0xb54d198b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
    #2 0xb57740ec in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libc.so.6
    #3 0xb2926af3 in vlc_cond_wait () from /usr/lib/libvlccore.so.4
    #4 0xb28a412e in ?? () from /usr/lib/libvlccore.so.4
    #5 0xafac170c in ?? () from /usr/lib/libGL.so.1
    #6 0x00000000 in ?? ()
    I know libGL.so.1 is a library included into nvidia-utils package becouse:
    $ pacman -Ql | grep /usr/lib/libGL.so.1
    nvidia-utils /usr/lib/libGL.so.1
    I downloaded the PKGBUILD for nvidia-utils through abs and I changed it a bit by adding the !strip flag at the option field:
    options=('!strip')
    But it did not work. Today, still, I don't have debugging symbols for libGL.so.1. I have corroborated this using nm command:
    $ nm -a /usr/lib/libGL.so.1
    nm: /usr/lib/libGL.so.1: no symbols
    Watching the PKGBUILD for nvidia-utils I see this is not a build, apparently it only download the files and put them in the appropriate places. I think this is why the flag !strip does not work in this case.
    So I have looked for information at the official nvidia site for compiling libGL.so.1 by myself but only appears complex information for developers not for a end user like me.
    Can anyone guide me or something with this? please.
    Thanks so much.
    Last edited by zuargo (2011-11-21 03:03:16)

    Hi Alexander,
    As you need read-only access to the SBO database, you could use a straight database connection. You could maybe use the following Microsoft php extension:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ccdf728b-1ea0-48a8-a84a-5052214caad9&displaylang=en
    The Web Service wrapper for the DI Server is a good solution if you want to be able to write data back to SBO. Please note the DI Server requires additional licensing from SAP.
    You don't mention what database platform is used by your e-shop site. An alternative approach would be to use an integration tool (something like Pentaho) to pull or push data between the e-shop database and the SBO database (again, this is only possible for reading data from SBO not writing).
    Kind Regards,
    Owen

  • IChat issues on 2011 17" MBP

    I recently got a 2011 17" MBP (10.6.7). I've been using a 2008 15" MBP (10.6.7).
    I communicate daily with colleagues using video iChat.
    The 2008 MPB has run iChat without any issues for months.
    When I try the 17", I get bandwidth issues (my signal breaks up at the other end, video freezes, aberrant audio) The connection doctor shows my rate of tranmission dropping dramatically. 
    I tried shutting off all other programs and it worked okay. Starting up Safari caused it to choke. I tried switching from wireless to ethernet and it had no affect.
    I tried reducing the bandwidth to 500 kbps and it didn't fix the problem.
    I can start up the 15" MPB on Wifi, connect flawlessly to the same people, even while running Safari.
    Clearly the issue is somewhere in the 17"MBP. Any recommendations?
    Don't know if this is related but it does feel like the 17" does not load web pages in Safari as fast as the 15" but I haven't documented it precisely.
    Thanks,
    Dan

    Hi,
    It does sound a bit odd.
    Most likely there is a process running that is using the Processor(s) quite heavily.
    Open the Activity Monitor (In Applications/Utilities).
    In the window there is a drop down in the top bar.
    Select All Processes in this drop down.
    The List is normally is reverse order with the things that loaded or started later near the top. (The PID numbers)
    You should find that most things you are running are above the Finder's icon.
    iChat should be listed if Open.
    iChatAgent (A support app that has no icon) should also be listed
    iChat should show a fairly small number in the CPU column and iChatAgent should be at zero.
    Depending on the Processor iChat should rise to about 20% during a Video Chat
    I would look down the CPU column first to see what is showing as being in use.
    A Web Browser should be at rest, certainly below 5% once a page has loaded.
    A Pic of mine
    I use Skitch to grab pics and edit the comments on them so it shows relatively high on my G4/1Ghz Dual Processor.  (Green Stuff)
    iChat was open but no chats were happening  (Some of the red)
    The Activity Monitor was what I had open as well so it shows CPU usege (Blue)
    The thing to look for is unexpected items listed as running.
    Compare these to the things in System Preferences > Accounts > (your account) Login Items.
    7:52 PM      Thursday; June 2, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • I can no longer edit the info for my songs, movies and tv shows.  This occurred since I loaded Windows 7 Pro on my C drive, and then fownloaded ITunes 10.  Why will the program not allow me to access the track info to edit it?

    I can no longer edit the info for my songs, movies and tv shows.  This occurred since I loaded Windows 7 Pro on my C drive, and then fownloaded ITunes 10.  Why will the program not allow me to access the track info to edit it?

    Ah yes school boy error there out of frustration and discontent..
    My issue is with music/apps/films etc not downloading from iTunes / App Store.
    They initially fail and message is displayed stating unable to download / purchase at this time, yet if I retry it says I've already purchased (?) or alternatively I go to the purchased section and there they are waiting with the cloud symbol..
    However some items get frozen in the download window and cannot be retried or deleted. Message appears stating to tap to retry, but even if you stole every bath and sink in the uk you'd still not have enough taps.
    I post here as the iTunes guys are useless in there 'help' and have only advised posting here or phoning apple, at my expense, to explain a problem that could be rectified by forwarding my original email to a techie. However the tech team apparently don't have an email address as they're from ye olde Middle Ages..!
    Anyways I digress.
    So I tried sync to pc, but instead of showing the file as ready to listen/use/view, the iCloud symbol shows and I'm back to square one as the item is unable to download..
    At frustration station waiting for a train from pain...
    All my software is up to date, and had all worked fine prior to the last big iOS update that resulted in all the changes in display and dismay.
    Answers in a postcard :-)
    Much love

  • MBP 13" 2.8GHz i7 (2011) or MBP 13" 2.5GHz i5 (2012)?

    Hey,
    I'd like to upgrade my 2010 MBP Core 2 Duo Macbook Pro, and was just going to get the new basic 13" MBP, with the i5 2.5GHz and HD4000 setup, but I realised that last year's high-end 13" MBP is pretty much the same price, and it has a far more powerful CPU (i7 2.8GHz), however, only the HD3000 GPU...
    I'd mainly be using Final Cut 7 with all the normal mundane apps too, so I figured the newest GPU would be most useful, plus getting the newly released 2012 MBP would help increase resale value. And, I'd upgrade the RAM to 8gb as soon as I got either machine.
    What I'm asking is - does anyone have an insight into which MBP would perform best for my purposes? The (2011) 2.8GHz i7, but with only HD3000 GPU, or (2012) 2.5GHz i5 with HD4000 GPU?
    Many thanks
    Chris
    (ps, I've tried, but can't find Geekbench scores comparing the two machines)

    If I was in your shoes, I would go for the newer MB Pro.
    Although the new MB Pro is using the i5 and not the i7 the late 2011 is using, you won't really see much of a speed difference because the bus speed of the new one is running at 1600MHz as opposed to the 1333MHz on the older one.
    Memory is also faster on the newer MB Pro.
    The video of the new one, althought not double the speed of the old MB Pro, it's still faster.  Again, because of the faster bus speed.
    My suggestion is to go with the newer MB Pro.  New processor, faster RAM and bus speed and a newer version of Intel's Integrated graphics.
    I own a late 2011 MB Pro with 16GB of RAM that I bought a month ago, kicking myself for not waiting.  But quite happy with what I have.

  • SSRS Sharepoint Integrated Mode logs - Cannot find site lookup info for request Uri AND [Forced due to logging gap]

    Hi,
    Our reports run very slow in SharePoint Integrated mode. I look at the logs and I see that for one report request there are bunch of "Forced due to logging gap" rows. Is it some kind of a configuration issue or is it working as it should. Below
    is the full log for one report request. I have no admin experience at all and I am confused what each one in the logs mean. I have made some of them in bold font as I suspect it is some kind of configuration issue there. Could you please help understanding
    those logs?
    Line 25: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Topology                      
    e5mb
    Medium  
    WcfReceiveRequest: LocalAddress:   'http://xxxxx.com:32843/6ce1fa50211546eeabe466d78f0d32a6/ReportStreaming.svc'   Channel: 'System.ServiceModel.Channels.ServiceChannel' Action:   'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Streaming/ProcessStreamRequest'
      MessageId: 'urn:uuid:10b1c246-8c70-400b-9b62-fe0d87a2ae8c'
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 28: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SQL Server Reporting Services 
    Report Server WCF Runtime     
    0
    Medium  
    Entering ExeuteCommand - Command = Render
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 29: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Authentication Authorization  
    agb9s
    Medium  
    Non-OAuth request. IsAuthenticated=False, UserIdentityName=,   ClaimsCount=0
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 30: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    adyrv
    High    
    Cannot find site lookup info for request Uri   http://xxx:32843/6ce1fa50211546eeabe466d78f0d32a6/ReportStreaming.svc.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 31: 07/29/2014 09:17:34.59 
    w3wp.exe (0x0A6C)                       
    0x070C
    SQL Server Reporting Services 
    Report Server Catalog         
    0
    Medium  
    RenderForNewSession('https://xxx.com/xxx.rdl')
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 32: 07/29/2014 09:17:34.60 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Authentication Authorization  
    ajmmt
    High    
    [Forced due to logging gap, cached @ 07/29/2014 09:17:34.59,   Original Level: VerboseEx] SPRequestParameters: AppPrincipal={0},   UserName={1}, UserKye={2}, RoleCount={3}, Roles={4}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 33: 07/29/2014 09:17:34.60 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    8acb
    High    
    [Forced due to logging gap, Original   Level: VerboseEx] Reverting to process identity
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 34: 07/29/2014 09:17:34.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    adyrv
    High    
    Cannot find site lookup info for   request Uri   http://xxx:32843/6ce1fa50211546eeabe466d78f0d32a6/ReportStreaming.svc.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 35: 07/29/2014 09:17:34.74 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.63, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 36: 07/29/2014 09:17:34.74 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    6t8b
    High    
    [Forced due to logging gap, Original   Level: Verbose] Looking up {0} site {1} in the farm {2}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 37: 07/29/2014 09:17:34.85 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Runtime                       
    afu6a
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.77, Original Level: VerboseEx] No   SPAggregateResourceTally associated with thread.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 38: 07/29/2014 09:17:34.85 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Runtime                       
    afu6b
    High    
    [Forced due to logging gap, Original   Level: VerboseEx] No SPAggregateResourceTally associated with thread.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 39: 07/29/2014 09:17:34.94 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.88, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 40: 07/29/2014 09:17:34.94 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, Original   Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 103: 07/29/2014 09:18:05.55 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.96, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 104: 07/29/2014 09:18:05.55 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    6t8b
    High    
    [Forced due to logging gap, Original   Level: Verbose] Looking up {0} site {1} in the farm {2}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 105: 07/29/2014 09:18:05.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    6t8h
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:18:05.55, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 106: 07/29/2014 09:18:05.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, Original   Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 107: 07/29/2014 09:18:05.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SQL Server Reporting Services 
    Report Server WCF Runtime     
    0
    Medium  
    Processed report. Report='https://xxx.com/xxx.rdl', Stream=''
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Thank you.

    That is likely the case as native mode is quicker than SharePoint-integrated.
    A couple of things to check, and perhaps change if you can:
    1) Make sure the latest SSRS ReportViewer is deployed to the SharePoint WFEs. This does not have to match your SSRS deployment version. See http://msdn.microsoft.com/en-us/library/gg492257.aspx
    for the compatibility table.
    2) If possible, move SSRS to the same SharePoint servers that end users interact with (e.g. the "WFEs").
    3) Make sure the underlying server hosting SharePoint has C-States disabled (these are Intel C-States, e.g. C1, C2, C3... aka processor sleep states). If the server has any sort of power regulation, make sure it is at maximum performance (rather than some
    form of power saving).
    4) Make sure the underlying Windows OS has it's Power Management set to Maximum, rather than any sort of power savings.
    You can review the execution logs in the Reporting Services database. Take a look at the ExecutionLog3 view. Compare the TimeProcessing (time it takes to process the report) and TimeRendering (time it takes for the processed report to render to the end user).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Debug-Mode for Security Realm

    Hi,
    then i try start the server with the debug mode i get the following
    exception:
    Starting WebLogic Server ....
    <Tue Oct 24 17:45:33 GMT+02:00 2000> <Info> <Management> <Loading
    configuration file .\config\virtHoDomain\config.xml...>
    Unable to dump log: Fatal initialization exception
    Throwable: java.lang.StackOverflowError
    java.lang.StackOverflowError
    at java.util.Collections$SynchronizedMap.get(Collections.java:1433)
    at
    weblogic.kernel.ResettableThreadLocal.currentStorage(ResettableThreadLocal.j
    ava:100)
    at
    weblogic.kernel.ResettableThreadLocal.get(ResettableThreadLocal.java:35)
    at
    weblogic.transaction.internal.TransactionManagerImpl.getOrCreateThreadProp(T
    ransactionManagerImpl.java:844)
    at
    weblogic.transaction.internal.TransactionManagerImpl.getTransaction(Transact
    ionManagerImpl.java:359)
    at weblogic.transaction.TxHelper.getTransaction(TxHelper.java:34)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:156)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:145)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:138)
    at weblogic.logging.LogManager.log(LogManager.java:93)
    at weblogic.logging.LogOutputStream.debug(LogOutputStream.java:80)
    at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:775)
    at weblogic.security.acl.Security.getCurrentUser(Security.java:238)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:161)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:145)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:138)
    at weblogic.logging.LogManager.log(LogManager.java:93)
    at weblogic.logging.LogOutputStream.debug(LogOutputStream.java:80)
    at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:775)
    at weblogic.security.acl.Security.getCurrentUser(Security.java:238)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:161)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:145)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:138)
    at weblogic.logging.LogManager.log(LogManager.java:93)
    I even get that exeception if try to initialize the
    weblogic.logging.LogManager in a commun class.
    I think this is a bug.

    Hi Lars Klippert
    Sorry for the late reply. First of all, thank you for uncovering an untested part of ServerDebug MBean. The Debug Mode for Security Realms currently works for fileRealm but doesnot work for alternate realms(e.g., LDAP realm). We're in the process of fixing this in the future releases(may not be Beta Refresh but will definitely be fixed in GA). I'm attaching a working config.xml(with fileRealm) and the only change you've to make to your config.xml is
    <Server
    <ServerDebug
    DebugSecurityRealm="true"
    Name="myserver"
    />
    </Server>
    If you're debugging a fileRealm then I belive, this serves your purpose. But if you're debugging a Security Realm other than fileRealm and this is blocking you, plz let us know so that this will be fixed with a higer priority. Thanks again for uncovering this. We will let you know as soon as this is fixed.
    regards
    "Lars Klippert" <[email protected]> wrote:
    Hi,
    Part from config.xml:
    <Server ...>
    <ServerDebug Name="virtHoServer" DebugSecurityRealm="false"/>
    </Server>
    Part from my start-script:
    %JAVA_HOME%\bin\java.exe -ms16m -mx64m -classpath
    %CLASSPATH% -Dweblogic.Domain=virtHoDomain -Dweblogic.Name=virtHoServer -Dja
    va.security.policy==.\lib\weblogic.policy weblogic.Server
    As you can see i enable the debug-mode in the config.xml.
    I also get the exception then i disable the debug-modus and
    initialize the weblogic.logging.LogOutputStream by hand.
    For our EntityBeans we have developed a custom error logger
    that uses the weblogic.logging.LogOutputStream and it works
    fine. Maybe the error only acccours if two or more
    weblogic.logging.LogOutputStreams are active...
    With the 5.1.0 version of the server everything works fine.
    Thanks
    "Paul Ferwerda" <[email protected]> schrieb im Newsbeitrag
    news:[email protected]...
    How exactly are you starting "the server with debug mode"?
    Thanks,
    Paul
    Lars Klippert wrote:
    Hi,
    then i try start the server with the debug mode i get the following
    exception:
    Starting WebLogic Server ....
    <Tue Oct 24 17:45:33 GMT+02:00 2000> <Info> <Management> <Loading
    configuration file .\config\virtHoDomain\config.xml...>
    Unable to dump log: Fatal initialization exception
    Throwable: java.lang.StackOverflowError
    java.lang.StackOverflowError
    at
    java.util.Collections$SynchronizedMap.get(Collections.java:1433)
    at
    weblogic.kernel.ResettableThreadLocal.currentStorage(ResettableThreadLocal.j
    ava:100)
    at
    weblogic.kernel.ResettableThreadLocal.get(ResettableThreadLocal.java:35)
    at
    weblogic.transaction.internal.TransactionManagerImpl.getOrCreateThreadProp(T
    ransactionManagerImpl.java:844)
    at
    weblogic.transaction.internal.TransactionManagerImpl.getTransaction(Transact
    ionManagerImpl.java:359)
    atweblogic.transaction.TxHelper.getTransaction(TxHelper.java:34)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:156)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:145)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:138)
    at weblogic.logging.LogManager.log(LogManager.java:93)
    atweblogic.logging.LogOutputStream.debug(LogOutputStream.java:80)
    atweblogic.security.acl.CachingRealm.getUser(CachingRealm.java:775)
    atweblogic.security.acl.Security.getCurrentUser(Security.java:238)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:161)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:145)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:138)
    at weblogic.logging.LogManager.log(LogManager.java:93)
    atweblogic.logging.LogOutputStream.debug(LogOutputStream.java:80)
    atweblogic.security.acl.CachingRealm.getUser(CachingRealm.java:775)
    atweblogic.security.acl.Security.getCurrentUser(Security.java:238)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:161)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:145)
    at
    weblogic.management.logging.LogBroadcaster.log(LogBroadcaster.java:138)
    at weblogic.logging.LogManager.log(LogManager.java:93)
    I even get that exeception if try to initialize the
    weblogic.logging.LogManager in a commun class.
    I think this is a bug.

  • No Debug Symbols for Xboard?

    Hi guys, i'm trying to create debug symbols for xboard.
    I've followed this ( http://wiki.archlinux.org/index.php/Deb … ing_Traces ) and i've created this:
    # $Id: PKGBUILD 22465 2008-12-26 20:58:13Z jgc $
    # Maintainer: Jason Chu <[email protected]>
    # Contributor: Tom Newsom <[email protected]>
    pkgname=xboard
    pkgver=4.2.7
    pkgrel=3
    pkgdesc="XBoard is a graphical user interfaces for chess"
    depends=('libxaw')
    source=(ftp://gatekeeper.dec.com/pub/GNU/xboard/$pkgname-$pkgver.tar.gz)
    license=('GPL2')
    install=xboard.install
    arch=('i686' 'x86_64')
    url="http://www.tim-mann.org/chess.html"
    md5sums=('b70ad8ff7569975302c5fb402d5eea32')
    options=(!strip)
    build() {
    export CFLAGS="$CFLAGS -g"
    export CXXFLAGS="$CXXFLAGS -g"
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --mandir=/usr/share/man || return 1
    make || return 1
    make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install || return 1
    rm -f "${pkgdir}/usr/share/info/dir"
    after that i run makepkg and pacman -U xboard-4.2.7-3-i686.pkg.tar.gz
    but when i start gdb xboard i see this:
    #gdb xboard
    GNU gdb 6.8
    Copyright (C) 2008 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "i686-pc-linux-gnu"...
    (no debugging symbols found)
    i've verified xboard in /usr/bin is updated. What did i do wrong?
    Thanks

    Hi guys, i'm trying to create debug symbols for xboard.
    I've followed this ( http://wiki.archlinux.org/index.php/Deb … ing_Traces ) and i've created this:
    # $Id: PKGBUILD 22465 2008-12-26 20:58:13Z jgc $
    # Maintainer: Jason Chu <[email protected]>
    # Contributor: Tom Newsom <[email protected]>
    pkgname=xboard
    pkgver=4.2.7
    pkgrel=3
    pkgdesc="XBoard is a graphical user interfaces for chess"
    depends=('libxaw')
    source=(ftp://gatekeeper.dec.com/pub/GNU/xboard/$pkgname-$pkgver.tar.gz)
    license=('GPL2')
    install=xboard.install
    arch=('i686' 'x86_64')
    url="http://www.tim-mann.org/chess.html"
    md5sums=('b70ad8ff7569975302c5fb402d5eea32')
    options=(!strip)
    build() {
    export CFLAGS="$CFLAGS -g"
    export CXXFLAGS="$CXXFLAGS -g"
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --mandir=/usr/share/man || return 1
    make || return 1
    make prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man" install || return 1
    rm -f "${pkgdir}/usr/share/info/dir"
    after that i run makepkg and pacman -U xboard-4.2.7-3-i686.pkg.tar.gz
    but when i start gdb xboard i see this:
    #gdb xboard
    GNU gdb 6.8
    Copyright (C) 2008 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law. Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "i686-pc-linux-gnu"...
    (no debugging symbols found)
    i've verified xboard in /usr/bin is updated. What did i do wrong?
    Thanks

  • HT4906 iPhoto disappeared from my late 2011 17'' MBP OS 10.7.4, app store says: These apps cannot be accepted on this computer.

    iPhoto disappeared from my late 2011 17'' MBP OS 10.7.4, app store says: These apps cannot be accepted on this computer.
    What should I do?

    Hey there! So, I already contacted Mac App Store support several times, the response:
    - "Apple is currently working toward a resolution for the issue you have reported. You will receive an email after the matter has been investigated and further information is available.
    Thank you for your patience. Apple wants your iTunes experience to be as enjoyable as possible"
    I answered I really needed it, and if they knew the estimated time it would take to solve the issue. Here's the last response.
    - "According to your previous correspondence, you have not been able to install iLife after reinstalling OS X Lion. I understand that this issue is under investigation, and that you would like to know the amount of time needed to find a resolution. As a fellow iTunes customer, I certainly understand that you need to use iPhoto for professional reasons, and I'll gladly help you to resolve this problem.
    Unfortunately, I am unable to give you the exact amount of time this issue could take. I do assure you that our engineers are currently working towards a resolution. "
    I'm going to an Apple Sotre Genius today, in 2 hours. I'll keep updated!!

  • Generating Debug Info Setting in Weblogic Workshop (.work)

    Hi,
    I am using Weblogic Workshop ver 8.1.3. I need to set
    -g option during java compilation. I am using weblogic workshop (.work) file) for compilation. Could any one tell me what are the setting required for generating debug info while compilation.
    Thanx,
    Cleophus P.

    Hello Cleophus,
    What debug information are you looking for ?
    In 8.1, Workshop uses a proprietary compiler to compile Workshop resources.
    Cheers
    Raj
    BTW: the latest SP for Workshop 8.1 is Service pack 6

Maybe you are looking for