Auto shutdown of idle applications

We have a lot of older applications that are periodically used by our user group. These applications may be used once in the morning then sit idle, taking up memory and system resources for the rest of the day until all applications are stopped for the backup process. Is there a way to configure Essbase to shutdown applications that have been idle for a specified period of time?
Thanks.
Glenn

API is overkill for this, MaxL can do it just fine. Here is an example using the Essbase.py module (code is similar for the Essbase Perl module)
import Essbase
esb = Essbase.Essbase()
esbUser, esbPwd, esbSvr = 'UserId', 'mysupersecretpassword', 'localhost'
esb.connect(esbUser, esbPwd, esbSvr)
# Get set of active applications and databases
stmt = "display database all"
esb.do(stmt)
actDbs = set([tuple(row[0:2]) for row in esb.rows() if row[31] == 2])
actApps = set([dbs[0] for dbs in actDbs])
# Get all session databases
stmt = "display session all"
esb.do(stmt)
sessions = [row for row in esb.rows()]
sessionDbs = set([tuple(row[3:5]) for row in sessions if row[4]])
sessionApps = set([row[0] for row in sessionDbs])
# Active but not in a session = Inactive
inactiveDbs = actDbs - sessionDbs
inactiveApps = actApps - sessionApps
# Unload inactive databases
for app, db in inactiveDbs:
stmt = "alter application '%s' unload database '%s'" % (app, db)
esb.execute(stmt,timefmt="%m/%d/%Y %H:%M:%S")
# Unload inactive applications
for app in inactiveApps:
stmt = "alter system unload application '%s'" % app
esb.execute(stmt,timefmt="%m/%d/%Y %H:%M:%S")
esb.disconnect()
Essbase.py is available at http://essbasepy.googlecode.com
Edited by: dwelden on Dec 10, 2010 11:45 AM

Similar Messages

  • One application "failed to quit" on auto shutdown

    This has been happening daily now for perhaps a month, and it's got me stumped. I can't identify any pattern or anything.
    I have my system scheduled to shutdown overnight and start up in the morning, and have had this same setting for years. What's happening lately is that the unattended shutdown apparently times out and I get a message saying logout failed "because the application [X] failed to quit." Now the really weird bits -
    'X' is almost literally a different application every day, and it's rarely if ever attributable to an unsaved document. I think it's happened at least once with every single one of the applications I regularly have running. Sometimes it's an application I've used in the course of the day, and other times it's one I haven't touched. But it happens every day.
    if I manually select the shutdown menu command at any time, including after finding that the auto shutdown has again failed, the shutdown runs smoothly with no application failing to quit.
    I've run 'repair disk' in Disk Utility and also Disk Warrior and applejack several times each, as well as a weekly scheduled batch of maintenance tasks (using Cocktail). None of these operations has changed the behaviour come shutdown time.
    Has anyone else seen this?  Solutions anyone?  Thanks.

    I'm 'bumping' this one.
    Still happening very consistently, and becoming a real problem. Since originally posting I've run all the disk operations many times over, as well as one or two system updates at least. Nothing has changed, it just happens like this every night.
    The only thing I can offer as a (sort of) pattern is that the application that's most often the one reported as preventing logout is HistoryHound. And it would appear to be one of the first ones the system tries to quit in its shutdown, since most of the apps are still running. However it does still vary - it happens on a different app sometimes, and it happens on some app when HH wasn't even running. So not sure that's much of a clue - unless perhaps certain apps are taking longer to quit than the system expects (or something??? - scratching for clues here ...... )
    Can anyone help? Please ....

  • Implementing Auto Shutdown feature in J2ME midlet

    I am trying to figure out all possibilities to implement an auto shutdown feature in an application which uses only high level UI components (Lists and Forms), if the application remains idle for a specified time say 60 seconds.
    Any suggestions how one could achieve this.
    Thanks.

    No, its not necessary that everytime user does something and some code is executed, for instance if the user is navigating UP or Down a List and is only pressing UP/DOWN navigation keys in such a case no code is executed. What to do in such a case??
    Thanks.

  • OS got slower & macbook is taking auto shutdown.

    Im using macbook pro late 2011 ans running os is os x maverics. suddenly my macbook got hang and i turned off it by holding the power button. but after that when im tyring to turning on it again then it doesn't turn on as like before. some kind of unusual things are happening. some times it takes auto shutdown. but when im trying to turn on it by holding the power button around 10 seconds then it able to turn on but takes much time to turn on. and os works so much slower than before. i dont know what is the problem and what is going on. Is there any hardware problem or problem with the OS?

    6/30/14 1:30:39.000 AM kernel[0]: memorystatus_thread: idle exiting pid 466 [cfprefsd]
    6/30/14 1:30:39.776 AM com.apple.launchd[1]: (com.apple.cfprefsd.xpc.daemon[466]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    6/30/14 1:30:39.777 AM com.apple.launchd[1]: (com.apple.cfprefsd.xpc.daemon[466]) assertion failed: 13D65: launchd + 43413 [425516B6-9F3E-342F-87B3-EC461EBA6A1A]: 0x9
    6/30/14 1:30:40.000 AM kernel[0]: memorystatus_thread: idle exiting pid 135 [cfprefsd]
    6/30/14 1:30:40.106 AM com.apple.launchd.peruser.501[128]: (com.apple.cfprefsd.xpc.agent[135]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    6/30/14 1:30:40.106 AM com.apple.launchd.peruser.501[128]: (com.apple.cfprefsd.xpc.agent[135]) assertion failed: 13D65: launchd + 43413 [425516B6-9F3E-342F-87B3-EC461EBA6A1A]: 0x9
    6/30/14 1:30:47.421 AM WindowServer[84]: disable_update_timeout: UI updates were forcibly disabled by application "Skype" for over 1.00 seconds. Server has re-enabled them.
    6/30/14 1:30:47.815 AM WindowServer[84]: common_reenable_update: UI updates were finally reenabled by application "Skype" after 1.39 seconds (server forcibly re-enabled them after 1.00 seconds)
    6/30/14 1:36:20.562 AM xpcproxy[576]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    6/30/14 1:36:21.349 AM com.apple.SecurityServer[21]: Killing auth hosts
    6/30/14 1:36:21.350 AM com.apple.SecurityServer[21]: Session 100024 destroyed
    6/30/14 1:36:21.353 AM com.apple.SecurityServer[21]: Session 100029 created
    6/30/14 1:36:22.386 AM xpcproxy[580]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    6/30/14 1:36:23.483 AM accountsd[585]: assertion failed: 13D65: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    6/30/14 1:36:32.456 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [CalDAVAccountRefreshQueueableOperation :: home container is nil, a DEPTH:1 PROPFIND didn't include a response for the requested collection]
    6/30/14 1:36:33.521 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fa11b41fca0 {AccountName=Facebook, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fa11dc09340 [0x7fff72e79f00]>{type = immutable dict, count = 10,
    entries =>
      0 : X-FB-Rev = <CFString 0x7fa11da16220 [0x7fff72e79f00]>{contents = "1309750"}
      1 : Content-Type = <CFString 0x7fa11b679a80 [0x7fff72e79f00]>{contents = "text/plain; ; charset="utf-8""}
      2 : Pragma = <CFString 0x7fa11b6dd960 [0x7fff72e79f00]>{contents = "no-cache"}
      3 : Connection = <CFString 0x7fa11b6760d0 [0x7fff72e79f00]>{contents = "keep-alive"}
      6 : Date = <CFString 0x7fa11b6eb550 [0x7fff72e79f00]>{contents = "Sun, 29 Jun 2014 19:34:42 GMT"}
      8 : X-FB-Debug = <CFString 0x7fa11b685df0 [0x7fff72e79f00]>{contents = "ueJFAGSQX8hFXGgwZGRXbr6xZSmxnS/8XVR/xDQmLU0bJ/rpDlmh7nAAGpR96U5boueDl7lB3+MsvA B5bZNxDg=="}
      9 : Www-Authenticate = <CFString 0x7fa11da1b070 [0x7fff72e79f00]>{contents = "OAuth realm="Facebook WebDAV", Basic realm="Facebook WebDAV""}
      10 : Content-Length = <CFString 0x7fff72e61ba0 [0x7fff72e79f00]>{contents = "40"}
      11 : Cache-Control = <CFString 0x7fa11b6e5990 [0x7fff72e79f00]>{contents = "private, no-cache, no-store, must-revalidate"}
      12 : Expires = <CFString 0x7fa11b6daad0 [0x7fff72e79f00]>{contents = "Sat, 01 Jan 2000 00:00:00 GMT"}
    6/30/14 1:36:33.526 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7fa11b7b8dc0; Sequence: 0>] to failed operations.]
    6/30/14 1:36:37.775 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=503 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 503.)" UserInfo=0x7fa11b5bbe00 {AccountName=Yahoo, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fa11b416540 [0x7fff72e79f00]>{type = immutable dict, count = 11,
    entries =>
      0 : Server = <CFString 0x7fa11b4e25c0 [0x7fff72e79f00]>{contents = "YTS/1.20.13"}
      1 : Content-Type = <CFString 0x7fa11b4ddaa0 [0x7fff72e79f00]>{contents = "text/html; charset=UTF-8"}
      2 : Retry-After = <CFString 0x7fa11b4e56f0 [0x7fff72e79f00]>{contents = "3600"}
      3 : Via = <CFString 0x7fa11d90eb80 [0x7fff72e79f00]>{contents = "HTTP/1.1 calgate022.cal.bf1.yahoo.com (YahooTrafficServer/1.20.13 [c s f ]), HTTP/1.1 calgate022.cal.bf1.yahoo.com (YahooTrafficServer/1.20.13 [c s f ])"}
      4 : Age = <CFString 0x7fff72e5bb80 [0x7fff72e79f00]>{contents = "0"}
      5 : P3P = <CFString 0x7fa11d916eb0 [0x7fff72e79f00]>{contents = "policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV""}
      6 : Date = <CFString 0x7fa11b4f5c90 [0x7fff72e79f00]>{contents = "Sun, 29 Jun 2014 19:34:51 GMT"}
      7 : Transfer-Encoding = <CFString 0x7fff725a2ea0 [0x7fff72e79f00]>{contents = "Identity"}
      8 : Connection = <CFString 0x7fa11d9039e0 [0x7fff72e79f00]>{contents = "keep-alive"}
      11 : Cache-Control = <CFString 0x7fa11d91cb00 [0x7fff72e79f00]>{contents = "private"}
      12 : Vary = <CFString 0x7fa11b493740 [0x7fff72e79f00]>{contents = "Accept-Encoding"}
    6/30/14 1:39:36.969 AM com.apple.IconServicesAgent[586]: IconServicesAgent launched.
    6/30/14 1:39:51.373 AM Viber[590]: FAILURE: Job com.viber.osx is not loaded in launchd.
    6/30/14 1:39:51.373 AM Viber[590]: SMLoginItemSetEnabled failed!
    6/30/14 1:39:54.976 AM usernoted[164]: ApplePushService: entitlement check for 'com.apple.developer.aps-environment' failed for 'Viber' (590)
    6/30/14 1:39:55.409 AM Viber[590]: find_shared_window: WID 267
    6/30/14 1:39:55.409 AM Viber[590]: CGSOrderWindowListWithGroups: invalid window ID (267)
    6/30/14 1:39:55.420 AM Viber[590]: CGSOrderWindowList: NULL list pointer or empty list
    6/30/14 1:39:55.591 AM Viber[590]: setShowsApplicationBadge: is not yet implemented for the NSApp dockTile
    6/30/14 1:42:07.714 AM mDNSResponder[41]: Double NAT (external NAT gateway address 192.168.200.138 is also a private RFC 1918 address)
    6/30/14 1:43:16.816 AM firefox[602]: stat on /Users/shuvo/Library/Application Support/Firefox/Profiles/wjhguyie.default/sessionstore.js: No such file or directory
    6/30/14 1:43:23.279 AM WindowServer[84]: CGXSetWindowListSystemAlpha: Invalid window 205 (index 0/1)
    6/30/14 1:43:27.760 AM WindowServer[84]: CGXSetWindowListSystemAlpha: Invalid window 293 (index 0/1)
    6/30/14 1:44:16.000 AM kernel[0]: memorystatus_thread: idle exiting pid 564 [WiFiKeychainProx]
    6/30/14 1:44:16.061 AM com.apple.launchd.peruser.501[128]: (com.apple.wifi.WiFiKeychainProxy[564]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    6/30/14 1:44:16.061 AM com.apple.launchd.peruser.501[128]: (com.apple.wifi.WiFiKeychainProxy[564]) assertion failed: 13D65: launchd + 43413 [425516B6-9F3E-342F-87B3-EC461EBA6A1A]: 0x9
    6/30/14 1:44:16.000 AM kernel[0]: memorystatus_thread: idle exiting pid 578 [xpcd]
    6/30/14 1:44:16.332 AM com.apple.launchd[1]: (com.apple.xpcd.00000000-0000-0000-0000-000000000000[578]) Exited: Killed: 9
    6/30/14 1:44:16.000 AM kernel[0]: memorystatus_thread: idle exiting pid 585 [accountsd]
    6/30/14 1:44:16.561 AM CalendarAgent[176]: /SourceCache/Accounts/Accounts-336.9/ACAccountStore.m - __60-[ACAccountStore _connectToRemoteAccountStoreUsingEndpoint:]_block_invoke - 130 - The connection to ACDAccountStore was interrupted.
    6/30/14 1:44:16.689 AM com.apple.launchd.peruser.501[128]: (com.apple.accountsd[585]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    6/30/14 1:44:16.689 AM com.apple.launchd.peruser.501[128]: (com.apple.accountsd[585]) assertion failed: 13D65: launchd + 43413 [425516B6-9F3E-342F-87B3-EC461EBA6A1A]: 0x9
    6/30/14 1:44:16.000 AM kernel[0]: memorystatus_thread: idle exiting pid 580 [com.apple.iCloud]
    6/30/14 1:44:16.840 AM com.apple.launchd[1]: (com.apple.iCloudHelper[580]) Exited: Killed: 9
    6/30/14 1:44:17.152 AM WiFiKeychainProxy[614]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    6/30/14 1:44:17.152 AM WiFiKeychainProxy[614]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    6/30/14 1:44:17.909 AM xpcproxy[617]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    6/30/14 1:44:22.203 AM com.apple.NotesMigratorService[619]: Joined Aqua audit session
    6/30/14 1:44:22.225 AM com.apple.time[131]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    6/30/14 1:44:22.373 AM com.apple.internetaccounts[576]: An instance 0x7fa79b003a90 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa79b003bb0> (
    <NSKeyValueObservance 0x7fa79b003b40: Observer: 0x7fa79b002940, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8224143b, Property: 0x7fa798f6bab0>
    6/30/14 1:44:22.380 AM com.apple.internetaccounts[576]: An instance 0x7fa798f77cb0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa798f8e490> (
    <NSKeyValueObservance 0x7fa798f8e320: Observer: 0x7fa798f88770, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8224143b, Property: 0x7fa798f6bab0>
    6/30/14 1:44:22.918 AM accountsd[620]: assertion failed: 13D65: liblaunch.dylib + 25164 [38D1AB2C-A476-385F-8EA8-7AB604CA1F89]: 0x25
    6/30/14 1:45:12.838 AM firefox[602]: CGSNewCIFilterByName
    6/30/14 1:45:12.838 AM WindowServer[84]: CGXSetCIFilterValues: Invalid filter 0
    6/30/14 1:45:12.838 AM WindowServer[84]: CGXSetWindowFilter: Invalid filter 0
    6/30/14 1:45:14.057 AM firefox[602]: CGSNewCIFilterByName
    6/30/14 1:45:14.057 AM WindowServer[84]: CGXSetCIFilterValues: Invalid filter 0
    6/30/14 1:45:14.057 AM WindowServer[84]: CGXSetWindowFilter: Invalid filter 0
    6/30/14 1:45:15.422 AM firefox[602]: CGSNewCIFilterByName
    6/30/14 1:45:15.422 AM WindowServer[84]: CGXSetCIFilterValues: Invalid filter 0
    6/30/14 1:45:15.422 AM WindowServer[84]: CGXSetWindowFilter: Invalid filter 0
    6/30/14 1:46:13.978 AM update_dyld_shared_cache[624]: could not open DSC '/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManag er/6A03764A-9F13-47B7-AC7A-E730EB9C2E11.activeSandbox/Root/var/db/dyld/dyld_shar ed_cache_i386': No such file or directory; bailing
    6/30/14 1:46:33.652 AM com.apple.SecurityServer[21]: Killing auth hosts
    6/30/14 1:46:33.653 AM com.apple.SecurityServer[21]: Session 100028 destroyed
    6/30/14 1:46:55.505 AM firefox[602]: CGSNewCIFilterByName
    6/30/14 1:46:55.505 AM WindowServer[84]: CGXSetCIFilterValues: Invalid filter 0
    6/30/14 1:46:55.505 AM WindowServer[84]: CGXSetWindowFilter: Invalid filter 0
    6/30/14 1:47:00.101 AM xpchelper[625]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/Versions/A/XPCServices/SecurityAg ent.xpc
    6/30/14 1:47:24.198 AM com.apple.WebKit.WebContent[301]: ERROR: ITSExceptionHandler: {message:"TypeError: 'null' is not an object (evaluating 'document.querySelector("#header").removeClassName')", url:"https://se.itunes.apple.com/htmlResources/3F28/da-storefront-autoinstallations.j s", lineNumber:"326"}
    6/30/14 1:47:33.403 AM sandboxd[669]: ([213]) storeagent(213) deny mach-lookup com.apple.dock.server
    6/30/14 1:47:41.762 AM WindowServer[84]: disable_update_timeout: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.
    6/30/14 1:47:42.528 AM WindowServer[84]: common_reenable_update: UI updates were finally reenabled by application "Safari" after 1.77 seconds (server forcibly re-enabled them after 1.00 seconds)
    6/30/14 1:50:09.000 AM kernel[0]: process PluginProcess[694] caught causing excessive wakeups. Observed wakeups rate (per sec): 522; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45449
    6/30/14 1:50:09.811 AM ReportCrash[703]: Invoking spindump for pid=694 wakeups_rate=522 duration=87 because of excessive wakeups
    6/30/14 1:50:15.945 AM spindump[704]: Saved wakeups_resource.spin report for PluginProcess version 9537 (9537.76.4) to /Library/Logs/DiagnosticReports/PluginProcess_2014-06-30-015015_SHUVOs-MacBook- Pro.wakeups_resource.spin
    6/30/14 1:54:27.658 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [CalDAVAccountRefreshQueueableOperation :: home container is nil, a DEPTH:1 PROPFIND didn't include a response for the requested collection]
    6/30/14 1:54:30.824 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fa11dc03730 {AccountName=Facebook, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fa11d951ed0 [0x7fff72e79f00]>{type = immutable dict, count = 10,
    entries =>
      0 : X-FB-Rev = <CFString 0x7fa11b7f3c90 [0x7fff72e79f00]>{contents = "1309750"}
      1 : Content-Type = <CFString 0x7fa11b740ba0 [0x7fff72e79f00]>{contents = "text/plain; ; charset="utf-8""}
      2 : Pragma = <CFString 0x7fa11b750e00 [0x7fff72e79f00]>{contents = "no-cache"}
      3 : Connection = <CFString 0x7fa11b7fbad0 [0x7fff72e79f00]>{contents = "keep-alive"}
      6 : Date = <CFString 0x7fa11b701990 [0x7fff72e79f00]>{contents = "Sun, 29 Jun 2014 19:52:38 GMT"}
      8 : X-FB-Debug = <CFString 0x7fa11b7f3f40 [0x7fff72e79f00]>{contents = "f6pS+qb1sxeFmrIFiHnx/qVcAZTrfTXOKwS/bJOlFv3s9jKszLpEGuU20a/V8dJKnCX5+5qRJtWN5X vjGJ8Bow=="}
      9 : Www-Authenticate = <CFString 0x7fa11dc047a0 [0x7fff72e79f00]>{contents = "OAuth realm="Facebook WebDAV", Basic realm="Facebook WebDAV""}
      10 : Content-Length = <CFString 0x7fff72e61ba0 [0x7fff72e79f00]>{contents = "40"}
      11 : Cache-Control = <CFString 0x7fa11b7e8320 [0x7fff72e79f00]>{contents = "private, no-cache, no-store, must-revalidate"}
      12 : Expires = <CFString 0x7fa11dc00cf0 [0x7fff72e79f00]>{contents = "Sat, 01 Jan 2000 00:00:00 GMT"}
    6/30/14 1:54:30.881 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7fa11b70f700; Sequence: 0>] to failed operations.]
    6/30/14 1:54:32.902 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=503 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 503.)" UserInfo=0x7fa11b60c350 {AccountName=Yahoo, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fa11d94a3a0 [0x7fff72e79f00]>{type = immutable dict, count = 11,
    entries =>
      0 : Server = <CFString 0x7fa11b7ceb10 [0x7fff72e79f00]>{contents = "YTS/1.20.13"}
      1 : Content-Type = <CFString 0x7fa11b74aaa0 [0x7fff72e79f00]>{contents = "text/html; charset=UTF-8"}
      2 : Retry-After = <CFString 0x7fa11b7b5060 [0x7fff72e79f00]>{contents = "3600"}
      3 : Via = <CFString 0x7fa11b7b03e0 [0x7fff72e79f00]>{contents = "HTTP/1.1 calgate065.cal.bf1.yahoo.com (YahooTrafficServer/1.20.13 [c s f ]), HTTP/1.1 calgate065.cal.bf1.yahoo.com (YahooTrafficServer/1.20.13 [c s f ])"}
      4 : Age = <CFString 0x7fff72e5bb80 [0x7fff72e79f00]>{contents = "0"}
      5 : P3P = <CFString 0x7fa11dc0da30 [0x7fff72e79f00]>{contents = "policyref="http://info.yahoo.com/w3c/p3p.xml", CP="CAO DSP COR CUR ADM DEV TAI PSA PSD IVAi IVDi CONi TELo OTPi OUR DELi SAMi OTRi UNRi PUBi IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC GOV""}
      6 : Date = <CFString 0x7fa11dc0d2e0 [0x7fff72e79f00]>{contents = "Sun, 29 Jun 2014 19:52:46 GMT"}
      7 : Transfer-Encoding = <CFString 0x7fff725a2ea0 [0x7fff72e79f00]>{contents = "Identity"}
      8 : Connection = <CFString 0x7fa11b79b490 [0x7fff72e79f00]>{contents = "keep-alive"}
      11 : Cache-Control = <CFString 0x7fa11b7a4f80 [0x7fff72e79f00]>{contents = "private"}
      12 : Vary = <CFString 0x7fa11b7abfd0 [0x7fff72e79f00]>{contents = "Accept-Encoding"}
    6/30/14 1:57:07.804 AM mDNSResponder[41]: Double NAT (external NAT gateway address 192.168.200.138 is also a private RFC 1918 address)
    6/30/14 2:08:14.000 AM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=724[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
    6/30/14 2:09:27.111 AM System Events[768]: .sdef warning for part of complex type 'any | number | boolean | date | list | record | text | data' used in suite 'Property List Suite': 'data' is not a valid type name.
    6/30/14 2:09:27.112 AM System Events[768]: .sdef warning for type 'text | missing value | any' attribute 'uniqueID' of class 'XML element' in suite 'XML Suite': AppleScript ID references may not work for this property because its type is not NSNumber- or NSString-derived.
    6/30/14 2:12:07.847 AM mDNSResponder[41]: Double NAT (external NAT gateway address 192.168.200.138 is also a private RFC 1918 address)
    6/30/14 2:12:17.427 AM xpcproxy[805]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    6/30/14 2:12:18.032 AM launchctl[808]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    6/30/14 2:12:18.183 AM com.apple.authd[71]: Sandbox denied authorizing right 'system.install.app-store-software.standard-user' for authorization created by '/System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateConfigData' [806]
    6/30/14 2:12:18.191 AM sandboxd[669]: ([806]) SoftwareUpdateCo(806) deny authorization-right-obtain system.install.app-store-software.standard-user
    6/30/14 2:12:18.660 AM com.apple.WebKit.WebContent[301]: ERROR: ITSExceptionHandler: {message:"TypeError: 'null' is not an object (evaluating 'document.querySelector("#header").removeClassName')", url:"https://se.itunes.apple.com/htmlResources/3F28/da-storefront-autoinstallations.j s", lineNumber:"326"}
    6/30/14 2:12:22.579 AM parentalcontrolsd[818]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    6/30/14 2:12:25.397 AM loginwindow[44]: magsafeStateChanged state changed old 1 new 2
    6/30/14 2:12:25.641 AM com.apple.WebKit.WebContent[301]: ERROR: ITSExceptionHandler: {message:"TypeError: 'null' is not an object (evaluating 'document.querySelector("#header").removeClassName')", url:"https://se.itunes.apple.com/htmlResources/3F28/da-storefront-autoinstallations.j s", lineNumber:"326"}
    6/30/14 2:12:27.629 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fa11db5c6a0 {AccountName=Facebook, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fa11d9367a0 [0x7fff72e79f00]>{type = immutable dict, count = 10,
    entries =>
      0 : X-FB-Rev = <CFString 0x7fa11b531d70 [0x7fff72e79f00]>{contents = "1309750"}
      1 : Content-Type = <CFString 0x7fa11b5b3ba0 [0x7fff72e79f00]>{contents = "text/plain; ; charset="utf-8""}
      2 : Pragma = <CFString 0x7fa11d86bbd0 [0x7fff72e79f00]>{contents = "no-cache"}
      3 : Connection = <CFString 0x7fa11db25b50 [0x7fff72e79f00]>{contents = "keep-alive"}
      6 : Date = <CFString 0x7fa11b5e0d30 [0x7fff72e79f00]>{contents = "Sun, 29 Jun 2014 20:10:36 GMT"}
      8 : X-FB-Debug = <CFString 0x7fa11b50ecc0 [0x7fff72e79f00]>{contents = "zolqpAa8lg+9+Xfww+shGS2X1L6sLe32VyE0DU5xA3hRp61Nvb6HU2S8mfYQIL3t0GxGnCeo1WM5nV NFVgSi9A=="}
      9 : Www-Authenticate = <CFString 0x7fa11b531510 [0x7fff72e79f00]>{contents = "OAuth realm="Facebook WebDAV", Basic realm="Facebook WebDAV""}
      10 : Content-Length = <CFString 0x7fff72e61ba0 [0x7fff72e79f00]>{contents = "40"}
      11 : Cache-Control = <CFString 0x7fa11b5cc680 [0x7fff72e79f00]>{contents = "private, no-cache, no-store, must-revalidate"}
      12 : Expires = <CFString 0x7fa11b5c2030 [0x7fff72e79f00]>{contents = "Sat, 01 Jan 2000 00:00:00 GMT"}
    6/30/14 2:12:27.664 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7fa11b7d97f0; Sequence: 0>] to failed operations.]
    6/30/14 2:12:27.746 AM loginwindow[44]: magsafeStateChanged state changed old 2 new 1
    6/30/14 2:12:29.536 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo=0x7fa11b7bf240 {NSUnderlyingError=0x7fa11d904e90 "The network connection was lost.", NSErrorFailingURLStringKey=https://[email protected]/principals/users/abusoyaibshuvo ///[email protected]/principals/users/abusoyaibshuvo/, NSErrorFailingURLKey=https://[email protected]/principals/users/abusoyaibshuvo ///[email protected]/principals/users/abusoyaibshuvo/, AccountName=Yahoo, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The network connection was lost.}]
    6/30/14 2:12:29.605 AM CalendarAgent[176]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7fa11b7be4f0; Sequence: 0>] to failed operations.]
    6/30/14 2:12:48.049 AM com.apple.launchd[1]: (com.apple.qtkitserver[726]) Could not terminate job: 3: No such process
    6/30/14 2:12:48.049 AM com.apple.launchd[1]: (com.apple.qtkitserver[726]) Using fallback option to terminate job...
    6/30/14 2:13:07.854 AM WindowServer[84]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    6/30/14 2:13:08.334 AM WindowServer[84]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    6/30/14 2:16:00.782 AM Console[822]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.

  • Hi there, I'm having my iPhoto (8.1.2 version) making auto-shutdown with no reason Does anybody know what shall I do with it? Regards, Miguel Sim

    Hi there,
    On my iMac from 2009 - 3,06 Ghz Core 2 Duo with Mac OS X lion 10.7.5 (11G63) I'm having the iPhoto (8.1.2 version) making auto-shutdown with no reason;
    Does anybody know what shall I do with it ???
    Regards,
    Miguel Sim.

    Hello again,
    Process:         iPhoto [2771]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         8.1.2 (8.1.2)
    Build Info:      iPhotoProject-4240000~8
    Code Type:       X86 (Native)
    Parent Process:  launchd [141]
    Date/Time:       2013-11-14 18:53:17.814 +0000
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          106324 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  634 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      637A60DB-E15A-441E-BAAB-F21EF18FA1B6
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x000000000cfbc000
    VM Regions Near 0xcfbc000:
        JS JIT generated code  000000000cfb4000-000000000cfbc000 [   32K] rwx/rwx SM=PRV 
    --> mapped file            000000000cfbc000-000000000cfcc000 [   64K] r--/rwx SM=COW  /Users/USER/Pictures/*/*.jpg
        TC malloc              000000000cfcc000-000000000d0cc000 [ 1024K] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[2771]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib             0x9144ebe1 memmove$VARIANT$sse3x + 35
    1   com.apple.ImageIO.framework   0x99396ca0 _CGImageSourceBindToPlugin + 300
    2   com.apple.ImageIO.framework   0x99396b63 CGImageSourceGetType + 55
    3   com.apple.CoreGraphics        0x939bdc4c CGImageCreateWithJPEGDataProvider2 + 166
    4   com.apple.CoreGraphics        0x939bddc4 CGImageCreateWithJPEGDataProvider + 47
    5   com.apple.iPhoto              0x001aa38e 0x1000 + 1741710
    6   com.apple.iPhoto              0x0043d5a6 0x1000 + 4441510
    7   com.apple.iPhoto              0x00448902 0x1000 + 4487426
    8   com.apple.AppKit              0x9494f79d -[NSView _drawRect:clip:] + 3929
    9   com.apple.AppKit              0x9494d7bc -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 2650
    10  com.apple.AppKit              0x9494e193 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5169
    11  com.apple.AppKit              0x9494e193 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5169
    12  com.apple.AppKit              0x9494e193 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5169
    13  com.apple.AppKit              0x94947caa -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4817
    14  com.apple.AppKit              0x94940bd9 -[NSView displayIfNeeded] + 1365
    15  com.apple.AppKit              0x94945872 -[NSClipView _immediateScrollToPoint:] + 6543
    16  com.apple.AppKit              0x94943e2e -[NSClipView scrollToPoint:] + 234
    17  com.apple.AppKit              0x94a34137 -[NSScrollView scrollClipView:toPoint:] + 279
    18  com.apple.AppKit              0x94a33efb -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1533
    19  com.apple.AppKit              0x94a3711c -[NSClipView _scrollTo:animate:] + 62
    20  com.apple.AppKit              0x94a370d4 -[NSClipView _scrollTo:] + 48
    21  com.apple.AppKit              0x94a3709b -[NSClipView _scrollPoint:fromView:] + 107
    22  com.apple.AppKit              0x94a37029 -[NSView(NSPrivate) _scrollPoint:fromView:] + 50
    23  com.apple.AppKit              0x94a36fef -[NSView scrollPoint:] + 65
    24  com.apple.iPhoto              0x001c08e4 0x1000 + 1833188
    25  com.apple.iPhoto              0x001bff5b 0x1000 + 1830747
    26  com.apple.AppKit              0x949d1508 -[NSWindow sendEvent:] + 9384
    27  com.apple.AppKit              0x94969f77 -[NSApplication sendEvent:] + 4788
    28  com.apple.iPhoto              0x00229973 0x1000 + 2263411
    29  com.apple.AppKit              0x948fbb21 -[NSApplication run] + 1007
    30  com.apple.AppKit              0x94b8cac5 NSApplicationMain + 1054
    31  com.apple.iPhoto              0x00124b80 0x1000 + 1194880
    32  com.apple.iPhoto              0x00003172 0x1000 + 8562
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x9982ab5e __select_nocancel + 10
    1   libdispatch.dylib             0x9c80bcbd _dispatch_mgr_invoke + 642
    2   libdispatch.dylib             0x9c80a853 _dispatch_mgr_thread + 53
    Thread 2:: Dispatch queue: CFPreferences Background Sync Queue
    0   libsystem_kernel.dylib        0x9982a71e __open_nocancel + 10
    1   libsystem_c.dylib             0x914c643d _gettemp + 554
    2   libsystem_c.dylib             0x914c65df mkstemp + 32
    3   com.apple.CoreFoundation      0x9685fc06 -[CFXPreferencesPropertyListSourceSynchronizer writePlistToDisk] + 1366
    4   com.apple.CoreFoundation      0x968243a3 -[CFXPreferencesPropertyListSourceSynchronizer synchronizeAlreadyFlocked] + 595
    5   com.apple.CoreFoundation      0x968240fa -[CFXPreferencesPropertyListSourceSynchronizer synchronize] + 522
    6   com.apple.CoreFoundation      0x9686750a __-[CFXPreferencesPropertyListSource synchronizeInBackgroundWithCompletionBlock:]_block_invoke_1 + 122
    7   libdispatch.dylib             0x9c809fbd _dispatch_call_block_and_release + 15
    8   libdispatch.dylib             0x9c80b943 _dispatch_queue_drain + 224
    9   libdispatch.dylib             0x9c80b7e8 _dispatch_queue_invoke + 47
    10  libdispatch.dylib             0x9c80aff0 _dispatch_worker_thread2 + 187
    11  libsystem_c.dylib             0x91478b24 _pthread_wqthread + 346
    12  libsystem_c.dylib             0x9147a6fe start_wqthread + 30
    Regards,
    Miguel Sim

  • Auto-Shutdown when ATV3 Sleeps?

    Hey Guys,
    Hopefully I've got the right place.
    I'm wanting to know if there is a way I can set my computer to auto-shutdown when the apple TV3 is put to sleep?
    Running Windows XP
    I can set a task to schedule a shut-down at a specific time, but this wont always be the best option as partner can stay up lat and watch it.
    Guess I'm just wondering if there's some advanced script or anything that will pick-up on itunes when its in sleep mode, and then set computer for shutdown?
    And maybe just another thing to note, the drop down box below for product doesn't even have ATV3 listed haha
    Tks
    Steve

    >I'm talking about a setting on my computer to shut itelsef down
    All computers can already be set to do that.
    >Setting the computer to shutdown on idle is an on-going argument I guess as well
    Argument about what?  This is a standard feature on any computer and has been for over a decade.  If you would like to take adavanage of it then set it to do that.
    >Is streaming considered the computer being in idle mode?
    No, the computer is actively running to server content and is receiving constant WAKE_ON_LAN requests.
    >Becuase it's just sitting there not doing anything
    Not true.  It is serving the content which is a VERY active process.

  • Macbook pro auto shutdown

    my work need win7 system,so i get a win7 ultimate
    recently i find out when i run some applications for 3~4 hours in win7 system,my macbook pro auto shutdown...even the power adapter is on,the battery still run out.
    this never happened in my macbook pro before when i use leopard or XP system

    Thanks for taking so much time in helping me.
    Just an update:
    2 loops/passes done - no errors.
    Called up Digital Hub and talked to the technician, he says there are 3 possible problems:
    1. Battery (which is still inside the laptop) may cause some disturbances with the electric current
    2. Software related - most likely re-formatting may be needed
    3. Video card may have failed, which means complete change of the logic board ----> worst case
    I'm crossing my fingers that it's either of the first two.

  • After running Appstore, the iphone cannot auto shutdown after the predefined time

    After running Appstore, the iphone cannot auto shutdown after the predefined time.

    Pressing the Home button only quits the selected application only. Doing so with Safari available will quit Safari, but this does not reset the iPhone.
    The only way to Reset an iPhone is by pressing and holding the Home button and the Sleep/Wake button simultaneously until you see the Apple logo and then release.
    No apple stores in the area but my sister and mom are going to an area where there is one so I guess I'll give it to them to take along and see if they can swap it out for another or fix it.
    You must make an appointment at an Apple Store, so unless you are able to do so and unless you are able to go with them (especially if an exchange might be involved), I suggest giving AppleCare a call instead.

  • Schedule auto shutdown shows weird info

    I have a MBP 13 running 10.6.2. I schedule an auto shutdown everyday at 6am. when i issue command 'pmset -g sched' from terminal, it gives me
    --> Scheduled power events:
    --> [0] shutdown at 02/24/10 06:00:00 by Repeating
    then i close the lid and put MBP to sleep for 30 minutes, now i issue the same command, i have the following...
    [255] wake at 12/31/98 15:58:00
    [256] wake at 12/31/98 15:58:00
    [257] wake at 12/31/98 15:58:00
    [258] wake at 12/31/98 15:58:00
    [259] wake at 12/31/98 15:58:00
    [260] wake at 12/31/98 15:58:00
    [261] wake at 12/31/98 15:58:00
    [262] wake at 12/31/98 15:58:00
    [263] wake at 12/31/98 15:58:00
    [264] wake at 12/31/98 15:58:00
    [265] wake at 12/31/98 15:58:00
    [266] wake at 12/31/98 15:58:00
    [267] wake at 12/31/98 15:58:00
    [268] wake at 12/31/98 15:58:00
    [269] wake at 12/31/98 15:58:00
    [270] wake at 12/31/98 15:58:00
    [271] wake at 12/31/98 15:58:00
    [272] wake at 12/31/98 15:58:00
    [273] wake at 12/31/98 15:58:00
    [274] wake at 12/31/98 15:58:00
    [275] wake at 12/31/98 15:58:00
    [276] wake at 12/31/98 15:58:00
    [277] wake at 12/31/98 15:58:00
    [278] wake at 12/31/98 15:58:00
    [279] wake at 12/31/98 15:58:00
    [280] wake at 12/31/98 15:58:00
    [281] wake at 12/31/98 15:58:00
    [282] wake at 12/31/98 15:58:00
    [283] wake at 12/31/98 15:58:00
    [284] wake at 12/31/98 15:58:00
    [285] wake at 12/31/98 15:58:00
    [286] wake at 12/31/98 15:58:00
    [287] wake at 12/31/98 15:58:00
    [288] wake at 12/31/98 15:58:00
    [289] wake at 12/31/98 15:58:00
    [290] wake at 12/31/98 15:58:00
    [291] wake at 12/31/98 15:58:00
    [292] wake at 12/31/98 15:58:00
    [293] wake at 12/31/98 15:58:00
    [294] wake at 12/31/98 15:58:00
    [295] wake at 12/31/98 15:58:00
    [296] wake at 12/31/98 15:58:00
    [297] wake at 12/31/98 15:58:00
    [298] wake at 12/31/98 15:58:00
    [299] wake at 12/31/98 15:58:00
    [300] wake at 12/31/98 15:58:00
    [301] wake at 12/31/98 15:58:00
    [302] wake at 12/31/98 15:58:00
    [303] shutdown at 02/24/10 06:00:00 by Repeating
    why am i getting the wake status for 15:58:00? I never select the 'start up or wake' option.
    this is very strange. any idea???
    Message was edited by: j Robson

    Hi All,
    Gmatroni it should only need cti enabled but i have tried it with the control groups as well to no avail.he
    Also tried deleting and recreating the application user.
    Rob,
    Yes this was also my thinking.
    I forgot to add i have tried upgrading the UCM to 7.0.3 and CUE to 7.0.3 to try and erradicate the problem.
    The UCM is now back at 7.0.1 and the CUE at 7.03.
    The compatiblity matrix said they should be compatible.
    I still believe this is some kind of application/software incompatibility issue.
    Maybe you could recommend a sugested patch?
    Cheers
    Kev

  • How im suppose to fix the auto shutdown problem in my iphone 3gs after updating to ios 5.1.1 this problem has made me a mobile ****** in my house and an loser in thing care so if any solution to this problem let me know

    how im suppose to fix the auto shutdown problem in my iphone 3gs after updating to ios 5.1.1 this problem has made me a mobile ****** in my house and an loser in thing care so if any solution to this problem let me know

    What "auto shutdown problem" are you talking about?

  • Mythtv, auto shutdown no longer working, scheduler.cpp ?

    Following a recent update the automatic shutdown of my backend is no longer working (well, at least not reliably).
    I have 3 scripts set up in the relevant sections of the mythtv-setup to check if myth is ok to shut down, set the new wakeup time and perform the actual shutdown. These scripts still work alright, but the backend is not initiating the shutdown any more in some cases.
    Lots of trial and error makes me think that this is somehow related to scheduler.cpp, but I am not sure if this is the case or how to fix it.
    I think I have established a pattern:
    Scenario 1:
    - Boot backend
    - do nothing else (e.g. start remote frontend or mythfrontend on the backend)
    - automatic shutdown does not work
    Scenario 2:
    - Boot backend
    - start remote frontend
    - shut down frontend
    - automatic shutdown does not work
    - restart backend service (without reboot)
    - automatic shutdown works
    I also notice that in scenario 2 (when automatic shutdown works) there are a whole heap of these kind of messages right until shutdown occurs:
    2013-04-29 19:18:07.592125 N [660/738] Expire autoexpire.cpp:641 (SendDeleteMessages) - Expiring 156 MB for 1073 at 2013-04-13T11:50:20Z => Hulk
    2013-04-29 19:18:07.632899 E [660/660] CoreContext mainserver.cpp:2610 (DoHandleDeleteRecording) - ERROR when trying to delete file: myth://192.168.1.103:65103:6543/1070_20120126203445.mpg. File doesn't exist. Database metadata will not be removed.
    2013-04-29 19:18:07.889638 E [660/660] CoreContext mainserver.cpp:2610 (DoHandleDeleteRecording) - ERROR when trying to delete file: myth://192.168.1.103:65103:6543/1022_20120206192600.mpg. File doesn't exist. Database metadata will not be removed.
    In scenario 2 (successful) I see the following in the log just before the above auto expire stuff:
    Scheduler scheduler.cpp:2307 (HandleRunSchedulerStartup) - Scheduler: Seem to be woken up by USER
    then a whole heap of auto expiry stuff and finally:
    Scheduler scheduler.cpp:2862 (CheckShutdownServer) - CheckShutdownServer returned - OK to shutdown
    2013-04-29 19:19:55.276775 N [660/735] Scheduler scheduler.cpp:2947 (ShutdownServer) - Running the command to set the next scheduled wakeup time :-
    sudo /home/laffi/scripts/MythSetWakeup 1367229120
    2013-04-29 19:19:55.372582 N [660/735] Scheduler scheduler.cpp:2974 (ShutdownServer) - Running the command to shutdown this computer :-
    sudo /home/laffi/scripts/MythShutdown
    In scenario 1 (unsuccessfull shutdown) I also get
    Scheduler scheduler.cpp:2307 (HandleRunSchedulerStartup) - Scheduler: Seem to be woken up by USER
    and then autoexpiry, but then, once a frontend connects:
    ProcessRequest mainserver.cpp:1385 (HandleAnnounce) - adding: frontend as a client (events: 0)
    I don't get autoexpiry of files and no shutdown, both of which I believe are initiated by scheduler.cpp
    I also noticed the following in the logs when auto shutdown does not work:
    2013-04-29 15:40:36.046359 I [648/848] ProcessRequest mainserver.cpp:1385 (HandleAnnounce) - adding: mythbackend as a client (events: 1)
    which does not seem to appear in the logs when auto shutdown works.
    Any ideas ? I have found very little (next to none) regarding scheduler.cpp when searching.

    The other side of the VPN is a TMG server hosted at our main office.  I can connect to it off site, and others were connected to it remotely as well, but for some reason users at that remote site can no longer connect to the VPN.
    I talked to my ISP wondering if there was something that was blocked due to the change from dhcp to static IP addresses, but they don't see anything.

  • Best practice for auto update flex web applications

    Hi all
    is there a best practice for auto update flex web applications, much in the same way AIR applications have an auto update mechanism?
    can you please point me to the right direction?
    cheers
    Yariv

    Hey drkstr
    I'm talking about a more complex mechanism that can handle updates to modules being loaded into the application ect...
    I can always query the server for the verion and prevent loading from cach when a module needs to be updated
    but I was hoping for something easy like the AIR auto update feature

  • How to stop the auto updater in N900 application m...

    Hey guys,
    Anyone know how to stop the auto updater in N900 application manager ?
    Coz when i connect via wifi or 3G, it always try to search for updates...Coz of that i cant search the web properly until its over.
    Specially when i connect via GPRS, i have to pay more for this extra mega bites use from app manager...
    So got any ideas for this prob...?
    (I usually use faster app manager to install apps.)
    Click the star if this helps you (",)
    If this is your answer, please do not forget to click "Accept as solution" (",)

    virajx3006 wrote:
    Hey guys,
    Anyone know how to stop the auto updater in N900 application manager ?
    Coz when i connect via wifi or 3G, it always try to search for updates...Coz of that i cant search the web properly until its over.
    Specially when i connect via GPRS, i have to pay more for this extra mega bites use from app manager...
    So got any ideas for this prob...?
    (I usually use faster app manager to install apps.)
    dude check your inbox
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos

  • Is there a script called stopapps.sh to shutdown the Oracle Application

    Hi,
    Is there a script called stopapps.sh to shutdown the Oracle Application Server? Thank you in advance.

    Hi,
    I m posting in terms of oracle Application Server 10g release2 and release3,
    There is no script like stopapps.sh
    In order to stop an application server.
    *./opmnctl.sh stopall*
    opmnctl .sh is found in the location:$ORACLE_HOME/opmn/bin
    For more details,follow the below link
    Stopping OAS infra
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1031913_
    Stopping OAS midteir
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1032140_
    Regards
    Fabian

  • Pass the username and password in URL to auto log in the application from SharePoint List

    how to Pass the  username and password in URL to auto log in the application from SharePoint List  
    I have a link  in my SharePoint list  when user try to open the link its asking username and password .i want to put username and password in URL to auto log in into that external URL from sharepoint
    please help me it is possible

    Check out
    http://serverfault.com/questions/371907/can-you-pass-user-pass-for-http-basic-authentication-in-url-parameters
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

Maybe you are looking for