XToolKit excessive logging

Hello,
I am on a RedHawk 4.1.5 box using Java 1.5.0_10. We are using the Java logger with a logging level set to FINEST. In the log created we see user specified log messages but we also see:
sun.awt.X11.XToolKit callTimeoutTasks
FINER: XToolkit.callTimeoutTasks(): current time=xxxxxxxxxxxx; tasks=null
This log message is makes up about 90% of our log file and it occurs so frequently that the log file grows in size very fast. This message did not appear when we used Java 1.4.2. Is there any way I can get rid of this log statement? What does it mean?
We tried to add -Dawt.toolkit=sun.awt.motif.MToolkit to the java commandline, this got rid of the messages above but now we are getting some key focus java system messages.
Any ideas? Are the two related in some way?
Edited by: gjsnunez on Oct 17, 2007 10:28 AM

Brian Postow wrote:
Well, I'm currently running an anti-virus out of paranoia,
it is paranoia. moreover, apart from being unnecessary, AV programs are well known to cause all kinds of system issues and may very well be behind your problems.
but that's an idea for when it's done...

Similar Messages

  • Excessive log entries with buffalo linkstation

    Hi all,
    I am getting excessive log entries on my MacBook Pro (OS 10.6.7) that appear to be related to my Buffalo LinkStation HD-CELU2 external drive. This drive is connected to my Airport Extreme (latest firmware) via USB and acts as my iTunes (10.2.2) library, which also serves as the music source for a Sonos digital music system. A sample of the log entries follow:
    4/18/11 8:15:22 PM    com.apple.launchd[1]    (jp.buffalo.NASPower) Throttling respawn: Will start in 60 seconds
    4/18/11 8:15:39 PM    com.apple.launchd.peruser.501[131]    (jp.buffalo.NASPower[6798]) posix_spawn("/Library/PrivilegedHelperTools/NasNavigator2.app/Contents/MacOS/Na sNavigator2", ...): No such file or directory
    4/18/11 8:15:39 PM    com.apple.launchd.peruser.501[131]    (jp.buffalo.NASPower[6798]) Exited with exit code: 1
    4/18/11 8:15:39 PM    com.apple.launchd.peruser.501[131]    (jp.buffalo.NASPower) Throttling respawn: Will start in 60 seconds
    It says that a file isn't found, and that could be because I uninstalled NASNavigator in an attempt to get rid of these extraneous log entries. Uninstalling the software seems to have only resulted in changing the messages (to "no such file"), not reducing or ending them.
    This log entry is constant; it occurs even when the computer has no need to access the Buffalo hard drive. It makes it very hard to diagnose any other issues because it both clutters the log and causes it to only recall a couple of hours worth of log info.
    Thanks in advance!

    Ho everyone, just registered as I have a Bold 9900 and am considering a Playbook with the new OS2.  Does anyone know whether I will be able to get it to talk to my Buffalo Linkstation.  think its a Pro Duo 2 and is about 2-3 years old.

  • Materialized view excessive logging.  SOS

    The refresh of our materialized view is causing excessive logging. I altered the materialized view to NOLOGGING but it did not have any effect, not sure why?
    We either need to change the refresh time from 3 minutes to every 15 minutes(which is a bummer, data would be more stale) or give up on the materialized view.
    The quantity of archive logs has more than doubled since we adding this materialized view and the file system partition filed up last night, halting activity inside the database!
    Any suggestions?

    The refresh is not set for direct path inserts.Good. Now you have something you can change to help resolve the issue.
    The MV does not have any indexes.So the logging issue you describe is purely caused by deletes from, and inserts into the MV during a complete refresh.
    You can use the advice given by Alex above, and use atomic_refresh => false. Before you say it cannot be done because the users will not have access to the data during refresh, you might need to get creative. If you use query rewrite, for example, users would have access to data from the base tables while the MV is being refreshed. Their queries may be slower for a while, but they will still get data. If waiting 3 minutes or so is unacceptable for the queries that sneak in during a refresh, you can consider the following. Use query rewrite and have 2 materialized views, one of which can refresh while the other is available. After refreshing one, disable query rewrite on the older one.
    We cannot perform a fast refresh due to the query required to build the view.I'll take your word on it, although I have come across this situation many times where MVs that were thought to be impossible to fast refresh actually can be made to do it. Again, you might need to get creative. Sometimes you can do this by having MVs built on other MVs.
    Also, consider using MVs on prebuilt tables. You get additional control over how to refresh the MV this way. You can build your own custom refresh process that might help you do your own "fast refresh" by just applying the delta to your data (insert a few rows, update a few aggregates, perhaps). You can even do things like partition swapping so you can build your refreshed data in a separate table and then swap it with the MV partition (even if it is all in one partition).

  • Lightning request to OPTIONS /dav/home/ 404 causes excessive logging

    Calendar 7u2-6.11
    We encountered a scenario where a Lightning user causes excessive logging (filled up 10GB logs in a day). These logs over and over...
    1.2.3.4 - - [18/Apr/2012:13:58:42 -0500] "PROPFIND /dav/principals/user%40domain/ HTTP/1.1" 207 762 0 "-" "Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120310 Thunderbird/11.0 Lightning/1.3" 0/7026
    1.2.3.4 - - [18/Apr/2012:13:58:42 -0500] "PROPFIND /dav/home/user%40domain/ HTTP/1.1" 207 461 0 "-" "Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120310 Thunderbird/11.0 Lightning/1.3" 0/11527
    1.2.3.4 - - [18/Apr/2012:13:58:42 -0500] "OPTIONS /dav/home/ HTTP/1.1" 404 23 0 "-" "Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120310 Thunderbird/11.0 Lightning/1.3" 0/5073
    On the client side, this appears in the error console.
    CalDAV: Status 207 on initial PROPFIND for calendar MyCal
    CalDAV: Authentication scheme for MyCal is Basic
    CalDAV: recv: <?xml version='1.0' encoding='UTF-8'?><D:multistatus xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:M="urn:ietf:params:xml:ns:carddav">
    <D:response>
    <D:href>/dav/home/user@domain/</D:href>
    <D:propstat>
    <D:prop>
    <D:resourcetype><D:collection /></D:resourcetype>
    <D:owner>
    <D:href>/dav/principals/user@domain/</D:href>
    </D:owner>
    <D:supported-report-set><D:supported-report><D:report><D:principal-search-property-set /></D:report></D:supported-report><D:supported-report><D:report><D:principal-property-search /></D:report></D:supported-report><D:supported-report><D:report><D:principal-match /></D:report></D:supported-report><D:supported-report><D:report><D:expand-property /></D:report></D:supported-report><D:supported-report><D:report><D:sync-collection /></D:report></D:supported-report><D:supported-report><D:report><C:calendar-multiget /></D:report></D:supported-report><D:supported-report><D:report><C:calendar-query /></D:report></D:supported-report><D:supported-report><D:report><M:addressbook-multiget /></D:report></D:supported-report><D:supported-report><D:report><M:addressbook-query /></D:report></D:supported-report></D:supported-report-set>
    <F:getctag xmlns:F=" http://calendarserver.org/ns/ ">"1334776461000.9"</F:getctag>
    </D:prop>
    <D:status>HTTP/1.1 200 OK</D:status>
    </D:propstat>
    <D:propstat>
    <D:prop>
    <C:supported-calendar-component-set />
    </D:prop>
    <D:status>HTTP/1.1 404 Not Found</D:status>
    </D:propstat>
    </D:response>
    </D:multistatus>
    CalDAV: Collection has webdav sync support
    Warning: There has been an error reading data for calendar: MyCal. However, this error is believed to be minor, so the program will attempt to continue. Error code: DAV_DAV_NOT_CALDAV. Description: The resource at https://server.host.name/dav/home/user@domain is a DAV collection but not a CalDAV calendar
    Warning: There has been an error reading data for calendar: MyCal. However, this error is believed to be minor, so the program will attempt to continue. Error code: READ_FAILED. Description:
    User reports that Lightning was set up and working a week before these errors started.
    Does anyone know what could be triggering Lightning to experience this problem?

    This is an example technique to protect against this Lightning bug. Essentially, if the server process notices that a single client has requested /dav/home/something/ more than X times during its lifetime, then it issues a 403 error, which causes Lightning to break out of its loop. Keep in mind that the code below hasn't been completely tested.
    It requires:
    <ul>
    <li>Use Apache with mod_proxy in front of the CalDAV server</li>
    <li>Use mod_perl (version 2) in order to hook into the early stages of the HTTP request cycle</li>
    <li>Apache is built to use the "worker" MPM</li>
    <li>MaxRequestsPerChild is configured appropriately in proportion to what you configure "PerlSetVar block_lim" below.</li>
    </ul>
    Install this Perl module in your Perl INC path:
    <blockquote>
    package DOSProtect;
    use strict;
    use warnings;
    use Apache2::Const qw(:common :log);
    use Apache2::RequestRec;
    use Apache2::Request;
    use Apache2::Connection;
    use Apache2::Log;
    # this is a global variable that does not lose state
    # during the life of the apache process
    my %state;
    sub handler {
    my $r = shift;
    # set this in Apache config with:
    # PerlSetVar block_uri /regex/uri/(to_match)/
    # (make sure it contains a capture)
    my $block_uri = $r->dir_config('block_uri');
    # set this in Apache config with:
    # PerlSetVar block_lim num
    my $block_lim = $r->dir_config('block_lim');
    # get the URI and IP from the apache request
    my $uri = $r->uri;
    my $ip = $r->connection->remote_ip();
    # misconfiguration? - bail out
    return DECLINED unless ( $block_uri and $block_lim and $uri and $ip );
    # return 403 forbidden if the URI is requested from an IP more than the
    # limit during the life of the apache process
    if ( $uri =~ $block_uri and ++$state{$1}{$ip} >= $block_lim ) {
    $r->log_error("Requests to $uri from $ip exceeded $block_lim");
    return FORBIDDEN;
    # this means that the request continues uninhibited
    return DECLINED;
    1;
    </blockquote>
    In the Apache conf:
    <blockquote>
    <Location /dav/home>
    PerlAccessHandler DOSProtect
    PerlSetVar block_uri /dav/home/[^/]+/
    PerlSetVar block_lim 10
    </Location>
    </blockquote>

  • 11g Excessive Logging in OCSSD.LOG

    Good morning/afternoon,
    We are having an issue on our two node 11G cluster (11.1.0.7) where on one of the nodes the CSS daemon is logging excessively to OCSSD.LOG. This the is the listing of the directory:
    [oracle@node2 cssd]$ ls -tlh
    total 548M
    -rw-r--r-- 1 oracle oracle 44M Apr 30 09:50 ocssd.log
    -rw-r--r-- 1 oracle oracle 51M Apr 30 09:27 ocssd.l01
    -rw-r--r-- 1 oracle oracle 51M Apr 30 08:57 ocssd.l02
    -rw-r--r-- 1 oracle oracle 51M Apr 30 08:32 ocssd.l03
    -rw-r--r-- 1 oracle oracle 51M Apr 30 08:02 ocssd.l04
    -rw-r--r-- 1 oracle oracle 51M Apr 30 07:37 ocssd.l05
    -rw-r--r-- 1 oracle oracle 51M Apr 30 07:17 ocssd.l06
    -rw-r--r-- 1 oracle oracle 51M Apr 30 06:52 ocssd.l07
    -rw-r--r-- 1 oracle oracle 51M Apr 30 06:27 ocssd.l08
    -rw-r--r-- 1 oracle oracle 51M Apr 30 05:57 ocssd.l09
    -rw-r--r-- 1 oracle oracle 51M Apr 30 05:32 ocssd.l10
    -rw-rw-rw- 1 oracle root 201 Oct 2 2009 cssdOUT.log
    drwxr-xr-x 2 oracle root 4.0K Oct 2 2009 oclsomon
    drwxr-xr-x 2 oracle oracle 4.0K Sep 15 2009 oclsmon
    As you can see we're archiving about every 20-25 minutes. Just recently we found out that this is actually related to DATAPUMP. We run nightly exports on that node and it looks like the queues are not being cleaned up properly. This is an excerpt from the OCSSD.LOG file.
    [    CSSD]2010-04-30 09:18:20.228 [1210108256] >TRACE: clssgmGroupState: requested group state of group IGSCHCLSYS.KUPC$C_1_20100430072841, member count 0
    [    CSSD]2010-04-30 09:18:20.245 [1210108256] >TRACE: clssgmGroupState: requested group state of unknown group IGSCHCLSYS.KUPC$S_1_20100430072841
    I wanted to find out if anyone else in the community has ran into this. We filed a SR with Oracle support, however I wanted to find out if anyone else out there has seen this and what the solution is.
    Thank you,
    Mike
    Edited by: mpsChi on Apr 30, 2010 10:03 AM
    -------------------------------------------------------FYI - Update from Oracle:
    Reviewing the problem I found bug 7585314 OCSSD.BIN CONSUMING 6 TIMES MORE CPU IF EXCESSIVE DATAPUMP IS RUNNING ON NODE about this issue. We don't have a patch to 11.1.0.7 for LInux x86-64 yet but I can request
    in your behalf
    The problem has been resolved in two separate fixes. Bug 6858062 removes in memory service entries. and Bug 7585314 reduces the number of queries on CSS for the status of a service.to request the fix I need the list of patches that you had applied in your RDBMS home. The RDA output shows that you have 12 patches
    Edited by: mpsChi on Apr 30, 2010 2:19 PM
    Edited by: mpsChi on Apr 30, 2010 2:20 PM
    Edited by: mpsChi on Apr 30, 2010 2:20 PM

    Brian Postow wrote:
    Well, I'm currently running an anti-virus out of paranoia,
    it is paranoia. moreover, apart from being unnecessary, AV programs are well known to cause all kinds of system issues and may very well be behind your problems.
    but that's an idea for when it's done...

  • Excessive logging in 10.6

    sandboxd and syslogd have basically taken over my computer, using 60% and 120% CPU respectively.
    Something is making sandboxd repeatedly log things like:
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny file-read-data /private/var/log/asl/StoreData
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny mach-task-name
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny file-read-data /private/var/log/asl/StoreData
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny mach-task-name
    Feb 3 00:29:59: --- last message repeated 1 time ---
    Feb 3 00:29:57 Brians-mini sandboxd[16]: * process 16 exceeded 500 log message per second limit - remaining messages this second discarded *
    Feb 3 00:29:57 Brians-mini sandboxd[16]: syslogd(15) deny mach-task-name
    Feb 3 00:30:00: --- last message repeated 499 times ---
    Feb 3 00:29:58 Brians-mini sandboxd[16]: * process 16 exceeded 500 log message per second limit - remaining messages this second discarded *
    Feb 3 00:29:58 Brians-mini sandboxd[16]: syslogd(15) deny mach-task-name
    It's trying to log more than 500 things in a second.
    I do know that something is evidently trying to get into private/var/log/asl/StoreData what is that? and why is it protected?
    It LOOKS like something is trying to log something, but isn't being allowed, and so sandboxd ends up logging that it disallowed someone else from logging. And it's trying to do this in a tight loop.
    anyone seen anything like this?
    BTW: If this isn't the right forum, can someone point me at the right one?

    Brian Postow wrote:
    Well, I'm currently running an anti-virus out of paranoia,
    it is paranoia. moreover, apart from being unnecessary, AV programs are well known to cause all kinds of system issues and may very well be behind your problems.
    but that's an idea for when it's done...

  • Excessive Logging in Windows Security Logs

    Hi,
    We are running a Windows Server 2012 server as a file server.  We have 'Audit object access' turned-on in the Local Security Policy. We have a file share that is enabled for auditing.   We are receiving numerous Event ID 5145, 5156, and 5456
    in the Security event log.  Often as many as 20 entries a second, and as a result our Security log is getting too large.

    Hi,
    You can unselect some useless auditing entry, such as “Traverse folder / execute file”, or limited the maximum size of the log.
    The related article:
    Auditing File Access on File Servers
    https://blogs.technet.com/b/mspfe/archive/2013/08/27/auditing-file-access-on-file-servers.aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Excessive log switching after upgrading to RAC + DG

    Hi everyone, I'm not sure if this should go in the RAC or the Data Guard section, seeing how I'm not sure which one is the potential culprit, but here goes:
    I recently assisted in upgrading a database from Solaris 9i to HP-UX 10gR2 (10.2.0.4) using RAC and Data Guard (2 nodes). However after upgrading we noticed that there is now an increase in the redo log switches. We currently have 4 logfile groups for each thread sized at 100MB. Previously when the database was just a single instance, such a configuration was sufficient as we were only seeing 4 log switches per hour, max 8 at peak times. After the migration, this spiked up to around 40-60 log switches per hour, sometimes hitting 80.
    The userbase/load of the database hasn't changed since the upgrade, we just migrated the database. Is this normal? Should I have to increase the redo logs after migrating to RAC + DG? I've implemented DG before as well as RAC, but not together so I'm not sure if this would be a factor, however I'm not totally sure if that line of thinking is correct. Any help would be much appreciated.

    Previously when the database was just a single instance, such a configuration was sufficient as we were only seeing 4 log switches per hour, max 8 at peak times. After the migration, this spiked up to around 40-60 log switches per hour, sometimes hitting 80. Are all the ArchiveLogs actually 100MB each ? If Oracle has to switch logs more frequently, it doesn't necessarily mean that more Redo is being generated. Check the volum of Redo. (e.g. from v$sysstat, from StatsPack, from AWR, from V$ARCHIVED_LOG or by just listing the ArchiveLog file sizes)
    Hemant K Chitale

  • Computer freezes when logging in

    Hello, hoping someone can help me.  I have a mid-2012 MacBook pro purchased new in November.  It came with Mountain Lion, but I immediately downloaded Mavericks, created an install disk using createinstallmedia and did a clean install of Mavericks, updating with incremental point releases.  A few times a week, when booting it up and after logging in, it will randomly start beach-balling to the point where it won't respond to keyboard, mouse, etc the only thing I can do is hold down the power button and reboot it (then it's fine).  Can anyone help me troubleshoot this?  Below is an extract of the system crash log from the last time.
    Hardware Overview:
      Model Name:    MacBook Pro
      Model Identifier:    MacBookPro9,2
      Processor Name:    Intel Core i7
      Processor Speed:    2.9 GHz
      Number of Processors:    1
      Total Number of Cores:    2
      L2 Cache (per Core):    256 KB
      L3 Cache:    4 MB
      Memory:    8 GB
      Boot ROM Version:    MBP91.00D3.B09
      SMC Version (system):    2.2f41
      Serial Number (system):  
      Hardware UUID:  
      Sudden Motion Sensor:
      State:    Enabled
          Jul  6 21:59:58 MacBook kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake  Jul  6 21:59:58 MacBook kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!  Jul  6 21:59:58 MacBook kernel[0]: Previous Sleep Cause: 5  Jul  5 23:23:02 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  5 23:23:02 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  5 23:23:02 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 21:59:58 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 21:59:58 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 21:59:58 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 21:59:58 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 21:59:58 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 21:59:58 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 21:59:58 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 21:59:58 MacBook.local mDNSResponder[40]: mDNSLogDNSSECStatistics: unicast is zero  Jul  6 21:59:58 MacBook kernel[0]: AppleThunderboltHAL::earlyWake - complete - took 1 milliseconds  Jul  6 21:59:58 MacBook kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00  Jul  6 21:59:58 MacBook kernel[0]: TBT W (1): 0 [x]  Jul  6 21:59:58 MacBook.local WindowServer[17426]: CGXDisplayDidWakeNotification [16275137884159]: posting kCGSDisplayDidWake  Jul  6 21:59:58 MacBook.local WindowServer[17426]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7fd16a43af40(2004) (lock state: 3)  Jul  6 21:59:58 MacBook.local WindowServer[17426]: handle_will_sleep_auth_and_shield_windows: err 0x0  Jul  6 22:00:00 MacBook.local loginwindow[17425]: Desktop Picture timeout exceeded  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:03 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:04 MacBook.local Extractor[134]: Profile: npfmac4  Jul  6 22:00:04 MacBook.local Extractor[134]: Could not upload /var/tmp/tmp.54.uM7WrH. Error: [Login Error: Could not resolve host: upload4.symantec.com]  Jul  6 22:00:05 MacBook com.apple.launchd[1] (com.apple.aslmanager): Throttling respawn: Will start in 9 seconds  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:08 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:08 MacBook.local com.apple.time[17460]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).  Jul  6 22:00:09 MacBook.local WindowServer[17426]: CGXSetWindowListSystemAlpha: Invalid window 244 (index 0/1)  Jul  6 22:00:09 MacBook.local AddressBookSourceSync[32084]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://Me%[email protected] m/53133780/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7ff86253b080 {NSUnderlyingError=0x7ff862434280 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://Me%[email protected]/531 33780/principal/, NSErrorFailingURLKey=https://Me%[email protected]/53133780/ principal/, NSLocalizedDescription=The Internet connection appears to be offline.}  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:14 --- last message repeated 1 time ---  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:13 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:15 MacBook.local Application Stub[32090]: Cache location entry for /System/Library/CoreServices/System Image Utility.app in cache file at /Users/Me/Library/Caches/com.apple.automator.actionCache-bundleLocations.plist is not valid: Location /System/Library/CoreServices/System Image Utility.app has been modified.  Jul  6 22:00:15 MacBook kernel[0]: firefox-bin (map: 0xffffff8016fc0f00) triggered DYLD shared region unnest for map: 0xffffff8016fc0f00, region 0x7fff90800000->0x7fff90a00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.  Jul  6 22:00:16 MacBook.local spindump[32082]: Saved diag report for powerstats version com.apple.SystemStats.Daily to /Library/Logs/DiagnosticReports/powerstats_2014-07-06-220016_MacBook.diag  Jul  6 22:00:16 MacBook.local spindump[32082]: Removing excessive log: file:///Library/Logs/DiagnosticReports/powerstats_2014-06-30-001547_MacBook.dia g  Jul  6 22:00:16 MacBook.local spindump[32093]: Saved diag report for powerstats version com.apple.SystemStats.TopPowerEvent to /Library/Logs/DiagnosticReports/powerstats_2014-07-06-220016-1_MacBook.diag  Jul  6 22:00:16 MacBook.local spindump[32093]: Removing excessive log: file:///Library/Logs/DiagnosticReports/powerstats_2014-06-30-001548-1_MacBook.d iag  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:18 --- last message repeated 1 time ---  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:18 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:19 MacBook.local AddressBookSourceSync[32084]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://Me%[email protected] m/53133780/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7ff86276f960 {NSUnderlyingError=0x7ff8625346e0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://Me%[email protected]/531 33780/principal/, NSErrorFailingURLKey=https://Me%[email protected]/53133780/ principal/, NSLocalizedDescription=The Internet connection appears to be offline.}  Jul  6 22:00:19 MacBook.local AddressBookSourceSync[32084]: [CardDAVPlugin-ERROR] -getPrincipalInfo:[_controller supportsRequestCompressionAtURL:https://Me%[email protected] m/53133780/principal/] Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7ff862771110 {NSUnderlyingError=0x7ff86252b500 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://Me%[email protected]/531 33780/principal/, NSErrorFailingURLKey=https://Me%[email protected]/53133780/ principal/, NSLocalizedDescription=The Internet connection appears to be offline.}  Jul  6 22:00:19 MacBook.local xpcd[183]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:23 --- last message repeated 1 time ---  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:23 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:28 --- last message repeated 1 time ---  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:28 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:31 MacBook.local xpcd[183]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc  Jul  6 22:00:31 MacBook.local icbaccountsd[32094]: -[ICBLocalDictionary discoverLocalIAAccounts]: Unknown high level account: com.apple.account.ichat - 5C2A7C07-BFF9-4A5A-A6C9-A5209EE036FE  Jul  6 22:00:31 MacBook.local icbaccountsd[32094]: -[ICBLocalDictionary discoverLocalIAAccounts]: Unknown high level account: com.apple.account.aol - 03CAE585-3BB6-42A5-98F5-E5D3BB71539F  Jul  6 22:00:31 MacBook.local icbaccountsd[32094]: -[ICBLocalDictionary writeLocalMapping:]: Status: Writing out local mapping to disk  Jul  6 22:00:31 MacBook.local icbaccountsd[32094]: -[ICBLocalDictionary writeLocalMapping:]: Status: Ending writing out local mapping to disk  Jul  6 22:00:31 MacBook.local icbaccountsd[32094]: -[ICBRemoteDictionary writeDevices]: Status: Writing out of devices  Jul  6 22:00:31 MacBook.local icbaccountsd[32094]: -[ICBRemoteDictionary writeDevices]: Status: Ending writing out of device  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:33 --- last message repeated 1 time ---  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:33 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:38 --- last message repeated 1 time ---  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:38 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:39 MacBook.local loginwindow[17425]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.  Jul  6 22:00:42 MacBook kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Resume -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x2c00 ****  Jul  6 22:00:42 MacBook.local blued[32097]: hostControllerOnline - Number of Paired devices = 2, List of Paired devices = (          "0c-30-21-4c-b6-4b",          "88-1f-a1-70-7d-be"      )  Jul  6 22:00:43 MacBook kernel[0]: pci pause: SDXC  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 669 Invoked Function: CNetInterface::GetGatewayAddress Return Code: -32636905 (0xFE0E0017) Description: NETINTERFACE_ERROR_SERVICE_ID_NOT_FOUND   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv4 information from system configuration.  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:43 --- last message repeated 1 time ---  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1897 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.  Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: DeterminePublicInterface File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 2214 Invoked Function: CHostConfigMgr::updatePotentialPublicAddresses Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 709 Invoked Function: CHostConfigMgr::DeterminePublicInterface Return Code: -28835824 (0xFE480010) Description: HOSTCONFIGMGR_ERROR_PUBLIC_ADDRESS_UNAVAILABLE   Jul  6 22:00:43 MacBook.local acvpnagent[69]: Function: TestNetEnv File: ../../vpn/Agent/NetEnvironment.cpp Line: 370 No routable network interface. Retesting connectivity to the secure gateway in 5 seconds.  Jul  6 22:00:43 MacBook kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x2c00 ****  Jul  6 22:00:48 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun0"  Jul  6 22:00:48 --- last message repeated 1 time ---  Jul  6 22:00:48 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 1277 missing PPP destination address for interface "utun1"  Jul  6 22:00:48 --- last message repeated 1 time ---  Jul  6 22:00:48 MacBook.local acvpnagent[69]: Function: getInterfaces File: ../../vp

    Remove the Cisco VPN software and see whether there's an improvement.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and (unless otherwise specified in this comment) I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking the Customize button, if there is one.
    Back up all data before making any changes.
    You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    WARNING: Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • Exchange 2010 DB log folders constanly filling up, with my fix

    Hello All,
    I'm posting this, because I couldn't find an obvious solution online, and happened to stumble upon my fix.  I had a database log drive/folder that was constantly filling up for a couple of weeks.
    I used all of the suggested tools including exmon, and still couldn't quite pinpoint the problem.
    We have Quest Archive manager, and have the journal user for that program in this Db.  Exmon showed this as the most likely culprit, but I couldn't move it easily, because it has so much mail flow.  I tried many other alternatives to pin down exactly
    why the log file was growing to no avail.
    Anyway, after a few days, I decided to check the "Queue viewer" under the toolbox in EMC.  I'm fairly new to exchange, and this was just a guess.  Maybe you all, already know about this.  IN the queue viewer I noticed the queue for
    the problematic DB had some emails that were never clearing out.  One of them was about 21 meg.  I showed the date column, sorted by date, and deleted anything that was older than today.  This was about 5 emails in total.
    As soon as I did that, the logs stopped filling up.

    Hi,
    As ExchangeITPro suggested, please do a full backup. The logs will be truncated after a full backup is finished successfully.
    What's more, I recommend you use the Troubleshoot-DatabaseSpace.ps1 script to detect and correct any excess log growth or Microsoft Exchange database (.edb) file growth.
    Here is an article for your reference.
    Manage Database Log Growth by Using the Troubleshoot-DatabaseSpace.ps1 Script in the Shell
    http://technet.microsoft.com/en-us/library/ff477617.aspx
    Hope it helps.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Unknown console logs

    I periodically check Console to see how my macbook pro retina with OS X Yosemite 10.10.3 is performing.  This morning I checked the logs and for a period of about 1 minute there was some activity while I was not at my computer,   Here is a copy of the AllMessages,log and DiagnosticsandUsage.log from that time.  Can someone please explain to me what was happening with my computer while I was not at it or even had it open.  Thanks.
    4/13/15 10:31:49.000 AM    kernel[0]    Wake reason: EC.SleepTimer (SleepTimer)
    4/13/15 10:31:49.000 AM    kernel[0]    Previous sleep cause: 5
    4/13/15 10:31:49.000 AM    kernel[0]    AppleThunderboltNHIType2::prePCIWake - power up complete - took 1 us
    4/13/15 10:31:49.005 AM    discoveryd[72]    Basic DNSResolver UDNSServer:: PowerState is DarkWake
    4/13/15 10:31:49.000 AM    kernel[0]    AppleThunderboltGenericHAL::earlyWake - complete - took 1 milliseconds
    4/13/15 10:31:49.000 AM    kernel[0]    IOThunderboltSwitch<0xffffff8019132c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    4/13/15 10:31:49.000 AM    kernel[0]    IOThunderboltSwitch<0xffffff8019132c00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    4/13/15 10:31:49.000 AM    kernel[0]    TBT W (2): 0x0100 [x]
    4/13/15 10:31:49.172 AM    discoveryd[72]    Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
    4/13/15 10:31:49.172 AM    discoveryd[72]    Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
    4/13/15 10:31:49.173 AM    discoveryd[72]    Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
    4/13/15 10:31:49.173 AM    discoveryd[72]    Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
    4/13/15 10:31:49.193 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17143]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:49.193 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:49.195 AM    ReportCrash[17114]    Saved crash report for Spotlight[17143] version ??? to /Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-103149_Chris-M ac.crash
    4/13/15 10:31:49.196 AM    ReportCrash[17114]    Removing excessive log: file:///Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-092125_ Chris-Mac.crash
    4/13/15 10:31:49.197 AM    ReportCrash[17114]    Failed to write crash history to file:///Users/Chris/Library/Application%20Support/CrashReporter/Spotlight_86F18 097-8C6F-5A02-A3C9-C4B9273F5E4A.plist.
    4/13/15 10:31:49.000 AM    kernel[0]    en0: channel changed to 1
    4/13/15 10:31:49.000 AM    kernel[0]    AirPort: Link Up on awdl0
    4/13/15 10:31:49.000 AM    kernel[0]    IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
    4/13/15 10:31:49.000 AM    kernel[0]    IO80211AWDLPeerManager::setAwdlSuspendedMode() Suspending AWDL, enterQuietMode(true)
    4/13/15 10:31:49.000 AM    kernel[0]    en0: 802.11d country code set to 'US'.
    4/13/15 10:31:49.000 AM    kernel[0]    en0: 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
    4/13/15 10:31:49.000 AM    kernel[0]    AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    4/13/15 10:31:49.426 AM    hidd[92]    MultitouchHID: device bootloaded
    4/13/15 10:31:49.000 AM    kernel[0]    ARPT: 19004.695816: MacAuthEvent en0   Auth result for: 50:67:ae:c3:87:80  MAC AUTH succeeded
    4/13/15 10:31:49.000 AM    kernel[0]    AirPort: Link Up on en0
    4/13/15 10:31:49.000 AM    kernel[0]    en0: BSSID changed to 50:67:ae:c3:87:80
    4/13/15 10:31:49.000 AM    kernel[0]    en0: channel changed to 11
    4/13/15 10:31:49.000 AM    kernel[0]    en0::IO80211Interface::postMessage bssid changed
    4/13/15 10:31:49.000 AM    kernel[0]    ARPT: 19004.700484: AWDL Sync Enabled 0
    4/13/15 10:31:49.000 AM    kernel[0]    AirPort: RSN handshake complete on en0
    4/13/15 10:31:49.486 AM    configd[47]    LINKLOCAL en0: parent has no IP
    4/13/15 10:31:49.492 AM    networkd[162]    +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    4/13/15 10:31:49.493 AM    configd[47]    network changed: v4(en0-:100.67.103.157) DNS-
    4/13/15 10:31:49.493 AM    UserEventAgent[37]    Captive: CNPluginHandler en0: Inactive
    4/13/15 10:31:49.496 AM    discoveryd[72]    Basic WABServer NetResolverEvent no resolvers, resetting domains
    4/13/15 10:31:49.000 AM    kernel[0]    en0: BSSID changed to 50:67:ae:c3:87:80
    4/13/15 10:31:49.000 AM    kernel[0]    en0: channel changed to 11
    4/13/15 10:31:49.000 AM    kernel[0]    en0: BSSID changed to 50:67:ae:c3:87:80
    4/13/15 10:31:49.000 AM    kernel[0]    en0: channel changed to 11
    4/13/15 10:31:49.769 AM    discoveryd[72]    Basic Bonjour,Warn Failed to enable multicast listener sending for V4 socket en0, 49
    4/13/15 10:31:49.769 AM    discoveryd[72]    Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 49
    4/13/15 10:31:49.769 AM    discoveryd[72]    Basic Bonjour,Warn Failed to enable multicast listener sending for V4 socket en0, 49
    4/13/15 10:31:49.769 AM    discoveryd[72]    Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 49
    4/13/15 10:31:49.000 AM    kernel[0]    ARPT: 19005.072215: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    4/13/15 10:31:49.864 AM    discoveryd[72]    Basic DNSResolver UDNSServer:: PowerState is DarkWake
    4/13/15 10:31:49.869 AM    netbiosd[16895]    network_reachability_changed : network is not reachable, netbiosd is shutting down
    4/13/15 10:31:50.366 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17146]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:50.366 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:50.368 AM    ReportCrash[17114]    Saved crash report for Spotlight[17146] version ??? to /Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-103150_Chris-M ac.crash
    4/13/15 10:31:50.369 AM    ReportCrash[17114]    Removing excessive log: file:///Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-092126_ Chris-Mac.crash
    4/13/15 10:31:50.370 AM    ReportCrash[17114]    Failed to write crash history to file:///Users/Chris/Library/Application%20Support/CrashReporter/Spotlight_86F18 097-8C6F-5A02-A3C9-C4B9273F5E4A.plist.
    4/13/15 10:31:51.535 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17147]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:51.535 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:51.538 AM    ReportCrash[17114]    Saved crash report for Spotlight[17147] version ??? to /Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-103151_Chris-M ac.crash
    4/13/15 10:31:51.539 AM    ReportCrash[17114]    Removing excessive log: file:///Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-092127_ Chris-Mac.crash
    4/13/15 10:31:51.540 AM    ReportCrash[17114]    Failed to write crash history to file:///Users/Chris/Library/Application%20Support/CrashReporter/Spotlight_86F18 097-8C6F-5A02-A3C9-C4B9273F5E4A.plist.
    4/13/15 10:31:51.700 AM    discoveryd[72]    Basic Warn DD_Warn: Corrupt NSEC RDATA size
    4/13/15 10:31:52.710 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17148]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:52.710 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:52.712 AM    ReportCrash[17114]    Saved crash report for Spotlight[17148] version ??? to /Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-103152_Chris-M ac.crash
    4/13/15 10:31:52.713 AM    ReportCrash[17114]    Removing excessive log: file:///Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-092129_ Chris-Mac.crash
    4/13/15 10:31:52.714 AM    ReportCrash[17114]    Failed to write crash history to file:///Users/Chris/Library/Application%20Support/CrashReporter/Spotlight_86F18 097-8C6F-5A02-A3C9-C4B9273F5E4A.plist.
    4/13/15 10:31:53.000 AM    kernel[0]    IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from SUSPENDED to AUTO
    4/13/15 10:31:53.000 AM    kernel[0]    IO80211AWDLPeerManager::setAwdlAutoMode Resuming AWDL
    4/13/15 10:31:53.000 AM    kernel[0]    en0: BSSID changed to 50:67:ae:c3:87:80
    4/13/15 10:31:53.328 AM    networkd[162]    +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    4/13/15 10:31:53.000 AM    kernel[0]    en0: channel changed to 11
    4/13/15 10:31:53.329 AM    configd[47]    network changed: DNS*
    4/13/15 10:31:53.331 AM    UserEventAgent[37]    Captive: [CNInfoNetworkActive:1709] en0: SSID 'FratRowWiFi' making interface primary (cache indicates network not captive)
    4/13/15 10:31:53.331 AM    UserEventAgent[37]    Captive: CNPluginHandler en0: Evaluating
    4/13/15 10:31:53.335 AM    networkd[162]    +[NETLedBelly stopFastFail] Clearing ledbelly failure cache
    4/13/15 10:31:53.336 AM    UserEventAgent[37]    Captive: en0: Not probing 'FratRowWiFi' (cache indicates not captive)
    4/13/15 10:31:53.336 AM    UserEventAgent[37]    Captive: CNPluginHandler en0: Authenticated
    4/13/15 10:31:53.337 AM    configd[47]    network changed: v4(en0!:100.67.102.19) DNS+ Proxy SMB
    4/13/15 10:31:53.877 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17149]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:53.877 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:53.880 AM    ReportCrash[17114]    Saved crash report for Spotlight[17149] version ??? to /Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-103153_Chris-M ac.crash
    4/13/15 10:31:53.881 AM    ReportCrash[17114]    Removing excessive log: file:///Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-092130_ Chris-Mac.crash
    4/13/15 10:31:53.881 AM    ReportCrash[17114]    Failed to write crash history to file:///Users/Chris/Library/Application%20Support/CrashReporter/Spotlight_86F18 097-8C6F-5A02-A3C9-C4B9273F5E4A.plist.
    4/13/15 10:31:53.901 AM    discoveryd[72]    Basic BTMMServer Sleep offload failed. Start deregistering
    4/13/15 10:31:55.048 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17150]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:55.048 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:55.050 AM    ReportCrash[17114]    Saved crash report for Spotlight[17150] version ??? to /Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-103155_Chris-M ac.crash
    4/13/15 10:31:55.051 AM    ReportCrash[17114]    Removing excessive log: file:///Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-092131_ Chris-Mac.crash
    4/13/15 10:31:55.051 AM    ReportCrash[17114]    Failed to write crash history to file:///Users/Chris/Library/Application%20Support/CrashReporter/Spotlight_86F18 097-8C6F-5A02-A3C9-C4B9273F5E4A.plist.
    4/13/15 10:31:56.223 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17151]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:56.223 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:56.225 AM    ReportCrash[17114]    Saved crash report for Spotlight[17151] version ??? to /Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-103156_Chris-M ac.crash
    4/13/15 10:31:56.226 AM    ReportCrash[17114]    Removing excessive log: file:///Users/Chris/Library/Logs/DiagnosticReports/Spotlight_2015-04-13-092132_ Chris-Mac.crash
    4/13/15 10:31:56.226 AM    ReportCrash[17114]    Failed to write crash history to file:///Users/Chris/Library/Application%20Support/CrashReporter/Spotlight_86F18 097-8C6F-5A02-A3C9-C4B9273F5E4A.plist.
    4/13/15 10:31:57.000 AM    kernel[0]    PM response took 7162 ms (48, powerd)
    4/13/15 10:31:57.000 AM    kernel[0]    ARPT: 19012.249441: AirPort_Brcm43xx::powerChange: System Sleep
    4/13/15 10:31:57.000 AM    kernel[0]    ARPT: 19012.249447: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    4/13/15 10:31:57.000 AM    kernel[0]    hibernate image path: /var/vm/sleepimage
    4/13/15 10:31:57.000 AM    kernel[0]    efi pagecount 63
    4/13/15 10:31:57.000 AM    kernel[0]    hibernate_page_list_setall(preflight 1) start 0xffffff80d919d000, 0xffffff80d91dd000
    4/13/15 10:31:57.000 AM    kernel[0]    hibernate_page_list_setall time: 237 ms
    4/13/15 10:31:57.000 AM    kernel[0]    pages 1034731, wire 158620, act 467649, inact 2247, cleaned 0 spec 7, zf 59211, throt 0, compr 0, xpmapped 0
    4/13/15 10:31:57.000 AM    kernel[0]    could discard act 36990 inact 111461 purgeable 5025 spec 193521 cleaned 0
    4/13/15 10:31:57.000 AM    kernel[0]    hibernate_page_list_setall preflight pageCount 158620 est comp 50 setfile 386924544 min 1073741824
    4/13/15 10:31:57.000 AM    kernel[0]    [0x1ae5816000, 0x40000000]
    4/13/15 10:31:57.000 AM    kernel[0]    [0x0, 0x0]
    4/13/15 10:31:57.000 AM    kernel[0]    kern_open_file_for_direct_io(0) took 3 ms
    4/13/15 10:31:57.000 AM    kernel[0]    Opened file /var/vm/sleepimage, size 1073741824, partition base 0x0, maxio 2000000 ssd 1
    4/13/15 10:31:57.000 AM    kernel[0]    hibernate image major 1, minor 0, blocksize 4096, pollers 5
    4/13/15 10:31:57.488 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight[17152]) Service exited due to signal: Trace/BPT trap: 5
    4/13/15 10:31:57.488 AM    com.apple.xpc.launchd[1]    (com.apple.Spotlight) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    4/13/15 10:31:49.195 AM    ReportCrash[17114]    com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Spotlight
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 30C7462587C8BD3A82ADE7112D52157D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    SenderMachUUID: 963D36D1-19B7-33EC-972D-46604A25274C
    4/13/15 10:31:49.232 AM    UserEventAgent[215]    com.apple.message.domain: com.apple.bluetooth.interval
    com.apple.message.power: Battery Power
    com.apple.message.system: Sleep
    com.apple.message.lid: Closed
    com.apple.message.bluetooth: Off
    com.apple.message.wifi: OFF
    com.apple.message.connections: 0
    com.apple.message.types: 00000000
    com.apple.message.duration: 3600
    SenderMachUUID: 8D59C032-6AAB-301F-A354-2524E431F4AE
    4/13/15 10:31:49.235 AM    airportd[51]    com.apple.message.domain: com.apple.wifi.channel_switch
    com.apple.message.signature: success
    com.apple.message.summarize: YES
    SenderMachUUID: 91AA55A3-8280-3C53-9D58-B315FC0AFE96
    4/13/15 10:31:49.734 AM    airportd[51]    com.apple.message.domain: com.apple.wifi.optimized-autojoin
    com.apple.message.type: normal
    com.apple.message.result: success
    com.apple.message.error: no error
    com.apple.message.wake_type: user
    com.apple.message.collocated: no
    com.apple.message.bluetooth_paging: no
    com.apple.message.scanned_channel_count: 3
    com.apple.message.retry: no
    com.apple.message.preferred_networks_count: 22
    com.apple.message.legacy: no
    com.apple.message.association_security_type: wpa2 personal
    com.apple.message.scan_duration: 0.15
    com.apple.message.gas_duration: 0
    com.apple.message.association_duration: 0.32
    com.apple.message.duration: 0.48
    SenderMachUUID: 91AA55A3-8280-3C53-9D58-B315FC0AFE96
    4/13/15 10:31:49.862 AM    powerd[48]    com.apple.message.domain: com.apple.iokit.wakereasons
    com.apple.message.signature: SleepTimer
    com.apple.message.signature2: unsupported
    com.apple.message.signature3: SleepTimer
    com.apple.message.summarize: YES
    SenderMachUUID: 3533AF53-906D-38D6-B29A-DDDEB6FD91CD
    4/13/15 10:31:50.368 AM    ReportCrash[17114]    com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Spotlight
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 30C7462587C8BD3A82ADE7112D52157D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    SenderMachUUID: 963D36D1-19B7-33EC-972D-46604A25274C
    4/13/15 10:31:51.538 AM    ReportCrash[17114]    com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Spotlight
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 30C7462587C8BD3A82ADE7112D52157D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    SenderMachUUID: 963D36D1-19B7-33EC-972D-46604A25274C
    4/13/15 10:31:52.712 AM    ReportCrash[17114]    com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Spotlight
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 30C7462587C8BD3A82ADE7112D52157D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    SenderMachUUID: 963D36D1-19B7-33EC-972D-46604A25274C
    4/13/15 10:31:53.880 AM    ReportCrash[17114]    com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Spotlight
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 30C7462587C8BD3A82ADE7112D52157D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    SenderMachUUID: 963D36D1-19B7-33EC-972D-46604A25274C
    4/13/15 10:31:55.050 AM    ReportCrash[17114]    com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Spotlight
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 30C7462587C8BD3A82ADE7112D52157D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    SenderMachUUID: 963D36D1-19B7-33EC-972D-46604A25274C
    4/13/15 10:31:56.225 AM    ReportCrash[17114]    com.apple.message.domain: com.apple.crashreporter.writereport.crash
    com.apple.message.signature: Spotlight
    com.apple.message.signature2: UNBUNDLED ||| ??? (???)
    com.apple.message.signature3: 30C7462587C8BD3A82ADE7112D52157D
    com.apple.message.result: NO
    com.apple.message.summarize: YES
    SenderMachUUID: 963D36D1-19B7-33EC-972D-46604A25274C

    Spotlight: How to re-index folders or volumes - Apple Support
    The "dark wake" is normal. The Spotlight crashes are not.
    Reindex the entire volume. If you have an external Thunderbolt drive connected, reindex it too.

  • [logging] Problems to configure logging rotation.

    Hi,
    I have an application .ear deployed in weblogic v10.3.1.0
    This application use java.util.logging to write a log file.
          fh = new FileHandler(logFileName,0,1,true);
          fh.setFormatter(new XMLFormatter());
          logger.addHandler(fh);
    FileHandler(String pattern, int limit, int count, boolean append)
    pattern - the pattern for naming the output file
    limit - the maximum number of bytes to write to any one file. If this is zero, then there is no limit. (Defaults to no limit).
    count - the number of files to use
    append - specifies append mode
    http://www.javadocexamples.com/java/util/logging/java.util.logging.FileHandler.html
    logFileName is dynamic with date formated like this yyyMMdd + ApplicationName + ".log"
    This file is created but I have also yyyyMMddSEC.log.1, yyyyMMddSEC.log.2, yyyyMMddSEC.log.3,...
    I DON'T WANT THESE FILES_, that's why I put limit to 0, count to 1 and append to true.
    This code works without jdev/weblogic but has not effect in weblogic.
    Q1. Why?
    So I go to Weblogic console: Domain Structure-> DefaultDomain->Logging
    Log file name: logs/DefaultDomain.log
    Rotation type: None
    NONE
    Messages accumulate in a single file.
    You must erase the contents of the file when the size is too large.
    Note that WebLogic Server sets a threshold size limit of 500 MB before it forces a hard rotation to prevent excessive log file growth.
    But it doesn't work, Weblogic continue to create log files like this *<filename>.log.<n>*
    Q2. Why?
    I have also created weblogic.xml in ViewControler/WEB-INF
    thanks to this documentation:
    http://download.oracle.com/docs/cd/E13222_01/wls/docs103/webapp/weblogic_xml.html#wp1063199
    but it doesn't work...again.
    Q3. Why?
    Q4. If I want applications manage themselves their log, how to deactivate the logging handler in weblogic (LogFileMBean?)
    Thanks for your help.

    You may want to ask in the WebLogic Server - Diagnostics / WLDF / SNMP forum. They own logging.

  • How open and see Log File in Active Directory

    Hello Friends..   ^-^
    how i can open log files active directory and see this data files ?
    Can export this logs ?
    thanks for help.

    And adds a definition of edbxxxxx.log for completeness:
    These are auxiliary transaction logs used to store changes if the main Edb.log file
    gets full before it can be flushed toNtds.dit.
    The xxxxx stands for a sequential number in hex. When the Edb.log file
    fills up, an Edbtemp.log file
    is opened. The original Edb.log file
    is renamed to Edb00001.log, and Edbtemp.log is
    renamed to Edb.log file,
    and the process starts over again. Excess log files are deleted after they have been committed. You may see more than one Edbxxxxx.log file
    if a busy domain controller has many updates pending.
    Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable. This helps the community, keeps the forums tidy, and recognises useful contributions. Thank you!

  • Continiously log switching, one node unavailable

    We run 4-node RAC 9.2.0.4 on Solaris 9. Recently, one of nodes crashed due to hardware failure. After some time since this crash, i executed the command forcing log switching within the cluster: 'Alter system archive log current'. After this command, our redo logs started switching continuously - every 5-6 seconds. Generated archived logs where almost empty - they contained only a few blocks, often only one - header, i suppose. The problem was resolved only after the thread of the died node was disabled with command 'Alter database disable thread 4;'.
    I made a few experiments to investigate this problem. It seems that every command forcing redo log switch in a RAC leads to such excessive log switching, when one of nodes in cluster is unavailable. I tested 'Alter system archive log current', ARCHIVE_LAG_TARGET parameter, and the command 'Alter system switch logfile', executing from an Oracle job. In all these cases redo logs began switching continuously when the commands had beed executed or it was time to switch logs by ARCHIVE_LAG_TARGET parameter. Is there any possibility to force redo logs switch in all threads in a cluster without any problems, when one node is unavailable? We would like to switch logs every 10 minutes - to limit the amount of data that can be lost in case of whole cluster failure...
    Thanks in advance
    Alexey Sergeyev
    [email protected]

    Joel, thank you for replay. I tested forcing log switch with one node down on different ways - within a job or without one. The command 'Alter system archive log current' was executed without any job from SQL*Plus command line. This triggered continuously log switching on working nodes. The parameter ARCHIVE_LAG_TARGET does'nt produce any job - at least this job is'nt shown in DBA_JOBS. This parameter leads to continuously log switching on survived nodes, when one node goes down.
    I tried make a job, one per instance, with 'Execute immediate ''Alter system switch logfile''' command inside. Executing of such a job also triggered continuously log switching on working nodes...
    It seems that forcing log switching in a cluster works only when all is fine - all nodes are running. Is it Oracle bug? Or is it expected, but not documented behaviour?
    Alexey Sergeyev
    [email protected]

  • Slow computer after sleep, this is my console log

    2/15/13 11:19:15.772 AM ReportCrash[551]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 5-111551_Lawrence-Achrams-MacBook-Pro-Orange.crash
    2/15/13 11:19:25.870 AM com.apple.launchd.peruser.503[144]: (com.zte.mcserver[552]) Job appears to have crashed: Trace/BPT trap: 5
    2/15/13 11:19:25.870 AM com.apple.launchd.peruser.503[144]: (com.zte.mcserver) Throttling respawn: Will start in 10 seconds
    2/15/13 11:19:25.936 AM ReportCrash[551]: Saved crash report for mcserver[552] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-15-111925_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    2/15/13 11:19:25.938 AM ReportCrash[551]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 5-111601_Lawrence-Achrams-MacBook-Pro-Orange.crash
    2/15/13 11:19:36.064 AM com.apple.launchd.peruser.503[144]: (com.zte.mcserver[553]) Job appears to have crashed: Trace/BPT trap: 5
    2/15/13 11:19:36.064 AM com.apple.launchd.peruser.503[144]: (com.zte.mcserver) Throttling respawn: Will start in 10 seconds
    2/15/13 11:19:36.133 AM ReportCrash[551]: Saved crash report for mcserver[553] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-15-111936_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    2/15/13 11:19:36.135 AM ReportCrash[551]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 5-111612_Lawrence-Achrams-MacBook-Pro-Orange.crash
    2/15/13 11:19:46.260 AM com.apple.launchd.peruser.503[144]: (com.zte.mcserver[554]) Job appears to have crashed: Trace/BPT trap: 5
    I am assuming that this is related to my slow computer after waking from sleep.  Every click has delayed reaction up to spinning beach ball in length.  Went to console log and see this same message repeating over and over and over.  What does it mean?  How do I fix it?  Is it related to the slowdown?
    Thanks

    Ok...  Sometimes Mail will abort the restart that I am trying to do to get the system back to normal speed so I was wondering about that "plug-in" which appears to be more than a plug in.  It put a bundle in my Library/Mail folder that can't be deleted...
    Here is my log now which starts showing errors as soon as I reboot... I am backing up now.  It seems that there should be something that I could remove without a clean install, but I can't figure it out from this....Thanks for the insight...
    Feb 18 11:13:14 --- last message repeated 7 times ---
    Feb 18 11:13:14 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver[23461]): Job appears to have crashed: Trace/BPT trap: 5
    Feb 18 11:13:14 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver): Throttling respawn: Will start in 10 seconds
    Feb 18 11:13:14 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Saved crash report for mcserver[23461] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-18-111314_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:14 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 8-110950_Lawrence-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:16 Lawrence-Achrams-MacBook-Pro-Orange.local sandboxd[23109] ([594]): Mail(594) deny file-read-data /Library/Preferences/com.apple.mail.plist
    Feb 18 11:13:24 --- last message repeated 9 times ---
    Feb 18 11:13:24 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver[23463]): Job appears to have crashed: Trace/BPT trap: 5
    Feb 18 11:13:24 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver): Throttling respawn: Will start in 10 seconds
    Feb 18 11:13:24 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Saved crash report for mcserver[23463] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-18-111324_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:24 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 8-111000_Lawrence-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:26 Lawrence-Achrams-MacBook-Pro-Orange.local sandboxd[23109] ([594]): Mail(594) deny file-read-data /Library/Preferences/com.apple.mail.plist
    Feb 18 11:13:35 --- last message repeated 9 times ---
    Feb 18 11:13:35 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver[23464]): Job appears to have crashed: Trace/BPT trap: 5
    Feb 18 11:13:35 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver): Throttling respawn: Will start in 10 seconds
    Feb 18 11:13:35 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Saved crash report for mcserver[23464] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-18-111335_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:35 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 8-111011_Lawrence-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:38 Lawrence-Achrams-MacBook-Pro-Orange.local sandboxd[23109] ([594]): Mail(594) deny file-read-data /Library/Preferences/com.apple.mail.plist
    Feb 18 11:13:45 --- last message repeated 7 times ---
    Feb 18 11:13:45 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver[23465]): Job appears to have crashed: Trace/BPT trap: 5
    Feb 18 11:13:45 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver): Throttling respawn: Will start in 10 seconds
    Feb 18 11:13:45 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Saved crash report for mcserver[23465] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-18-111345_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:45 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 8-111021_Lawrence-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:47 Lawrence-Achrams-MacBook-Pro-Orange.local sandboxd[23109] ([594]): Mail(594) deny file-read-data /Library/Preferences/com.apple.mail.plist
    Feb 18 11:13:55 --- last message repeated 7 times ---
    Feb 18 11:13:55 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver[23466]): Job appears to have crashed: Trace/BPT trap: 5
    Feb 18 11:13:55 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver): Throttling respawn: Will start in 10 seconds
    Feb 18 11:13:55 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Saved crash report for mcserver[23466] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-18-111355_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:55 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 8-111031_Lawrence-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:13:56 Lawrence-Achrams-MacBook-Pro-Orange.local sandboxd[23109] ([594]): Mail(594) deny file-read-data /Library/Preferences/com.apple.mail.plist
    Feb 18 11:14:05 --- last message repeated 9 times ---
    Feb 18 11:14:05 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver[23467]): Job appears to have crashed: Trace/BPT trap: 5
    Feb 18 11:14:05 Lawrence-Achrams-MacBook-Pro-Orange com.apple.launchd.peruser.503[147] (com.zte.mcserver): Throttling respawn: Will start in 10 seconds
    Feb 18 11:14:05 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Saved crash report for mcserver[23467] version ??? to /Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-18-111405_Lawrenc e-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:14:05 Lawrence-Achrams-MacBook-Pro-Orange.local ReportCrash[23462]: Removing excessive log: file://localhost/Users/carguy/Library/Logs/DiagnosticReports/mcserver_2013-02-1 8-111041_Lawrence-Achrams-MacBook-Pro-Orange.crash
    Feb 18 11:14:08 Lawrence-Achrams-MacBook-Pro-Orange.local sandboxd[23109] ([594]): Mail(594) deny file-read-data /Library/Preferences/com.apple.mail.plist

Maybe you are looking for