ERROR:HDLParsers:851

When I Compile my FPGA Program,I got a error below
ERROR:HDLParsers:851 - "C:/NIFPGA85/srvrTmp/LOCALH~1/FPGASY~1/rvi_FPGAMINUSIgnitionControl_vi_FPGACompileCopy1.vhd" Line 881. Formal Clk of SubVICtlOrInd with no default value must be associated with an actual value.
xflow-Program Xst returned error code 6 Aborting flow execution
Attachments:
Cab.zip ‏881 KB

Hello,
I am not sure what the non-English words refers to above I am afraid but I found some information about the XFlow:42 error. I would guess that is due to the fact that your FPGA is too big and cannot fit on your FPGA target and that you might need to optimize the code in respect of resource usage. We have some information on what to think about when it comes to minimize the resource usage.
http://digital.ni.com/public.nsf/websearch/311C18E2D635FA338625714700664816?OpenDocument
http://zone.ni.com/devzone/cda/tut/p/id/5080
If you open up your Compile Server (C:\Program Files\National Instruments\LabVIEW 8.5\rvi\compileServer.exe) and press on the button that says ‘Compile List’ you will find a history list of all your compilations. Find the latest one, the one that failed with the error above, and look at the resource usage (slices, multipliers and such).
Finally you can also get similar issues if you have no disk space left on your development machine. Delete the files in these folders:
X :\NIFPGA85\clntTmp and X :\NIFPGA85\srvrTmp, where X is the drive on which you installed LabVIEW and the FPGA Module, to save space on the hard drive. 
Regards,
Jimmie Adolph
Systems Engineer Manager, National Instruments Northern Region
Bring Me The Horizon - Sempiternal

Similar Messages

  • ERROR:HDLParsers:850

    I got an error report at the end of compile.  It shows something wrong with a subVI on FPGA target.  Here is the copy of compiler info:
    Compiling vhdl file "E:/NIFPGA80/srvrTmp/LOCALH~1/TRYIFR~3/rvi_visn_FPGA_Detect.vhd" in Library work.
    Entity <rvi_visn_FPGA_Detect> compiled.
    ERROR:HDLParsers:850 - "E:/NIFPGA80/srvrTmp/LOCALH~1/TRYIFR~3/rvi_visn_FPGA_Detect.vhd" Line 338. Formal port Clk1 does not exist in Component 'SubVICtlOrInd'.
    -->
    Total memory usage is 183748 kilobytes
    Number of errors   :    1 (   0 filtered)
    Number of warnings :    1 (   0 filtered)
    Number of infos    :    0 (   0 filtered)
    ERROR:Xflow - Program xst returned error code 6. Aborting flow execution...
    In this subVI, I have one time critical loop using DAC clock, one time critical loop using ADC clock, and another one normal loop.
    Is there anyone can help?

    Well I am glad you were able to track the problem down. The writing to the same FIFO from 2 separate places make the FIFO a shared resource and therefore this shared resource must have an arbitor. Any resource that must have an arbitor will not work in a SCTL. The error message you received after moving the diagram from the subVI to the top-level VI hopefully stated some type of invalid abitration on a queue. This error should have come up during the code generation process which proceeds the actual compile process. The first time you ran this code you were getting compile errors during the compile process. We should have caught the invalid arbitration even if the FIFO was in a subVI and thrown a code generation error rather than delaying the error until the compile process. I have not been able to reproduce the compile time error when writing to a FIFO from 2 SCTLs and including one in a subVI. I always get the code generation error. I would like to investigate why we didn't catch the invalid arbitration in your case. Can you send the original code, or a simplified version that exhibits the behavior?
    Regards,
    Joseph D.
    National Instruments

  • ERROR:HDLParsers:3370 Compile Error when compiling for NI-5640R

    I'm trying to get a FFT Core working inside the NI-5640R FPGA.  In my latest debugging step, I have received the following error when compiling:
    Compiling vhdl file "C:/NIFPGA82/srvrTmp/LOCALH~1/IFBC3E~1/bushold.vhd" in Library work.
    Entity <bushold> compiled.
    ERROR:HDLParsers:3370 - "C:/NIFPGA82/srvrTmp/LOCALH~1/IFBC3E~1/bushold.vhd" Line 142. Value 0 is not included in the range, 1 to 2147483647, of kConfiguration_ClkMaxWidth.
    ERROR:HDLParsers:3370 - "C:/NIFPGA82/srvrTmp/LOCALH~1/IFBC3E~1/bushold.vhd" Line 143. Value 0 is not included in the range, 1 to 2147483647, of kConfiguration_ClkCounterWidth.
    Has anybody seen this before?  I am including my FPGA VI that is causing this error (FFT (FPGA).vi).  I am also including my previous step in debugging the FFT that worked (FFTworking (FPGA).vi).
    Attachments:
    FFT (FPGA).vi ‏125 KB
    FFTworking (FPGA).vi ‏119 KB

    Hi,
    The main cause of this error message is the large array size. You configured a 16-bit fixed-size array with 4096 element for a total array size of 65536 (16 * 4096). Array uses a lot of FPGA resource and the general recommendation to limit the use and size of array as much as possible on the FPGA VI. This VI will certainly overmap the FPGA resource because of the large array size.
    Although this error message is not directly related to the array size, it has however been reported to R&D (#4G3COBJ0) for further investigation. A possible workaround would be to reduce the size of the array or use DMA FIFO to pass the data to the host.
    Thanks for the feedback!
    Tunde A.
    LabVIEW FPGA

  • FPGA code successfully compiled in 2010 is giving compilation error in 2014.

    I have developed RS485 FPGA code and successfully compiled with LabVIEW FPGA 2010.
    Later changed the software to 2014 and installed Xilinx 14.7.
    Now if I compile the same code with LabVIEW 2014 compile worker, i am getting error 'Process "Synthesis" failed'.
    I am using a case structure with Error cluster as selector, So the case structure has 'No error' and 'Error' cases.
    If I change the selector to 'True/False' then the compilation works.
    Below is the error that i am getting when using Case structure with Error cluster as selector
     LabVIEW FPGA: The compilation failed due to a Xilinx error. Details: ERROR:HDLParsers:1401 - "C:/NIFPGA/jobs/JyWfWcc_Gv3a9ah/NiFpgaAG_00000041_CaseStructureFrame_0001.vhd" Line 41. Object tunnel_s_error_out_2007 of mode OUT cannot be read. ERROR:HDLParsers:1401 - "C:/NIFPGA/jobs/JyWfWcc_Gv3a9ah/NiFpgaAG_00000041_CaseStructureFrame_0001.vhd" Line 42. Object tunnel_s_error_out_2007 of mode OUT cannot be read. --> Total memory usage is 190240 kilobytes Number of errors : 2 ( 0 filtered) Number of warnings: 1 ( 0 filtered) Number of infos : 0 ( 0 filtered)

    Attached FPGA_error_2014.jpg which depicts the working and 'not working' code in 2014.
    In 'Not working' code,the selector terminal is error cluster.
    I am able to resolve the issue just by changing the selecter terminal to boolean as in 'working code'.
     But both sets of software code works fine in version 2010.
    Attachments:
    FPGA_error_2014.jpg ‏128 KB

  • FPGA: compilation error: size of concat operation is different than size of the target

    Today I got an error, for which I couldn't find a solution.
    I use the PXI-7813R FPGA, with Xilinx tools 10.1
    At compilation, the error I get is:
    Compilation failed due to a Xilinx error.
    Details:
    ERROR:HDLParsers:804 - "C:/NIFPGA/jobs/TESY1S8_X4PR8hn/NiFpgaAG_000000ce_CaseStructureFrame_0000.vhd" Line 301. Size of concat operation is different than size of the target.
    ERROR:HDLParsers:804 - "C:/NIFPGA/jobs/TESY1S8_X4PR8hn/NiFpgaAG_000000ce_CaseStructureFrame_0000.vhd" Line 372. Size of concat operation is different than size of the target.
    --> 
    Total memory usage is 185944 kilobytes
    Number of errors   :    2 (   0 filtered)
    Number of warnings :    0 (   0 filtered)
    Number of infos    :    0 (   0 filtered)
    Process "Synthesis" failed
    Start Time: 18:25:26
    End Time: 18:28:54
    Total Time: 00:03:27
    What can cause a concat size difference?

    This is by the way the configuration:
    Project: FPGAWrapperMG100125AOD.lvproj
    Target: FPGA Target (RIO0, PXI-7813R)
    Build Specification: fpga_integrator_AOD_random_access
    Top level VI: fpga_integrator_AOD_random_access.vi
    Compiling on LabVIEW FPGA Compile Cloud Service
    Compilation Tool: Xilinx 10.1
    Start Time: 05.07.2011 19:06:12
    Run when loaded to Fpga: FALSE
    Xilinx Options
    Design Strategy: Custom
    Synthesis Optimization Goal: Area
    Synthesis Optimization Effort: Normal
    Map Overall Effort Level: Default Xilinx setting
    Place and Route Overall Effort Level: High
    JobId: FNW72uPWorking Directory: C:\NIFPGA\compilation\FPGAWrapperMG100_FPGATarget_fpgaintegratorAO_9D5B4237
    The Xilinx log is attached.
    Attachments:
    XilinxLog.txt ‏80 KB

  • Error Code 61499 after license update (FPGA)

    Hello,
    I am a fairly experienced FPGA module user.  I have LabVIEW 2009 installed (9.0.0) including the FPGA module on a 32-bit XP system.  Everything was working fine, and I had one particular FPGA project that had been built and run within the last month or so.
    In the meantime, the license had expired, so I had to update the license.  After updating the license, I made a trivial change to the VI (changed default values of some front panel inputs), and attempted to compile and execute.
    This generated Error -61499, with the additional information:
    Error starting compile step: Make sure a compatible version of Xilinx Tools is installed at the location specified in the LabVIEW installer.
    I looked at post Error -61499 in LabVIEW FPGA  and a few other posts.  I checked the LabVIEW FPGA registry key compile path and it looks fine (C:\NIFPGA2009\Xilinx\ISE).  That directory exists and is the right size (3.74 GB).  A temporary directory is being created in C:\NIFPGA2009\srvrTmp\localhost .  I searched for the file pearl58.dll but couldn't find it.
    When I look at the recently installed license and the expired license in NI License Manager, I don't see any differences between the two other than the expiration date.
    Summary:  I had a working installation and project, updated the license file, and now get error -61499.
    Solved!
    Go to Solution.

    Here is some more information.  I found the toplevel_gen_xst.log file in the C:\NIFPGA2009\svrTmp\localhost\[temp] directory.
    It appears that some things are getting compiled.
    At the end of the log file it says:
    ERROR:HDLParsers:3264 - Can't read file "C:/NIFPGA~1/srvrTmp/LOCALH~1/SCANCO~1/NiFpgaAG_XNode0000001b.vhd": No such file or directory
    If I can figure out what that node is I'll try deleting it and regenerating it.

  • Error system.vhd file

    Hi , i create a new project xps (EDK 10.1) , i generate netlist without modification (soft or hard) but i found ERROR in system.vhd file 
    ERROR IS 
    ERROR:HDLParsers:3621 - "E:/EDK_Work/p15/hdl/system.vhd" Line 42. The basic identifier fpga_0_FLASH_Mem_A_ is illegal because it ends with an underline character (VHDL IEEE 1076-2000 LRM 13.3.1).
    i captured error position in file sytem.vhd 
    any one help me please ,
    Khaled

    Hello ,
    To resolve the issue make sure that there are no extra underscore characters.
    use:
    fpga_0_FLASH_Mem_A_1_pin : out std_logic_vector (8 to 30) ; 
    --Syed
    Please mark the Answer as "Accept as solution" if the information provided is helpful.
    Give Kudos to a post which you think is helpful and reply oriented.

  • CS5 crashes

    Hi,
    I'm trying to figure out why the Photoshop CS5 crashes on my new Imac 21.5", OX 10.6.4, 2.66GHz, 4GB RAM, 500GB HD.
    After I bought it, I installed the Photoshop CS5 extended as a trial. I never had a single crash for 30 days during the whole trial period. When the trial expired, I uninstalled CS5 and I installed Photoshop Elements 8 as a trial. I only used it for a couple of days. It worked just fine, and again, it never crashed. THEN... I bought Photoshop CS5 (not the extended version) and I installed it. Then I uninstalled Photoshop Elements & Bridge CS4 (I forgot to do it before installing CS5). I never did any repair permissions or any other cleaning since I bought the Imac about 6 weeks ago.
    I'm trying to figure out what did I do wrong because CS5 now crashes every few minutes. I was trying to record some simple actions but it would crash before I could complete them. I get the message "photoshop quit unexpectedly" every time it crashes. I had no problems at all when I used the CS5 trial version. I didn't know about the disk permissions etc. so I didn't perform any so far.
    What do you recommend that I should do? Do I need to uninstall CS5, repair the permissions, delete preferences and reinstall CS5?... What other steps should I take and in what order? Thanks so much for any help you can provide!
    Laura

    Hi Jeffrey,
    Please see below a crash report. Thanks much!!!
    Process:         Adobe Photoshop CS5 [2927]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0 (12.0x20100407.r.1103) (12.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [76]
    Date/Time:       2010-06-30 00:02:51.464 -0400
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          267630 sec
    Crashes Since Last Report:           35
    Per-App Interval Since Last Report:  58681 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      2B4C5809-6AEF-4339-BCD8-E62F11DE7810
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Error Formulating Crash Report:
    *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Identifier)
    0x86179ca6
    0x839080f3
    0x86179ae7
    0x86179a74
    0x82877a9b
    0x00004a8f
    0x84fbf917
    0x00004939
    0x000072f2
    0x00007dd7
    0x00009ff2
    0x00009dcf
    0x840da860
    0x000094d6
    0x840ce456
    0x840ce309
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                           0x8f0629f3 gldAttachDrawable + 2579
    1   ???                           0x8f124615 gldUpdateDispatch + 15381
    2   ???                           0x8f124980 gldFlush + 80
    3   ???                           0x23e6df2a glFlush_Exec + 141
    4   libGL.dylib                   0x997fa4a8 glFlush + 24
    5   image_flow                    0x0420c692 AIF::SimpleFilterGPU::renderAndTearDown() + 82
    6   image_flow                    0x041cb2e3 AIF::ACEFilterGPU::internalProcess() + 183
    7   data_flow                     0x04196744 AIF::DataFlow::Node::process() + 26
    8   data_flow                     0x041922e0 AIF::DataFlow::Controller::processRecursive(AIF::DataFlow::Node*) + 396
    9   data_flow                     0x04192265 AIF::DataFlow::Controller::processRecursive(AIF::DataFlow::Node*) + 273
    10  data_flow                     0x041923dd AIF::DataFlow::Controller::process() + 141
    11  image_flow                    0x041c4990 AIF::ImageFlowController::process() + 58
    12  image_flow                    0x0421cfc8 AIF::PSFilterStackFacade::process(AIF::BoundingRegion const&) + 724
    13  image_flow                    0x0421aabf AIF::PSBlitPipe::process(AIF::BoundingRegion const&, AIF::OGL::Texture2D*, AIF::BoundingRegion const&, AIF::OGL::Texture2D*) + 783
    14  com.adobe.Photoshop           0x0053a3ad AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2326443
    15  com.adobe.Photoshop           0x0053aa21 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2328095
    16  com.adobe.Photoshop           0x0059c091 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2727055
    17  com.adobe.Photoshop           0x0059d155 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2731347
    18  com.adobe.Photoshop           0x00ebdfeb AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 12303337
    19  com.adobe.Photoshop           0x013d2e63 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17631841
    20  com.adobe.Photoshop           0x013d332e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17633068
    21  com.apple.AppKit              0x97954a36 -[NSView _drawRect:clip:] + 3510
    22  com.apple.AppKit              0x979536d4 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1600
    23  com.apple.AppKit              0x97953a09 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    24  com.apple.AppKit              0x97951bf3 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 711
    25  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    26  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    27  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    28  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    29  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    30  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    31  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    32  com.apple.AppKit              0x97952b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 4668
    33  com.apple.AppKit              0x979f0c63 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 311
    34  com.apple.AppKit              0x9794e0ae -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
    35  com.apple.AppKit              0x978aed3f -[NSView displayIfNeeded] + 818
    36  com.apple.AppKit              0x97862979 -[NSNextStepFrame displayIfNeeded] + 98
    37  com.apple.AppKit              0x97878050 -[NSWindow displayIfNeeded] + 204
    38  com.apple.AppKit              0x978a9572 _handleWindowNeedsDisplay + 696
    39  com.apple.CoreFoundation      0x928792c2 __CFRunLoopDoObservers + 1186
    40  com.apple.CoreFoundation      0x928359bd __CFRunLoopRun + 557
    41  com.apple.CoreFoundation      0x92835094 CFRunLoopRunSpecific + 452
    42  com.apple.CoreFoundation      0x92834ec1 CFRunLoopRunInMode + 97
    43  com.apple.HIToolbox           0x94089f9c RunCurrentEventLoopInMode + 392
    44  com.apple.HIToolbox           0x94089c8d ReceiveNextEventCommon + 158
    45  com.apple.HIToolbox           0x94089bd6 BlockUntilNextEventMatchingListInMode + 81
    46  com.apple.AppKit              0x9787fa89 _DPSNextEvent + 847
    47  com.apple.AppKit              0x9787f2ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    48  com.adobe.Photoshop           0x0007f395 0x1000 + 517013
    49  com.adobe.Photoshop           0x000800c6 0x1000 + 520390
    50  com.adobe.Photoshop           0x0006c5b3 0x1000 + 439731
    51  com.adobe.Photoshop           0x00711d0e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4258060
    52  com.adobe.Photoshop           0x000711be 0x1000 + 459198
    53  com.adobe.Photoshop           0x0006ce67 0x1000 + 441959
    54  com.adobe.Photoshop           0x00270933 0x1000 + 2554163
    55  com.adobe.Photoshop           0x0029b02c 0x1000 + 2727980
    56  com.adobe.PSAutomate          0x1f79a16f CPsWActionControl::PlayNoThrow(CPsWActionDescriptor&, unsigned int, CPsWActionDescriptor const&) + 55
    57  com.adobe.PSAutomate          0x1f79a468 CPsWActionControl::Play(CPsWActionDescriptor&, unsigned int, CPsWActionDescriptor const&) + 32
    58  com.adobe.PSAutomate          0x1f75b68f CPsApplication::DoExecuteAction(int, MultiScript::InterfacePtr<CPsActionDescriptor> const*, HostDialogModes const*, MultiScript::InterfacePtr<CPsActionDescriptor>&) + 237
    59  com.adobe.PSAutomate          0x1f70d488 CPsApplication::HostCall(int, ScCore::Array const&, ScCore::Variant&) + 5622
    60  com.adobe.PSAutomate          0x1f7b3f58 MultiScript::TProxyBase<ScCore::LiveObject>::call(int, ScCore::Array const&, ScCore::Variant&, ScCore::Error*) + 110
    61  com.adobe.AdobeScCore         0x1f53c433 ScCore::LiveObject::apply(ScCore::LiveObject&, int, ScCore::Array const&, ScCore::Variant&, ScCore::Error*) const + 851
    62  com.adobe.AdobeScCore         0x1f538854 ScCore::LiveObject::call(int, ScCore::Array const&, ScCore::Variant&, ScCore::Error*) + 52
    63  com.adobe.AdobeExtendScript   0x1fb865a0 ScScript::LiveObjectFunction::propCall(ScScript::Object&, ScCore::BasicArray const&, ScScript::ESVariant&) + 864
    64  com.adobe.AdobeExtendScript   0x1fb11a84 jsOpCall::run(jsRunner&, ScScript::ESVariant&) const + 884
    65  com.adobe.AdobeExtendScript   0x1fb1a975 jsOpStatements::run(jsRunner&, ScScript::ESVariant&) const + 197
    66  com.adobe.AdobeExtendScript   0x1fb14073 jsOpFunction::run(jsRunner&, ScScript::ESVariant&) const + 211
    67  com.adobe.AdobeExtendScript   0x1fb40572 jsRunner::run(ScScript::ESVariant&) + 114
    68  com.adobe.AdobeExtendScript   0x1fb2c551 jsFunction::propCall(ScScript::Object&, ScCore::BasicArray const&, ScScript::ESVariant&) + 257
    69  com.adobe.AdobeExtendScript   0x1fb11a84 jsOpCall::run(jsRunner&, ScScript::ESVariant&) const + 884
    70  com.adobe.AdobeExtendScript   0x1fb153fd jsOpIf::run(jsRunner&, ScScript::ESVariant&) const + 221
    71  com.adobe.AdobeExtendScript   0x1fb1a975 jsOpStatements::run(jsRunner&, ScScript::ESVariant&) const + 197
    72  com.adobe.AdobeExtendScript   0x1fb153fd jsOpIf::run(jsRunner&, ScScript::ESVariant&) const + 221
    73  com.adobe.AdobeExtendScript   0x1fb1a975 jsOpStatements::run(jsRunner&, ScScript::ESVariant&) const + 197
    74  com.adobe.AdobeExtendScript   0x1fb14073 jsOpFunction::run(jsRunner&, ScScript::ESVariant&) const + 211
    75  com.adobe.AdobeExtendScript   0x1fb40572 jsRunner::run(ScScript::ESVariant&) + 114
    76  com.adobe.AdobeExtendScript   0x1fb2c551 jsFunction::propCall(ScScript::Object&, ScCore::BasicArray const&, ScScript::ESVariant&) + 257
    77  com.adobe.AdobeExtendScript   0x1fb11a84 jsOpCall::run(jsRunner&, ScScript::ESVariant&) const + 884
    78  com.adobe.AdobeExtendScript   0x1fb153fd jsOpIf::run(jsRunner&, ScScript::ESVariant&) const + 221
    79  com.adobe.AdobeExtendScript   0x1fb1a975 jsOpStatements::run(jsRunner&, ScScript::ESVariant&) const + 197
    80  com.adobe.AdobeExtendScript   0x1fb14073 jsOpFunction::run(jsRunner&, ScScript::ESVariant&) const + 211
    81  com.adobe.AdobeExtendScript   0x1fb40572 jsRunner::run(ScScript::ESVariant&) + 114
    82  com.adobe.AdobeExtendScript   0x1fb2c4c5 jsFunction::propCall(ScScript::Object&, ScCore::BasicArray const&, ScScript::ESVariant&) + 117
    83  com.adobe.AdobeExtendScript   0x1fb6536b ScScript::RealEngine::exec(int, ScScript::Object&, ScScript::Object&, ScCore::BasicArray const&, ScScript::ESVariant&, int) + 1675
    84  com.adobe.AdobeExtendScript   0x1fb693ea ScScript::RealEngine::eval(ScScript::Script&, ScCore::Variant*, int, int, ScCore::Variant const*) + 650
    85  com.adobe.AdobeExtendScript   0x1fb64c31 ScScript::RealEngine::eval(ScCore::String const&, ScCore::Variant*, int, int, ScCore::Variant const*, ScCore::String const*, int) + 209
    86  com.adobe.PSAutomate          0x1f7ae907 MultiScript::ExtendScript::RunScript(ScScript::Engine*, ScCore::String const&, ScCore::Array const&, MultiScript::ExtendScript::ExecutionModeType, ScCore::String const*, ScCore::String&) const + 573
    87  com.adobe.PSAutomate          0x1f70487d CScriptPs::ExecuteGlobalJavaScript(ScCore::String const&, ScCore::String const&, ScCore::Array const*, MultiScript::ExtendScript::ExecutionModeType, ScCore::String const*, ScCore::String&) + 337
    88  com.adobe.PSAutomate          0x1f704d1c CScriptPs::DoExecute(PIActionParameters*) + 314
    89  com.adobe.PSAutomate          0x1f7052f9 PluginMain + 115
    90  com.adobe.Photoshop           0x00765049 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4598855
    91  com.adobe.Photoshop           0x00299ea1 0x1000 + 2723489
    92  com.adobe.Photoshop           0x0029a028 0x1000 + 2723880
    93  com.adobe.Photoshop           0x000776f2 0x1000 + 485106
    94  com.adobe.Photoshop           0x00077006 0x1000 + 483334
    95  com.adobe.Photoshop           0x0006cde8 0x1000 + 441832
    96  com.adobe.Photoshop           0x0006ce84 0x1000 + 441988
    97  com.adobe.Photoshop           0x00270933 0x1000 + 2554163
    98  com.adobe.Photoshop           0x002ab95f 0x1000 + 2795871
    99  com.adobe.Photoshop           0x00e41aff AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 11794173
    100 com.adobe.Photoshop           0x000776f2 0x1000 + 485106
    101 com.adobe.Photoshop           0x00077006 0x1000 + 483334
    102 com.adobe.Photoshop           0x0006cde8 0x1000 + 441832
    103 com.adobe.Photoshop           0x0006ce84 0x1000 + 441988
    104 com.adobe.Photoshop           0x013e0f84 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17689474
    105 com.apple.AppKit              0x978415bb -[NSApplication run] + 917
    106 com.adobe.Photoshop           0x013df2a6 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17682084
    107 com.adobe.Photoshop           0x013dfe96 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17685140
    108 com.adobe.Photoshop           0x0006eb3a 0x1000 + 449338
    109 com.adobe.Photoshop           0x002572e8 0x1000 + 2450152
    110 com.adobe.Photoshop           0x002573a4 0x1000 + 2450340
    111 com.adobe.Photoshop           0x00003c66 0x1000 + 11366
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x9722c942 kevent + 10
    1   libSystem.B.dylib             0x9722d05c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x9722c519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x9722c2be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x9722bd41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x9722bb86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x97206142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97233cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9727c203 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x06725126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x0671ddb0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x0672518c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib             0x9723381d _pthread_start + 345
    7   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x9720614e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x96e7915e MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x1c816124 ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x96e46dee PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x9723381d _pthread_start + 345
    5   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x97234066 __semwait_signal + 10
    1   libSystem.B.dylib             0x97233d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x972359b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x96e7ba3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x96e6738d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x96e62d67 MPWaitOnQueue + 250
    6   AdobeACE                      0x0520d6f1 0x51d3000 + 239345
    7   AdobeACE                      0x0520d0ed 0x51d3000 + 237805
    8   ...ple.CoreServices.CarbonCore 0x96e46dee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x9723381d _pthread_start + 345
    10  libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x97234066 __semwait_signal + 10
    1   libSystem.B.dylib             0x9725fc64 nanosleep$UNIX2003 + 188
    2   com.adobe.PSAutomate          0x1f89b7db ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x1f87b623 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x1f89b8e8 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib             0x9723381d _pthread_start + 345
    6   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x97206142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97233cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9727c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x20fa2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x20d441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x20fa2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x20fa2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x20fa2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9723381d _pthread_start + 345
    9   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x97206142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97233cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9727c203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x20fa2d5f APXGetHostAPI + 2567887
    4   com.adobe.adobeswfl           0x20d441ef APXGetHostAPI + 82783
    5   com.adobe.adobeswfl           0x20fa2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x20fa2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x20fa2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9723381d _pthread_start + 345
    9   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x9720615a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x97233ca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x97262848 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x20fa2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl           0x211180d8 APXGetHostAPI + 4096584
    5   com.adobe.adobeswfl           0x20fa2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x20fa2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x20fa2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9723381d _pthread_start + 345
    9   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x9720615a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x97233ca5 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x97262848 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x20fa2d27 APXGetHostAPI + 2567831
    4   com.adobe.adobeswfl           0x20fbd6de APXGetHostAPI + 2676814
    5   com.adobe.adobeswfl           0x20fa2e4c APXGetHostAPI + 2568124
    6   com.adobe.adobeswfl           0x20fa2eb7 APXGetHostAPI + 2568231
    7   com.adobe.adobeswfl           0x20fa2f9b APXGetHostAPI + 2568459
    8   libSystem.B.dylib             0x9723381d _pthread_start + 345
    9   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x9724338a recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib             0x97263147 recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x20bcc6cf Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x20bcb76e Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x20bca61f Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x20bca671 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x20bca6fb Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x20bc4afe Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x20bc4ce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x20bc58c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x20bc59c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x20bc8db0 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x20bc9059 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x20bc9687 Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x20bc9884 Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x20bbb826 Login + 1654
    16  ServiceManager-Launcher.dylib 0x20bbcc71 Login + 6849
    17  ServiceManager-Launcher.dylib 0x20bc9df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x20bcc341 Invoke + 53977
    19  libSystem.B.dylib             0x9723381d _pthread_start + 345
    20  libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x97234066 __semwait_signal + 10
    1   libSystem.B.dylib             0x97233d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x972359b8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x96e7ba3a TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x96e6738d TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x96e62d67 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x22df1e08 0x22c00000 + 2039304
    7   com.adobe.CameraRaw           0x22df1706 0x22c00000 + 2037510
    8   ...ple.CoreServices.CarbonCore 0x96e46dee PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x9723381d _pthread_start + 345
    10  libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x97234066 __semwait_signal + 10
    1   libSystem.B.dylib             0x97233d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x972359b8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.CameraRaw           0x22c4597a 0x22c00000 + 285050
    4   com.adobe.CameraRaw           0x22f3b174 EntryFM + 863092
    5   com.adobe.CameraRaw           0x22d00ec6 0x22c00000 + 1052358
    6   libSystem.B.dylib             0x9723381d _pthread_start + 345
    7   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x97234066 __semwait_signal + 10
    1   libSystem.B.dylib             0x97233d22 _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x972359b8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.CameraRaw           0x22c4597a 0x22c00000 + 285050
    4   com.adobe.CameraRaw           0x22fcb3e8 EntryFM + 1453544
    5   com.adobe.CameraRaw           0x22d00ec6 0x22c00000 + 1052358
    6   libSystem.B.dylib             0x9723381d _pthread_start + 345
    7   libSystem.B.dylib             0x972336a2 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x97206142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97233cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9727c203 pthread_cond_wait + 48
    3   libtbb.dylib                  0x060231e0 _ZN3tbb8internal16GenericScheduler24wait_while_pool_is_emptyEv. + 60
    4   libtbb.dylib                  0x0602bff6 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 2136
    5   libtbb.dylib                  0x060251d1 tbb::internal::GenericScheduler::worker_routine(void*) + 85
    Thread 15:
    0   libSystem.B.dylib             0x97206142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x97233cbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9727c203 pthread_cond_wait + 48
    3   libtbb.dylib                  0x060231e0 _ZN3tbb8internal16GenericScheduler24wait_while_pool_is_emptyEv. + 60
    4   libtbb.dylib                  0x0602bff6 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 2136
    5   libtbb.dylib                  0x060251d1 tbb::internal::GenericScheduler::worker_routine(void*) + 85
    Thread 16:
    0   libSystem.B.dylib             0x9722b9d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x9722bf68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x9722bb86 start_wqthread + 30
    Thread 17:
    0   libSystem.B.dylib             0x9722b9d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x9722bf68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x9722bb86 start_wqthread + 30
    Thread 18:
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xe00002c2  ebx: 0x8f124221  ecx: 0xbfff949c  edx: 0x261dee20
      edi: 0x269a5000  esi: 0x22b4f7e0  ebp: 0xbfff9408  esp: 0xbfff9408
       ss: 0x0000001f  efl: 0x00010246  eip: 0x8f0629f3   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -  0x2385ffb +com.adobe.Photoshop 12.0 (12.0x20100407.r.1103) (12.0) <5296E876-7BE9-5DD0-1F00-633258E038C9> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    0x2e34000 -  0x2ea4feb +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <50675115-BEDC-72F9-C42D-374196E83EC2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2eb2000 -  0x2eb8ff7  org.twain.dsm 1.9.4 (1.9.4) <0DC7A02C-04AC-AEB9-34FA-5025B45F20C6> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x2ebf000 -  0x30a5ff7 +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <AF804353-8B13-7180-F2C8-832361EB2D5A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x3133000 -  0x32b3fe7 +com.adobe.owl AdobeOwl version 3.0.91 (3.0.91) <A7F61573-6B66-82E3-1659-86264C12FB85> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x331b000 -  0x36f3ff7 +AdobeMPS ??? (???) <272DAEDE-FC7E-B412-7C97-CF47FF6BF242> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x3822000 -  0x3b17fe7 +AdobeAGM ??? (???) <2394D309-4268-368B-0ED1-DCFA8BF85220> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x3bca000 -  0x3eb4ff7 +AdobeCoolType ??? (???) <A9733E22-E553-846E-D3D0-CA7BAE915002> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3f38000 -  0x3f59ff7 +AdobeBIBUtils ??? (???) <D23AB3B7-054A-C93F-EEE5-773920DCCBE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x3f65000 -  0x3f8bff6 +AdobeAXE8SharedExpat ??? (???) <5848BBCE-3A3E-66EE-5527-97A96F0CA4CC> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3f9c000 -  0x40d4fe7 +WRServices ??? (???) <87183F9D-17F4-6BDC-66A9-8FD34F320118> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4116000 -  0x4173fef +aif_core ??? (???) <55A59C97-0F0F-8D62-8F05-89C26076DE32> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x4190000 -  0x41a3fff +data_flow ??? (???) <AD6B2112-DB3B-5E31-AAB3-3CBE5CEE7F07> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x41bb000 -  0x424dfff +image_flow ??? (???) <724A9FFC-D8B6-9A4B-6036-8B5B61821714> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x42c0000 -  0x42daff7 +image_runtime ??? (???) <EC60DF81-1D8D-764C-2554-651317A42C02> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x42f7000 -  0x4528ffb +aif_ogl ??? (???) <25A7A7F0-86B4-86B0-3384-EE2E8A1EAA38> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x4614000 -  0x469efef +AdobeOwlCanvas ??? (???) <3B9B9050-7F74-EBBA-99E1-4202D49B321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x46c0000 -  0x49ddfef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <57907A7F-6D01-C35F-29B4-28C2DFE35157> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x4b41000 -  0x4cbcfe7 +com.adobe.dvacore.framework dvacore version 5.0.0 (5.0.0.0) <ED2C7256-FDB7-63CD-23F8-1748AA53D397> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x4d57000 -  0x509ffff +com.adobe.dvaadameve.framework dvaadameve version 5.0.0 (5.0.0.0) <18ABE6DC-26AD-2C95-D68F-4E8E1306D4E2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x51d3000 -  0x52e7fff +AdobeACE ??? (???) <DD291A17-ECF4-FE20-5837-AC1F5BC76940> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x530a000 -  0x5324fff +AdobeBIB ??? (???) <9EEDE900-6B67-3A3C-D7F3-918E1722EAFC> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x532d000 -  0x5393ffb +com.adobe.amtlib amtlib 3.0.0.64 (3.0.0.64) <DD471011-9120-1BC2-F1B5-D6FF09D0859F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x53c3000 -  0x53c6ff8 +com.adobe.ape.shim adbeape version 3.1.65.7508 (3.1.65.7508) <FFDDAB7A-220F-7344-F12B-010CA0C41DAB> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x53cc000 -  0x5439fef +FileInfo ??? (???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x5454000 -  0x54acff7 +AdobeXMP ??? (???) <73329999-C364-2451-6574-4D0277057D19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x54bb000 -  0x591afe7 +com.nvidia.cg 2.2.0006 (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
    0x5d02000 -  0x5d55ffb +com.adobe.headlights.LogSessionFramework ??? (2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5d9d000 -  0x5dbeffe +adobepdfsettings ??? (???) <935615E5-C4BA-E18B-A9C9-178BCC4D8126> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
    0x5df3000 -  0x5df7ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x5dfe000 -  0x5f76ffb +com.adobe.PlugPlug 2.0.0.746 (2.0.0.746) <08AD22E3-34C0-6749-E497-616C66A246AD> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x601a000 -  0x6030ff9 +libtbb.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
    0x6040000 -  0x6044ffd +libtbbmalloc.dylib ??? (???) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
    0x604b000 -  0x604bff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x604e000 -  0x6055ff2 +com.adobe.boost_threads.framework boost_threads version 5.0.0 (5.0.0.0) <37374715-2FC3-B77B-EFD8-9403A80C7F70> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x605d000 -  0x6112fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x6158000 -  0x6198ff7  com.apple.vmutils 4.2 (106) <7AAF9FDA-AC1E-09FD-889E-68FFB5F94BA8> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x61e4000 -  0x61e5ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x65c4000 -  0x65d2fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x65d6000 -  0x65e8ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x6700000 -  0x6767fea +com.adobe.amt.services AMTServices 3.0.0.64 (BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00) (3.0.0.64) <EE468E2C-A6BD-E2EE-7ABE-69168B143B44> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x67e4000 -  0x67ecfff +com.adobe.asneu.framework asneu version 1.7.0.1 (1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x1c522000 - 0x1c529fff +Enable Async IO ??? (???) <7B511387-102C-D131-63BF-2801FF51D504> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x1c530000 - 0x1c537fff +Enable MakerNote ??? (???) <C520BF83-AACD-5F61-1B1F-D0F15E892BCA> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/Enable MakerNote.plugin/Contents/MacOS/Enable MakerNote
    0x1c540000 - 0x1c549ff7 +FastCore ??? (???) <06E56D74-3E2F-8885-4378-7CCDC133238B> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x1c700000 - 0x1c75dff5 +MMXCore ??? (???) <135DE8A2-B988-77A4-9EB0-C3A9AE7D4528> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x1c7dc000 - 0x1c840ff4 +MultiProcessor Support ??? (???) <91CB06E8-8708-8141-D69D-6282AF2AF1B3> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x1c889000 - 0x1c9d5ffb +com.adobe.coretech.adm 3.10x16 (3.1) <992D90F2-32AC-B8E6-4A2E-6DF8145455DC> /Applications/Adobe Photoshop CS5/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1ed7b000 - 0x1eda4feb +com.adobe.ape adbeapecore version 3.1.65.7508 (3.1.65.7508) <E0F7666B-921D-C4D6-63B3-E8B445D26892> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
    0x1f100000 - 0x1f371ff7 +com.niksoftware.selectivetool 2.0 (2.0.0.4) <2208E828-B676-9C37-6C30-D2BAD03B0E43> /Applications/Adobe Photoshop CS5/Plug-ins/Nik Software/Selective Tool/SelectivePalette.plugin/Contents/MacOS/SelectivePalette
    0x1f525000 - 0x1f5b2ff7 +com.adobe.AdobeScCore ScCore 4.1.23 (4.1.23.7573) <6A15402A-09B2-B1F8-5ECC-D7871EC054C3> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x1f700000 - 0x1f933fff +com.adobe.PSAutomate 12.0 (12.0) <7F717FA1-17ED-993C-B315-FADA3E63A8ED> /Applications/Adobe Photoshop CS5/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x1fb0a000 - 0x1fba2fff +com.adobe.AdobeExtendScript ExtendScript 4.1.23 (4.1.23.7573) <F68E96A7-E657-7275-09DF-4C412554CD4A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x1ff8b000 - 0x1ff8fff3  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x1ffea000 - 0x1fff0ffb  com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x20bb9000 - 0x20bdcfe7 +ServiceManager-Launcher.dylib ??? (???) <12CEC4C0-8682-A5FD-BAD4-A3E4A4F6218A> /Library/Application Support/Adobe/CS5ServiceManager/lib/ServiceManager-Launcher.dylib
    0x20d00000 - 0x21b19fc3 +com.adobe.adobeswfl ??? (2.0.0.7489) <C954CA64-9B28-A7FA-E391-C1C6524F1639> /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/Ado beSWFL
    0x22a31000 - 0x22a6affb +com.adobe.AAM.AdobeUpdaterNotificationFramework UpdaterNotifications 1.0.0.64 (1.0.0.64) <C64CCBDC-B8E9-45E8-53E7-8577CFE9F2F0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotification s
    0x22c00000 - 0x233d5ff7 +com.adobe.CameraRaw 6.0 (6.0.0d205) <5E51030F-2B97-9C78-5AAC-5902755955F8> /Library/Application Support/Adobe/Plug-Ins/CS5/File Formats/Camera Raw.plugin/Contents/MacOS/Camera Raw
    0x40000000 - 0x400d1fe7 +AdobeJP2K ??? (???) <EF392886-5A95-6A96-C95D-43DA0322925C> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90049ff7  libauto.dylib ??? (???) <9A2E444C-89BD-2902-C1E6-EC3E92544A25> /usr/lib/libauto.dylib
    0x9004a000 - 0x9005efe7  libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
    0x90072000 - 0x903daff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x903db000 - 0x90507fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90508000 - 0x90576ff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x90577000 - 0x905d1fe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x905d2000 - 0x9064bff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x9064c000 - 0x90806fe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x90807000 - 0x90a6afef  com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90a6b000 - 0x90b6dfef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x90b75000 - 0x90ca3fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90cd7000 - 0x90cdaffb  com.apple.help 1.3.1 (41) <EF92C648-2085-C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x90cdb000 - 0x90cdefe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90cdf000 - 0x90ce3ff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x90ce4000 - 0x90d91fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <3308DD74-5D03-6189-2AFD-63BF06848E91> /usr/lib/libobjc.A.dylib
    0x90e11000 - 0x90e2cff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x90e2d000 - 0x90e30ff7  libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x90e31000 - 0x90e31ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90e32000 - 0x90e38fff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x90e39000 - 0x90e39ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x90e4e000 - 0x90ee0fe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x90f1a000 - 0x9101bfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <89E648DC-E865-0AF4-5D4D-9562458FE939> /usr/lib/libxml2.2.dylib
    0x9101c000 - 0x9105bff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9105c000 - 0x91061ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9110c000 - 0x9148bfe3  com.apple.RawCamera.bundle 3.0.3 (529) <68958A8F-F1AC-A73C-3172-BC17F18EC5FC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9149c000 - 0x9151cfeb  com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9151d000 - 0x915c5ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x915c6000 - 0x919fbff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x919fc000 - 0x91bf1fe3  com.apple.JavaScriptCore 6533 (6533.13) <56902210-5DA2-D2F4-9166-089BDDEDB091> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91bf2000 - 0x92008ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x92009000 - 0x927f8557  com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x927f9000 - 0x92973fe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92974000 - 0x92980ff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x92981000 - 0x9298bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <45083DBA-5EA4-9B90-8BEB-A089E515180F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x9298c000 - 0x929ccff3  com.apple.securityinterface 4.0.1 (37214) <83E87779-530F-4D6A-4D42-0A9860D054D2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x929d4000 - 0x929dfff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x929e0000 - 0x92c0bff3  com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x92c19000 - 0x92c39fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x92c4d000 - 0x92c8aff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x92cc9000 - 0x92cddffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x92ce3000 - 0x92d7eff7  com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x92db6000 - 0x92e66ff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x92e67000 - 0x92e67ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x92e68000 - 0x92feafe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x92feb000 - 0x930bcfe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x930bd000 - 0x930bdff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9312d000 - 0x93308ff3  libType1Scaler.dylib ??? (???) <3CCADAB2-FBBF-15C9-C70C-4D26746B309E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x93311000 - 0x9331aff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x933e5000 - 0x93449ffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x9344a000 - 0x93497feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <52906E26-3D22-6F37-8C90-E50BBCDEA5D0> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x93538000 - 0x93579ff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x9357a000 - 0x93580ff7  com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x93777000 - 0x937bbfe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x937bc000 - 0x9382bff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9383a000 - 0x93a1cfff  com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x93a48000 - 0x93a80ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x93a81000 - 0x93ac5ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93ac6000 - 0x93b30fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93b31000 - 0x93b6eff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93b7a000 - 0x93b7bff7  com.apple.TrustEvaluationAgent 1.1 (1) <8C570606-D77C-738E-7148-6B28846F0B3C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x93b7c000 - 0x93b83ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93bc6000 - 0x93bcdff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x93bce000 - 0x93bd1ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93dd9000 - 0x93e76fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x93e77000 - 0x93eb2feb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x93f28000 - 0x94054ffb  com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x94055000 - 0x94379fef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x943e9000 - 0x943edff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9449f000 - 0x944a0ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x944a1000 - 0x944c7fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <B4344524-2EC0-D4C7-85B6-8A8CC6A5DCEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x95542000 - 0x95566ff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x95567000 - 0x955bdff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x955be000 - 0x955c0ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x958a2000 - 0x958d3ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x958ea000 - 0x95be3fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95be4000 - 0x95be8ff7  libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x95c23000 - 0x95c25ff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x95c26000 - 0x95cf0fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versi

  • Configurat​ion of RTSI_ref_c​lk for FPGA compilatio​n

    Hi All,
     I have a target VI which has a HDL Node inside it. I configured the RTSI_ref_clk using the "Compile for a single frequency" option and
    generated the bitfile and the functionality of the bit file is as expected.
     Now, I want to generate a bitfile which can work for a range of frequencies. For this, I configured the RTSI_ref_clk using the
    "Compile for a range of frequencies" option. The generic variable named Clock Frequency of the HDL Node is configured to a fixed frequency irrespective
    of the range provided. And when CheckSyntax is done, the following error is displayed.
    ERROR:HDLParsers:414 - "C:/DOCUME~1/Test-01/LOCALS~1/Temp/WBM_Tx.vhd" Line 10. The integer value of 4293967296 is greater than integer'high
    Can you provide any help to resolve this issue. Please its urgent
    Regards,
    Raj

    Hi all,
       Did anyone tried using the "Compile for range of frequencies" option in RTSI_ref_clk properties window?(Under Clocks of FPGA Target - PXIe-5641R)

  • SDM Error when Configuring Firewall on 851

    SDM V2.3.2 gives me an error when generating the Firewall for an 851. How do I get past this error?

    Hi Mike,
    It seems hat this pppoe error is not critical. According to the following Software Defect Report, some images do not give the user access to that command:
    CSCsq83872 - Memory Leak seen while unconfiguring pppoe
    (BTW, your IOS image has the fix for the above problem)
    Also, you are saying that your Internet is up, so the PPPoE piece seems to be fine.
    At this point, I would recommened that you open a TAC case so we can look at this issue in more detail:
    http://www.cisco.com/tac/caseopen
    Once you have the case number, please send it to me so I can track it. After the engineer provides you with the solution, I will post on the forum.
    Thanks,
    Marcos

  • [svn] 851: Removed LiveCycle Remoting errors from BlazeDS.

    Revision: 851
    Author: [email protected]
    Date: 2008-03-18 11:40:59 -0700 (Tue, 18 Mar 2008)
    Log Message:
    Removed LiveCycle Remoting errors from BlazeDS.
    Modified Paths:
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/errors.properties

    Hi,
    I am facing exactly same issue. my application works fine on local and dev. however, when i deploy it on QA where TAM and clustering is in picture it throws connection failed error. Can you please help me on how to solve this issue.
    Regards,
    Sachin Patil.
    [email protected]

  • Error while Provisioning a user to Exchange:Configuration OIM 9.1 & JBOSS

    Hi,
    I am facing the below error while provisioning a user to Exchange. The Resource gets provisioned. But inside the resource, two tasks (Create User & Set Mailbox) are rejected. When i retry these tasks, the Resource status is set to Revoked in the Resource Profile of OIM. The AD Provisioning is working fine. There are 2 AD IT Resources here. Database is Oracle 10g.
    Error:
    2012-03-02 15:06:10,347 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[xlWebApp]] action: LogonAction: User 'RWFLORENCIO' logged on in session 8B825B2D391A654D975CDC91FECB5E8E
    2012-03-02 15:06:34,712 INFO [STDOUT] Running GETFULLNAME
    2012-03-02 15:06:34,712 INFO [STDOUT] Target Class = gitidm.LogProfileUser
    2012-03-02 15:06:34,721 INFO [STDOUT] Running GETMANAGER
    2012-03-02 15:06:34,721 INFO [STDOUT] Target Class = gitidm.LogProfileUser
    2012-03-02 15:07:00,233 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavri15-1iti
    2012-03-02 15:07:00,233 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:07:00,233 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:07:55,208 INFO [STDOUT] Running IDMVALIDATION
    2012-03-02 15:07:55,208 INFO [STDOUT] Target Class = gitidm.CustomApproval
    2012-03-02 15:07:55,267 INFO [STDOUT] select USR_MANAGER_KEY from USR where USR_UDF_EMP_NO='540087'
    2012-03-02 15:07:55,267 INFO [STDOUT] result : OK
    2012-03-02 15:07:55,559 INFO [STDOUT] Running GETKEY
    2012-03-02 15:07:55,559 INFO [STDOUT] Target Class = java.lang.String
    2012-03-02 15:07:55,559 INFO [STDOUT] Running GETIH1
    2012-03-02 15:07:55,559 INFO [STDOUT] Target Class = gitidm.CustomApproval
    2012-03-02 15:07:55,614 INFO [STDOUT] select USR_MANAGER_KEY from USR where USR_UDF_EMP_NO='540087'
    2012-03-02 15:08:00,207 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavssb3-1itk
    2012-03-02 15:08:00,207 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:08:00,207 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:08:16,901 INFO [STDOUT] Masuk exception
    2012-03-02 15:08:16,988 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,000 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,016 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,030 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,046 DEBUG [org.jboss.ejb.StatelessSessionContainer] Useless invocation of remove() for stateless session bean
    2012-03-02 15:08:17,304 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[xlWebApp]] action: LogonAction: User 'XELSYSADM' logged on in session 8B825B2D391A654D975CDC91FECB5E8E
    2012-03-02 15:09:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavu2lc-1itr
    2012-03-02 15:09:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:09:00,193 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:09:16,525 INFO [STDOUT] Running TOLOWERCASE
    2012-03-02 15:09:16,526 INFO [STDOUT] Target Class = java.lang.String
    2012-03-02 15:09:16,642 INFO [STDOUT] Running TOLOWERCASE
    2012-03-02 15:09:16,643 INFO [STDOUT] Target Class = java.lang.String
    2012-03-02 15:09:17,139 INFO [STDOUT] Running CHECKCHILDOBJECT
    2012-03-02 15:09:17,139 INFO [STDOUT] Target Class = gitidm.CheckEmptyChild
    2012-03-02 15:09:17,217 INFO [STDOUT] Connected to IAM
    2012-03-02 15:09:17,218 INFO [STDOUT] Query : select * from UD_EMAILOF join obi on obi.obi_key=UD_EMAILOF.obi_key join UD_MAILFOC on UD_MAILFOC.UD_EMAILOF_KEY=UD_EMAILOF.UD_EMAILOF_KEY where obi.req_key='44002'
    2012-03-02 15:09:17,228 INFO [STDOUT] Total record : 1
    2012-03-02 15:09:17,228 INFO [STDOUT] Is Admin not filled the child form ? FILLED
    2012-03-02 15:09:17,231 INFO [STDOUT] Disconnected from IAM
    2012-03-02 15:09:17,606 INFO [STDOUT] Running SETPROXYADDRESS
    2012-03-02 15:09:17,607 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:17,622 INFO [STDOUT] SetProxyAddressForSubsidiary
    2012-03-02 15:09:17,622 INFO [STDOUT] Running INSERTTOLOG
    2012-03-02 15:09:17,623 INFO [STDOUT] Target Class = gitidm.LogProvisioning
    2012-03-02 15:09:17,701 INFO [STDOUT] Query Log= insert into IDM_PROV_LOG values (sysdate,'Request for Email Account','RWFLORENCIO','rwflorencio','Set Proxy Address','FAILED','NO')
    2012-03-02 15:09:18,870 INFO [STDOUT] Running CHANGEDOMAINUSER
    2012-03-02 15:09:18,870 INFO [STDOUT] Target Class = adir.Provisioning
    2012-03-02 15:09:18,945 INFO [STDOUT] Running GETDNUSERPLDT
    2012-03-02 15:09:18,945 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:18,961 INFO [STDOUT] GetDN
    2012-03-02 15:09:18,991 INFO [STDOUT] GETDN():CN=FLORENCIO\, Raul W.,OU=PLDT Non-Executives,OU=Test Area,DC=ISSecLAB,DC=NET
    2012-03-02 15:09:18,991 INFO [STDOUT] Running ENABLEMAILBOXPLDT
    2012-03-02 15:09:18,991 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:19,019 INFO [STDOUT] EnableMailbox
    2012-03-02 15:09:19,020 INFO [STDOUT] user ssh ->Administrator
    2012-03-02 15:09:50,426 INFO [STDOUT] error ->Could not connect for 30000 milliseconds
    2012-03-02 15:09:51,428 INFO [STDOUT] Disconnected: 192.168.1.72. Press Enter to exit
    2012-03-02 15:09:51,428 INFO [STDOUT] Running INSERTTOLOG
    2012-03-02 15:09:51,428 INFO [STDOUT] Target Class = gitidm.LogProvisioning
    2012-03-02 15:09:51,502 INFO [STDOUT] Query Log= insert into IDM_PROV_LOG values (sysdate,'Request for Email Account','RWFLORENCIO','rwflorencio','Enable Mailbox','FAILED','Could not connect for 30000 milliseconds')
    2012-03-02 15:09:53,940 INFO [STDOUT] Running SETMAILBOX
    2012-03-02 15:09:53,940 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:09:53,959 INFO [STDOUT] userssh ->Administrator
    2012-03-02 15:09:53,959 INFO [STDOUT] userid ->ISSECLAB\Administrator
    2012-03-02 15:10:00,461 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavvd3h-1itu
    2012-03-02 15:10:00,462 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:10:00,462 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:10:00,577 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavvd6p-1itv
    2012-03-02 15:10:00,577 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:10:00,578 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:10:00,865 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation info user
    2012-03-02 15:10:00,865 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation
    2012-03-02 15:10:07,034 INFO [STDOUT] select usr.usr_key,usr.usr_password from usr left join GIT_AUTH_AD on GIT_AUTH_AD.usr_key=usr.usr_key where usr.usr_password != GIT_AUTH_AD.USR_PASSWORD
    2012-03-02 15:10:25,353 INFO [STDOUT] Could not connect for 30000 milliseconds
    2012-03-02 15:10:26,357 INFO [STDOUT] Disconnected: 192.168.1.72. Press Enter to exit
    2012-03-02 15:11:00,222 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavwn7i-1itx
    2012-03-02 15:11:00,223 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:11:00,223 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:11:51,773 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
    2012-03-02 15:12:00,219 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavxxi3-1itz
    2012-03-02 15:12:00,220 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:12:00,220 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:13:00,229 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzavz7t1-1iu2
    2012-03-02 15:13:00,229 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:13:00,229 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:14:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw0i2o-1iu5
    2012-03-02 15:14:00,192 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:14:00,193 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:14:02,974 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,974 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,975 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,975 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:02,975 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,473 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,473 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,474 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,474 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:14:53,474 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:00,249 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw1sex-1iu7
    2012-03-02 15:15:00,249 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:15:00,249 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:15:00,591 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation info user
    2012-03-02 15:15:00,592 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation
    2012-03-02 15:15:00,727 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw1ss0-1iu9
    2012-03-02 15:15:00,727 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:15:00,728 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:15:06,711 INFO [STDOUT] select usr.usr_key,usr.usr_password from usr left join GIT_AUTH_AD on GIT_AUTH_AD.usr_key=usr.usr_key where usr.usr_password != GIT_AUTH_AD.USR_PASSWORD
    2012-03-02 15:15:18,066 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,075 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,075 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,076 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:15:18,076 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,220 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw32os-1iub
    2012-03-02 15:16:00,221 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:16:00,221 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:16:00,536 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,537 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,537 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,538 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:16:00,539 WARN [XELLERATE.WEBAPP] TimeZone is not set for the browser's machine.
    2012-03-02 15:17:00,200 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw4cyw-1iud
    2012-03-02 15:17:00,200 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:17:00,201 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:18:00,209 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw5n9t-1iuf
    2012-03-02 15:18:00,210 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:18:00,210 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:19:00,211 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw6xkj-1iuh
    2012-03-02 15:19:00,212 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:19:00,212 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:19:21,833 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
    2012-03-02 15:20:00,500 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw8838-1iuk
    2012-03-02 15:20:00,501 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:20:00,501 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:20:00,673 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw8881-1iul
    2012-03-02 15:20:00,674 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:20:00,674 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:20:00,930 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation info user
    2012-03-02 15:20:00,931 INFO [ADAPTER.AUTH_AD] Start initiate reconciliation
    2012-03-02 15:20:07,489 INFO [STDOUT] select usr.usr_key,usr.usr_password from usr left join GIT_AUTH_AD on GIT_AUTH_AD.usr_key=usr.usr_key where usr.usr_password != GIT_AUTH_AD.USR_PASSWORD
    2012-03-02 15:21:00,306 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzaw9i8g-1iun
    2012-03-02 15:21:00,306 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:21:00,306 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:22:00,281 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzawasih-1iup
    2012-03-02 15:22:00,282 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:22:00,282 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:23:00,303 DEBUG [org.jboss.ejb.StatefulSessionContainer] Created new session ID: gzawc2tl-1iur
    2012-03-02 15:23:00,304 DEBUG [org.jboss.ejb.StatefulSessionContainer] Using create method for session: public void com.thortech.xl.ejb.databeansimpl.tcDataBaseBean.ejbCreate() throws javax.ejb.CreateException
    2012-03-02 15:23:00,304 DEBUG [org.jboss.proxy.ejb.ProxyFactory] seting invoker proxy binding for stateful session: stateful-unified-invoker
    2012-03-02 15:23:27,310 INFO [STDOUT] Running CHANGEDOMAINUSER
    2012-03-02 15:23:27,312 INFO [STDOUT] Target Class = adir.Provisioning
    2012-03-02 15:23:27,413 INFO [STDOUT] Running GETDNUSERPLDT
    2012-03-02 15:23:27,414 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:23:27,432 INFO [STDOUT] GetDN
    2012-03-02 15:23:27,473 INFO [STDOUT] GETDN():CN=FLORENCIO\, Raul W.,OU=PLDT Non-Executives,OU=Test Area,DC=ISSecLAB,DC=NET
    2012-03-02 15:23:27,473 INFO [STDOUT] Running ENABLEMAILBOXPLDT
    2012-03-02 15:23:27,474 INFO [STDOUT] Target Class = email.Provisioning
    2012-03-02 15:23:27,495 INFO [STDOUT] EnableMailbox
    2012-03-02 15:23:27,496 INFO [STDOUT] user ssh ->Administrator
    2012-03-02 15:23:55,851 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=oim1.isseclab.net/5544083, BranchQual=, localId=5544083] timed out. status=STATUS_ACTIVE
    2012-03-02 15:23:55,874 WARN [XELLERATE.DATABASE] Trying to get the connection count : 0
    2012-03-02 15:23:55,875 WARN [XELLERATE.DATABASE] Trying to get the connection count : 1
    2012-03-02 15:23:55,876 WARN [XELLERATE.DATABASE] Trying to get the connection count : 2
    2012-03-02 15:23:55,877 WARN [XELLERATE.DATABASE] Trying to get the connection count : 3
    2012-03-02 15:23:55,878 WARN [XELLERATE.DATABASE] Trying to get the connection count : 4
    2012-03-02 15:23:55,878 ERROR [XELLERATE.DATABASE] Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    2012-03-02 15:23:55,878 ERROR [XELLERATE.DATABASE] Class/Method: tcDataBase/readPartialStatement encounter some problems: Got a null connection
    java.sql.SQLException: Got a null connection
         at com.thortech.xl.dataaccess.tcDataBase.readPartialStatement(Unknown Source)
         at com.thortech.xl.dataobj.tcDataBase.readPartialStatement(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.cache.CacheUtil.getSetCachedQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.insertImplementation(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.attestTask(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.AttestationOperationsBean.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beans.AttestationOperationsSession.updateResponses(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor1129.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
         at org.jboss.ejb.Container.invoke(Container.java:960)
         at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
         at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
         at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
         at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
         at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
         at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
         at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
         at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
         at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
         at $Proxy744.updateResponses(Unknown Source)
         at Thor.API.Operations.AttestationOperationsClient.updateResponses(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor1128.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy785.updateResponses(Unknown Source)
         at com.thortech.xl.schedule.tasks.tcTskSubmitAttestationRequets.execute(Unknown Source)
         at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    2012-03-02 15:23:55,885 ERROR [XELLERATE.SERVER] Class/Method: tcDataObj/eventPreInsert encounter some problems: Data Access Error
    com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
         at com.thortech.xl.cache.CacheUtil.getSetCachedQuery(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.eventPostInsert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
         at com.thortech.xl.dataobj.tcScheduleItem.insertImplementation(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
         at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.attestTask(Unknown Source)
         at com.thortech.xl.attestation.AttestationEngine.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.AttestationOperationsBean.updateResponses(Unknown Source)
         at com.thortech.xl.ejb.beans.AttestationOperationsSession.updateResponses(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor1129.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
         at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
         at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
         at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
         at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
         at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
         at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
         at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
         at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
         at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
         at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
         at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
         at org.jboss.ejb.Container.invoke(Container.java:960)
         at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
         at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
         at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
         at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
         at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
         at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
         at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
         at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
         at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
         at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    Please help as its really urgent!

    Hey guys! 2 days and no replies yet. please help me with this.

  • Mac Mini Crashed 2x In Past Week - How To Troubleshoot Console Errors?

    Hello, my mac mini 2011 has crashed on me twice in the past week. Once it happened while I was returning to my desk. I heard a noise... like something electrical shutting down abruptly.  The second time it happened, the mac mini was in the process of restarting.. (same sound), it just automatically restarted again and then booted up. Not sure if that was related to an update that was waiting to install.
    My issue is, how do I troubleshoot the crash? I know most people go to the console.... I have no idea how to define what is going on or find out exactly what caused the crash. There are a ton of messages in there... some are normal?  Other things definitely indicate a problem but I'm not sure how to fix it.
    I copied and pasted the message from the time I rebooted here.. Some highlights I see:
    1) Problems with iCal
    2) Some deny machine lookups: What is this?   ([1034]) mdworker(1034) deny mach-lookup com.apple.ls.boxd
    3) Missing semicolin in dictionary
    4) and unknown Cisvo VPN?  SystemStarter[513]: Unknown service: CiscoVPN"
    5) Some file permissions errors: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist"
    6) SendFlattenedData error:  coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140"
    7) Driver errors:
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    8) Various invalid connections: WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195 (there are more of these)
    9) Boot Strap lookup failures: timezoned[160]: bootstrap_look_up failed (44e)
    Just too many here as you can see. Please note some network names and IP addresses have been redacted. I also took out some multiple Google Update entries for brevity. They look normal for most part except for the part that it showed up about 7 or 8 times.
    if anyone knows how to decipher this please let me know. 
    5/24/13 4:16:11.446 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=9487
    5/24/13 4:16:11.523 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 94616
    5/24/13 4:16:17.470 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:17.471 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:17.472 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 96498
    5/24/13 4:16:17.691 PM iTunes[84926]: 2013-05-24 04:16:17.691209 PM [AVSystemController] Stopping AirPlay
    5/24/13 4:16:18.186 PM WindowServer[82]: CGXUnregisterWindowWithSystemStatusBar: Invalid window (31a1)
    5/24/13 4:16:18.960 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 66380
    5/24/13 4:16:45.365 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationReady to notificationID=8709
    5/24/13 4:16:47.839 PM com.apple.usbmuxd[53255]: stopping.
    5/24/13 4:16:47.852 PM com.apple.launchd.peruser.502[181]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 9 seconds
    5/24/13 4:16:48.394 PM com.apple.usbmuxd[9101]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:16:49.637 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:49.903 PM 1PasswordAgent[319]: [HYBI] socketDidDisconnect: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x1050a0c80 {NSLocalizedDescription=Socket closed by remote peer}
    5/24/13 4:16:50.020 PM prl_naptd[6584]: Exiting Parallels Network Daemon
    5/24/13 4:16:51.741 PM Parallels[9136]: Stopping Parallels Dispatcher Service
    5/24/13 4:16:53.719 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:54.137 PM Parallels[9142]: Stopping Parallels networking
    5/24/13 4:16:54.184 PM watchdog[9146]: Stop watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd
    5/24/13 4:16:54.342 PM watchdog[9154]: file /var/run/prl_watchdog-2323cae42fd8.pid, pid 6661
    5/24/13 4:16:54.348 PM watchdog[9156]: /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd stop
    5/24/13 4:16:54.369 PM prl_naptd[6683]: Exiting Parallels Network Daemon
    5/24/13 4:16:54.618 PM WindowServer[82]: dict count after removing entry for window 0x3d is 0
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.827 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.830 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.838 PM com.apple.launchd[1]: (com.apple.ShareKitHelper[863]) Exited: Killed: 9
    5/24/13 4:16:54.839 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=229
    5/24/13 4:16:54.841 PM com.apple.launchd.peruser.502[181]: (com.sophiestication.mac.CoverSutra.agent[298]) Exited: Killed: 9
    5/24/13 4:16:54.855 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=306
    5/24/13 4:16:54.867 PM com.apple.launchd.peruser.502[181]: (com.dayoneapp.dayone-agent[305]) Exited: Killed: 9
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=137
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11081
    5/24/13 4:16:54.881 PM com.apple.launchd.peruser.502[181]: ([0x0-0x2c02c].com.apple.inputmethod.ironwood[272]) Exited: Killed: 9
    5/24/13 4:16:54.890 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=161
    5/24/13 4:16:54.891 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11093
    5/24/13 4:16:54.903 PM UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=45575 Died
    5/24/13 4:16:54.909 PM 1PasswordAgent[319]: Shutting down 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x5c05c].com.apple.AppleSpell[369]) Exited: Terminated: 15
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x63063].com.apple.ImageCaptureExtension2[432]) Exited: Killed: 9
    5/24/13 4:16:54.940 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=218
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=226
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=286
    5/24/13 4:16:54.953 PM com.apple.launchd.peruser.502[181]: ([0x0-0x60b60b].com.apple.iTunesHelper[17906]) Exited with code: 1
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.969 PM Office365Service[8836]: System shutdown notification
    5/24/13 4:16:54.969 PM com.apple.launchd.peruser.502[181]: ([0x0-0x1a0da0c].com.apple.iCal[90332]) Exited: Killed: 9
    5/24/13 4:16:54.970 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[7581]) Exited: Killed: 9
    5/24/13 4:16:55.163 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=153
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.191 PM com.apple.launchd.peruser.502[181]: ([0x0-0x4d04d].com.wacom.Consumer_TouchDriver[339]) Exited with code: 1
    5/24/13 4:16:55.234 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.mail.01000000-0000-0000-0000-000000000000[9082]) Exited: Killed: 9
    5/24/13 4:16:55.899 PM com.apple.launchd.peruser.502[181]: (com.wacom.pentablet[318]) Exited with code: 1
    5/24/13 4:16:55.917 PM com.apple.launchd.peruser.502[181]: (com.apple.UserEventAgent-Aqua[209]) Exited: Killed: 9
    5/24/13 4:16:55.918 PM Parallels[9159]: Parallels Networking was stopped
    5/24/13 4:16:56.018 PM com.apple.launchd.peruser.502[181]: (com.apple.storeagent[859]) Exited: Killed: 9
    5/24/13 4:16:56.035 PM com.apple.launchd.peruser.502[181]: (com.apple.quicklook[9069]) Exited: Killed: 9
    5/24/13 4:16:56.038 PM Parallels[9162]: Unloading kernel extension prl_netbridge.kext
    5/24/13 4:16:56.204 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=107
    5/24/13 4:16:56.397 PM loginwindow[38]: DEAD_PROCESS: 38 console
    5/24/13 4:16:56.453 PM com.apple.launchd.peruser.502[181]: (com.evernote.EvernoteHelper[306]) Exited: Killed: 9
    5/24/13 4:16:57.527 PM Parallels[9172]:  - kext com.parallels.kext.netbridge found loaded.
    5/24/13 4:16:57.589 PM WindowServer[82]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (1 references)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (0 references)
    5/24/13 4:16:57.590 PM WindowServer[82]: loginwindow connection closed; closing server.
    5/24/13 4:16:57.605 PM imagent[263]: Quit - notifying about shutdown
    5/24/13 4:16:57.605 PM imagent[263]: Quit - shutting down daemon
    5/24/13 4:16:58.677 PM Parallels[9182]: Unloading kernel extension prl_vnic.kext
    5/24/13 4:16:58.701 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:16:58.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 is unloading.
    5/24/13 4:16:58.000 PM kernel[0]: free vms_list while it is not empty
    5/24/13 4:16:59.181 PM Parallels[9187]:  - kext com.parallels.kext.vnic found loaded.
    5/24/13 4:16:59.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 is unloading.
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic1
    5/24/13 4:16:59.400 PM Parallels[9194]: Unloading kernel extension prl_usb_connect.kext
    5/24/13 4:16:59.441 PM loginwindow[9176]: Login Window Application Started
    5/24/13 4:16:59.593 PM Parallels[9199]:  - kext com.parallels.kext.usbconnect found loaded.
    5/24/13 4:16:59.797 PM Parallels[9207]: Unloading kernel extension prl_hid_hook.kext
    5/24/13 4:16:59.820 PM WindowServer[9204]: Server is starting up
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 released (1 references)
    5/24/13 4:16:59.884 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.885 PM WindowServer[9204]: init_page_flip: page flip mode is on
    5/24/13 4:17:00.034 PM WindowServer[9204]: mux_initialize: Couldn't find any matches
    5/24/13 4:17:00.000 PM kernel[0]: /prl_hid/ Parallels HID Helper stopped.
    5/24/13 4:17:00.119 PM WindowServer[9204]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:17:00.119 PM WindowServer[9204]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:17:00.143 PM WindowServer[9204]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:17:00.143 PM WindowServer[9204]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.143 PM WindowServer[9204]: Created shield window 0x4 for display 0x003f003f
    5/24/13 4:17:00.144 PM WindowServer[9204]: Created shield window 0x5 for display 0x003f003e
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x6 for display 0x04248b01
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x7 for display 0x003f003c
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.155 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.155 PM WindowServer[9204]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.159 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000324f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:17:00.160 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:17:00.365 PM loginwindow[9176]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:00.482 PM WindowServer[9204]: Created shield window 0x8 for display 0x04248b01
    5/24/13 4:17:00.483 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:00.571 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:00.756 PM launchctl[9225]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.093 PM BezelServices 236.3[9176]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.837 PM com.apple.SecurityServer[25]: Session 100444 created
    5/24/13 4:17:01.948 PM loginwindow[9176]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:17:02.120 PM loginwindow[9176]: USER_PROCESS: 9176 console
    5/24/13 4:17:02.152 PM WindowServer[9204]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:02.172 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:02.243 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:02.256 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:03.167 PM WindowServer[9204]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x1092cba10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:17:06.074 PM launchctl[9225]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:17:09.762 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:17:09.772 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:09.849 PM launchctl[9285]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:09.960 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:17:10.001 PM locationd[9283]: NOTICE,Location icon should now be in state 0
    5/24/13 4:17:10.100 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:10.227 PM UserEventAgent[9275]: cannot find useragent 1102
    5/24/13 4:17:11.593 PM mdworker[9273]: Unable to talk to lsboxd
    5/24/13 4:17:11.774 PM mdworker[9272]: Unable to talk to lsboxd
    5/24/13 4:17:11.000 PM kernel[0]: Sandbox: sandboxd(9288) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:17:12.079 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.218 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.419 PM sandboxd[9288]: ([9273]) mdworker(9273) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:13.223 PM sandboxd[9288]: ([9272]) mdworker(9272) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:20.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:17:37.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:08.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:18:22.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:29.218 PM mds[34]: (Normal) ImportServer: Preparing for software update
    5/24/13 4:18:30.483 PM mds[34]: (Normal) ImportServer: Software update complete
    5/24/13 4:18:35.116 PM reboot[9323]: rebooted by _usbmuxd
    5/24/13 4:18:35.116 PM reboot[9323]: BOOT_TIME: 1369426715 116379
    5/24/13 4:20:15.000 PM bootlog[0]: BOOT_TIME 1369426815 0
    5/24/13 4:20:43.000 PM kernel[0]: PMAP: PCID enabled
    5/24/13 4:20:43.000 PM kernel[0]: Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    5/24/13 4:20:43.000 PM kernel[0]: vm_page_bootstrap: 3924376 free pages and 237160 wired pages
    5/24/13 4:20:43.000 PM kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    5/24/13 4:20:43.000 PM kernel[0]: zone leak detection enabled
    5/24/13 4:20:43.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    5/24/13 4:20:43.000 PM kernel[0]: standard background quantum is 2500 us
    5/24/13 4:20:43.000 PM kernel[0]: mig_table_max_displ = 74
    5/24/13 4:20:43.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto kext started!
    5/24/13 4:20:43.000 PM kernel[0]: Running kernel space in FIPS MODE
    5/24/13 4:20:43.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    5/24/13 4:20:43.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    5/24/13 4:20:43.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    5/24/13 4:20:43.000 PM kernel[0]: MAC Framework successfully initialized
    5/24/13 4:20:43.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    5/24/13 4:20:43.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    5/24/13 4:20:43.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    5/24/13 4:20:43.000 PM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration begin ]
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 13:47:00 Aug 14 2012) initialization complete
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    5/24/13 4:20:43.000 PM kernel[0]: console relocated to 0xfd0010000
    5/24/13 4:20:43.000 PM kernel[0]: PCI configuration changed (bridge=72 device=10 cardbus=0)
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration end, bridges 22 devices 23 ]
    5/24/13 4:20:29.388 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    5/24/13 4:20:43.000 PM kernel[0]: FireWire runtime power conservation disabled. (2)
    5/24/13 4:20:43.000 PM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    5/24/13 4:20:43.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    5/24/13 4:20:43.000 PM kernel[0]: rooting via boot-uuid from /chosen: 674D14D9-4E9E-3C3C-836E-C2B76F083714
    5/24/13 4:20:43.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    5/24/13 4:20:43.000 PM kernel[0]: BTCOEXIST off
    5/24/13 4:20:43.000 PM kernel[0]: BRCM tunables:
    5/24/13 4:20:43.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    5/24/13 4:20:43.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    5/24/13 4:20:43.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 406c8ffffe7cbff0; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 PCI now active, GUID 000a270200434c07; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: Kernel is LP64
    5/24/13 4:20:43.000 PM kernel[0]: USBMSC Identifier (non-unique): 57442D574341554830323532353836 0x1058 0x1100 0x175
    5/24/13 4:20:43.000 PM kernel[0]: macx_swapon SUCCESS
    5/24/13 4:20:36.673 PM hidd[42]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    5/24/13 4:20:36.675 PM hidd[42]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    5/24/13 4:20:43.215 PM distnoted[58]: Bug: 12D78: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    5/24/13 4:20:44.812 PM mDNSResponder[35]: mDNSResponder mDNSResponder-379.37 (Dec 16 2012 19:43:09) starting OSXVers 12
    5/24/13 4:20:44.825 PM coreservicesd[59]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    5/24/13 4:20:44.837 PM appleeventsd[48]: main: Starting up
    5/24/13 4:20:44.000 PM kernel[0]: Waiting for DSMOS...
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:27:e1:64
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:0c:63:a3
    5/24/13 4:20:44.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 70:73:cb:c4:c3:99
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    5/24/13 4:20:46.000 PM kernel[0]: Previous Shutdown Cause: 5
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0100
    5/24/13 4:20:46.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    5/24/13 4:20:46.229 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.232 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.270 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.271 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.000 PM kernel[0]: DSMOS has arrived
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    5/24/13 4:20:46.000 PM kernel[0]: AMDTurksGraphicsAccelerator: ** Device in slot: SLOT--1 **
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    5/24/13 4:20:47.416 PM com.apple.SecurityServer[25]: Session 100000 created
    5/24/13 4:20:48.279 PM configd[50]: setting hostname to "Jacquelines-Mac-mini.local"
    5/24/13 4:20:48.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    5/24/13 4:20:48.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:48.284 PM configd[50]: network changed.
    5/24/13 4:20:48.297 PM airportd[81]: _processDLILEvent: en1 attached (up)
    5/24/13 4:20:48.000 PM kernel[0]: createVirtIf(): ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80448bf400
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    5/24/13 4:20:48.000 PM kernel[0]: Created virtif 0xffffff80448bf400 p2p0
    5/24/13 4:20:49.673 PM mds[34]: (Normal) FMW: FMW 0 0
    5/24/13 4:20:49.725 PM blued[52]: Read the UHE Info
    5/24/13 4:20:49.725 PM blued[52]: Read version 2 info.  Number of devices:3
    5/24/13 4:20:49.725 PM blued[52]: Class of device:     0x2580
    5/24/13 4:20:49.725 PM blued[52]: Device name: 'Jacqueline's mouse' length:19
    5/24/13 4:20:49.725 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.726 PM blued[52]: Found a device with PID:0x030d VID:0x05ac
    5/24/13 4:20:49.726 PM blued[52]: Class of device:     0x2540
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's Keyboard' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x0255 VID:0x05ac
    5/24/13 4:20:49.727 PM blued[52]: Class of device:     0x2594
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's trackpad' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x030e VID:0x05ac
    5/24/13 4:20:56.741 PM com.apple.SecurityServer[25]: Entering service
    5/24/13 4:20:56.775 PM systemkeychain[71]: done file: /var/run/systemkeychaincheck.done
    5/24/13 4:20:56.794 PM configd[50]: network changed: DNS*
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2D_IPC: Loaded
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2DInitialize succeeded
    5/24/13 4:20:56.828 PM loginwindow[38]: Login Window Application Started
    5/24/13 4:20:56.874 PM WindowServer[93]: Server is starting up
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 released (1 references)
    5/24/13 4:20:56.889 PM awacsd[53]: Starting awacsd connectivity-78.2 (Dec 16 2012 19:43:29)
    5/24/13 4:20:56.893 PM awacsd[53]: InnerStore CopyAllZones: no info in Dynamic Store
    5/24/13 4:20:56.898 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.902 PM WindowServer[93]: init_page_flip: page flip mode is on
    5/24/13 4:20:56.941 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    5/24/13 4:20:56.993 PM netbiosd[80]: Unable to start NetBIOS name service:
    5/24/13 4:20:57.322 PM WindowServer[93]: mux_initialize: Couldn't find any matches
    5/24/13 4:20:57.334 PM WindowServer[93]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:20:57.334 PM WindowServer[93]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:20:57.358 PM WindowServer[93]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:20:57.358 PM WindowServer[93]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:20:57.358 PM WindowServer[93]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.358 PM WindowServer[93]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x5 for display 0x003f003f
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x6 for display 0x003f003e
    5/24/13 4:20:57.365 PM WindowServer[93]: Created shield window 0x7 for display 0x04248b01
    5/24/13 4:20:57.366 PM WindowServer[93]: Created shield window 0x8 for display 0x003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.368 PM WindowServer[93]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.392 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000334f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:20:57.393 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:20:57.396 PM loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:20:57.397 PM launchctl[97]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:20:57.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    5/24/13 4:20:57.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    5/24/13 4:20:57.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 28:37:37:48:08:f1  MAC AUTH succeeded
    5/24/13 4:20:57.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    5/24/13 4:20:57.000 PM kernel[0]: AirPort: Link Up on en1
    5/24/13 4:20:57.000 PM kernel[0]: en1: BSSID changed to 28:37:37:48:08:f1
    5/24/13 4:20:57.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:58.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    5/24/13 4:20:58.525 PM digest-service[104]: label: default
    5/24/13 4:20:58.525 PM digest-service[104]: dbname: od:/Local/Default
    5/24/13 4:20:58.525 PM digest-service[104]: mkey_file: /var/db/krb5kdc/m-key
    5/24/13 4:20:58.525 PM digest-service[104]: acl_file: /var/db/krb5kdc/kadmind.acl
    5/24/13 4:20:58.527 PM digest-service[104]: digest-request: uid=0
    5/24/13 4:20:58.549 PM rpcsvchost[106]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    5/24/13 4:20:58.553 PM digest-service[104]: digest-request: init request
    5/24/13 4:20:58.556 PM digest-service[104]: digest-request: init return domain: BUILTIN server: JACQUELINES-MAC-MINI
    5/24/13 4:20:58.827 PM com.apple.usbmuxd[19]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:20:59.366 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:21:00.046 PM locationd[39]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:00.396 PM WindowServer[93]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x10ed76a10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:21:07.824 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:07.848 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:11.000 PM kernel[0]: [BNBMouseDevice::init][75.19] init is complete
    5/24/13 4:21:11.896 PM awacsd[53]: Exiting
    5/24/13 4:21:12.000 PM kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchDevice::start] entered
    5/24/13 4:21:16.000 PM kernel[0]: AmbrosiaAudioSupport: newUserClient connection attempt.
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][waitForHandshake][28-37-37-35-c5-f5] Timeout waiting for handshake
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] Forcing closeDownServices
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] commandSleep in sendData returned an error
    5/24/13 4:21:23.924 PM configd[50]: subnet_route: write routing socket failed, Network is unreachable
    5/24/13 4:21:25.534 PM configd[50]: network changed: v4(en1+:XXX.XXX.XXX.XXX) DNS* Proxy+ SMB
    5/24/13 4:21:28.096 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:28.099 PM configd[50]: network changed: v4(en1:XXX.XXX.XXX.XXX) DNS Proxy SMB
    5/24/13 4:21:30.730 PM _cvmsroot[124]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] Became inactive while sending data
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][setReportWL][28-37-37-35-c5-f5] Could not send DATA command via interrupt channel - 0xE00002D7
    5/24/13 4:21:33.578 PM _cvmsroot[128]: Unable to resolve hostname(s)
    5/24/13 4:21:33.765 PM ntpd[102]: proto: precision = 1.000 usec
    5/24/13 4:21:34.179 PM WindowServer[93]: Created shield window 0x9 for display 0x04248b01
    5/24/13 4:21:34.179 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.201 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.863 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.868 PM launchctl[131]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:34.886 PM launchctl[131]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:21:34.914 PM com.apple.SecurityServer[25]: Session 100003 created
    5/24/13 4:21:35.196 PM airportd[81]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:21:35.626 PM loginwindow[38]: Login Window Started Security Agent
    5/24/13 4:21:35.774 PM SecurityAgent[141]: This is the first run
    5/24/13 4:21:35.775 PM SecurityAgent[141]: MacBuddy was run = 0
    5/24/13 4:21:36.144 PM launchctl[148]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:36.487 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:21:36.607 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:21:36.687 PM locationd[156]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:36.691 PM UserEventAgent[132]: cannot find useragent 1102
    5/24/13 4:21:39.137 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:39.342 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:42.000 PM kernel[0]: [SendHCIRequestFormatted] ### ERROR: [0x0406] (Disconnect) -- Send request failed (err = 0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:42.000 PM kernel[0]: ### ERROR: send request failed (err=0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:44.107 PM configd[50]: network changed: v4(en1!:10.0.1.39) DNS+ Proxy SMB
    5/24/13 4:21:44.120 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:45.696 PM com.apple.launchd[1]: (com.apple.xprotectupdater[17]) Exited with code: 252
    5/24/13 4:22:15.683 PM launchctl[164]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:15.794 PM distnoted[166]: # distnote server agent  absolute time: 121.114577396   civil time: Fri May 24 16:22:15 2013   pid: 166 uid: 502  root: no
    5/24/13 4:22:34.512 PM launchctl[173]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:37.019 PM com.apple.SecurityServer[25]: Session 100005 created
    5/24/13 4:22:37.064 PM com.apple.SecurityServer[25]: Session 100006 created
    5/24/13 4:22:44.199 PM BezelServices 236.3[38]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:22:48.261 PM mdworker32[170]: CGSGetDisplayBounds: Invalid display 0x00000000
    5/24/13 4:22:49.134 PM mdworker32[170]: bootstrap_look_up2 failed with 0x44c
    5/24/13 4:22:49.000 PM kernel[0]: Sandbox: sandboxd(178) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:22:49.731 PM SecurityAgent[141]: User info context values set for [COMPUTERNAME]
    5/24/13 4:22:50.910 PM SecurityAgent[141]: Login Window login proceeding
    5/24/13 4:22:51.272 PM loginwindow[38]: Login Window - Returned from Security Agent
    5/24/13 4:22:51.310 PM loginwindow[38]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:22:51.328 PM loginwindow[38]: USER_PROCESS: 38 console
    5/24/13 4:22:51.472 PM airportd[180]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:22:51.586 PM com.apple.launchd[1]: ([0x0-0x6006].com.wacom.Consumer_TouchDriver[147]) Exited with code: 255
    5/24/13 4:22:51.588 PM coreservicesd[59]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=107
    5/24/13 4:22:51.590 PM com.apple.launchd[1]: (com.wacom.pentablet[137]) Exited with code: 255
    5/24/13 4:22:51.624 PM launchctl[181]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: UserName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: GroupName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    5/24/13 4:22:51.645 PM loginwindow[38]: Connection with distnoted server was invalidated
    5/24/13 4:22:52.074 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:22:52.486 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:22:52.603 PM blued[52]: kBTXPCUpdateUserPreferences gConsoleUserUID = 502
    5/24/13 4:22:52.895 PM com.apple.launchd.peruser.502[163]: (com.apple.afpstat-qfa[213]) Exited with code: 2
    5/24/13 4:22:52.959 PM launchctl[201]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:54.150 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:22:54.210 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.06 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:22:55.096 PM com.apple.launchd.peruser.502[163]: (com.apple.mrt.uiagent[203]) Exited with code: 255
    5/24/13 4:22:55.108 PM NetworkBrowserAgent[235]: Starting NetworkBrowserAgent
    5/24/13 4:22:55.441 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:22:55.443 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:22:55.460 PM 1PasswordAgent[215]: Starting 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:22:55.677 PM 1PasswordAgent[215]: Trying to load Localizable.strings [English] from the main bundle
    5/24/13 4:22:55.857 PM 1PasswordAgent[215]: Cannot find English version, using English localization for Localizable.strings
    5/24/13 4:22:57.107 PM 1PasswordAgent[215]: reloadAllObjects
    5/24/13 4:22:58.073 PM 1PasswordAgent[215]: Database (AGHtmlDatabase:file://localhost/Users/Winter/Dropbox/1PasswordSync/1Password.a gilekeychain/) load time [Cache]: 0.959+0.006 (2296 objects)
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:23:00.890 PM apsd[219]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    5/24/13 4:23:01.720 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:23:02.398 PM coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140
    5/24/13 4:23:03.753 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: GrowlApplicationBridgeRegistrationAttempt: Could not send open-document event to register this application with Growl because AESend returned -600/no eligible process with specified descriptor
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: Failed all attempts at registering
    5/24/13 4:23:11.507 PM CoreServicesUIAgent[256]: Error: qtn_file_apply_to_path error: Permission denied
    5/24/13 4:23:16.700 PM storeagent[252]: CKSoftwareMap: waitUntilMapIsLoadedAndPerformBlock:onDispatchQueue: timed out waiting for mdSemaphore
    5/24/13 4:23:24.378 PM com.apple.dock.extra[298]: Could not load bundle for Dock Extra key DockTile.docktileplugin
    5/24/13 4:23:24.379 PM Dock[190]: Failed to set up extra plugin. file://localhost/Applications/Calendar%20Plus.app/ Failed to get plugin class.
    5/24/13 4:23:25.000 PM kernel[0]: Sandbox: sandboxd(311) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:23:26.097 PM launchctl[317]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:23:26.791 PM quicklookd[282]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/private/tmp/
    5/24/13 4:23:27.006 PM Delibar[251]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    5/24/13 4:23:27.851 PM mdworker[171]: Unable to talk to lsboxd
    5/24/13 4:23:29.000 PM kernel[0]: fsevents: watcher dbfseventsd (pid: 322) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    5/24/13 4:23:29.433 PM mdworker[174]: Unable to talk to lsboxd
    5/24/13 4:23:36.028 PM Finder[192]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/
    5/24/13 4:23:38.110 PM MenuTab Pro for Facebook[347]: objc[347]: Class HandCursorButton is implemented in both /Applications/MenuTab Pro for Facebook.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNe wsletter and /Applications/MenuTab Pro for Facebook.app/Contents/MacOS/MenuTab Pro for Facebook. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.124 PM Tab for Google+ Pro[346]: objc[346]: Class HandCursorButton is implemented in both /Applications/Tab for Google+ Pro.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNewslet ter and /Applications/Tab for Google+ Pro.app/Contents/MacOS/Tab for Google+ Pro. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.486 PM com.apple.SecurityServer[25]: Session 100012 created
    5/24/13 4:23:39.707 PM Pin Pro for Pinterest[348]: objc[348]: Class HandCursorButton is implemented in both /Applications/Pin Pro for Pinterest.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABN ewsletter and /Applications/Pin Pro for Pinterest.app/Contents/MacOS/Pin Pro for Pinterest. One of the two will be used. Which one is undefined.
    5/24/13 4:23:46.417 PM Mint QuickView[344]: Could not find image named 'accounts'.
    5/24/13 4:23:47.947 PM usernoted[197]: Connection does not have the proper entitlement (com.apple.developer.notificationcenter-identifiers) to connect on behalf of com.apple.sociald.twitterservice.Twitter. All communication will be denied.
    5/24/13 4:23:49.075 PM librariand[342]: MMe quota status changed: under quota
    5/24/13 4:24:06.102 PM Alfred 2[264]: [TIMER] 59.030677 seconds to initialise Alfred
    5/24/13 4:24:20.647 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "Alfred 2" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:24:20.781 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "Alfred 2" after 1.15 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:24:32.998 PM prl_naptd[431]: Starting Parallels Network Daemon (proxy_mode)
    5/24/13 4:24:33.282 PM Parallels[451]: Set 'root:wheel' as owners for /Applications/Parallels Desktop.app/Contents//Library/Extensions/10.6
    5/24/13 4:24:33.591 PM Parallels[460]: Starting Parallels Dispatcher Service
    5/24/13 4:24:33.597 PM Parallels[464]: Parallels Dispatcher Service sucessfully started
    5/24/13 4:24:33.664 PM Parallels[467]: Loading kernel extension prl_usb_connect.kext
    5/24/13 4:24:35.496 PM Parallels[473]: Loading kernel extension prl_hypervisor.kext
    5/24/13 4:24:39.025 PM Parallels[482]: Loading kernel extension prl_hid_hook.kext
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtx.c:186   CPU is Intel
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypLowCache.c:201   Low cache initialized (0 kB for 0 VMs on 16384 MB)
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypApic.c:253   Host APIC base_msr 0xFEE00800 ver 0x15
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3975   [vtdInit]
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ MacACPI.cpp:40   ACPI table DMAR is not found
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:160   map: addr = 0xf0e0, size = 1024
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:213   [acpiFindRootTablePointer] Can't find RSDP!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:309   [_acpiFindTableBySig] Not found root table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3720   [vtdProcessDmarTable] Can't find DMAR table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:4014   [vtdInit] No VT-d hardware
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:174   Parallels IPI vector 0x47 shared 0
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:185   Parallels Hypervisor 8.0.18483.860857 loaded.
    5/24/13 4:24:39.402 PM Parallels[488]: Loading kernel extension prl_netbridge.kext
    5/24/13 4:24:39.000 PM kernel[0]: /prl_hid/ Parallels HID Helper started.
    5/24/13 4:24:39.905 PM Parallels[494]: Loading kernel extension prl_vnic.kext
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 has started.
    5/24/13 4:24:40.666 PM Parallels[499]: Trying to load kernel extensions, exit status: 0
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 has started.
    5/24/13 4:24:40.672 PM Parallels[502]: Starting Parallels networking...
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic0
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic1
    5/24/13 4:24:41.501 PM Parallels[509]: Parallels networking sucessfully started
    5/24/13 4:24:41.512 PM Parallels[511]: Restarting CiscoVPN
    5/24/13 4:24:41.565 PM SystemStarter[513]: Unknown service: CiscoVPN
    5/24/13 4:24:41.648 PM watchdog[525]: Start watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd (limit is 20)
    5/24/13 4:24:41.655 PM watchdog[531]: Start /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd start
    5/24/13 4:24:41.659 PM watchdog[533]: Child pid 532
    5/24/13 4:24:41.676 PM prl_naptd[532]: Starting Parallels Network Daemon
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic0: DHCP/NAT for XX.XXX.XX.1-10.XXX.XX.XXX netmask 255.255.255.0
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic1: DHCP for XX.XX.XXX.1-XX.XX.XXX.XXX netmask 255.255.255.0
    5/24/13 4:24:42.000 PM kernel[0]: vnic0: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: vnic1: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: /drv/ HypIoctls.c:608   Ioctl VT-d status: FFFFFFFD
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument

    My apologies about the wall of text. After I made my original post, I thought maybe it would better to go back and put it in a pastebin instead. I was not able to edit that post once I sent it.
    In regards to your question, the  permissions on the
    /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist file is "read and write" for system, wheel and everyone.

  • Sql Server 2012 Enterprise installation Problem with Error : Failed to launch local ScenarioEngine.exe: 0x80070003

    Thanks for providing such situation for solving our problem.
    Please and please help me with this problem that im dealing and solving during these 2 weeks!
    I have searched a lot and do all the suggestion but till now i haven't achieved any solution.
    I want to install SQL server 2012 Enterprise but after beginning installation progress and completing the checking for update it become stopped and Setup window become lost.
    I opened temp and find this error:
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    please help and guide me , it really killed my time during about 3 weaks, i will pray for you!
    here is the overall content of my SqlSetup_1 file:
    09/20/2014 13:41:56.002 ======================================================================
    09/20/2014 13:41:56.161 Setup launched
    09/20/2014 13:41:56.272 Attempting to determine media source
    09/20/2014 13:41:56.342 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:41:56.388 Attempt to determine media layout based on file 'F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\mediainfo.xml'.
    09/20/2014 13:41:56.488 Media layout is detected as: Full
    09/20/2014 13:41:56.572 Not a slip stream media, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.666 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:41:56.710 Help display: false
    09/20/2014 13:41:56.743 .Net version 3.5 is installed
    09/20/2014 13:41:56.777 .Net version 2.0 is installed
    09/20/2014 13:41:56.810 Local setup.exe not found, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.843 Attempt to initialize SQL setup code group
    09/20/2014 13:41:56.887 Attempting to determine security.config file path
    09/20/2014 13:41:56.921 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:41:56.955 .Net security policy file does exist
    09/20/2014 13:41:56.987 Attempting to load .Net security policy file
    09/20/2014 13:41:57.032 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:41:57.076 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.109 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:41:57.143 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.176 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:41:57.224 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.442 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:41:57.487 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.520 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:41:57.567 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.633 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:41:57.773 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:41:57.864 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.945 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:41:57.978 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.018 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:41:58.044 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.084 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:41:58.122 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.162 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:41:58.188 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.228 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:41:58.255 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:41:58.344 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.384 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:41:58.410 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.450 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:41:58.488 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.528 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:41:58.555 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.616 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:41:58.675 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:41:58.764 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.816 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:41:58.853 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.919 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:58.972 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.020 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:59.072 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.120 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:41:59.187 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.238 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:41:59.313 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.376 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:41:59.421 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.471 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:41:59.521 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.571 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:41:59.621 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.688 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:41:59.737 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.777 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:41:59.815 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.854 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:41:59.932 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.981 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:00.032 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.081 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:00.132 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.199 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:00.248 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.288 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:00.337 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.377 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:00.447 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.488 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:00.536 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.577 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:00.650 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.733 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:00.781 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:00.869 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.922 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:00.969 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.022 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.087 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.124 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:01.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.191 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:01.276 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.324 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:01.387 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.426 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:01.453 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.501 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:01.531 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.568 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:01.597 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.634 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:01.686 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.723 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:01.752 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.790 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.819 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.867 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:01.897 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.934 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:01.963 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.000 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:02.053 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.089 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:02.119 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.156 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:02.208 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.244 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:02.274 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.311 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:02.340 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:02.389 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:02.418 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.455 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:02.485 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.522 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:02.574 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.611 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:02.640 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.677 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:02.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.754 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:02.789 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.839 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:02.876 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.917 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:02.977 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.017 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.055 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.094 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.194 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.232 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.272 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:03.310 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.372 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:03.410 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.450 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.487 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.527 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.587 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.627 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.665 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.705 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:03.742 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.805 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:03.841 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.882 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.920 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.960 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.020 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.059 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.097 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.137 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:04.197 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.237 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:04.275 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.315 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:04.352 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.415 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:04.452 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.492 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:04.530 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.570 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:04.630 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.670 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:04.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.747 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:04.878 Required security code group nodes exist, contine.
    09/20/2014 13:42:05.084 Saved .Net security policy file
    09/20/2014 13:42:05.141 Attempting to determine security.config file path
    09/20/2014 13:42:05.206 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:42:05.251 .Net security policy file does exist
    09/20/2014 13:42:05.270 Attempting to load .Net security policy file
    09/20/2014 13:42:05.311 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:42:05.348 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:42:05.383 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:42:05.416 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:42:05.449 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:42:05.503 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:42:05.538 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:42:05.572 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:42:05.605 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:42:05.638 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:42:05.691 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:42:05.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:42:05.760 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:42:05.793 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:42:05.827 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:42:05.880 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:42:05.916 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:42:05.949 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:42:05.982 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:42:06.015 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.104 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:42:06.138 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:42:06.182 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:42:06.213 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:42:06.271 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:42:06.304 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:42:06.337 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:42:06.370 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:42:06.401 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:06.437 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:06.470 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:06.503 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:06.537 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:06.590 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:06.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:06.659 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:06.692 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.725 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:06.779 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.814 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:06.847 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:06.881 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:06.914 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:06.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:07.003 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:07.036 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:07.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:07.102 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:07.158 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:07.191 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:07.290 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:07.353 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:07.445 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:07.535 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:07.611 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:07.668 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.746 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:07.779 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.812 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:07.845 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:07.901 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:07.934 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:07.968 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:08.001 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.034 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:08.090 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:08.134 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.179 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.212 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.245 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:08.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:08.345 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.434 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.478 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:08.544 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.610 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.656 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.700 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.744 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:08.800 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:08.855 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:08.889 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.921 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.974 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:09.011 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:09.055 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:09.142 Saved .Net security policy file
    09/20/2014 13:42:09.299 Strong name verification disabling is not required
    09/20/2014 13:42:09.343 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:42:09.420 Help display: false
    09/20/2014 13:42:09.477 Attempting to launch landing page workflow
    09/20/2014 13:42:09.509 Attempting to set setup mutex
    09/20/2014 13:42:09.543 Setup mutex has been set
    09/20/2014 13:42:09.588 Attempting to launch global rules workflow
    09/20/2014 13:42:09.609 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:09.662 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:09.699 Media layout: Full
    09/20/2014 13:42:09.743 Attempting to get execution timestamp
    09/20/2014 13:42:09.787 Timestamp: 20140920_134156
    09/20/2014 13:42:09.843 Attempting to run workflow RUNRULES /RULES=GlobalRules
    09/20/2014 13:42:09.887 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:42:54.774 Process returned exit code: 0x00000000
    09/20/2014 13:42:54.881 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    09/20/2014 13:42:54.910 Attempting to launch component update workflow
    09/20/2014 13:42:54.966 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:54.992 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:55.054 Media layout: Full
    09/20/2014 13:42:55.081 Attempting to get execution timestamp
    09/20/2014 13:42:55.110 Timestamp: 20140920_134156
    09/20/2014 13:42:55.136 Attempting to run workflow COMPONENTUPDATE
    09/20/2014 13:42:55.200 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:55:46.569 Process returned exit code: 0x00000000
    09/20/2014 13:55:46.858 Workflow COMPONENTUPDATE returned exit code: 0x00000000
    09/20/2014 13:55:46.973 Attempting to launch user requested workflow locally
    09/20/2014 13:55:47.074 Attempting to find local setup.exe
    09/20/2014 13:55:47.136 Local bootstrap folder path: 
    09/20/2014 13:55:47.161 Local ScenarioEngine.exe full path: SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.184 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:55:47.258 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:55:47.475 Media layout: Full
    09/20/2014 13:55:47.561 Attempting to get execution timestamp
    09/20/2014 13:55:47.583 Timestamp: 20140920_134156
    09/20/2014 13:55:47.605 Attempting to run user requested action from local ScenarioEngine.exe
    09/20/2014 13:55:47.627 Attempting to launch process SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.719 Error: Failed to launch process
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    09/20/2014 13:55:47.794 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:48.051 Attempting to remove .Net security code group node
    09/20/2014 13:55:48.080 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:48.182 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:48.242 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:48.282 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:48.304 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:48.326 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:48.369 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:48.404 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:48.426 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:48.448 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:48.470 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:48.513 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:48.537 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:48.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:48.581 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:48.603 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:48.653 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:48.681 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:48.704 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:48.726 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.748 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.802 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:48.825 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:48.848 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:48.870 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:48.890 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:48.914 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:48.936 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:48.959 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:48.981 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:49.023 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:49.047 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:49.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:49.092 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:49.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:49.156 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:49.298 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:49.401 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.483 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:49.525 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:49.580 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:49.614 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:49.636 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:49.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:49.743 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:49.812 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:49.858 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:49.929 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.980 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:50.013 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:50.062 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:50.091 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:50.120 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:50.146 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:50.179 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:50.213 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:50.257 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:50.309 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:50.346 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:50.379 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:50.401 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:50.424 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.457 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:50.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:50.534 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.557 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.590 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.632 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:50.668 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:50.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.747 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.787 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.812 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:50.834 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:50.856 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.889 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.967 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:51.028 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:51.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:51.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:51.306 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:51.501 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:51.590 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:51.622 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:51.948 Saved .Net security policy file
    09/20/2014 13:55:52.044 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:52.094 Attempting to remove .Net security code group node
    09/20/2014 13:55:52.119 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:52.232 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:52.288 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:52.392 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:52.420 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:52.453 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:52.522 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:52.592 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:52.620 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:52.642 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:52.664 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:52.686 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:52.752 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:52.797 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:52.830 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:52.852 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:52.875 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:52.908 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:52.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:52.952 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:52.974 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:53.019 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:53.052 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:53.085 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:53.108 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:53.130 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:53.183 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:53.266 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:53.375 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:53.480 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:53.507 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:53.540 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:53.574 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:53.596 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:53.618 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:53.640 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:53.695 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:53.718 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.740 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:53.789 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.829 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:53.851 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:53.873 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:53.895 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:53.917 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:53.962 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:54.000 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:54.028 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:54.051 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:54.073 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:54.125 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:54.161 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:54.184 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:54.206 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:54.228 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:54.291 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:54.340 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:54.362 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:54.404 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:54.429 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:54.451 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:54.491 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:54.517 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.540 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:54.588 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:54.617 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.651 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.673 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.706 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:54.751 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:54.784 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.817 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.850 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.884 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:54.942 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:54.972 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.994 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.017 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.089 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:55.139 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:55.174 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:55.268 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:55.410 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:55.468 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:55.494 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:55.516 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:55.632 Saved .Net security policy file
    09/20/2014 13:55:55.661 Attempting to release setup mutex
    09/20/2014 13:55:55.704 Setup mutex has been released
    09/20/2014 13:55:55.738 Setup closed with exit code: 0x80070003
    09/20/2014 13:55:55.760 ======================================================================
    thanks a lot!

    Hi
    First thing to check if windows is activated.
    Secondly if the first option is valid then add the following registry keys:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap] "BootstrapDir"="C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap\Setup] "PatchLevel"="11.00.2100.60"
    Then copy from the media / temp setup directory following files / folder into C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012
    x64 folder, resources folder, setup.exe.
    Change to x86 when necessary.
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Basis SP 18 to 20, can not logon through SAPGUI - Syntax Error

    Hello Experts,
    We had started ECC6.0 SP18 to SP20 patches and now we are getting Syntax error in program "CL_WB_CROSSREFERENCE==========CP ". for most of the transactions executed.
    1. Job RDDIMPDP is also failing with message
    Program RDDIMPDP is running in client 000                                    
    Context TERNAL_INFOS does not contain any fields                     
    Context TERNAL_INFOS contains errors and could therefore not be generated     
    Context BANK_CTX_JC_REPORT modified                                           
    Internal session terminated with a runtime error (refer to ST22)         
    Job cancelled                                                   
    2. Here are the details of this short dump, as soon as we get the short dump we get message in the status bar saying "Context BANK_CTX_JC_REPORT modified".
    Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLSEWB" had to be terminated because it has                       
        come across a statement that unfortunately cannot be executed.                                                                               
    The following syntax error occurred in program                                                
         "CL_WB_CROSSREFERENCE==========CP " in include                                               
         "CL_WB_CROSSREFERENCE==========CM005 " in                                                    
        line 7:                                                                               
    ""PROGRAM-" expected, not "PROGNAME_""                                                        
    The include has been created and last changed by:                                             
        Created by: "SAP "                                                                               
    Last changed by: "PEARSONA "                                                                  
        Error in the ABAP Application Program                                                                               
    The current ABAP program "SAPLSEWB" had to be terminated because it has                       
        come across a statement that unfortunately cannot be executed.                                
    Error analysis                                                                               
    The following syntax error was found in the program                                           
         CL_WB_CROSSREFERENCE==========CP :                                                           
        ""PROGRAM-" expected, not "PROGNAME_""                                                        
    Trigger Location of Runtime Error                                                                 
        Program                                 SAPLSEWB                                              
        Include                                 LSEWBU07                                              
        Row                                     837                                                   
        Module type                             (FORM)                                                
        Module Name                             PROGRAM_ACTUALIZE                                     
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    807 * PROGRAM_ACTUALIZE, ADD_CHILDS und PG_COMPONENT verwendet                                  
      808                                                                               
    809   previous_id = '1'.                                                                        
      810   xtype = 'C'.                                                                               
    811   IF xprogram(4) = 'SAPL' OR xprogram+1 CS '/SAPL'.                                         
      812 *   Funktionsgruppennamen bestimmen                                                         
      813     l_program = xprogram.                                                                   
      814     CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT'                                                  
      815       EXPORTING                                                                               
    816         program   = l_program                                                               
      817       IMPORTING                                                                               
    818         namespace = l_namespace                                                             
      819         group     = l_area                                                                  
      820       EXCEPTIONS                                                                               
    821         OTHERS    = 6.                                                                      
      822     IF sy-subrc = 0.                                                                        
      823       xtype+1(1) = 'F'.                                                                     
      824     ELSE.                                                                               
    825       xtype+1(1) = 'P'.                                                                     
      826     ENDIF.                                                                               
    827   ELSEIF current_treename(3) = 'CP_'.                                                       
      828     xtype+1(1) = 'O'.                                                                       
      829   ELSE.                                                                               
    830     xtype+1(1) = 'P'.                                                                       
      831   ENDIF.                                                                               
    832                                                                               
    833   IF without_crossreference IS INITIAL.                                                     
      834     IF scros_new_where_used_list = 'X' AND index_parallel EQ space.                         
      835 *     neuer Index Verwendungsnachweis                                                       
      836       lprogram = xprogram.                                                                  
    >>>>>       CALL METHOD cl_wb_crossreference=>program_index(                                      
      838         EXPORTING                                                                           
      839           p_name             = lprogram    " Programmname                                   
      840         IMPORTING                                                                           
      841           p_error            = l_error    " Fehler Index wurde nicht aufgebaut              
      842         EXCEPTIONS                                                                          
      843           program_name_empty = 1                                                            
      844           OTHERS             = 2                                                            
      845             ).                                                                               
    846       IF sy-subrc <> 0.                                                                     
      847 *        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno                                  
      848 *                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.                               
      849       ENDIF.                                                                               
    850     ENDIF.                                                                               
    851   ENDIF.                                                                               
    852                                                                   
    3. Tried to generate the program manually through SE38 -> CL_WB_CROSSREFERENCE==========CP  --> but it dumps with same message line 7:                                                                               
    ""PROGRAM-" expected, not "PROGNAME_"" 
    Appreciate your inputs in resolving this issue.
    Raised message with SAP support but didn't hear anything till now - so seeking your experise.
    Best Regards
    Davinder

    Hello Experts,
    Further investigation on system showed that we had implemented SNOTE 1374978 - which seems to be causing the problem.
    Now as Support packages (SPAM) has locked SNOTE transactions also - is there any way that we can deimplement the above sap note from our system.
    Thanks
    Davinder

Maybe you are looking for

  • How can I move a calendar from my mac to the i Cloud

    how can I move a calendar from my mac to the i Cloud.  It is an existing calendar that I publish for others to view.  It does not update through the cloud since it is not curently on the cloud.  I cannot figure out how to move it on to the cloud.

  • Get pricing condition from item quotation before create PO

    HI i m seeking for a way to group  items for my sale document ( quotation )  IF  its have  the same pricing condition  , before creating my purchase order . do you know any MF or BAPi  or  query code  that help me to give me the pricing condition for

  • What are the ideal system requirements for Adobe Captivate?*

    What are the ideal system requirements for Adobe Captivate?* In order to ensure it runs at a good speed.

  • Problems hearing...?

    After I place a call and the other person answers, I can hear them but they can't hear me..how do I fix this?

  • Large gaps at bottom on pages

    I'm formatting a book and the text doesn't go to the bottom of the text box on many (but not all) pages. Some setting seems to move several lines over to the next page, leaving big gaps at the bottom of the previous page when 3 or 4 lines would easil