Last repeat logs in nx-os question.

Hello.
One question about last repeat log.
Is there any way to figure out what exatly repeated that log on Nexus?
Thank you in advance . : )

Hi Eunseok,
Could you pleas show me the log.
Thanks,
M

Similar Messages

  • Last archive log

    Hi All,
    sorry if i can not write English well. and i am beginner in Data guard(DG)
    i established Data guard . primary in server1 and DG in server2. dont enable redo log for DG.
    when an archive log created in server1 , immediate copy this archive log to server2 automatically.
    but for example when we have 10 archive log in server1 . we have 11 archive log in server2. i dont know the last archive is archive log or another file type but this name is same archive log file name format.
    for example when created O1_MF_1_69_689MFJSW_.ARC (40 MB size). this file copy to server2 but
    in server2 created O1_MF_1_70_689MFJSW_.ARC . and i think when DG database is shutdown, last archive log
    in this case O1_MF_1_70_689MFJSW_.ARC deleted automatically. my question is : what is this(last archive that created in server2) . this is normal or no?
    Best Regards
    Hassan

    hi,
    Can you paste the result of the below query.. Run it in primary
    SET PAGESIZE 124
    COL DB_NAME FORMAT A8
    COL HOSTNAME FORMAT A12
    COL LOG_ARCHIVED FORMAT 999999
    COL LOG_APPLIED FORMAT 999999
    COL LOG_GAP FORMAT 999
    COL APPLIED_TIME FORMAT A12
    COL LOG_DAY FORMAT A2
    SELECT DB_NAME, HOSTNAME, LOG_ARCHIVED, LOG_APPLIED,APPLIED_TIME,
    LOG_ARCHIVED-LOG_APPLIED LOG_GAP,LAG_DAY,LAG_TIME
    FROM
    SELECT NAME DB_NAME
    FROM V$DATABASE
    SELECT UPPER(SUBSTR(HOST_NAME,1,(DECODE(INSTR(HOST_NAME,'.'),0,LENGTH(HOST_NAME),
    (INSTR(HOST_NAME,'.')-1))))) HOSTNAME
    FROM V$INSTANCE
    SELECT MAX(SEQUENCE#) LOG_ARCHIVED
    FROM V$ARCHIVED_LOG WHERE DEST_ID=1 AND ARCHIVED='YES'
    SELECT MAX(SEQUENCE#) LOG_APPLIED
    FROM V$ARCHIVED_LOG WHERE DEST_ID=2 AND APPLIED='YES'
    SELECT TO_CHAR(MAX(COMPLETION_TIME),'DD-MON/HH24:MI') APPLIED_TIME
    FROM V$ARCHIVED_LOG WHERE DEST_ID=2 AND APPLIED='YES'
    SELECT floor((sysdate - MAX(COMPLETION_TIME))*24*60) LAG_TIME
    FROM V$ARCHIVED_LOG WHERE DEST_ID=2 AND APPLIED='YES'
    SELECT '+'||floor((sysdate - MAX(COMPLETION_TIME))*24) LAG_DAY
    FROM V$ARCHIVED_LOG WHERE DEST_ID=2 AND APPLIED='YES'
    );thanks,
    baskar.l

  • I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    Your previous tabs will not re-open or be available to re-open when starting Firefox if:
    *your previous session was in Private Browsing mode; see --> http://support.mozilla.org/en-US/kb/Private+Browsing
    *you use Clear Recent History (''Firefox button > History > Clear Recent History'' or ''Tools > Clear Recent History''); see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-clear-my-history
    *you clear History automatically when closing Firefox; see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-make-firefox-clear-my-history-automatically
    NOTE: Your third-party Plugins (Add-ons > Plugins) are not in the "Application Basics" (Troubleshooting Information) in the "More system details" of your original post. Third-party Plugins are categorized separately in "Installed Plugins" under "More system details". You should review but not change the Plugins as detected automatically by the software on this forum when posting a question.
    If you problem still exists after checking the above, the problem could be caused by one or more of your Extensions or Plugins:
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    *See --> [http://support.mozilla.org/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Sidebar stuck at bottom of page with last repeatable section--help

    I'm new to webpage creating. Here's my situation---I have a content section and then a sidebar on the right. The content section is repeatable. No matter what I do, the sidebar always aligns with the last repeatable section, meaning that it's often at the bottom of the page. The sidebar code looks like this---
            <div id="sidebar">
                <ul>
                        <h2>Primary Texts</h2>
                        <p><a href="primarytextsonline.html">Primary Texts Online</a></p>
                        <p><a href="manuscripts.html">Manuscript Resources</a></p>
                </ul>
            </div>
            <!-- end #sidebar -->
    In case it matters, the code right before this dealing with the repeatable content section is:
              <!-- TemplateEndEditable --></div>
            </div>
            <div class="post">
              <div class="entry">
                <div class="entry-bgtop">
                  <div class="entry-bgbtm"></div>
                </div>
              </div>
              </div>
            <div class="post"> </div>
            <div style="clear: both;"></div>
            </div>
        <!-- TemplateEndRepeat -->
    All I want is for my sidebar to appear at the top, in line with the first chunk of text/content and stay there.

    Full style sheet:
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
    body {
        margin: 0;
        padding: 0;
        background: #1B120B;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #787878;
    h1, h2, h3 {
        margin: 0;
        padding: 10;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        color: #CCCCCC;
    h1 {
        font-size: 2em;
        color: #CCCCCC;
    h2 {
        font-size: 1.8em;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    h3 {
        font-size: 1.6em;
    p, ul, ol {
        margin-top: 0;
        line-height: 150%;
    ul, ol {
    a {
        text-decoration: none;
        color: #CCCCCC;
    a:hover {
    #wrapper {
        margin: 0 auto;
        padding: 0;
        background: url(images/img05.jpg) repeat-x left top;
    /* Header */
    #header-wrapper {
    #header {
        width: 960px;
        height: 100px;
        margin: 0 auto;
        background: url(images/img02.jpg) no-repeat left top;
    /* Logo */
    #logo {
        float: left;
        height: 240px;
        margin: 0;
        padding: 0px;
        color: #FFFFFF;
    #logo h1, #logo p {
        margin: 0;
        padding: 0;
    #logo h1 {
        float: left;
        padding-left: 25px;
        letter-spacing: -1px;
        text-transform: lowercase;
        font-size: 2.6em;
    #logo p {
        float: left;
        margin: 0;
        padding: 12px 0 0 10px;
        font: normal 14px Georgia, "Times New Roman", Times, serif;
        font-style: italic;
    #logo a {
        border: none;
        background: none;
        text-decoration: none;
        color: #FFFFFF;
    /* Search */
    #search {
        float: right;
        width: 279px;
        height: 110px;
        padding: 0;
    #search form {
        height: 41px;
        margin: 0;
        padding: 10px 0 0 30px;
    #search fieldset {
        margin: 0;
        padding: 0;
        border: none;
    #search-text {
        width: 195px;
        padding: 6px 10px;
        border: 1px #4C4842 solid;
        background: none;
        text-transform: lowercase;
        font: normal 11px Arial, Helvetica, sans-serif;
        color: #808080;
    #search-submit {
        display: none;
    /* Menu */
    #menu {
        width: 960px;
        height: 40px;
        margin: 0 auto;
        padding: 0;
        background: url(images/img03.jpg) repeat-x left top;
    #menu ul {
        margin: 0;
        padding: 0px 0px 0px 25px;
        list-style: none;
        line-height: normal;
    #menu li {
        float: left;
    #menu a {
        display: block;
        height: 18px;
        margin-right: 3px;
        padding: 12px 40px 0px 40px;
        background: url(images/img06.jpg) no-repeat right 10px;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        border: none;
    #menu a:hover, #menu .current_page_item a {
    #menu .current_page_item a {
        padding-left: 0;
    #menu a:hover {
        text-decoration: underline;
    /* Page */
    #page {
        width: 960px;
        margin: 0 auto;
        padding: 0;
        background: url(images/img04.jpg) repeat-y left top;
    #page-bgtop {
    #page-bgbtm {
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    /* Content */
    #content {
        float: left;
        width: 640px;
        padding: 0;
    .post {
    .post .title {
        height: 38px;
        letter-spacing: -0.5px;
        color: #181818;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 20px;
    .post .title a {
        color: #181818;
        border: none;
    .post .meta {
        margin-top: -10px;
        padding-bottom: 0px;
        padding-left: 20px;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: italic;
    .post .meta a {
    .post .entry {
        text-align: justify;
        margin-bottom: 25px;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    .links {
        display: block;
        width: 130px;
        margin: 20px 0px;
        padding: 5px;
        background: #A03128;
        border-left: 20px solid #1B120B;
        text-align: center;
        text-transform: uppercase;
        font-size: 10px;
        color: #FFFFFF;
    /* Sidebar */
    #sidebar {
        float: right;
        width: 250px;
        padding: 10px 0px 0px 0px;
        color: #787878;
    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    #sidebar li {
        margin: 0;
        padding: 0;
    #sidebar li ul {
        margin: 0px 15px;
        padding-bottom: 30px;
    #sidebar li li {
        line-height: 35px;
        border-bottom: 1px dashed #D1D1D1;
        padding-left: 15px;
    #sidebar li li span {
        display: block;
        margin-top: -20px;
        padding: 0;
        font-size: 11px;
        font-style: italic;
    #sidebar h2 {
        height: 38px;
        padding: 12px 0 0 15px;
        letter-spacing: -.5px;
        color: #181818;
    #sidebar p {
        margin: 0 0px;
        padding: 0px 20px 20px 20px;
        text-align: justify;
    #sidebar a {
        border: none;
        color: #B94E0E;
    #sidebar a:hover {
        text-decoration: underline;
    /* Calendar */
    #calendar {
    #calendar_wrap {
        padding: 20px;
    #calendar table {
        width: 100%;
    #calendar tbody td {
        text-align: center;
    #calendar #next {
        text-align: right;
    /* Footer */
    #footer-wrapper {
        width: 100%;
        background: #231202;
    #footer {
        width: 960px;
        height: 100px;
        margin: 0 auto;
        padding: 0px 0 15px 0;
        font-family: Arial, Helvetica, sans-serif;
    #footer p {
        margin: 0;
        padding-top: 40px;
        line-height: normal;
        font-size: 9px;
        text-transform: uppercase;
        text-align: center;
        color: #FFFFFF;
    #footer a {
        color: #FFDBD9;

  • DS 4.2 get ECC CDHDR deltas in ABAP data flow using last run log table

    I have a DS 4.2 batch job where I'm trying to get ECC CDHDR deltas inside an ABAP data flow.  My SQL Server log table has an ECC CDHDR last_run_date_time (e.g. '6/6/2014 10:10:00') where I select it at the start of the DS 4.2 batch job run and then update it to the last run date/time at the end of the DS 4.2 batch job run.
    The problem is that CDHDR has the date (UDATE) and time (UTIME) in separate fields and inside an ABAP data flow there are limited DS functions.  For example, outside of the ABAP data flow I could use the DS function concat_date_time for UDATE and UTIME so that I could have a where clause of 'concat
    _date_time(UDATE, UTIME) > last_run_date_time and concat_date_time(UDATE, UTIME) <= current_run_date_time'.  However, inside the ABAP data flow the DS function concat_date_time is not available.  Is there some way to concatenate UDATE + UTIME inside an ABAP data flow?
    Any help is appreciated.
    Thanks,
    Brad

    Michael,
    I'm trying to concatenate date and time and here's my ABAP data flow where clause:
    CDHDR.OBJECTCLAS in ('DEBI', 'KRED', 'MATERIAL')
    and ((CDHDR.UDATE || ' ' || CDHDR.UTIME) > $CDHDR_Last_Run_Date_Time)
    and ((CDHDR.UDATE || ' ' || CDHDR.UTIME) <= $Run_Date_Time)
    Here are DS print statements showing my global variable values:
    $Run_Date_Time is 2014.06.09 14:14:35
    $CDHDR_Last_Run_Date_Time is 1900.01.01 00:00:01
    The issue is I just created a CDHDR record with a UDATE of '06/09/2014' and UTIME of '10:48:27' and it's not being pulled in the ABAP data flow.  Here's selected contents of the generated ABAP file (*.aba):
    PARAMETER $PARAM1 TYPE D.
    PARAMETER $PARAM2 TYPE D.
    concatenate CDHDR-UDATE ' ' into ALTMP1.
    concatenate ALTMP1 CDHDR-UTIME into ALTMP2.
    concatenate CDHDR-UDATE ' ' into ALTMP3.
    concatenate ALTMP3 CDHDR-UTIME into ALTMP4.
    IF ( ( ALTMP4 <= $PARAM2 )
    AND ( ALTMP2 > $PARAM1 ) ).
    So $PARAM1 corresponds to $CDHDR_Last_Run_Date_Time ('1900.01.01 00:00:01') and $PARAM2 corresponds to $Run_Date_Time ('2014.06.09 14:14:35').  But from my understanding ABAP data type D is for date only (YYYYMMDD) and doesn't include time, so is my time somehow being defaulted to '00:00:00' when it gets to DS?  I ask this as a CDHDR record I created on 6/6 wasn't pulled during my 6/6 testing but this 6/6 CDHDR record was pulled today.
    I can get  last_run_date_time and current_run_date_time into separate date and time fields but I'm not sure how to build the where clause using separate date and time fields.  Do you have any recommendations or is there a better way for me to pull CDHDR deltas in an ABAP data flow using something different than a last run log table?
    Thanks,
    Brad

  • Lightroom CC not showing up in my creative cloud after repeated log out and log in's

    tried updating to the latest lightroom, but creative cloud not showing Lightroom CC even after repeated log outs and log back in's. Showed up first time on another machine of mine but not my main desktop machine.

    Hi Sandeep,
    I just signed up for a 30 day trial and I'm really excited to use the software for movie editing, however I just saw this post after I was trying to use Premiere Pro and sadly I don't have a machine with 64 Bit OS. I was just seeing if there is any way I can cancel my free trial and then start it back up after I get a new computer. I'm really excited about using Premier Pro but want to make sure I can try it out with a film project before purchasing and I don't know how long it will take to get a new computer.
    thanks!

  • Mysterious repeat log entries in System events log

    I tried unsuccessfully to share internet connection with 2 iMacs without router(That doesn't matter). But after this, my iMac (24" 2.8 GHz) not networked or on internet now shows this repeated log entries every minute:
    com.apple.launchd[1] (com.apple.InternetSharing): Throttling respawn: Will start in 10 seconds
    This message gets repeated every minute on System events log. Daily, Monthly maintenance was not done automatically earlier today on this iMac (usually it did without any problem) which was on all-night.
    I checked with Disk Utility, repaired permissions. Although no problems in working, this continuous log writings disturbs me.
    Thanks for any help & Happy New Year!
    Best.

    Thanks, V.K. Did that (was asked password). System log showed after restart:
    com.apple.launchd[1] (com.apple.InternetSharing[152]): Exited with exit code: 1
    com.apple.launchd[1] (com.apple.InternetSharing): Throttling respawn: Will start in 10 seconds
    com.apple.launchd[1] (com.apple.InternetSharing153): Exited with exit code: 1
    com.apple.launchd[1] (com.apple.InternetSharing): Throttling respawn: Will start in 10 seconds
    Then it started again the same way as above - with each aditional line each time as shown above. Thanks for sticking with me on this. Hope you will offer other suggestions.
    Best.

  • Repeated Logs "Reference Already Gone" in Sun MQ log file

    Can anyone suggest as to what may be causing these messages? We occasionally see many hundreds of thousands of them. I am not sure what triggers this problem. Not all logs are for the same JMS message ID. But at the same time, we have repeated log statements for the same message id too.
    We do occasionally purge thousands of unconsumed messages from our destinations (queues and topics).
    Thanks
    Aspi Engineer
    Putnam Investments
    [22/Sep/2010:16:19:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:20:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:21:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:22:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:23:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:24:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:25:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452
    [22/Sep/2010:16:26:06 EDT] Reference already gone for 15268-172.28.129.220(9e:9:12:4d:15:5a)-50365-1276330255452

    Sun MQ 4.4U1
    Even 24 hours after I submitted the post, my logs are still being flodded with the same messages.
    - Aspi

  • WARNING - Last redo log file switch interval was 6 minutes. Next interval p

    Hello!
    I just started monitoring my Oracle via ConSol Nagios script.
    Now it show`s a Warning because:
    WARNING - Last redo log file switch interval was 6 minutes. Next interval presumably >2 minutes. Second incident in a row.
    As I do not know much about Oracle I do not understand that message.
    a) What does it mean ?
    b) Is it really critical ?
    Thanks!

    >
    I just started monitoring my Oracle via ConSol Nagios script.
    Now it show`s a Warning because:
    WARNING - Last redo log file switch interval was 6 minutes. Next interval presumably >2 minutes. Second incident in a row.
    As I do not know much about Oracle I do not understand that message.
    a) What does it mean ?
    b) Is it really critical ?
    >
    First of all: This is not an Oracle Error message. Instead, you have a somewhat arbitrarily threshold set in your non-Oracle monitoring tool. If this happens only once in a while - ignore it or modify the threshold.
    Generally, frequent fast logswitches can be the cause of performance problems.
    If you have Oracle Enterprise Manager in place and Diagnostic Pack licensed, it would give you a much more qualified statement about your Database performance. Also a recommendation to increase the Logfile size in case.
    If you look for a procedure to increase the size of your logfiles:
    http://uhesse.wordpress.com/2010/01/20/how-to-change-the-size-of-online-redologs/
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • In standby db, can't find sequence number of Last Applied Log.

    Hello,
    Standby database is behind the primary database for over 200 hours, to repaire this, we are using a incremental backup from primary database and a restored control file.
    after starting up standby database, in Grid Control (OEM), can't find "last applied log" sequence number,
    go to that standby, do
    standby> select max(sequence#) from v$archived_log where applied='YES';
    MAX(SEQUENCE#)
    go to primary,
    do
    SQL> select max(sequence#) from v$archived_log where applied='YES';
    MAX(SEQUENCE#)
    83833
    then using OEM grid control, to Verify checks various standby database settings.
    Initializing
    Connected to instance standby_server:standby
    Starting alert log monitor...
    Updating Data Guard link on database homepage...
    Skipping verification of fast-start failover static services check.
    Data Protection Settings:
    Protection mode : Maximum Performance
    Redo Transport Mode settings:
    primary.com: ASYNC
    standby.com: ASYNC
    Checking standby redo log files.....OK
    Checking Data Guard status
    primary.com : Normal
    standby.com : Normal
    Checking inconsistent properties
    Checking agent status
    Checking applied log on standby........WARNING:
    Timed out after 60 seconds waiting for log to be applied.
    Processing completed.
    so how to fix this?
    thanks you very much.
    Edited by: 951932 on Oct 18, 2012 7:44 AM

    Hello;
    Probably nothing to fix. This is a common warning message.
    It even occurs in this example :
    http://www.databasejournal.com/features/oracle/article.php/10893_3826706_2/Oracle-11g-Data-Guard-Grid-Control-Management.htm
    Best Regards
    mseberg

  • Repeated logging in

    I recently upgraged my computer and have it connected to the internet through an Airport Express base station. Since doing so, there are sites, such as eBay, that after logging in, I have to constantly repeat logging in every time I visit a new page. I have cookies enabled within Safari and eBay often doesn't recognize when I visit their home page.
    I'm guessing the problem lies in my Network settings. I'm using OS X's built-in firewall and have all file sharing preferences turned off. I'm not using Passive FTP Mode - don't know if this makes a difference. For the Firewall Prefs, I've tried blocking and not blocking UDP Traffic. I also have the Stealth Mode enabled.
    Any ideas?
    PowerMac G5 Quad, iMac G5 iSight, iMac Rev. B, PowerMac 7200   Mac OS X (10.4.5)  

    Just discovered that this problem seems to be confined to Safari. When using Internet Explorer, I visited numerous pages without having to log back in. Unfortunately, using IE is somewhat of a more painful way to surf due to it being too slow.
    Checked to see is Private Browsing was enabled in Safari thinking this might be the problem but there is no checkmark beside it so I'm assuming, maybe incorrectly, that is is disabled.

  • Ocspd issue, causing repeated log errors.

    I'm fairly new to Apple servers and have recently installed a new mac mini server with Lion OS Server.
    The server seems to intermittently slow down or refuse to send receive email for a while.  Looking at the log files I have noticed the following error being repeated constantly.
    Dec 19 18:47:46 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    Dec 19 18:48:16: --- last message repeated 3 times ---
    Dec 19 18:48:16 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    Dec 19 18:48:46: --- last message repeated 3 times ---
    Dec 19 18:48:46 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    Dec 19 18:49:16: --- last message repeated 3 times ---
    Dec 19 18:49:16 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    The log file is just full of this stuff.  The system consists of 3 Windows 7 PCs connecting to the server and two iphones connecting remotely.
    Any help is much appreciated, even if its just a pointer in the right direction to look.

    I'm fairly new to Apple servers and have recently installed a new mac mini server with Lion OS Server.
    The server seems to intermittently slow down or refuse to send receive email for a while.  Looking at the log files I have noticed the following error being repeated constantly.
    Dec 19 18:47:46 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    Dec 19 18:48:16: --- last message repeated 3 times ---
    Dec 19 18:48:16 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    Dec 19 18:48:46: --- last message repeated 3 times ---
    Dec 19 18:48:46 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    Dec 19 18:49:16: --- last message repeated 3 times ---
    Dec 19 18:49:16 markoneserver ocspd[1021]: dnssd_clientstub ConnectToServer: socket failed 24 Too many open files
    The log file is just full of this stuff.  The system consists of 3 Windows 7 PCs connecting to the server and two iphones connecting remotely.
    Any help is much appreciated, even if its just a pointer in the right direction to look.

  • Coldfusion 9 Server Monitoring - Can't find "Last Error" log

    Hi,
    Perhaps this is a stupid question, but I cannot locate where does Coldfusion write all the error details that it reports under "Last Error" in Coldfusion Server Monitor.
    I am trying to get to the bottom of a pesky error message, but can't get any more information on it without looking at the actual logs. I tried application.log but errors there are very very old and not the ones that CF Monitor is reporting.
    Here is the screenshot of what I mean:
    Thanks for any suggestions!
    Sasha.

    Hi Sasha,
    There are no such things as stupid questions tho there are dumb answers, hope this is not one of the latter.
    There are two ways. Double click under Reports - requests with errors.
    Or select Statistics tab > Errors menu > request with errors.
    HTH, Carl.
    PS
    this may help CF dev week event -
    http://www.adobe.com/devnet/coldfusion/events.html
    Watch the excellent recorded session by Charlie Arehart on understanding CF Monitor:
    http://www.adobe.com/cfusion/event/index.cfm?id=1886254&event=register_no_session&loc=en_u s

  • Photoshop CS5 crashing repeatedly - Logs inside

    If anyone can shed some light on what these logs say, would be greatly appreciated!
    Crash #1
    Process:         Adobe Photoshop CS5 [329]
    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-64 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2012-12-13 14:43:28.727 -0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          38994 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  38221 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID: 898E2FC0-66B9-45F6-9AA8-77BE5D1021FA
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS 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)
    0x88c81766
    0x866bcf03
    0x88c815a7
    0x88c81534
    0x867aacee
    0x00005572
    0x81b56917
    0x0000541c
    0x00007fb4
    0x00008aa0
    0x0000ad72
    0x0000ab4f
    0x865014c0
    0x0000a256
    0x864f4fd6
    0x864f4e89
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0 com.adobe.Photoshop              0x000000010090abf3 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6480055
    1 com.adobe.Photoshop              0x000000010090b146 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6481418
    2 com.adobe.Photoshop              0x00000001008fcaef AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6422451
    3 com.adobe.Photoshop              0x000000010096327e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6842178
    4 com.adobe.Photoshop              0x000000010097c6a9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 6945645
    5 com.adobe.Photoshop              0x000000010007bcd3 0x100000000 + 507091
    6 com.adobe.Photoshop              0x000000010006a997 0x100000000 + 436631
    7 com.adobe.Photoshop              0x0000000100066c7b 0x100000000 + 420987
    8 com.adobe.Photoshop              0x00000001012ee2a2 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16848742
    9 com.apple.Foundation              0x00007fff8680ebc5 __NSFireTimer + 114
    10 com.apple.CoreFoundation                0x00007fff88c1dbb8 __CFRunLoopRun + 6488
    11 com.apple.CoreFoundation                0x00007fff88c1bd8f CFRunLoopRunSpecific + 575
    12 com.apple.HIToolbox                0x00007fff890217ee RunCurrentEventLoopInMode + 333
    13 com.apple.HIToolbox                0x00007fff890215f3 ReceiveNextEventCommon + 310
    14 com.apple.HIToolbox                0x00007fff890214ac BlockUntilNextEventMatchingListInMode + 59
    15 com.apple.AppKit                      0x00007fff87ba7eb2 _DPSNextEvent + 708
    16 com.apple.AppKit                      0x00007fff87ba7801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    17 com.apple.AppKit                      0x00007fff87b6d68f -[NSApplication run] + 395
    18 com.adobe.Photoshop             0x00000001012ee19c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16848480
    19 com.adobe.Photoshop             0x00000001012ef3c7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16853131
    20 com.adobe.Photoshop             0x0000000100068e82 0x100000000 + 429698
    21 com.adobe.Photoshop             0x0000000100238308 0x100000000 + 2327304
    22 com.adobe.Photoshop             0x00000001002383a7 0x100000000 + 2327463
    23 com.adobe.Photoshop             0x0000000100002ea4 0x100000000 + 11940
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib                        0x00007fff864d4c0a kevent + 10
    1 libSystem.B.dylib                        0x00007fff864d6add _dispatch_mgr_invoke + 154
    2 libSystem.B.dylib                        0x00007fff864d67b4 _dispatch_queue_invoke + 185
    3 libSystem.B.dylib                        0x00007fff864d62de _dispatch_worker_thread2 + 252
    4 libSystem.B.dylib                        0x00007fff864d5c08 _pthread_wqthread + 353
    5 libSystem.B.dylib                        0x00007fff864d5aa5 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 com.adobe.amt.services            0x0000000109423c53 AMTConditionLock::LockWhenCondition(int) + 37
    3 com.adobe.amt.services            0x000000010941ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4 com.adobe.amt.services            0x0000000109423cbe AMTThread::Worker(void*) + 28
    5 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    6 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib                        0x00007fff864bbdce semaphore_timedwait_trap + 10
    1 ...ple.CoreServices.CarbonCore          0x00007fff85a42186 MPWaitOnSemaphore + 96
    2 MultiProcessor Support             0x000000011ea1ebd3 ThreadFunction(void*) + 69
    3 ...ple.CoreServices.CarbonCore          0x00007fff859ad0d1 PrivateMPEntryPoint + 63
    4 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    5 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib                        0x00007fff864bbdce semaphore_timedwait_trap + 10
    1 ...ple.CoreServices.CarbonCore          0x00007fff85a42186 MPWaitOnSemaphore + 96
    2 MultiProcessor Support             0x000000011ea1ebd3 ThreadFunction(void*) + 69
    3 ...ple.CoreServices.CarbonCore          0x00007fff859ad0d1 PrivateMPEntryPoint + 63
    4 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    5 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib                        0x00007fff864bbdce semaphore_timedwait_trap + 10
    1 ...ple.CoreServices.CarbonCore          0x00007fff85a42186 MPWaitOnSemaphore + 96
    2 MultiProcessor Support             0x000000011ea1ebd3 ThreadFunction(void*) + 69
    3 ...ple.CoreServices.CarbonCore          0x00007fff859ad0d1 PrivateMPEntryPoint + 63
    4 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    5 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 ...ple.CoreServices.CarbonCore          0x00007fff85a6bd87 TSWaitOnCondition + 118
    3 ...ple.CoreServices.CarbonCore          0x00007fff859daff8 TSWaitOnConditionTimedRelative + 177
    4 ...ple.CoreServices.CarbonCore          0x00007fff859d4efb MPWaitOnQueue + 215
    5 AdobeACE                       0x000000010592c23d 0x1058f2000 + 238141
    6 AdobeACE                       0x000000010592bbea 0x1058f2000 + 236522
    7 ...ple.CoreServices.CarbonCore          0x00007fff859ad0d1 PrivateMPEntryPoint + 63
    8 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    9 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 ...ple.CoreServices.CarbonCore          0x00007fff85a6bd87 TSWaitOnCondition + 118
    3 ...ple.CoreServices.CarbonCore          0x00007fff859daff8 TSWaitOnConditionTimedRelative + 177
    4 ...ple.CoreServices.CarbonCore          0x00007fff859d4efb MPWaitOnQueue + 215
    5 AdobeACE                       0x000000010592c23d 0x1058f2000 + 238141
    6 AdobeACE                       0x000000010592bbea 0x1058f2000 + 236522
    7 ...ple.CoreServices.CarbonCore          0x00007fff859ad0d1 PrivateMPEntryPoint + 63
    8 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    9 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 ...ple.CoreServices.CarbonCore          0x00007fff85a6bd87 TSWaitOnCondition + 118
    3 ...ple.CoreServices.CarbonCore          0x00007fff859daff8 TSWaitOnConditionTimedRelative + 177
    4 ...ple.CoreServices.CarbonCore          0x00007fff859d4efb MPWaitOnQueue + 215
    5 AdobeACE                       0x000000010592c23d 0x1058f2000 + 238141
    6 AdobeACE                       0x000000010592bbea 0x1058f2000 + 236522
    7 ...ple.CoreServices.CarbonCore          0x00007fff859ad0d1 PrivateMPEntryPoint + 63
    8 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    9 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864f68f9 nanosleep + 148
    2 com.adobe.PSAutomate           0x00000001215da0fb ScObjects::Thread::sleep(unsigned int) + 59
    3 com.adobe.PSAutomate           0x00000001215bc033 ScObjects::BridgeTalkThread::run() + 163
    4 com.adobe.PSAutomate           0x00000001215da1f6 ScObjects::Thread::go(void*) + 166
    5 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    6 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 com.adobe.adobeswfl                0x0000000122a8789d APXGetHostAPI + 2465805
    3 com.adobe.adobeswfl                0x00000001228405e9 APXGetHostAPI + 77145
    4 com.adobe.adobeswfl                0x0000000122a879b1 APXGetHostAPI + 2466081
    5 com.adobe.adobeswfl                0x0000000122a87d1a APXGetHostAPI + 2466954
    6 com.adobe.adobeswfl                0x0000000122a87e49 APXGetHostAPI + 2467257
    7 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    8 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 11:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 com.adobe.adobeswfl                0x0000000122a8789d APXGetHostAPI + 2465805
    3 com.adobe.adobeswfl                0x00000001228405e9 APXGetHostAPI + 77145
    4 com.adobe.adobeswfl                0x0000000122a879b1 APXGetHostAPI + 2466081
    5 com.adobe.adobeswfl                0x0000000122a87d1a APXGetHostAPI + 2466954
    6 com.adobe.adobeswfl                0x0000000122a87e49 APXGetHostAPI + 2467257
    7 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    8 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 12:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 com.adobe.adobeswfl                0x0000000122a8789d APXGetHostAPI + 2465805
    3 com.adobe.adobeswfl                0x00000001228405e9 APXGetHostAPI + 77145
    4 com.adobe.adobeswfl                0x0000000122a879b1 APXGetHostAPI + 2466081
    5 com.adobe.adobeswfl                0x0000000122a87d1a APXGetHostAPI + 2466954
    6 com.adobe.adobeswfl                0x0000000122a87e49 APXGetHostAPI + 2467257
    7 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    8 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 13:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 com.adobe.adobeswfl                0x0000000122a8789d APXGetHostAPI + 2465805
    3 com.adobe.adobeswfl                0x00000001228405e9 APXGetHostAPI + 77145
    4 com.adobe.adobeswfl                0x0000000122a879b1 APXGetHostAPI + 2466081
    5 com.adobe.adobeswfl                0x0000000122a87d1a APXGetHostAPI + 2466954
    6 com.adobe.adobeswfl                0x0000000122a87e49 APXGetHostAPI + 2467257
    7 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    8 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 14:
    0 libSystem.B.dylib                        0x00007fff864bbd7a mach_msg_trap + 10
    1 libSystem.B.dylib                        0x00007fff864bc3ed mach_msg + 59
    2 com.apple.CoreFoundation                  0x00007fff88c1c902 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation                  0x00007fff88c1bd8f CFRunLoopRunSpecific + 575
    4 com.apple.CoreMediaIOServices        0x00007fff8971f5f7 MIO::DAL::RunLoop::OwnThread(void*) + 147
    5 com.apple.CoreMediaIOServices        0x00007fff897211c2 CAPThread::Entry(CAPThread*) + 140
    6 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    7 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 15:
    0 libSystem.B.dylib                        0x00007fff864bbdda semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib                        0x00007fff864fa772 _pthread_cond_wait + 1015
    2 com.adobe.adobeswfl                0x0000000122a87869 APXGetHostAPI + 2465753
    3 com.adobe.adobeswfl                0x0000000122aa40ec APXGetHostAPI + 2582620
    4 com.adobe.adobeswfl                0x0000000122a879b1 APXGetHostAPI + 2466081
    5 com.adobe.adobeswfl                0x0000000122a87d1a APXGetHostAPI + 2466954
    6 com.adobe.adobeswfl                0x0000000122a87e49 APXGetHostAPI + 2467257
    7 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    8 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 16:
    0 libSystem.B.dylib                        0x00007fff864bbdda semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib                        0x00007fff864fa772 _pthread_cond_wait + 1015
    2 com.adobe.adobeswfl                0x0000000122a87869 APXGetHostAPI + 2465753
    3 com.adobe.adobeswfl                0x0000000122c21ef3 APXGetHostAPI + 4146787
    4 com.adobe.adobeswfl                0x0000000122a879b1 APXGetHostAPI + 2466081
    5 com.adobe.adobeswfl                0x0000000122a87d1a APXGetHostAPI + 2466954
    6 com.adobe.adobeswfl                0x0000000122a87e49 APXGetHostAPI + 2467257
    7 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    8 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 17:
    0 libSystem.B.dylib                        0x00007fff864ff956 recvfrom + 10
    1 ServiceManager-Launcher.dylib         0x000000012560b982 Invoke + 54020
    2 ServiceManager-Launcher.dylib         0x000000012560aadf Invoke + 50273
    3 ServiceManager-Launcher.dylib         0x0000000125609b26 Invoke + 46248
    4 ServiceManager-Launcher.dylib         0x0000000125609b81 Invoke + 46339
    5 ServiceManager-Launcher.dylib         0x0000000125609c02 Invoke + 46468
    6 ServiceManager-Launcher.dylib         0x000000012560430d Invoke + 23695
    7 ServiceManager-Launcher.dylib         0x00000001256044a6 Invoke + 24104
    8 ServiceManager-Launcher.dylib         0x0000000125604f2f Invoke + 26801
    9 ServiceManager-Launcher.dylib         0x000000012560501d Invoke + 27039
    10 ServiceManager-Launcher.dylib        0x000000012560831f Invoke + 40097
    11 ServiceManager-Launcher.dylib        0x00000001256085c5 Invoke + 40775
    12 ServiceManager-Launcher.dylib        0x0000000125608b84 Invoke + 42246
    13 ServiceManager-Launcher.dylib        0x0000000125608d71 Invoke + 42739
    14 ServiceManager-Launcher.dylib        0x00000001255fadaf Login + 1773
    15 ServiceManager-Launcher.dylib        0x00000001255fc295 Login + 7123
    16 ServiceManager-Launcher.dylib        0x00000001256092a8 Invoke + 44074
    17 ServiceManager-Launcher.dylib        0x000000012560b6c1 Invoke + 53315
    18 libSystem.B.dylib                       0x00007fff864f4fd6 _pthread_start + 331
    19 libSystem.B.dylib                       0x00007fff864f4e89 thread_start + 13
    Thread 18:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 libtbb.dylib                        0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3 libtbb.dylib                        0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4 libtbb.dylib                        0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    6 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 19:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 libtbb.dylib                        0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3 libtbb.dylib                        0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4 libtbb.dylib                        0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    6 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 20:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 libtbb.dylib                        0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3 libtbb.dylib                        0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4 libtbb.dylib                        0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    6 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 21:
    0 libSystem.B.dylib                        0x00007fff864f6a6a __semwait_signal + 10
    1 libSystem.B.dylib                        0x00007fff864fa881 _pthread_cond_wait + 1286
    2 libtbb.dylib                        0x0000000106a5e22c tbb::internal::GenericScheduler::wait_while_pool_is_empty() + 92
    3 libtbb.dylib                        0x0000000106a68b84 tbb::internal::CustomScheduler<tbb::internal::IntelSchedulerTraits>::wait_for_all(tbb::ta sk&, tbb::task*) + 1858
    4 libtbb.dylib                        0x0000000106a60e3a tbb::internal::GenericScheduler::worker_routine(void*) + 632
    5 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    6 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 22:  com.apple.CFSocket.private
    0 libSystem.B.dylib                        0x00007fff864ff932 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation                  0x00007fff88c3e468 __CFSocketManager + 824
    2 libSystem.B.dylib                        0x00007fff864f4fd6 _pthread_start + 331
    3 libSystem.B.dylib                        0x00007fff864f4e89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000  rbx: 0x000000011a19f9f0  rcx: 0x0000000000000008  rdx: 0x0000000000000000
    rdi: 0x00007fff5fbfe1f0  rsi: 0x000000011a19f9f0  rbp: 0x00007fff5fbfe1c0  rsp: 0x00007fff5fbfe1c0
    r8: 0x0000000000000001   r9: 0x000000000065f0be  r10: 0x00000000000014d4  r11: 0x00000001012f5846
    r12: 0x00007fff5fbfe1f0  r13: 0x0000000000000000  r14: 0x00007fff5fbfe430  r15: 0x00000001072ebcc0
    rip: 0x000000010090abf3  rfl: 0x0000000000010246  cr2: 0x0000000000000000
    Binary Images:
    0x100000000 -        0x1026b5fff +com.adobe.Photoshop 12.0 (12.0x20100407.r.1103) (12.0) <B69D89E5-01DD-C220-48B1-E129D0574536> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    0x103295000 -        0x10330dfef +com.adobe.adobe_caps adobe_caps 3.0.116.0 (3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x103323000 -        0x10332afff  org.twain.dsm 1.9.4 (1.9.4) <D32C2B79-7DE8-1609-6BD4-FB55215BD75B> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x103332000 -        0x103342ff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x10334d000 - 0x103353ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <160780A4-C1F4-9752-609D-11E4A2D267C9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x10335a000 -        0x103560fef +com.adobe.linguistic.LinguisticManager 5.0.0 (11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x1035f3000 -        0x1037a1fef +com.adobe.owl AdobeOwl version 3.0.91 (3.0.91) <C36CA603-EFFB-2EED-6CEE-0B532CE052D2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x103843000 -        0x103c73fef +AdobeMPS ??? (???) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x103dcd000 -        0x1040f8ff7 +AdobeAGM ??? (???) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1041c5000 -        0x1044edfe7 +AdobeCoolType ??? (???) <9E03F47A-06A3-F1F4-AC4C-76F12FACC294> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x104585000 -        0x1045a6ff7 +AdobeBIBUtils ??? (???) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1045b3000 -        0x1045deff6 +AdobeAXE8SharedExpat ??? (???) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1045f0000 -        0x104734fef +WRServices ??? (???) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x10477b000 -        0x1047e0fff +aif_core ??? (???) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x1047fc000 -        0x104812fff +data_flow ??? (???) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x10482a000 -        0x1048c0fff +image_flow ??? (???) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x104937000 -        0x104955fff +image_runtime ??? (???) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x104972000 -        0x104ba1fff +aif_ogl ??? (???) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x104c80000 -        0x104d13fff +AdobeOwlCanvas ??? (???) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x104d33000 -        0x10507cfef +com.adobe.dvaui.framework dvaui version 5.0.0 (5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF

    It looks like EXC_BAD_ACCESS (SIGSEGV) is a memory allocation error.  Might read this link to see how person pursured he issue.  https://discussions.apple.com/thread/3734077?start=0&tstart=0

  • Repeated log in required

    Dear All,
    Adobe is repeatedly asking for sign in for Photoshop, Illustrator, Acrobat Pro, etc., etc.  I recently installed another cloud service on my computer because I cannot trust Adobe Cloud storage for file transfer.  Could the addition of the new cloud service be causing the repeated calls for log in from Adobe or are other people also having the same log in problems?  Adobe seems to be treating my software applications as trial software, even though I have been a subscriber for well over a year. Thanks.

    Hi Small Town Gal,
    Welcome to Adobe Forum,
    You can go through this thread, it can help to resolve your issue:
    http://forums.adobe.com/message/5703632#5703632
    http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html
    You may be prompted to sign in but if you are on an annual plan you have up to 99 days to sign in.  If you are on month to month then you may have up to 30 days to sign in.  You can find more details on this in the Creative Cloud FAQ athttp://www.adobe.com/products/creativecloud/faq.html.
    Do I need ongoing Internet access to use my Adobe® Creative Cloud™ desktop applications?
    No. Your Creative Cloud desktop applications (such as Adobe® Photoshop® and Illustrator®) are installed directly on your computer, so you won't need an ongoing Internet connection to use them on a daily basis.
    An Internet connection is required the first time you install and license your desktop apps, but you can use the apps in offline mode with a valid software license. The desktop apps will attempt to validate your software licenses every 30 days.
    For annual members, you can use the apps for up to 99 days in offline mode. Month-to-month members can use the software for up to 30 days in offline mode.
    Regards,
    Rajshree

Maybe you are looking for

  • Report is taking too long time. Please advice

    Hi Experts, I have created a report which is almost exploding the BOM and getting the all material documents from MKPF for the given date and then based on those material documents selecting the 601 (Sales) from MSEG. Later based on the material, bat

  • Out of Memory Error when Saving SequenceFile generated using API

    I am currently developing an application that creates a SequenceFile using .NET 4.0, C# (2010), Windows 7 Pro x64, Dual Core 2.5 GHz, 3.0Gb Memory.  Using the API EngineClass, I create a complete SequenceFile based on user/file inputs and then save i

  • Maintain the status of a Visual Web JSF page

    Hello, I have a JSF page in which I display several images.And when the user click on one image it will be viewed on her real size. So the user will be redirected to another page. Then, if he go back to the previous page will be displayed containing

  • Who is Right:  Tomcat or IPlanet?

    As I am reworking the authentication infrastructure for medium sized J2EE application. And I have been writing a simple war to test some strategies. My test war uses a simplified servlet controller ala Pet Store. In effort to protect some 'stuff' fro

  • Copy cost center planning through kp97

    Hi Team, My user is facing the following problem, when he tried to copy planed prices from the previous period through KP97 the data is not copying properly, the exact data in previous period id not copying properly i dont know the reason i thought i