Error in Jboss after upgrading to AutoVue server 20.2.2 from 20.1.0

We've developed an integration to view the files using AutoVue server. At the first stage the integration we used AutoVue server 20.10 and the functionality works fine. After upgrading to AutoVue server 20.2.2 following error comes when accessing the URL http://<servername>:58080/ifs-autovue-connector/servlet/DMS. Please note that Jboss is the application server.
15:31:37,561 INFO  [STDOUT] ERROR [http-0.0.0.0-58080-1] (?:?) - Failed to verify or update null
java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:514)
        at com.cimmetry.vuelink.context.GenericContext.setInitParameter(Unknown Source)
        at com.cimmetry.vuelink.Vuelink.registerDMSContext(Unknown Source)
        at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
        at com.ifs.autovueconnector.DMS.init(DMS.java:22)
        at javax.servlet.GenericServlet.init(GenericServlet.java:212)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
        at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
        at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
        at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
        at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
        at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
        at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
        at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
        at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
        at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
        at java.lang.Thread.run(Thread.java:745)
15:31:37,572 INFO  [STDOUT]  WARN [http-0.0.0.0-58080-1] (?:?) - Failed to load DMSAction class: com.ifs.autovueconnector.ActionGetProperties
java.lang.ClassNotFoundException: com.ifs.autovueconnector.ActionGetProperties from BaseClassLoader@763d9f12{vfszip:/C:/ifs_tqa/jboss-eap-5.1/jboss-as/server/App8TQA/deploy/docvue.ear/ifs-autovue-connector.war/}
        at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:477)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:191)
        at com.cimmetry.vuelink.Vuelink.loadDMSAction(Unknown Source)
        at com.cimmetry.vuelink.Vuelink.registerDMSActions(Unknown Source)
        at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
        at com.ifs.autovueconnector.DMS.init(DMS.java:22)
        at javax.servlet.GenericServlet.init(GenericServlet.java:212)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
        at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
        at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
        at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
        at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
        at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
        at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
        at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
        at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
        at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
        at java.lang.Thread.run(Thread.java:745)
15:31:37,743 INFO  [STDOUT] Initializing proxy connection pool
The errors is ClassNotFoundException. But we've not implemented the class ActionGetProperties. Instead propactions are used. Please help us to resolve this issue as our customers will be in trouble after the AutoVue upgrade.
/Amaranatha

I would assume you are using the new jars that come with the latest ISDK
and that you have read the documentation with the list of all the changes
so in order to known which configuration parameter is missing, you might need to trace it using a debugger
there is one parameter that is missing ie returning null and it is obviously a mandatory one
Also, you most defintively did not properly migrate you web app from 20.1 repo to the 20.2.3 repo as you have missing classes
com.ifs.autovueconnector.ActionGetProperties
so your class path is not properly up to date
that also is a deployment descriptor error
Please review you deployment descriptor and validate that your war is properly built

Similar Messages

  • Errors starting JBoss after installing OIM

    I am getting these errors starting JBoss after installing OIM 9.1.0.1 on windows 2003 server with JBoss 4.2.3GA canany one please help me how to resolve.
    increasing the memory did not help.
    19:04:04,468 INFO [WEBSTARTUP] Scheduler started
    19:04:04,484 INFO [TomcatDeployer] deploy, ctxPath=/xlWebApp, warUrl=.../tmp/de
    ploy/tmp5989105329966275493XellerateFull.ear-contents/xlWebApp-exp.war/
    19:05:02,984 ERROR [STDERR] Exception in thread "DefaultQuartzScheduler_QuartzSc
    hedulerThread"
    19:11:18,359 ERROR [STDERR] Exception in thread "IdleRemover"
    19:15:34,562 ERROR [STDERR] Exception in thread "Thread-15"

    I am getting these errors starting JBoss after installing OIM 9.1.0.1 on windows 2003 server with JBoss 4.2.3GA canany one please help me why.
    19:04:04,468 INFO [WEBSTARTUP] Scheduler started
    19:04:04,484 INFO [TomcatDeployer] deploy, ctxPath=/xlWebApp, warUrl=.../tmp/de
    ploy/tmp5989105329966275493XellerateFull.ear-contents/xlWebApp-exp.war/
    19:05:02,984 ERROR [STDERR] Exception in thread "DefaultQuartzScheduler_QuartzSc
    hedulerThread"
    19:11:18,359 ERROR [STDERR] Exception in thread "IdleRemover"
    19:15:34,562 ERROR [STDERR] Exception in thread "Thread-15"

  • Power On VM - Permissions Denied after upgrade to vCenter Server Appliance 6

    After upgrading to vCenter Server 6 from 5.5 some of our users permissions seem to have changed. We have assigned permissions to groups of users at a folder level to manage and see only their VMs. This role allows them to perform common tasks.
    After upgrading, when a user tries ot power on one of their VM's they receive the following error:
    Name: Power On Virtual Machine
    Status: Permission to perform this operation was denied. You do not hold privilege "System > Read" on host ""
    We can resolve the issue by giving the users read only privaledges at the host level and not propogate but this is a lot of work in our environments to perform this on all hosts for our users. Has something changed in vsphere 6?

    I have the same issue with Win vCenter 6.0.0 2656760.
    With 5.5u2 roles work perfectry.
    Role is assigned to a folder with VMs (not hosts or datacenter)

  • A Bug after upgrade to OS X 10.8.5 from 10.8.4

    After upgrading to OS X 10.8.5 from 10.8.4 I receive an error message :
    "The Disk was not ejected properly ...." see Pic ...
    This message appears after my iMac returns from Sleep ...
    Important : All my external HD's are well connected and all the cables are OK.
    These HD also appears in Finder OK !!!
    Verify these Disks are OK - see Pic
    Devices :
    iMac Late 2012 21.5".
    2 External new and formatted Lacia HD .
    They connested directly to the iMac without any HUB .
    Any help will be appreciated .
    Thanks

    Thank you !
    I've made some media actions with my connected  iPad but it's not relevant to this issue.
    At 9/19/13 PM : I've turned OFF the iMac and ON again to start the TEST ,
    After OFF - ON I didn't see any message .
    But after SLEEP ALL NIGHT until posting this message , the problem appears again .
    LOG :
    9/19/13 9:13:34.000 PM bootlog[0]: BOOT_TIME 1379614414 0
    9/19/13 9:13:36.000 PM kernel[0]: PMAP: PCID enabled
    9/19/13 9:13:36.000 PM kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    9/19/13 9:13:36.000 PM kernel[0]: Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64
    9/19/13 9:13:36.000 PM kernel[0]: vm_page_bootstrap: 3868407 free pages and 293129 wired pages
    9/19/13 9:13:36.000 PM kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    9/19/13 9:13:36.000 PM kernel[0]: zone leak detection enabled
    9/19/13 9:13:36.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    9/19/13 9:13:36.000 PM kernel[0]: standard background quantum is 2500 us
    9/19/13 9:13:36.000 PM kernel[0]: mig_table_max_displ = 74
    9/19/13 9:13:36.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto kext started!
    9/19/13 9:13:36.000 PM kernel[0]: Running kernel space in FIPS MODE
    9/19/13 9:13:36.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    9/19/13 9:13:36.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    9/19/13 9:13:36.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    9/19/13 9:13:36.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    9/19/13 9:13:36.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    9/19/13 9:13:36.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    9/19/13 9:13:36.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    9/19/13 9:13:36.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    9/19/13 9:13:36.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    9/19/13 9:13:36.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    9/19/13 9:13:34.557 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    9/19/13 9:13:36.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    9/19/13 9:13:36.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    9/19/13 9:13:36.000 PM kernel[0]: MAC Framework successfully initialized
    9/19/13 9:13:36.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    9/19/13 9:13:36.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    9/19/13 9:13:36.000 PM kernel[0]: ACPI: sleep states S3 S4 S5
    9/19/13 9:13:36.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 1245
    9/19/13 9:13:36.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 16:43:02 Jul 29 2013) initialization complete
    9/19/13 9:13:36.000 PM kernel[0]: pci build Aug 29 2013 20:19:31, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    9/19/13 9:13:36.000 PM kernel[0]: [ PCI configuration begin ]
    9/19/13 9:13:36.000 PM kernel[0]: console relocated to 0xf80020000
    9/19/13 9:13:36.000 PM kernel[0]: [ PCI configuration end, bridges 15, devices 17 ]
    9/19/13 9:13:36.000 PM kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    9/19/13 9:13:36.000 PM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    9/19/13 9:13:36.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    9/19/13 9:13:36.000 PM kernel[0]: rooting via boot-uuid from /chosen: 8FD1576E-AAF9-3269-A128-DE3C13D37DB8
    9/19/13 9:13:36.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    9/19/13 9:13:36.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    9/19/13 9:13:36.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    9/19/13 9:13:36.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    9/19/13 9:13:36.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    9/19/13 9:13:36.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    9/19/13 9:13:36.000 PM kernel[0]: BTCOEXIST off
    9/19/13 9:13:36.000 PM kernel[0]: BRCM tunables:
    9/19/13 9:13:36.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    9/19/13 9:13:36.000 PM kernel[0]: CoreStorage: fsck_cs has finished for group "AF1C1444-D575-4756-9207-C46A8716977E" with status 0x00
    9/19/13 9:13:36.000 PM kernel[0]: thr 0xffffff804e7e40a0 Composite Disk alg="bloomclock" unit_nbytes=131072
    9/19/13 9:13:36.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT1@1/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE SSD SM128E Media/IOGUIDPartitionScheme/Customer@2/CoreStoragePhysical/CoreStorageGroup/Mac intosh HD
    9/19/13 9:13:36.000 PM kernel[0]: BSD root: disk3, major 1, minor 11
    9/19/13 9:13:36.000 PM kernel[0]: Kernel is LP64
    9/19/13 9:13:34.557 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    9/19/13 9:13:36.603 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    9/19/13 9:13:37.000 PM kernel[0]: BCM5701Enet: Ethernet address 10:dd:b1:a5:5b:84
    9/19/13 9:13:37.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 8c:2d:aa:59:5f:61
    9/19/13 9:13:37.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    9/19/13 9:13:37.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    9/19/13 9:13:37.000 PM kernel[0]: USBMSC Identifier (non-unique): 000000000573673c20ed 0x59f 0x105e 0x1, 3
    9/19/13 9:13:37.832 PM airportd[29]: _processDLILEvent: en1 attached (down)
    9/19/13 9:13:37.000 PM kernel[0]: createVirtIf(): ifRole = 1
    9/19/13 9:13:37.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    9/19/13 9:13:37.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff804fe59000
    9/19/13 9:13:37.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    9/19/13 9:13:37.000 PM kernel[0]: Created virtif 0xffffff804fe59000 p2p0
    9/19/13 9:13:37.874 PM com.apple.SecurityServer[15]: Session 100000 created
    9/19/13 9:13:37.902 PM com.apple.SecurityServer[15]: Entering service
    9/19/13 9:13:37.965 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    9/19/13 9:13:38.000 PM kernel[0]: NVDAStartup: Official
    9/19/13 9:13:38.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    9/19/13 9:13:38.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    9/19/13 9:13:38.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828B FirmwareVersion - 0x0066
    9/19/13 9:13:38.000 PM kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff804ff3b400 ****
    9/19/13 9:13:38.000 PM kernel[0]: NVDAGK100HAL loaded and registered
    9/19/13 9:13:38.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    9/19/13 9:13:38.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    9/19/13 9:13:38.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff804ff3b400
    9/19/13 9:13:38.000 PM kernel[0]: Previous Shutdown Cause: 5
    9/19/13 9:13:38.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    9/19/13 9:13:38.000 PM kernel[0]: DSMOS has arrived
    9/19/13 9:13:38.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0fd8
    9/19/13 9:13:38.000 PM kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
    9/19/13 9:13:38.548 PM blued[42]: Read the UHE Info
    9/19/13 9:13:38.549 PM blued[42]: Read version 2 info.  Number of devices:1
    9/19/13 9:13:38.549 PM blued[42]: Class of device:     0x2580
    9/19/13 9:13:38.549 PM blued[42]: Device name: 'Apple Magic Mouse' length:18
    9/19/13 9:13:38.549 PM blued[42]: Finished reading the HID data
    9/19/13 9:13:38.549 PM blued[42]: Found a device with PID:0x030d VID:0x05ac
    9/19/13 9:13:38.636 PM configd[17]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    9/19/13 9:13:38.636 PM configd[17]: DHCP en1: INIT transmit failed
    9/19/13 9:13:38.653 PM configd[17]: network changed.
    9/19/13 9:13:38.654 PM configd[17]: setting hostname to "Ronens-iMac.local"
    9/19/13 9:13:41.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]
    9/19/13 9:13:41.684 PM hidd[71]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    9/19/13 9:13:41.690 PM corestoraged[76]: 0x7fff7dbb0180 unlockLVF: LVF=4AE29FB0-E787-4D6C-9FB1-37E17F7056E0, "None", status = "Unlocked"
    9/19/13 9:13:41.746 PM mDNSResponder[64]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    9/19/13 9:13:41.762 PM appleeventsd[77]: main: Starting up
    9/19/13 9:13:41.775 PM com.apple.usbmuxd[51]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    9/19/13 9:13:41.000 PM kernel[0]: [BNBMouseDevice::init][75.19] init is complete
    9/19/13 9:13:41.000 PM kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1
    9/19/13 9:13:41.000 PM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    9/19/13 9:13:41.000 PM kernel[0]: macx_swapon SUCCESS
    9/19/13 9:13:41.000 PM kernel[0]: [AppleMultitouchDevice::start] entered
    9/19/13 9:13:41.848 PM awacsd[80]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    9/19/13 9:13:41.849 PM coreservicesd[38]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    9/19/13 9:13:41.852 PM loginwindow[67]: Login Window Application Started
    9/19/13 9:13:41.863 PM mds[63]: (Normal) FMW: FMW 0 0
    9/19/13 9:13:41.866 PM awacsd[80]: InnerStore CopyAllZones: no info in Dynamic Store
    9/19/13 9:13:41.868 PM aosnotifyd[83]: bootstrap_look_up failed (44e)
    9/19/13 9:13:41.927 PM configd[17]: network changed: DNS*
    9/19/13 9:13:41.929 PM mDNSResponder[64]: D2D_IPC: Loaded
    9/19/13 9:13:41.929 PM mDNSResponder[64]: D2DInitialize succeeded
    9/19/13 9:13:41.932 PM coreservicesd[38]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    9/19/13 9:13:41.933 PM WindowServer[94]: Server is starting up
    9/19/13 9:13:41.949 PM systemkeychain[91]: done file: /var/run/systemkeychaincheck.done
    9/19/13 9:13:41.963 PM netbiosd[62]: Unable to start NetBIOS name service:
    9/19/13 9:13:41.983 PM locationd[68]: NOTICE,Location icon should now be in state 0
    9/19/13 9:13:41.985 PM apsd[82]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    9/19/13 9:13:41.985 PM apsd[82]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    9/19/13 9:13:42.059 PM apsd[82]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    9/19/13 9:13:42.296 PM fseventsd[41]: Logging disabled completely for device:1: /Volumes/Recovery HD
    9/19/13 9:13:44.030 PM configd[17]: network changed: v4(en0+:10.0.0.2) DNS+ Proxy+ SMB
    9/19/13 9:13:44.051 PM WindowServer[94]: Session 256 retained (2 references)
    9/19/13 9:13:44.051 PM WindowServer[94]: Session 256 released (1 references)
    9/19/13 9:13:44.057 PM WindowServer[94]: Session 256 retained (2 references)
    9/19/13 9:13:44.057 PM WindowServer[94]: init_page_flip: page flip mode is on
    9/19/13 9:13:45.027 PM ntpd[46]: proto: precision = 1.000 usec
    9/19/13 9:13:45.428 PM WindowServer[94]: mux_initialize: Couldn't find any matches
    9/19/13 9:13:45.441 PM WindowServer[94]: GLCompositor enabled for tile size [256 x 256]
    9/19/13 9:13:45.441 PM WindowServer[94]: CGXGLInitMipMap: mip map mode is on
    9/19/13 9:13:45.492 PM WindowServer[94]: WSMachineUsesNewStyleMirroring: true
    9/19/13 9:13:45.493 PM WindowServer[94]: Display 0x04280480: GL mask 0x1; bounds (0, 0)[1920 x 1080], 30 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a012, S/N 0, Unit 0, Rotation 0
    UUID 0x000006100000a0120000000004280480
    9/19/13 9:13:45.493 PM WindowServer[94]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    9/19/13 9:13:45.493 PM WindowServer[94]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    9/19/13 9:13:45.497 PM WindowServer[94]: Created shield window 0x5 for display 0x04280480
    9/19/13 9:13:45.497 PM WindowServer[94]: Created shield window 0x6 for display 0x003f003e
    9/19/13 9:13:45.497 PM WindowServer[94]: Created shield window 0x7 for display 0x003f003d
    9/19/13 9:13:45.498 PM WindowServer[94]: Display 0x04280480: GL mask 0x1; bounds (0, 0)[1920 x 1080], 30 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a012, S/N 0, Unit 0, Rotation 0
    UUID 0x000006100000a0120000000004280480
    9/19/13 9:13:45.498 PM WindowServer[94]: Display 0x003f003e: GL mask 0x4; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    9/19/13 9:13:45.498 PM WindowServer[94]: Display 0x003f003d: GL mask 0x2; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    9/19/13 9:13:45.498 PM WindowServer[94]: CGXPerformInitialDisplayConfiguration
    9/19/13 9:13:45.498 PM WindowServer[94]:   Display 0x04280480: MappedDisplay Unit 0; Vendor 0x610 Model 0xa012 S/N 0 Dimensions 18.70 x 10.51; online enabled built-in, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    9/19/13 9:13:45.498 PM WindowServer[94]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    9/19/13 9:13:45.499 PM WindowServer[94]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    9/19/13 9:13:45.563 PM WindowServer[94]: GLCompositor: GL renderer id 0x01022647, GL mask 0x00000007, accelerator 0x00003f9b, unit 0, caps QEX|QGL|MIPMAP, vram 512 MB
    9/19/13 9:13:45.569 PM WindowServer[94]: GLCompositor: GL renderer id 0x01022647, GL mask 0x00000007, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    9/19/13 9:13:45.572 PM loginwindow[67]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    9/19/13 9:13:45.586 PM hidd[71]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    9/19/13 9:13:45.599 PM WindowServer[94]: Created shield window 0x8 for display 0x04280480
    9/19/13 9:13:45.599 PM WindowServer[94]: Display 0x04280480: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    9/19/13 9:13:45.626 PM launchctl[131]: com.apple.findmymacmessenger: Already loaded
    9/19/13 9:13:45.650 PM com.apple.SecurityServer[15]: Session 100006 created
    9/19/13 9:13:45.690 PM loginwindow[67]: Login Window Started Security Agent
    9/19/13 9:13:45.721 PM UserEventAgent[133]: cannot find useragent 1102
    9/19/13 9:13:45.758 PM SecurityAgent[141]: This is the first run
    9/19/13 9:13:45.759 PM SecurityAgent[141]: MacBuddy was run = 0
    9/19/13 9:13:45.768 PM WindowServer[94]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280480 device: 0x10e19d110  isBackBuffered: 1 numComp: 3 numDisp: 3
    9/19/13 9:13:45.794 PM SecurityAgent[141]: User info context values set for Ronen
    9/19/13 9:13:46.000 PM hidd[71]: CGSShutdownServerConnections: Detaching application from window server
    9/19/13 9:13:46.000 PM hidd[71]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    9/19/13 9:13:46.000 PM WindowServer[94]: Unable to open IOHIDSystem (e00002bd)
    9/19/13 9:13:46.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    9/19/13 9:13:46.055 PM loginwindow[67]: Login Window - Returned from Security Agent
    9/19/13 9:13:46.066 PM loginwindow[67]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    9/19/13 9:13:46.074 PM loginwindow[67]: USER_PROCESS: 67 console
    9/19/13 9:13:46.120 PM com.apple.launchd.peruser.501[145]: (com.apple.gamed) Ignored this key: UserName
    9/19/13 9:13:46.120 PM com.apple.launchd.peruser.501[145]: (com.apple.gamed) Ignored this key: GroupName
    9/19/13 9:13:46.121 PM com.apple.launchd.peruser.501[145]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    9/19/13 9:13:46.124 PM loginwindow[67]: Connection with distnoted server was invalidated
    9/19/13 9:13:46.133 PM distnoted[149]: # distnote server agent  absolute time: 11.775573392   civil time: Thu Sep 19 21:13:46 2013   pid: 149 uid: 501  root: no
    9/19/13 9:13:46.160 PM WindowServer[94]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    9/19/13 9:13:46.303 PM coreaudiod[161]: Enabled automatic stack shots because audio IO is inactive
    9/19/13 9:13:46.311 PM WindowServer[94]: Display 0x04280480: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    9/19/13 9:13:46.340 PM com.apple.launchd[1]: (com.apple.xprotectupdater[48]) Exited with code: 254
    9/19/13 9:13:46.365 PM talagent[158]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    9/19/13 9:13:46.375 PM talagent[158]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    9/19/13 9:13:46.455 PM com.apple.launchd.peruser.501[145]: (com.apple.afpstat-qfa[192]) Exited with code: 2
    9/19/13 9:13:46.595 PM fseventsd[41]: event logs in /Volumes/TimeMachine Backup/.fseventsd out of sync with volume.  destroying old logs. (434 0 1383)
    9/19/13 9:13:46.728 PM NetworkBrowserAgent[207]: Starting NetworkBrowserAgent
    9/19/13 9:13:46.880 PM fseventsd[41]: log dir: /Volumes/TimeMachine Backup/.fseventsd getting new uuid: 6BEA6986-E8B3-4785-AEBD-CE1573F14E77
    9/19/13 9:13:46.917 PM com.apple.launchd.peruser.501[145]: (com.apple.mrt.uiagent[182]) Exited with code: 255
    9/19/13 9:13:47.069 PM 1Password Helper[176]: Starting 1Password Helper 3.9.6 #39600.038 built Jul  6 2012 21:08:25
    9/19/13 9:13:47.228 PM 1Password Helper[176]: reloadAllObjects
    9/19/13 9:13:47.280 PM coreservicesd[38]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=127
    9/19/13 9:13:47.289 PM 1Password Helper[176]: Database (AGHtmlDatabase:file://localhost/Users/Ronen/Dropbox/1Password/1Password.agilek eychain/) load time [Cache]: 0.032+0.011 (354 objects)
    9/19/13 9:13:47.454 PM apsd[82]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    9/19/13 9:13:47.497 PM WindowServer[94]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    9/19/13 9:13:47.516 PM WindowServer[94]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    9/19/13 9:13:47.619 PM com.apple.time[148]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    9/19/13 9:13:47.681 PM WindowServer[94]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.17 seconds (server forcibly re-enabled them after 1.00 seconds)
    9/19/13 9:13:47.742 PM WindowServer[94]: Display 0x04280480: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    9/19/13 9:13:47.793 PM com.apple.SecurityServer[15]: Session 100003 created
    9/19/13 9:13:47.848 PM WindowServer[94]: Display 0x04280480: MappedDisplay Unit 0; ColorProfile { 2, "iMac"}; TransferFormula (1.000000, 1.000000, 1.000000)
    9/19/13 9:13:48.258 PM SystemUIServer[159]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    9/19/13 9:13:48.259 PM SystemUIServer[159]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    9/19/13 9:13:48.373 PM com.apple.time[148]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    9/19/13 9:13:48.647 PM com.apple.SecurityServer[15]: Session 100008 created
    9/19/13 9:13:49.965 PM OverlayHelper[250]: --- Log opened Thu Sep 19 21:13:49 2013 ---
    9/19/13 9:13:49.969 PM OverlayHelper[250]: --- OverlayHelper ---
    9/19/13 9:13:50.070 PM OverlayLoader[250]: --- Log opened Thu Sep 19 21:13:50 2013 ---
    9/19/13 9:13:50.070 PM OverlayLoader[250]: --- OverlayLoader ---
    9/19/13 9:13:50.077 PM Finder[160]: --- Log opened Thu Sep 19 21:13:50 2013 ---
    9/19/13 9:13:50.077 PM Finder[160]: --- Finder 10.8.3 ---
    9/19/13 9:13:51.000 PM kernel[0]: fsevents: watcher dbfseventsd (pid: 253) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    9/19/13 9:13:53.000 PM kernel[0]: Finder (map: 0xffffff804f376658) triggered DYLD shared region unnest for map: 0xffffff804f376658, region 0x7fff8d800000->0x7fff8da00000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    9/19/13 9:13:55.361 PM OverlayHelper[261]: --- Log opened Thu Sep 19 21:13:55 2013 ---
    9/19/13 9:13:55.364 PM OverlayHelper[261]: --- OverlayHelper ---
    9/19/13 9:13:55.455 PM OverlayLoader[261]: --- Log opened Thu Sep 19 21:13:55 2013 ---
    9/19/13 9:13:55.455 PM OverlayLoader[261]: --- OverlayLoader ---
    9/19/13 9:13:57.662 PM awacsd[80]: Exiting
    9/19/13 9:14:01.925 PM com.apple.SecurityServer[15]: Session 100002 created
    9/19/13 9:14:06.097 PM com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[138]) Exit timeout elapsed (20 seconds). Killing
    9/19/13 9:14:42.084 PM WindowServer[94]: _CGXSetWindowHasKeyAppearance: Operation on a window 0x12 requiring rights kCGSWindowRightOwner by caller Dashboard
    9/19/13 9:14:42.085 PM WindowServer[94]: _CGXSetWindowHasMainAppearance: Operation on a window 0x12 requiring rights kCGSWindowRightOwner by caller Dashboard
    9/19/13 9:14:45.664 PM WindowServer[94]: CGXGetWindowInfo: Invalid window 75
    9/19/13 9:14:45.664 PM Dock[157]: CGSBindWindow: Unable to obtain window information
    9/19/13 9:14:45.665 PM Dock[157]: CGSGetWindowTags: Invalid window 0x4b
    9/19/13 9:14:45.665 PM Dock[157]: find_shared_window: WID 74
    9/19/13 9:14:45.665 PM Dock[157]: CGSGetWindowTags: Invalid window 0x4a
    9/19/13 9:14:45.665 PM Dock[157]: find_shared_window: WID 73
    9/19/13 9:14:45.665 PM Dock[157]: CGSGetWindowTags: Invalid window 0x49
    9/19/13 9:14:45.665 PM Dock[157]: find_shared_window: WID 72
    9/19/13 9:14:45.665 PM Dock[157]: CGSGetWindowTags: Invalid window 0x48
    9/19/13 9:14:45.665 PM Dock[157]: find_shared_window: WID 71
    9/19/13 9:14:45.665 PM Dock[157]: CGSGetWindowTags: Invalid window 0x47
    9/19/13 9:14:45.665 PM Dock[157]: find_shared_window: WID 70
    9/19/13 9:14:45.666 PM Dock[157]: CGSGetWindowTags: Invalid window 0x46
    9/19/13 9:14:46.278 PM SubmitDiagInfo[273]: Launched to submit Diagnostics and Usage
    9/19/13 9:14:52.468 PM SubmitDiagInfo[273]: SubmitDiagInfo successfully uploaded 79 diagnostic messages.
    9/19/13 9:24:45.110 PM WindowServer[94]: Created shield window 0x54 for display 0x04280480
    9/19/13 9:24:45.148 PM WindowServer[94]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    9/19/13 9:24:45.155 PM WindowServer[94]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    9/19/13 9:34:47.258 PM coreaudiod[161]: Disabled automatic stack shots because audio IO is active
    9/19/13 9:34:48.082 PM coreaudiod[161]: Enabled automatic stack shots because audio IO is inactive
    9/19/13 10:02:01.902 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7ffe9d009790> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 10:02:01.902 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7ffe9d009790> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 10:02:02.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    9/19/13 10:02:02.000 PM kernel[0]: LE is supported - Disable LE meta event
    9/19/13 10:02:02.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0 (wol enabled, BJP 550)
    9/19/13 10:02:05.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0181,0000,45e1,0000]
    9/19/13 10:02:06.052 PM configd[17]: network changed: v4(en0-:10.0.0.2) DNS- Proxy- SMB
    9/19/13 10:02:06.056 PM configd[17]: arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:02:06.056 PM configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)
    9/19/13 10:02:06.056 PM configd[17]: DHCP en0: INIT-REBOOT transmit failed
    9/19/13 10:02:06.057 PM configd[17]: DHCP en0: ARP detect ROUTER failed, arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:02:07.000 PM kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 95
    9/19/13 10:02:07.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    9/19/13 10:02:07.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    9/19/13 10:02:07.000 PM kernel[0]: TBT W (2): 0x0100 [x]
    9/19/13 10:02:07.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    9/19/13 10:05:27.000 PM kernel[0]: Wake reason: EHC1
    9/19/13 10:05:27.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    9/19/13 10:05:27.000 PM kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    9/19/13 10:05:27.000 PM kernel[0]: Previous Sleep Cause: 5
    9/19/13 10:05:27.000 PM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    9/19/13 10:05:27.000 PM kernel[0]: [ PCI configuration begin ]
    9/19/13 10:05:27.000 PM kernel[0]: [ PCI configuration end, bridges 15, devices 17 ]
    9/19/13 10:05:27.000 PM kernel[0]: The USB device Keyboard Hub (Port 1 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    9/19/13 10:05:27.364 PM WindowServer[94]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    9/19/13 10:05:27.369 PM WindowServer[94]: Created shield window 0x55 for display 0x003f003d
    9/19/13 10:05:27.369 PM WindowServer[94]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    9/19/13 10:05:27.370 PM WindowServer[94]: Created shield window 0x56 for display 0x003f003e
    9/19/13 10:05:27.370 PM WindowServer[94]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    9/19/13 10:05:27.000 PM kernel[0]: The USB device Apple Keyboard (Port 2 of Hub at 0x1d110000) may have caused a wake by issuing a remote wakeup (3)
    9/19/13 10:05:27.000 PM kernel[0]: HID tickle 176 ms
    9/19/13 10:05:28.000 PM kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, EEE allowed, flow control allowed
    9/19/13 10:05:28.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    9/19/13 10:05:28.113 PM hidd[71]: MultitouchHID: device bootloaded
    9/19/13 10:05:30.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]
    9/19/13 10:05:32.159 PM configd[17]: network changed: v4(en0+:10.0.0.2) DNS+ Proxy+ SMB
    9/19/13 10:05:32.161 PM mDNSResponder[64]: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:12DD:B1FF:FEA5:5B84)
    9/19/13 10:06:44.816 PM WindowServer[94]: CGXGetWindowInfo: Invalid window 118
    9/19/13 10:06:44.816 PM Dock[157]: CGSBindWindow: Unable to obtain window information
    9/19/13 10:06:44.816 PM Dock[157]: CGSGetWindowTags: Invalid window 0x76
    9/19/13 10:06:44.816 PM Dock[157]: find_shared_window: WID 117
    9/19/13 10:06:44.816 PM Dock[157]: CGSGetWindowTags: Invalid window 0x75
    9/19/13 10:06:44.817 PM Dock[157]: find_shared_window: WID 116
    9/19/13 10:06:44.817 PM Dock[157]: CGSGetWindowTags: Invalid window 0x74
    9/19/13 10:06:44.817 PM Dock[157]: find_shared_window: WID 115
    9/19/13 10:06:44.817 PM Dock[157]: CGSGetWindowTags: Invalid window 0x73
    9/19/13 10:06:44.817 PM Dock[157]: find_shared_window: WID 114
    9/19/13 10:06:44.817 PM Dock[157]: CGSGetWindowTags: Invalid window 0x72
    9/19/13 10:06:44.817 PM Dock[157]: find_shared_window: WID 113
    9/19/13 10:06:44.817 PM Dock[157]: CGSGetWindowTags: Invalid window 0x71
    9/19/13 10:06:59.879 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7ffe9d311890> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 10:06:59.879 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7ffe9d311890> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 10:06:59.894 PM WindowServer[94]: Created shield window 0x81 for display 0x04280480
    9/19/13 10:06:59.894 PM WindowServer[94]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    9/19/13 10:06:59.902 PM WindowServer[94]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    9/19/13 10:07:00.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    9/19/13 10:07:00.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0 (wol enabled, BJP 550)
    9/19/13 10:07:00.000 PM kernel[0]: LE is supported - Disable LE meta event
    9/19/13 10:07:03.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0181,0000,45e1,0000]
    9/19/13 10:07:03.995 PM configd[17]: network changed: v4(en0-:10.0.0.2) DNS- Proxy- SMB
    9/19/13 10:07:03.996 PM configd[17]: arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:07:03.997 PM configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)
    9/19/13 10:07:03.997 PM configd[17]: DHCP en0: INIT-REBOOT transmit failed
    9/19/13 10:07:03.997 PM configd[17]: DHCP en0: ARP detect ROUTER failed, arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:07:05.397 PM configd[17]: arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:07:05.397 PM configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)
    9/19/13 10:07:05.397 PM configd[17]: DHCP en0: INIT-REBOOT transmit failed
    9/19/13 10:07:05.397 PM configd[17]: DHCP en0: ARP detect ROUTER failed, arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:07:07.777 PM configd[17]: arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:07:07.777 PM configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)
    9/19/13 10:07:07.777 PM configd[17]: DHCP en0: INIT-REBOOT transmit failed
    9/19/13 10:07:07.777 PM configd[17]: DHCP en0: ARP detect ROUTER failed, arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 10:07:10.000 PM kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 99
    9/19/13 10:07:10.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    9/19/13 10:07:10.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    9/19/13 10:07:10.000 PM kernel[0]: TBT W (2): 0x0100 [x]
    9/19/13 10:07:10.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    9/19/13 10:59:43.000 PM kernel[0]: Wake reason: RTC (Alarm)
    9/19/13 10:59:43.000 PM kernel[0]: RTC: Maintenance 2013/9/19 19:59:41, sleep 2013/9/19 19:07:10
    9/19/13 10:59:43.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    9/19/13 10:59:43.000 PM kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    9/19/13 10:59:43.000 PM kernel[0]: Previous Sleep Cause: 5
    9/19/13 10:59:43.000 PM kernel[0]: [ PCI configuration begin ]
    9/19/13 10:59:43.000 PM kernel[0]: [ PCI configuration end, bridges 15, devices 17 ]
    9/19/13 10:59:44.000 PM kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, EEE allowed, flow control allowed
    9/19/13 10:59:44.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    9/19/13 10:59:44.214 PM hidd[71]: MultitouchHID: device bootloaded
    9/19/13 10:59:46.375 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7ffe9d311890> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 10:59:46.375 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7ffe9d311890> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 10:59:46.000 PM kernel[0]: Graphics suppressed 3096 ms
    9/19/13 10:59:46.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]
    9/19/13 10:59:47.915 PM configd[17]: network changed: v4(en0+:10.0.0.2) DNS+ Proxy+ SMB
    9/19/13 10:59:53.829 PM com.apple.time[148]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    9/19/13 11:00:01.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    9/19/13 11:00:01.000 PM kernel[0]: LE is supported - Disable LE meta event
    9/19/13 11:00:01.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0 (wol enabled, BJP 550)
    9/19/13 11:00:04.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0181,0000,45e1,0000]
    9/19/13 11:00:05.821 PM configd[17]: network changed: v4(en0-:10.0.0.2) DNS- Proxy- SMB
    9/19/13 11:00:05.823 PM configd[17]: arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 11:00:05.823 PM configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)
    9/19/13 11:00:05.823 PM configd[17]: DHCP en0: INIT-REBOOT transmit failed
    9/19/13 11:00:05.824 PM configd[17]: DHCP en0: ARP detect ROUTER failed, arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 11:00:07.035 PM configd[17]: arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 11:00:07.035 PM configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)
    9/19/13 11:00:07.035 PM configd[17]: DHCP en0: INIT-REBOOT transmit failed
    9/19/13 11:00:07.035 PM configd[17]: DHCP en0: ARP detect ROUTER failed, arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 11:00:07.827 PM mDNSResponder[64]: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:12DD:B1FF:FEA5:5B84)
    9/19/13 11:00:09.432 PM configd[17]: arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 11:00:09.432 PM configd[17]: bootp_session_transmit: bpf_write(en0) failed: Network is down (50)
    9/19/13 11:00:09.432 PM configd[17]: DHCP en0: INIT-REBOOT transmit failed
    9/19/13 11:00:09.432 PM configd[17]: DHCP en0: ARP detect ROUTER failed, arp_client_transmit(en0) failed, Network is down (50)
    9/19/13 11:00:11.000 PM kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 69
    9/19/13 11:00:11.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    9/19/13 11:00:11.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    9/19/13 11:00:11.000 PM kernel[0]: TBT W (2): 0x0100 [x]
    9/19/13 11:17:10.000 PM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    9/19/13 11:17:10.000 PM kernel[0]: Wake reason: EC.SleepTimer (SleepTimer)
    9/19/13 11:17:10.000 PM kernel[0]: RTC: PowerByCalendarDate setting ignored
    9/19/13 11:17:10.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    9/19/13 11:17:10.000 PM kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    9/19/13 11:17:10.000 PM kernel[0]: Previous Sleep Cause: 5
    9/19/13 11:17:10.000 PM kernel[0]: [ PCI configuration begin ]
    9/19/13 11:17:10.000 PM kernel[0]: [ PCI configuration end, bridges 15, devices 17 ]
    9/19/13 11:17:11.003 PM hidd[71]: MultitouchHID: device bootloaded
    9/19/13 11:17:11.000 PM kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, EEE allowed, flow control allowed
    9/19/13 11:17:11.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    9/19/13 11:17:13.000 PM kernel[0]: Graphics suppressed 3097 ms
    9/19/13 11:17:13.394 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7ffe9d008e10> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 11:17:13.394 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7ffe9d008e10> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/19/13 11:17:13.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]
    9/19/13 11:17:14.626 PM configd[17]: network changed: v4(en0+:10.0.0.2) DNS+ Proxy+ SMB
    9/19/13 11:17:30.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    9/19/13 11:17:30.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    9/19/13 11:17:32.000 PM kernel[0]: (default pager): [KERNEL]: ps_allocate_cluster - send HI_WAT_ALERT
    9/19/13 11:17:32.000 PM kernel[0]: macx_swapon SUCCESS
    9/19/13 11:17:32.000 PM kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    9/19/13 11:17:32.000 PM kernel[0]: macx_swapon SUCCESS
    9/19/13 11:17:32.000 PM kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    9/19/13 11:17:32.000 PM kernel[0]: macx_swapon SUCCESS
    9/19/13 11:17:33.000 PM kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    9/19/13 11:17:33.000 PM kernel[0]: macx_swapon SUCCESS
    9/19/13 11:17:37.000 PM kernel[0]: hibernate_alloc_pages act 150544, inact 92884, anon 61365, throt 0, spec 199036, wire 263301, wireinit 293129
    9/19/13 11:17:37.000 PM kernel[0]: hibernate_setup(0) took 7657 ms
    9/19/13 11:17:37.000 PM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff821b065000, 0xffffff821b0e5000
    9/19/13 11:17:37.000 PM kernel[0]: hibernate_page_list_setall time: 328 ms
    9/19/13 11:17:37.000 PM kernel[0]: pages 691543, wire 248643, act 1705, inact 0, cleaned 0 spec 0, zf 597, throt 0, could discard act 141964 inact 92284 purgeable 7311 spec 199036 cleaned 3
    9/19/13 11:17:37.000 PM kernel[0]: hibernate_page_list_setall preflight pageCount 250945 est comp 50 setfile 548448476 min 2147483648
    9/19/13 11:17:37.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    9/19/13 11:17:37.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 455 ms
    9/19/13 11:17:37.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 1
    9/19/13 11:17:37.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 5
    9/19/13 11:17:37.000 PM kernel[0]: LE is supported - Disable LE meta event
    9/19/13 11:17:38.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0 (wol enabled, BJP 550)
    9/19/13 11:17:41.000 PM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0181,0000,45e1,0000]
    9/20/13 12:11:23.000 AM kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 67
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff821b065000, 0xffffff821b0e5000
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_page_list_setall time: 618 ms
    9/20/13 12:11:23.000 AM kernel[0]: pages 690938, wire 249382, act 4845, inact 0, cleaned 0 spec 1, zf 2059, throt 0, could discard act 138374 inact 89934 purgeable 7307 spec 199034 cleaned 2
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_page_list_setall found pageCount 256287
    9/20/13 12:11:23.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    9/20/13 12:11:23.000 AM kernel[0]: IOHibernatePollerOpen(0)
    9/20/13 12:11:23.000 AM kernel[0]: encryptStart 17540
    9/20/13 12:11:23.000 AM kernel[0]: bitmap_size 0x7f8dc, previewSize 0x77ab50, writing 254048 pages @ 0x81196c
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_machine_init: state 2, image pages 249178, sum was b5e84dad, image1Size e8db600, conflictCount 2075, nextFree 23f6
    9/20/13 12:11:23.000 AM kernel[0]: restore times 790, 666, 7 ms, tsc 0x7ee61568 scale 0x5f07e6be
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_page_list_discard time: 122 ms, discarded act 138374 inact 89934 purgeable 7307 spec 199034 cleaned 2
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    9/20/13 12:11:23.000 AM kernel[0]: IOHibernatePollerOpen(0)
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_machine_init reading
    9/20/13 12:11:23.000 AM kernel[0]: PMStats: Hibernate read took 154 ms
    9/20/13 12:11:23.000 AM kernel[0]: hibernate_machine_init pagesDone 256083 sum2 560ad806, time: 154 ms, comp bytes: 28205056 time: 31 ms 855 Mb/s, crypt bytes: 10592256 time: 4 ms 2391 Mb/s
    9/20/13 12:11:23.000 AM kernel[0]: TBT W (2): 0x0100 [x]
    9/20/13 12:11:23.000 AM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 1
    9/20/13 12:11:23.000 AM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    9/20/13 12:11:23.000 AM kernel[0]: Wake reason: RTC (Alarm)
    9/20/13 12:11:23.000 AM kernel[0]: RTC: SleepTimer 2013/9/19 21:11:16, sleep 2013/9/19 20:17:37
    9/20/13 12:11:23.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    9/20/13 12:11:23.000 AM kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    9/20/13 12:11:23.000 AM kernel[0]: Previous Sleep Cause: 5
    9/20/13 12:11:23.000 AM kernel[0]: Previous Shutdown Cause: 5
    9/20/13 12:11:23.000 AM kernel[0]: [ PCI configuration begin ]
    9/20/13 12:11:23.000 AM kernel[0]: [ PCI configuration end, bridges 15, devices 17 ]
    9/20/13 12:11:23.000 AM kernel[0]: External AHCI device terminated after hibernation
    9/20/13 12:11:23.000 AM kernel[0]: External AHCI device terminated after hibernation
    9/20/13 12:11:23.000 AM kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, EEE allowed, flow control allowed
    9/20/13 12:11:23.886 AM fontd[212]: ATSFindFolder timeout. (domain:-32763, dirType:'font', createFolder:false, ATSServer pid:212)
    9/20/13 12:11:23.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    9/20/13 12:11:23.970 AM configd[17]: network changed: v4(en0-:10.0.0.2) DNS- Proxy- SMB
    9/20/13 12:11:24.000 AM kernel[0]: disk2s2: media is not present.
    9/20/13 12:11:24.000 AM kernel[0]: disk2s2: media is not present.
    9/20/13 12:11:24.000 AM kernel[0]: disk2s2: media is not present.
    9/20/13 12:11:24.000 AM kernel[0]: disk2s2: media is not present.
    9/20/13 12:11:24.000 AM kernel[0]: hfs: err 6 reading VH blk (Thunderbolt Backup)
    9/20/13 12:11:24.000 AM kernel[0]: disk2s2: media is not present.
    9/20/13 12:11:24.000 AM kernel[0]: jnl: disk2s2: do_jnl_io: strategy err 0x6
    9/20/13 12:11:24.000 AM kernel[0]: jnl: disk2s2: write_journal_header: error writing the journal header!
    9/20/13 12:11:24.198 AM hidd[71]: MultitouchHID: device bootloaded
    9/20/13 12:11:24.000 AM kernel[0]: jnl: disk5s2: replay_journal: from: 2492416 to: 3233792 (joffset 0x1d1c000)
    9/20/13 12:11:24.000 AM kernel[0]: jnl: disk5s2: journal replay done.
    9/20/13 12:11:24.687 AM fseventsd[41]: event logs in /Volumes/Thunderbolt Backup/.fseventsd out of sync with volume.  destroying old logs. (1309 0 11607)
    9/20/13 12:11:24.709 AM fseventsd[41]: log dir: /Volumes/Thunderbolt Backup/.fseventsd getting new uuid: 42B37477-2F78-4F7D-9C49-B692642D4043
    9/20/13 12:11:26.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]
    9/20/13 12:11:26.458 AM configd[17]: network changed: v4(en0+:10.0.0.2) DNS+ Proxy+ SMB
    9/20/13 12:11:27.000 AM kernel[0]: Graphics suppressed 4570 ms
    9/20/13 12:11:27.634 AM configd[17]: network changed: v4(en0-:10.0.0.2) DNS- Proxy- SMB
    9/20/13 12:11:27.643 AM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7ffe9bc215a0> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/20/13 12:11:27.643 AM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7ffe9bc215a0> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/20/13 12:11:28.636 AM configd[17]: network changed: v4(en0+:10.0.0.2) DNS+ Proxy+ SMB
    9/20/13 12:11:28.638 AM mDNSResponder[64]: mDNS_RegisterInterface: Frequent transitions for interface en0 (10.0.0.2)
    9/20/13 12:11:44.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    9/20/13 12:11:44.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    9/20/13 12:11:46.000 AM kernel[0]: hibernate_alloc_pages act 52811, inact 7166, anon 3568, throt 0, spec 40846, wire 264331, wireinit 293129
    9/20/13 12:11:46.000 AM kernel[0]: hibernate_setup(0) took 2600 ms
    9/20/13 12:11:46.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff81ff503000, 0xffffff81ff583000
    9/20/13 12:11:46.000 AM kernel[0]: hibernate_page_list_setall time: 291 ms
    9/20/13 12:11:46.000 AM kernel[0]: pages 350495, wire 249660, act 865, inact 0, cleaned 0 spec 3477, zf 3, throt 0, could discard act 51763 inact 7161 purgeable 195 spec 37369 cleaned 2
    9/20/13 12:11:46.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 254005 est comp 23 setfile 264853660 min 2147483648
    9/20/13 12:11:46.000 AM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    9/20/13 12:11:47.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 16 ms
    9/20/13 12:11:47.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 1
    9/20/13 12:11:47.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 5
    9/20/13 12:11:47.000 AM kernel[0]: LE is supported - Disable LE meta event
    9/20/13 12:11:47.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0 (wol enabled, BJP 550)
    9/20/13 12:11:49.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0181,0000,45e1,0000]
    9/20/13 12:11:51.294 AM mDNSResponder[64]: DeregisterInterface: Frequent transitions for interface en0 (10.0.0.2)
    9/20/13 1:05:36.000 AM kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 53
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff81ff503000, 0xffffff81ff583000
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_page_list_setall time: 529 ms
    9/20/13 1:05:36.000 AM kernel[0]: pages 350637, wire 250291, act 5201, inact 0, cleaned 0 spec 3469, zf 97, throt 0, could discard act 47421 inact 6614 purgeable 191 spec 37352 cleaned 1
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_page_list_setall found pageCount 259058
    9/20/13 1:05:36.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    9/20/13 1:05:36.000 AM kernel[0]: IOHibernatePollerOpen(0)
    9/20/13 1:05:36.000 AM kernel[0]: encryptStart 17540
    9/20/13 1:05:36.000 AM kernel[0]: bitmap_size 0x7f8dc, previewSize 0x77ab50, writing 256819 pages @ 0x81196c
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_machine_init: state 2, image pages 250087, sum was e4b5b459, image1Size e721400, conflictCount 2007, nextFree 2380
    9/20/13 1:05:36.000 AM kernel[0]: restore times 787, 663, 7 ms, tsc 0x7e7a30f4 scale 0x5f07e6be
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_page_list_discard time: 33 ms, discarded act 47421 inact 6614 purgeable 191 spec 37352 cleaned 1
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    9/20/13 1:05:36.000 AM kernel[0]: IOHibernatePollerOpen(0)
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_machine_init reading
    9/20/13 1:05:36.000 AM kernel[0]: PMStats: Hibernate read took 165 ms
    9/20/13 1:05:36.000 AM kernel[0]: hibernate_machine_init pagesDone 258854 sum2 fec807d9, time: 165 ms, comp bytes: 21655552 time: 24 ms 849 Mb/s, crypt bytes: 22526464 time: 8 ms 2426 Mb/s
    9/20/13 1:05:36.000 AM kernel[0]: TBT W (2): 0x0100 [x]
    9/20/13 1:05:36.000 AM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 1
    9/20/13 1:05:36.000 AM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    9/20/13 1:05:36.000 AM kernel[0]: Wake reason: RTC (Alarm)
    9/20/13 1:05:36.000 AM kernel[0]: RTC: SleepTimer 2013/9/19 22:05:29, sleep 2013/9/19 21:11:46
    9/20/13 1:05:36.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    9/20/13 1:05:36.000 AM kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    9/20/13 1:05:36.000 AM kernel[0]: Previous Sleep Cause: 5
    9/20/13 1:05:36.000 AM kernel[0]: Previous Shutdown Cause: 5
    9/20/13 1:05:36.000 AM kernel[0]: [ PCI configuration begin ]
    9/20/13 1:05:36.000 AM kernel[0]: [ PCI configuration end, bridges 15, devices 17 ]
    9/20/13 1:05:36.000 AM kernel[0]: External AHCI device terminated after hibernation
    9/20/13 1:05:36.000 AM kernel[0]: External AHCI device terminated after hibernation
    9/20/13 1:05:36.000 AM kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, EEE allowed, flow control allowed
    9/20/13 1:05:36.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: hfs: err 6 reading VH blk (Thunderbolt Backup)
    9/20/13 1:05:37.013 AM configd[17]: network changed: v4(en0-:10.0.0.2) DNS- Proxy- SMB
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: hfs: err 6 reading VH blk (Thunderbolt Backup)
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: hfs: err 6 reading VH blk (Thunderbolt Backup)
    9/20/13 1:05:37.000 AM kernel[0]: disk5s2: media is not present.
    9/20/13 1:05:37.000 AM kernel[0]: jnl: disk5s2: do_jnl_io: strategy err 0x6
    9/20/13 1:05:37.000 AM kernel[0]: jnl: disk5s2: write_journal_header: error writing the journal header!
    9/20/13 1:05:37.279 AM hidd[71]: MultitouchHID: device bootloaded
    9/20/13 1:05:37.000 AM kernel[0]: jnl: disk2s2: replay_journal: from: 3233792 to: 4380672 (joffset 0x1d1c000)
    9/20/13 1:05:37.000 AM kernel[0]: jnl: disk2s2: journal replay done.
    9/20/13 1:05:39.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]
    9/20/13 1:05:40.683 AM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7ffe9d314fc0> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/20/13 1:05:40.683 AM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7ffe9d314fc0> Thu Sep 19 22:13:37 2013 IDT (approx)
    9/20/13 1:05:40.000 AM kernel[0]: Graphics suppressed 4584 ms
    9/20/13 1:05:41.068 AM configd[17]: network changed: v4(en0+:10.0.0.2) DNS+ Proxy+ SMB
    9/20/13 1:05:56.000 AM kernel[0]: hibernate image path: /var/vm/sleepimage
    9/20/13 1:05:56.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    9/20/13 1:06:00.000 AM kernel[0]: hibernate_alloc_pages act 48974, inact 4688, anon 1654, throt 0, spec 36594, wire 264731, wireinit 293129
    9/20/13 1:06:00.000 AM kernel[0]: hibernate_setup(0) took 3536 ms
    9/20/13 1:06:00.000 AM kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff821b355000, 0xffffff8230be5000
    9/20/13 1:06:00.000 AM kernel[0]: hibernate_page_list_setall time: 293 ms
    9/20/13 1:06:00.000 AM kernel[0]: pages 340875, wire 250594, act 3510, inact 0, cleaned 0 spec 3233, zf 1, throt 0, could discard act 45314 inact 4682 purgeable 175 spec 33361 cleaned 5
    9/20/13 1:06:00.000 AM kernel[0]: hibernate_page_list_setall preflight pageCount 257338 est comp 24 setfile 276859228 min 2147483648
    9/20/13 1:06:00.000 AM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    9/20/13 1:06:00.000 AM kernel[0]: kern_open_file_for_direct_io(0) took 17 ms
    9/20/13 1:06:00.000 AM kernel[0]: Opened file /var/vm/sleepimage, size 2147483648, partition base 0x0, maxio 2000000 ssd 1
    9/20/13 1:06:00.000 AM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 5
    9/20/13 1:06:00.000 AM kernel[0]: LE is supported - Disable LE meta event
    9/20/13 1:06:00.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0 (wol enabled, BJP 550)
    9/20/13 1:06:03.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [796d,2301,0181,0000,45e1,0000]
    9/20/13 1:59:50.000 AM kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 60
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff821b355000, 0xffffff8230be5000
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_page_list_setall time: 530 ms
    9/20/13 1:59:50.000 AM kernel[0]: pages 340305, wire 250531, act 7785, inact 0, cleaned 0 spec 3236, zf 55, throt 0, could discard act 41001 inact 4198 purgeable 173 spec 33321 cleaned 5
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_page_list_setall found pageCount 261607
    9/20/13 1:59:50.000 AM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    9/20/13 1:59:50.000 AM kernel[0]: IOHibernatePollerOpen(0)
    9/20/13 1:59:50.000 AM kernel[0]: encryptStart 17540
    9/20/13 1:59:50.000 AM kernel[0]: bitmap_size 0x7f8dc, previewSize 0x77ab50, writing 259368 pages @ 0x81196c
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_machine_init: state 2, image pages 250327, sum was afa80dbd, image1Size e789a00, conflictCount 2062, nextFree 23f6
    9/20/13 1:59:50.000 AM kernel[0]: restore times 788, 663, 7 ms, tsc 0x7ea000d0 scale 0x5f07e6be
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_page_list_discard time: 28 ms, discarded act 41001 inact 4198 purgeable 173 spec 33321 cleaned 5
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_newruntime_map time: 0 ms, IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    9/20/13 1:59:50.000 AM kernel[0]: IOHibernatePollerOpen(0)
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_machine_init reading
    9/20/13 1:59:50.000 AM kernel[0]: PMStats: Hibernate read took 183 ms
    9/20/13 1:59:50.000 AM kernel[0]: hibernate_machine_init pagesDone 261403 sum2 d33f37f3, time: 183 ms, comp bytes: 21544960 time: 23 ms 862 Mb/s, crypt bytes: 32007680 time: 12 ms 2412 Mb/s
    9/20/13 1:59:50.000 AM kernel[0]: TBT W (2): 0x0100 [x]
    9/20/13 1:59:50.000 AM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 1
    9/20/13 1:59:50.000 AM kernel[0]: IOThunderboltSwitch<0xffffff804edb3400>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    9/20/13 1:59:50.000 AM kernel[0]: Wake reason: RTC (Alarm)
    9/20/13 1:59:50.000 AM kernel[0]: RTC: SleepTimer 2013/9/19 22:59:43, sleep 2013/9/19 22:06:00
    9/20/13 1:59:50.000 AM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    9/20/13 1:59:50.000 AM kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    9/20/13 1:59:50.000 AM kernel[0]: Previous Sleep Cause: 5
    9/20/13 1:59:50.000 AM kernel[0]: Previous Shutdown Cause: 5
    9/20/13 1:59:50.000 AM kernel[0]: [ PCI configuration begin ]
    9/20/13 1:59:50.000 AM kernel[0]: [ PCI configuration end, bridges 15, devices 17 ]
    9/20/13 1:59:50.000 AM kernel[0]: External AHCI device terminated after hibernation
    9/20/13 1:59:50.000 AM kernel[0]: External AHCI device terminated after hibernation
    9/20/13 1:59:50.000 AM kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, EEE allowed, flow control allowed
    9/20/13 1:59:50.000 AM kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    9/20/13 1:59:51.000 AM kernel[0]: disk2s2: media is not present.
    9/20/13 1:59:51.000 AM kernel[0]: disk2s2: media is not present.
    9/20/13 1:59:51.000 AM kernel[0]:

  • Problem:  this mac is not reading an excell file after upgrading to yosemite.   My Mac is from 2009, it use to work perfectly but it wasn´t able to open some apps, thats why i upgrade it.   Now it once i donwload the zip it appears with an ".ods" ext

    Problem:  this mac is not reading an excell file after upgrading to yosemite.   My Mac is from 2009, it use to work perfectly but it wasn´t able to open some apps, thats why i upgrade it.   Now it once i donwload the zip it appears with an ".ods" extension
    i even already download a link
    http://www.microsoft.com/en-us/download/confirmation.aspx?id=44026
    which i read on another support page... but it doesnt allowed me to install it cause it says that i already have the disk of this program....
    Im afraid to erase it and not being able to get it back...
    What can i do!??
    Thanks in advance for this kind answer!!!

    fsolution wrote:
    Problem:  this mac is not reading an excell file after upgrading to yosemite...   Now it once i donwload the zip it appears with an ".ods" extension...
    If the "it" refers to a compressed (zipped) spreadsheet that you downloaded, the ".ods" extension is used by LibreOffice and probably OpenOffice (which are free versions of MS Office) for spreadsheets, which would suggest that wherever you're getting that "Excel" file from has switched to one of those programs. I've tried opening an .ods file from LibreOffice using MS Office 2013 for Windows and it does open though with a warning that some things have been changed. I don't know if Office for Mac can normally open .ods files. But if your need is to just open .ods files, take a look at LibreOffice.

  • After upgrading to 6.1.3 yesterday photocamera from iphone 4 not focus. why? please fix bug!!!!

    After upgrading to 6.1.3 yesterday photocamera from iphone 4 not focus.Whi ? please fix the bug !! and the battery is draining faster !!!

    This is almost embarassing. For some totally unexplainable reason all the songs in iTunes were unchecked. I was considering syncing the whole iTunes library to my iPnone, tut even with the 32 Gb version it would not hold it all. I restarted my MBP, and the message about the unchecked songs came up. It obviously is not enough to have songs checked for the iPhone. Thanks anyway.

  • After upgrading to iTunes 11.0.1.12 from iTunes 10, my playlists have disappeared.

    After upgrading to iTunes 11.0.1.12 from iTunes 10, my playlists have disappeared. Any ideas how I can get them back? They are still on my iPhone though, even after a sync.

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    tt2

  • Win7 Offline Files sync error after upgrade to Lion Server 10.7.2

    Symptom: client is a Win7 laptop, the server is Mac OS X 10.7.3 Lion Server with SMB and AFP shares. Win7 Offline Files stopped working after I upgraded Snow Leopard (non-server version) to Lion Server 10.7.2. After updating to 10.7.3, the problem persists. When syncing, it gives thounsands of error like this: The process cannot access the file because it is being used by another process. WinXP clients are fine with the Offline Files function though.
    I Googled and studied online for several days now and it might be related to the "Oppurtunistic Locking", or "Oplocks" for short, in the SMB protocol. Since Apple has re-written Samba, there's no "smb.conf" anymore to change the Oplocks setting. Maybe it's possible to change the setting in "com.apple.smb.server.plist"?
    From the Internet:
    1. Oplocks should be DISABLED on the server if there is any other file sharing protocol (AFP, etc.) other than SMB.
    2. Offline Files will NOT work properly if Oplocks is disabled on the server side.
    3. It was possible to config oplocks setting in smb.conf in Mac OS X versions prior to Lion but now there's no such config file.
    My Question:
    1. Does anyone else have similar problems?
    2. Is it related to the Oppurtunistic Locking thing?
    3. Is Oppurtunistic Locking enabled or disabled in Lion Server by default?
    4. If it's related to Oplocks, how can I change the setting on the server?
    5. I've noticed that the authentication from Windows PCs to the SMB share on the Lion Server is much slower then in SL. Could this somehow be related to my problem?
    Thanks for your time! :-D

    Any luck getting the info on SMBX parameters like OPLOCKS ? This is apparently causing an issue with Autodesk Revit. I am resorting to installing SMBUP.
    There is an article that describes this method for altering the Lion smbd configuration parameters for honoring ACLs:
    sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server AclsEnabled -bool NO
    from this article
    http://support.apple.com/kb/TS4149
    and this:
    http://www.stanford.edu/group/macosxsig/blog/2011/08/enable-logging-with-107-smb x-w.html

  • Can't Login With Network Account After Upgrade To Yosemite Server 4

    I've been putting off this troubleshooting for a while now, and after trying everything I could find, decided to post.
    - After upgrading my server to Yosemite with Server 4, and my MacBook to Yosemite, I can no longer login with any network accounts.
    - I was on clean installs of Mavericks before the upgrade.
    - I'm using SSL for the OD, with a GoDaddy cert, the same one that was working on Mavericks.
    - I've tried removing the laptop's binding using the Users and Groups preferences dialog, which does not remove the laptop's entry from Open Directory, so I manually deleted the record on the server.
    - I then choose to Join again, and it looks as though everything goes through, but I still cannot login with a network account.  Also, when rejoining, it does not create a binding on the server.
    - If I use the Directory Utility->Services->LDAPv3, and add it that way, entering the FQDN and checking Encrypt..., Use for auth and Use for contacts, it asks me for the directory admin username and password, and does in fact create the binding on the server, but I still cannot login.  What's strange about that method, is that it forces the use of the IP address of the server, rather than the FQDN, like I entered it, which would of course have problems, because the certificate's common name is the server's FQDN.  It does not allow me to change from using the IP address, graying out that field.
    - I've also tried destroying the OD and restoring from archive to no avail.
    It looks like many users have hit dead ends with this, with some having success by completely formatting and setting up a new iteration of the server, but I will not be doing that.  However, I'll be happy to try any other suggestions.
    Thanks for your time,
       -- Mike

         Okay, I've finally resolved the issue, thanks to the Apple Enterprise tech support team.  I'm thinking they wouldn't mind if I share this information, but I can't guarantee that this will work on your system or, worse yet, degrade your system further.  However, that's fairly unlikely, just make sure you have plenty of backups before you begin any troubleshooting session.
         So I was told to perform the following instructions, which I did, line for line.  The part about closing Server.app seems a given, but I'm not sure why they want you to open Server.app at the the end (maybe taken out of context from some other instructions?).  I did it anyway, but you should be able to begin testing, on a client workstation, right after rekerberizing is complete.  I did, however, need to reboot my client, login as local admin, and then binding would proceed, and network users are able to login again.  The engineer also let me know to expect an error, something like the following: "2015-03-11 21:58:38 +0000 Error synchronizing removal of attribute draft-krbPrincipalACL from record 72519e4c-7ac7-15e4-bd42-10adb1944cbc: 77013 result: 16 No such attribute" - this is apparently normal, and did in fact happen in my experience.
    So here's the fix:
    - Quit Server.app (don’t just close the window)
    - On the Open Directory Server, execute these Terminal commands:
      - sudo mkdir /var/db/openldap/migration/
      - sudo touch /var/db/openldap/migration/.rekerberize
      - sudo slapconfig -firstboot
    - Open Server.app
    And that's it.  I did nothing else on my OD server, just logged out.  Immediately tried binding on my MacBook client, it failed, I rebooted, tried again, it worked quickly, and I'm able to login with network user accounts again.

  • ERROR upload: Error in uploadXMLFiles after upgrading from 10.2.0.4

    After upgrading from 10.2.0.1 to 10.2.0.4 on a newly installed Oracle server, I could not use dbconsole any more. It would not display the login page at http://myserver:1158/em. I tried different browser IE, FireFox, and Chrome. It is the same. Then I checked the %ORACLE_HOME/{server_sid}/sysman/log/emagent.trc and found this errors in it:
    2010-02-04 14:11:45 Thread-2552 WARN command: Job Subsystem Timeout set at 600 seconds
    2010-02-04 14:11:45 Thread-2552 WARN upload: Upload manager has no Failure script: disabled
    2010-02-04 14:11:45 Thread-2552 WARN upload: Recovering left over xml files in upload directory
    2010-02-04 14:11:45 Thread-2552 WARN upload: Recovered 0 left over xml files in upload directory
    2010-02-04 14:11:45 Thread-2552 WARN metadata: Metric collectSnapshot does not have any data columns
    2010-02-04 14:11:46 Thread-2552 WARN metadata: Metric Disk_Path does not have any data columns
    2010-02-04 14:11:46 Thread-2552 WARN metadata: Metric osm_diskGroupPolicies does not have any data columns
    2010-02-04 14:11:50 Thread-352 ERROR upload: Error in uploadXMLFiles. Trying again in 60.00 seconds.
    I tried emctl secure, upload, start and stop many times. It is still the same. It is a new server and a new database. Any idea?
    TIA!

    I did not change password. It is not password issue.
    According to Oracle support,
    1) the error "2010-02-04 14:11:50 Thread-352 ERROR upload: Error in uploadXMLFiles. Trying again in 60.00 seconds" can be ignored.
    2) The error: 2010-02-05 02:52:19 Thread-3864 ERROR util.files: nmeufile_remove D:/oracle/product/10.2.0/db_1/orsvp04.OCTAGONRESEARCH.COM_vp/sysman/recv\00000000365.lk: Error in lfidlb. Error = 0 (No error)
    could be because I used "emctl start agent" , which are not allowed command for DBconsole. The correct one is "emctl start dbconsole"
    Thanks for your input!

  • SSIS packages are failing after upgrade to SQL server 2014

    Hi,
    I have some SSIS packages running on SQL server 2012 .
    After I upgraded to SQL server to 2014 from 2012 , the SSIS jobs are failing on the SQL agent.
    And i can see its related to Data source connectivity to the SQL agent. I hope it not able to identify the connection manager in SQL agent. And connection adapter is not upgraded.
    I read some articles about this and they say it not able to connect to SQL server agent job.
    And, I can see that the package is running if i run manually using SQL 2012 run time.
    Why its not running on SQL 2014 ?
    did i  miss anything while upgrading SQL server 2014 ?
    Please give me some suggestions to solve this issue. 
    And is there any way i can change the SQL server agent 2014 to adapt this and run ?
    Below is the error : 
    The Package filed to load due to error 0XC00100014 " One or more error occurres. There should be more specific errors preceding this one that expalins the details of the erroes. This message is used as a return value from functions that encounter
    errors.: This occures when CPackage::LoadFormXML fails.
    Regards,
    Vinodh Selvaraj.

    I think you have typed this error message by yourself.
    Anyway, as it says there should be more error preceeding to this. Do you have any other errors which describles the exact issue stating at what task it fails?
    If not, then there are various reasons behind this issue. 3rd party connection manager such as Oracle Attunity or it may be 32/64 bit issue.
    You may try executing package in 32 bit mode from SQL Agent Job.
    Please refer:
    http://blogs.msdn.com/b/farukcelik/archive/2010/06/16/why-package-load-error-0xc0010014-in-cpackage-loadfromxml-error-appears-while-trying-to-run-an-ssis-package.aspx
    http://www.bidn.com/blogs/timmurphy/ssas/1397/package-failed-to-load-due-to-error-0xc0010014
    -Vaibhav Chaudhari

  • FTP Service misbehaving after upgrade to Leopard server

    After upgrading my server from 10.4 to 10.5, FTP services were running even though it was not present in the Server Manager. After adding it to the Server Manager non admin ftp clients logging in had full access to the root. I've shut down the FTP service in Server Manager but the service is still available. I've had to close the port on the firewall until I can figure out how to fix it.
    Is there an way to configure ftp through terminal, or remove the old configuration and start over?

    Please excuse what may be an obvious question, but what do you mean by "access to root"? The users can create files anywhere? The users have access to the / root directory?
    If the users can get anywhere (and it seems that they have access akin to the root password) then check the protections on the files and directories.
    The ftp "share" model is soft protection; folks that have ftp credentials can often log in and access other areas directly. (sftp doesn't have the share-like model layered on, which causes folks that expect ftp to work like "mount points" to be concerned.)
    What interests me most is that ftp is running even though it's indicated as shut off. Given that ftp exposes access credentials in cleartext, anybody that's scanned your ftp connection off a coffee shop WiFi access can access the target server. Which is why getting hacked is more of a possibility than it might seem. Any of the WiFi-scanning tools know how to scan for ftp passwords, too.
    If it's working as expected, ftp creates error and access logs. See if there's anything interesting there.

  • Reports quit working after upgrade to SQL Server 2008

    Folks,
    I'm running Visual Studio 2008 (sp1) and recently upgraded to SQL Server 2008. Reports worked fine until after upgrade. Now I get the "Login Failed" error message.
    Here is code snippets:
            CrystalDecisions.CrystalReports.Engine.ReportDocument oReport = new   CrystalDecisions.CrystalReports.Engine.ReportDocument();
            TableLogOnInfo LonOnInfo = new TableLogOnInfo();
            TableLogOnInfos crtableLogoninfos = new TableLogOnInfos();
            TableLogOnInfo crtableLogoninfo = new TableLogOnInfo();
            private Tables crTables;
            private Table crTable;
            ConnectionInfo crConnectionInfo = new ConnectionInfo();
                crConnectionInfo.IntegratedSecurity = true;
                crConnectionInfo.ServerName = Properties.Settings.Default.InstanceName + "
    Instance";
                crConnectionInfo.DatabaseName = "DATABASE";
                crTables = oReport.Database.Tables;
                for (int i = 0; i < crTables.Count; i++)
                    crTable = crTables<i>;
                    crtableLogoninfo = crTable.LogOnInfo;
                    crtableLogoninfo.ConnectionInfo = crConnectionInfo;
                    crTable.ApplyLogOnInfo(crtableLogoninfo);
                oReport.RecordSelectionFormula = xFormula;
                crystalReportViewer1.ReportSource = oReport;
    Has anyone had this problem? Any help would be appreciated.
    Terry

    CR 2008 does not support MS SQL 2008 yet, meaning we have not had time to test it completely and add it to our supported platforms.txt file.
    One thing I noticed is you are using trusted authenication:
    crConnectionInfo.IntegratedSecurity = true;
    Make sure you give access to all users, MS changed the security properties a lot since SQL 2005 and you can't simply log into any database now. If you have a DBA check with that person on how to configure NT Authentication or the Help file. You can also do a quick test and simply use MS SQL Server authentication to confirm if it's a user permission issue.
    Try creating a report that doesn't use Integrated Security, check the box off on your data logon prompt in the Designer.

  • Login issue after upgrading sun app server 8.1 to 9.0

    Hi, I recently upgraded sun application server from 8.1 to 9.0. Now when I go to my web application in my browser and try to login, its giving me an error.
    System Messages We're sorry but we are unable to log you in at this time...
    Error: Error in allocating a connection. Cause: Connection could not be allocated because: Access denied for user ''@'localhost' (using password: YES)
    Any ideas where to start?

    try to uninstall all of it and install again..
    take care of your files.. backup everything

  • ORA-01722: invalid number (Error in Application after upgrade to 3.0)

    Dear All,
    After upgrading to 3.0 I am no longer able to login to my application. The error I am seeing is:
    ORA-01722: invalid number
         Error      Could not process show_hide_memory.show_hide_collection_output procedure !
    Please help me pin-point the issue and fixed it.
    This happens in some applications but in others it doesn't...
    Regards,
    Pawel.

    I believe I have found the source of the problem!
    This is coming from the sample application which was used for the show/hide of regions example.
    The code behind the above procedure is:
    CREATE OR REPLACE
    PACKAGE show_hide_memory AS
    PROCEDURE show_hide_collection;
    PROCEDURE show_hide_collection_output;
    END;
    CREATE OR REPLACE PACKAGE BODY show_hide_memory AS
    PROCEDURE show_hide_collection AS
    l_arr apex_application_global.vc_arr2;
    l_found boolean := FALSE;
    l_collection_name VARCHAR2(255) := 'SHOW_HIDE_COLLECTION';
    BEGIN
    IF(wwv_flow_collection.collection_exists(p_collection_name => l_collection_name) = FALSE) THEN
    htmldb_collection.create_or_truncate_collection(p_collection_name => l_collection_name);
    END IF;
    l_arr := apex_util.string_to_table(p_string => v('TEMPORARY_ITEM'), p_separator => ']');
    -- If the array member count of l_arr < 3, then the following code will raise an exception
    FOR c1 IN
    (SELECT seq_id
    FROM apex_collections
    WHERE collection_name = l_collection_name
    AND c001 = l_arr(1)
    AND c002 = l_arr(2)
    AND c003 = l_arr(3))
    LOOP
    -- It exists, so delete it
    apex_collection.delete_member(p_collection_name => l_collection_name, p_seq => c1.seq_id);
    l_found := TRUE;
    END LOOP;
    IF l_found = FALSE THEN
    apex_collection.add_member(p_collection_name => l_collection_name, p_c001 => l_arr(1), p_c002 => l_arr(2), p_c003 => l_arr(3));
    END IF;
    COMMIT;
    END show_hide_collection;
    PROCEDURE show_hide_collection_output AS
    BEGIN
    htp.prn('<script type="text/javascript">' || CHR(10));
    htp.prn('<!--' || CHR(10));
    htp.prn('window.onload=function(){' || CHR(10));
    FOR c1 IN
    (SELECT c003
    FROM apex_collections
    WHERE collection_name = 'SHOW_HIDE_COLLECTION'
    AND c001 = wwv_flow.g_flow_id
    AND c002 = wwv_flow.g_flow_step_id)
    LOOP
    htp.prn('htmldb_ToggleWithImage(''' || c1.c003 || 'img'',''' || c1.c003 || 'body'');' || CHR(10));
    END LOOP;
    htp.prn('}' || CHR(10));
    htp.prn('//-->' || CHR(10));
    htp.prn('</script>' || CHR(10));
    END show_hide_collection_output;
    END;
    I guess now I have to find the bug in the above code !

Maybe you are looking for