Yosemite Caching Service Issue?

Hello All,
I am running Yosemite 10.10.1 Server and have the Caching Service (among other) enabled.  This has been running just fine for awhile.  On December 10th the served posted an alert that there was some problem with the Caching Service (sorry I don't have the alert, I just deleted it after reading).  So I headed over to the Caching Service logs and noticed that is was failing when as noted in the log snipper below:
Dec 13 02:17:47 osxHome.local AssetCache[170]: Request for certificate from https://lcdn-registration.apple.com/resource/cert.cer failed: The Internet connection appears to be offline.
Dec 13 02:17:47 osxHome.local AssetCache[170]: 156 consecutive registration failure(s).  Server is suspended.  Will re-register in 3249 seconds.
So this seems to indicate that the server believe that it cannot get a certificate from the server because it is "offline".  As I mentioned this has gone on since sometime on Dec 10th.  I recently (within the past 10 days) had two significant system changes, my system hard disk failed and I replaced it with an OWC SSD and in troubleshooting connection losses between iTunes and Apple TV I assigned static IP address to the server (I was effectively static before as I setup the DHCP server to assign the address when ever the servers "mac" address requested an IP.  But anyway I mention that just in case it may be relevant.  So I cycled the Cache service off and then back on and the logs posted the following:
Dec 13 10:58:18 osxHome.local AssetCache[92137]: Caching Server shutting down (15)
Dec 13 10:58:18 osxHome com.apple.xpc.launchd[1] (com.apple.AssetCache[92137]): Service exited with abnormal code: 15
Dec 13 10:58:53 osxHome.local AssetCache[97175]: Caching Server started
Dec 13 10:58:53 osxHome.local AssetCache[97175]: Request for configuration from http://suconfig.apple.com/resource/registration/v1/config.plist failed: The Internet connection appears to be offline.
Dec 13 10:58:53 osxHome.local AssetCache[97175]: Reverting to last accepted configuration
Dec 13 10:58:54 osxHome.local AssetCache[97175]: Request for blacklist from http://suconfig.apple.com/resource/registration/v1/blacklist.plist failed: The Internet connection appears to be offline.
Dec 13 10:58:54 osxHome.local AssetCache[97175]: 1 consecutive cleanup failure(s).  Will retry in 50 seconds.
Dec 13 10:59:44 osxHome.local AssetCache[97175]: Request for blacklist from http://suconfig.apple.com/resource/registration/v1/blacklist.plist failed: The Internet connection appears to be offline.
Dec 13 10:59:44 osxHome.local AssetCache[97175]: 2 consecutive cleanup failure(s).  Will retry in 280 seconds.
Dec 13 11:04:24 osxHome.local AssetCache[97175]: Request for blacklist from http://suconfig.apple.com/resource/registration/v1/blacklist.plist failed: The Internet connection appears to be offline.
Dec 13 11:04:24 osxHome.local AssetCache[97175]: Cleanup failed.  Giving up.
Dec 13 11:04:24 osxHome.local AssetCache[97175]: Request for certificate from https://lcdn-registration.apple.com/resource/cert.cer failed: The Internet connection appears to be offline.
Dec 13 11:04:24 osxHome.local AssetCache[97175]: 1 consecutive registration failure(s).  Server remains suspended.  Will re-register in 21 seconds.
Dec 13 11:04:45 osxHome.local AssetCache[97175]: Request for certificate from https://lcdn-registration.apple.com/resource/cert.cer failed: The Internet connection appears to be offline.
Dec 13 11:04:45 osxHome.local AssetCache[97175]: 2 consecutive registration failure(s).  Server remains suspended.  Will re-register in 49 seconds.
Dec 13 11:05:34 osxHome.local AssetCache[97175]: Request for certificate from https://lcdn-registration.apple.com/resource/cert.cer failed: The Internet connection appears to be offline.
Dec 13 11:05:34 osxHome.local AssetCache[97175]: 3 consecutive registration failure(s).  Server is suspended.  Will re-register in 1557 seconds.
So all of that appears to indicate that the problem is on apple's side, but if it was I figured when I did an internet search something would have popped up so I have a sinking feeling the problem is on my side.
Anyone have any experience in this area or can offer any suggestions?
TIA
Ron

Hold down the option key and select the Wi-Fi menu in the menu bar. What values are shown for the following?
          PHY Mode
          Channel
          Security
          Signal/Noise or RSSI
          Transmit Rate
Please do not post the BSSID, as that information is private.
Now hold down the option key again and select
           ▹ System Information... ▹ Network ▹ Wi-Fi
Compare the two-letter Country Code with the ISO code for your country. Does it match? The code X0 means that the country couldn't be determined. The code X3 means South America, not otherwise specified.

Similar Messages

  • Distributed Cache service stuck in Starting Provisioning

    Hello,
    I'm having problem with starting/stopping Distributed Cache service in one of the SharePoint 2013 farm servers. Initially, Distributed Cache was enabled in all the farm servers by default and it was running as a cluster. I wanted to remove it from all hosts
    but one (APP server) using below PowerShell commands, which worked fine.
    Stop-SPDistributedCacheServiceInstance -Graceful
    Remove-SPDistributedCacheServiceInstance
    But later I attempted to add the service back to two hosts (WFE servers) using below command and unfortunately one of them got stuck in the process. When I look at the Services on Server from Central Admin, the status says "Starting".
    Add-SPDistributedCacheServiceInstance
    Also, when I execute below script, the status says "Provisioning".
    Get-SPServiceInstance | ? {($_.service.tostring()) -eq "SPDistributedCacheService Name=AppFabricCachingService"} | select Server, Status
    I get "cacheHostInfo is null" error when I use "Stop-SPDistributedCacheServiceInstance -Graceful".
    I tried below script,
    $instanceName ="SPDistributedCacheService Name=AppFabricCachingService" 
    $serviceInstance = Get-SPServiceInstance | ? {($_.service.tostring()) -eq $instanceName -and ($_.server.name) -eq $env:computername}
    $serviceInstance.Unprovision()
    $serviceInstance.Delete()
    ,but it didn't work either, and I got below error.
    "SPDistributedCacheServiceInstance", could not be deleted because other objects depend on it.  Update all of these dependants to point to null or 
    different objects and retry this operation.  The dependant objects are as follows: 
    SPServiceInstanceJobDefinition Name=job-service-instance-{GUID}
    Has anyone come across this issue? I would appreciate any help.
    Thanks!

    Hi ,
    Are you able to ping the server that is already running Distributed Cache on this server? For example:
    ping WFE01
    As you are using more than one cache host in your server farm, you must configure the first cache host running the Distributed Cache service to allow Inbound ICMP (ICMPv4) traffic through the firewall.If an administrator removes the first cache host from
    the cluster which was configured to allow Inbound ICMP (ICMPv4) traffic through the firewall, you must configure the first server of the new cluster to allow Inbound ICMP (ICMPv4) traffic through the firewall. 
    You can create a rule to allow the incoming port.
    For more information, you can refer to the  blog:
    http://habaneroconsulting.com/insights/Distributed-Cache-Needs-Ping#.U4_nmPm1a3A
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers
    if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Eric Tao
    TechNet Community Support

  • SharePoint 2013 error 8059 & Excel Web service issues

    Hello
    The issues I am getting is a 8059 error "and exception occurred when trying to issue security
    token" it then asks me to turn on "includeexceptiondetailsinfaults" whichIi try to do on the security token service web.config. when I do this it Error 500's and I can't even access the SharePoint site, once I remove the code line I can access
    the site but cant get any more information regarding the errors .
    Any suggestions? In the ULS logs the error appears on numerous occasions.
    Next issue is regarding Excel web access, it reports an error of "we're sorry we ran into a
    problem completing your request. please try again in a few minutes"
    I tried switching form workbook url to local but I am not sure if that's the solution, I have seen
    that it resolved the issue for other users but not for me.
    Code Below
    The ULS logs report a number of entries the key one's being regarding load balancing.
    It seems to suggest UNC or permissions but I don't know where to go from here.
    05/22/2014 17:08:08.16  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser ajfya   Medium  MossHostHelperMethods.IsUserLicensedForExcelServices:
    User passed 'ExcelServices' license check.    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.16  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser alv5s   Medium  ExcelWebRenderer.OnLoad:
    Starting loading external EWR  d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Excel Calculation Services  ai4hl  
    Medium  MossHost.GetSPFile: exception System.ArgumentException: Value does not fall within the expected range.     at Microsoft.SharePoint.SPWeb.GetWebRelativeUrlFromUrl(String strUrl, Boolean includeQueryString, Boolean canonicalizeUrl)    
    at Microsoft.Office.Excel.Server.MossHost.MossHost.TryGetSPFile(SPWeb web, String fileUri, SPFile& file) accesing SPFile for url = https://sharepoint2013.bpdconsulting.co.uk/SA/Shared Documents/Business Development/Documents List.xlsx, possibly UNC or
    permissions   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser ajfya   Medium  MossHostHelperMethods.IsUserLicensedForExcelServices:
    User passed 'ExcelServices' license check.    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Excel Calculation Services  ai4hl  
    Medium  MossHost.GetSPFile: exception System.ArgumentException: Value does not fall within the expected range.     at Microsoft.SharePoint.SPWeb.GetWebRelativeUrlFromUrl(String strUrl, Boolean includeQueryString, Boolean canonicalizeUrl)    
    at Microsoft.Office.Excel.Server.MossHost.MossHost.TryGetSPFile(SPWeb web, String fileUri, SPFile& file) accesing SPFile for url = https://sharepoint2013.bpdconsulting.co.uk/SA/Shared Documents/Business Development/Documents List.xlsx, possibly UNC or
    permissions   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser ajfya   Medium  MossHostHelperMethods.IsUserLicensedForExcelServices:
    User passed 'ExcelServices' license check.    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  SharePoint Server   Logging Correlation Data    xmnv
       Medium  User=i:0#.w|bpdconsulting\gharwood  d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   6k3v   
    Medium  LoadBalancer.GetNextServer: failed to get server using load balancing scheme Local, falling down to health base d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   abho   
    Monitorable ServerSession.GetNextServerHealthBased: There are no healthy servers although the number of available server in the farm is 1; updated with no candidates available for the health based load balancing. The update duration was 0 millisecs   
    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   ablz   
    Monitorable LoadBalancer.GetNextServerHealthBased: There are no healthy server in the farm  d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   abgn   
    Medium  LoadBalancer.GetFailoverServer: Failed to get a failover server using health based load balancing scheme.   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser aeh11   Medium  EwaState.OpenWorkbookAndUpdateState:
    errors occurred while trying to open the workbook, [MessageId: RetryError, MessageIdHash: -80526566]   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Excel Calculation Services  ai4hl  
    Medium  MossHost.GetSPFile: exception System.ArgumentException: Value does not fall within the expected range.     at Microsoft.SharePoint.SPWeb.GetWebRelativeUrlFromUrl(String strUrl, Boolean includeQueryString, Boolean canonicalizeUrl)    
    at Microsoft.Office.Excel.Server.MossHost.MossHost.TryGetSPFile(SPWeb web, String fileUri, SPFile& file) accesing SPFile for url = https://sharepoint2013.bpdconsulting.co.uk/SA/Shared Documents/Business Development/Documents List.xlsx, possibly UNC or
    permissions   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.19  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser 3kdd  

    We've seen this error when the system was under load using SharePoint 2013 workflows. We tracked it back to problems with the distributed cache service. The fix is supposed to be applying CU3 or CU4 for the AppFabric Cache and potential changing some of
    the timeouts for the distributed cache. Take a look at this article:
    http://habaneroconsulting.com/insights/SharePoint-2013-Distributed-Cache-Bug#.U3yUE_mSwsa
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Error starting Oracle BAM active data cache service

    Hi
    after installing BAM every thing working fine ,but if restart my system Oracle BAM active data cache service throwing following error
    "The Oracle BAM Active Data Cache service on Local computer started and then stopped.Some services stop automatically if they have no work to do,for example the performance logs and alerts service"
    Database is running fine
    Following is the ADC log file error
    2007-12-07 17:19:29,640 [2928] ERROR - ActiveDataCache The Oracle BAM Active Data Cache service failed to start. Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: ADC Server exception in Startup(). ---> System.DllNotFoundException: Unable to load DLL (OraOps10.dll).
    at Oracle.DataAccess.Client.OpsTrace.GetRegTraceInfo(UInt32& TrcLevel, UInt32& StmtCacheSize)
    at Oracle.DataAccess.Client.OraTrace.GetRegistryTraceInfo()
    at Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString)
    at Oracle.DataAccess.Client.OracleConnection..ctor(String connectionString)
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleDataFactory.GetConnection()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.GetServerVersion()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.Startup(IDictionary oParameters)
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    --- End of inner exception stack trace ---
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    at Oracle.BAM.ActiveDataCache.Kernel.Server.Server.Startup()
    at Oracle.BAM.ActiveDataCache.Service.DataServer.Run()
    2007-12-07 17:24:45,250 [1524] ERROR - ActiveDataCache Unable to load DLL (OraOps10.dll).
    2007-12-07 17:24:45,265 [1524] WARN - ActiveDataCache Exception occurred in method Startup
    Please help me in resolving this issue .Am getting this issue every time
    Thanks
    BS

    Make sure the path to the ODAC used by BAM (C:\OracleBAM\ClientForBAM\bin) is the first item in the system PATH
    environment variable. Restart your computer after fixing this.
    If that doesn't fix it, please check the Troubleshooting section in the BAM Install Guide.
    Regards, Stephen

  • Migrating from 3.1 to 3.7 - write through for a custom cache store issues

    We're migrating from 3.1 to 3.7. So far the migration and testing has been fairly uneventful, but there is one issue that came up yesterday that seems like it is going to be tricky to debug.
    We have a set of storage-enabled nodes that use a custom CacheStore to read from and write behind to a mongo database. On another node connected to that caching service, read throughs work just fine. (I can set breakpoints on the CacheStore load method and see the load calls coming through just fine) - but what's not working is when the other node does a Cache.put - the Store method on the CacheStore is never called and so far I don't see anything in the logs indicating there is a problem on either side (I'm going to make sure that the coherence logging is up to the highest level on both the nodes today when I'm doing more testing)
    I can see the cache put start to dive into the coherence jar, but I don't have source jars for coherence so it's fairly opague what might be going wrong after the Cache.put(object, object) call. I can see that it dives into various coherence methods, but
    Any ideas on where to start debugging this?
    This setup worked fine on 3.1, and as best we can tell all the API calls were converted over to their proper coherence 3.7 versions, and the coherence.xml files were migrated to use the new xsd etc.

    it seems that the issue might be related to this:
    2012-08-15 14:19:34.086 Tangosol Coherence 3.7.1.5 <Error> (thread=WriteBehindThread:CacheStoreWrapper(com.foo.cache.MongoCacheStore):Foo.com-CMS, member=13): Failed to store key="assetId=DEFAULT;assetStyle=DEFAULT;initial=c;siteId=foosite;"
    2012-08-15 14:19:34.087 Tangosol Coherence 3.7.1.5 <Error> (thread=WriteBehindThread:CacheStoreWrapper(com.foo.configrepo.cache.MongoCacheStore):Foo.com-CMS, member=13): (Wrapped) java.io.StreamCorruptedException: invalid type: 13
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:266)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ConverterFromBinary.convert(PartitionedCache.CDB:4)
         at com.tangosol.net.cache.BackingMapBinaryEntry.getValue(BackingMapBinaryEntry.java:124)
         at com.tangosol.net.cache.ReadWriteBackingMap$CacheStoreWrapper.storeInternal(ReadWriteBackingMap.java:5731)
         at com.tangosol.net.cache.ReadWriteBackingMap$StoreWrapper.store(ReadWriteBackingMap.java:4814)
         at com.tangosol.net.cache.ReadWriteBackingMap$WriteThread.run(ReadWriteBackingMap.java:4217)
         at com.tangosol.util.Daemon$DaemonWorker.run(Daemon.java:803)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.io.StreamCorruptedException: invalid type: 13
         at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2303)
         at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2746)
         at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:262)
         ... 7 moreLooks like it is an issue with the serialization? We're primarily using XmlBean, not POF for serialization.
    Any tips on troubleshooting this?
    Edited by: RyanGardner on Aug 15, 2012 7:37 AM
    Edited by: RyanGardner on Aug 15, 2012 7:38 AM

  • Unable to start web cache Service

    Hi,
    I have installed 9iAS-10200 version successfully on windows-2000
    but in last when it started all the selected services then
    It fail to start web cache Service....
    In event_log file of web cache error msg is like this :-
    0800 -- Information: Max Connect Count exceeds compile time limit - defaulting to connect limit: ( 744 )
    What is this error ?//
    Web Cache Admin service is running fine..
    but cache service is not....
    Any body know what may be the Problem...
    Thanx in Advance
    Akhil

    Could be a file descriptor limit problem. But this is the least of your problems. The biggest issue is that the version of Web Cache you are using is over 3 years old. You should upgrade to the latest 9.0.x version or simply download the standalone install from OTN. The URL is http://otn.oracle.com/software/products/ias/devuse.html
    This version is backward compatible with prior versions of iAS.

  • Unable to start Web Cache service on Win2000

    Hi,
    I am unable to start the Web Cache service.
    On startup the service errors out with the error as follows
    "The OracleiSuites_homeWebCache service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion."
    I tried reinstalling 9iAS but still get the same error.
    Please let me know how to resolve this.
    Thanks,
    Sudin

    Could be a file descriptor limit problem. But this is the least of your problems. The biggest issue is that the version of Web Cache you are using is over 3 years old. You should upgrade to the latest 9.0.x version or simply download the standalone install from OTN. The URL is http://otn.oracle.com/software/products/ias/devuse.html
    This version is backward compatible with prior versions of iAS.

  • Software Update Server + Caching Service Questions

    Hello everyone.
    I'm currently trying to finish setting up our Caching service along with SUS and am running into some issues I hope to get some help with.  Our environment is configured as the following:
    --  OS X Server 3.1.1 with clients running OS X 10.8.5 and 10.9.2.
    --  All machines are bound and receiving GP via an AD environment using Centrify.
    --  GP pushes out the following two scripts to all machines:
         *  sudo defaults write /Library/Preferences/com.apple.appstore restrict-store-softwareupdate-only -bool yes  -->  Setting which disables         all aspects of the App Store except for the Updates section
         *  sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://it0038-mmd.coveroregon.us:8088/catalogs.sucatalog          -->  Setting which redirects all of our machines to point to our SUS within our AD environment.
    The problem I'm having is that I believe the Caching Service is working properly (at least with the 10.9.x clients) but it doesn't look like it is with the 10.8.5 clients; the same with SUS but for all clients.  I have two machines with clean images running 10.8.5 and 10.9.0 that I took on 03/05/14; after applying the images and going to Software Update before joining them to my AD environment the following shows as available:
    10.8.5. via Software Update  -->  Java for OS X 2013-005 1.0, Safari 6.1.3
    10.8.5 via Caching  -->  Nothing appears.
    10.9.0 via Software Update  -->  Digital Camera RAW Compatability Update 5.04, iBooks Update 1.0.1, iTunes 11.1.5, Java for OS X 2013-005 1.0, OS X Update Combined 10.9.2, Remote Desktop Client Update 3.7.1
    10.9.0 via Caching  -->  Keynote, Numbers, GarageBand, Pages, iMovie, iPhoto
    Once I join them to my AD environment and have the scripts run on the machines the following appears within Software Update on both machines:
    10.8.5 Clients  -->  Nothing appears!
    10.9.0 Clients  -->  Keynote, Numbers, GarageBand, Pages, iMovie, iPhoto
    It looks like Caching is working properly but I'm wondering why nothing shows up on my 10.8.5 clients but I'm guessing it's because the Java and Safari updates are with SUS?  I'm also guessing the other updates showing up on my 10.9.0 clients are specifically for Mavericks and hence why they're not also appearing on my 10.8.5 clients?  Of course the main issue here is that I can't get my machines to see SUS properly.
    I'm happy to supply any logs or anything else that would help get this issue resolved.  It's really driving me nuts!  **** a Starbucks GC or other compensation is in it if someone can help me! 
    Thanks in advance!

    MrHoffman,
    According to SUS I currently have 769 updates and they are all downloaded.  When I check all of the logs I see the following:
    Access Log
    (The following is what I see below repeatedly for the past couple of weeks; the only change is the IP address.)
    10.210.5.230 - - [04/Apr/2014:16:16:28 -0700] 80 GET "/catalogs.sucatalog" 200 320 "-" "Software%20Update (unknown version) CFNetwork/596.5 Darwin/12.5.0 (x86_64) (MacBookPro9%2C1)"
    10.210.7.121 - - [04/Apr/2014:16:20:42 -0700] 80 GET "/catalogs.sucatalog" 200 320 "-" "Software%20Update (unknown version) CFNetwork/596.6 Darwin/12.5.0 (x86_64) (MacBookPro8%2C2)"
    10.210.4.131 - - [04/Apr/2014:16:25:27 -0700] 80 GET "/catalogs.sucatalog" 200 320 "-" "Software%20Update (unknown version) CFNetwork/596.5 Darwin/12.5.0 (x86_64) (MacBookPro9%2C1)"
    Error Log
    [Fri Apr 04 08:07:46 2014] [error] [client 10.210.5.177] File does not exist: /Volumes/Repository/Library/Server/Software Update/Data/html/favicon.ico
    [Mon Apr 07 07:34:37 2014] [notice] caught SIGTERM, shutting down
    Syntax error on line 288 of /Library/Server/Software Update/Config/swupd.conf:
    DocumentRoot must be a directory
    [Mon Apr 07 07:35:26 2014] [notice] mod_bw : Memory Allocated 32 bytes (each conf takes 32 bytes)
    [Mon Apr 07 07:35:26 2014] [notice] mod_bw : Version 0.8 - Initialized [1 Confs]
    [Mon Apr 07 07:35:26 2014] [notice] Apache/2.2.26 (Unix) configured -- resuming normal operations
    Service Log
    (Everything from today so far..)
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Performing scheduled sync.
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: 
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: swupd_syncd 10.9 (156) for OS X Server 10.9 (Darwin/x86_64)
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: ========== Sync Started ==========
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Checking service data location: /Volumes/Repository/Library/Server/Software Update/Data/html
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Retrieving catalog list
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Retrieving deprecated udpates list
    Apr  7 03:00:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Retrieving remote catalog (SECURE): index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 03:00:02 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Retrieving remote catalog (SECURE): index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 03:00:03 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Retrieving remote catalog (SECURE): index-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 03:00:03 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Retrieving remote catalog (SECURE): index-leopard-snowleopard.merged-1.sucatalog
    Apr  7 03:00:04 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Updating local catalog: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 03:02:40 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-copy (ALL) option is ON.  Applying option to eligible products.
    Apr  7 03:02:40 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-enable option is ON.  Applying option to eligible products.
    Apr  7 03:02:41 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Updating local catalog: index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 03:04:13 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-copy (ALL) option is ON.  Applying option to eligible products.
    Apr  7 03:04:13 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-enable option is ON.  Applying option to eligible products.
    Apr  7 03:04:14 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Updating local catalog: index-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 03:07:21 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-copy (ALL) option is ON.  Applying option to eligible products.
    Apr  7 03:07:21 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-enable option is ON.  Applying option to eligible products.
    Apr  7 03:07:22 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Updating local catalog: index-leopard-snowleopard.merged-1.sucatalog
    Apr  7 03:08:59 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-copy (ALL) option is ON.  Applying option to eligible products.
    Apr  7 03:08:59 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: * Auto-enable option is ON.  Applying option to eligible products.
    Apr  7 03:09:00 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Updating product updates information
    Apr  7 03:09:01 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Starting product update downloads
    Apr  7 03:09:04 it0038-mmd.coveroregon.us swupd_syncd[23996] <Info>: Sync Complete
    Apr  7 07:35:15 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Verifying Software Update catalog configuration.
    Apr  7 07:35:15 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Performing scheduled sync.
    Apr  7 07:35:15 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: 
    Apr  7 07:35:15 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: swupd_syncd 10.9 (156) for OS X Server 10.9 (Darwin/x86_64)
    Apr  7 07:35:15 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: ========== Sync Started ==========
    Apr  7 07:35:15 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Checking service data location: /Volumes/Repository/Library/Server/Software Update/Data/html
    Apr  7 07:35:15 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Waiting for service data volume...
    Apr  7 07:35:22 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Retrieving catalog list
    Apr  7 07:35:28 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Retrieving deprecated udpates list
    Apr  7 07:35:29 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Retrieving remote catalog (SECURE): index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 07:35:31 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Retrieving remote catalog (SECURE): index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 07:35:32 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Retrieving remote catalog (SECURE): index-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 07:35:34 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Retrieving remote catalog (SECURE): index-leopard-snowleopard.merged-1.sucatalog
    Apr  7 07:35:36 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Updating local catalog: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 07:38:10 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: * Auto-copy (ALL) option is ON.  Applying option to eligible products.
    Apr  7 07:38:10 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: * Auto-enable option is ON.  Applying option to eligible products.
    Apr  7 07:38:11 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Updating local catalog: index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    Apr  7 07:39:32 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: * Auto-copy (ALL) option is ON.  Applying option to eligible products.
    Apr  7 07:39:32 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: * Auto-enable option is ON.  Applying option to eligible products.
    Apr  7 07:39:33 it0038-mmd.coveroregon.us swupd_syncd[186] <Info>: Updating local catalog: index-lion-snowleopard-leopard.merged-1.sucatalog

  • Does Weblogic Portal Server provides caching services and multilingual support

    I wanted to know whether Weblogic Portal Server 8.1 has got the facility for caching
    services and multilingual support?

    is this JSF-portlet.jar bridge file used to create .portlet file from the JSF file so that the portlet file may be added in the portal?
    And if you were able to solve the issue by removing the bridge jar file itself, how does that help? if that is the one that would help in creating portlets.
    If anyone have been able to create a .portlet file from JSF and deploy in Weblogic 8.1, let me know.
    Thanks,
    -RAJIV.

  • Cache memory issue!

    Hi All,
    we have a report that has around 4000 pages of data, and when i try to print manually to the printer it has going around 3200 pages and can't go further. I am guessing it is a cache memory issue, any suggestions on how to fix this.
    thankz,
    kalyan.

    Hi,
    you have quite an out-of-date version there. Can you consider upgrading to the latest service packs (5) and fix pack (5.5)? You can download the SPs and FixPacks here ( [http://service.sap.com/patches] ) If the problem persists after the upgrade I recommend issuing a support ticket here [http://service.sap.com/support]
    Regards,
    Stratos

  • Dynamic Cache Service for Windows Server 2008 R2

    We have problem with Metafile memory overflow on our server that described on a lot of topics.
    I need DynCache for win2008r2 server.
    Could you please help us with this issue?

    By design.  The memory management algorithms in Windows 7 and Windows Server 2008 R2 operating systems were updated to address many file caching problems
    found in previous versions of Windows.You do not need to install this additional service.
    http://blogs.msdn.com/b/ntdebugging/archive/2009/02/06/microsoft-windows-dynamic-cache-service.aspx
    http://blogs.msdn.com/b/ntdebugging/archive/2007/11/27/too-much-cache.aspx
    http://www.arabitpro.com

  • Get-CacheHost is showing the status of nodes as UNKNOWN and caching service getting crashed - eventlog shows TimeoutException connecting to cache nodes.

    After installing and configuring App fabric 1.1 and ran Get-CacheHost command to check the status of the nodes. Its showing the Status of the nodes as UNKNOWN.  Some time caching service is crashing with Timeout exception and socketException connecting
    to cache nodes. Below is the exception from the even log.  When I see the debug log I could see timeout exceptions connecting to cache nodes. Here is the error in debug log. I appreciate your help on this. Thanks.
    Error in Debug log in event viewer
    Microsoft.Fabric.Common.OperationCompletedException: Operation completed with an exception ---> Microsoft.Fabric.Common.RemoteDownException: Connection rejected by the remote side ---> System.ServiceModel.EndpointNotFoundException: Could not connect
    to net.tcp://xxxxx. yyyyyy:22234/77b087cc000000000000000000000000-31faf87a000000000000000000000000. The connection attempt lasted for a time span of 00:00:00. TCP error code 10061: No connection could be made because the target machine actively refused it
    25.0.198.32:22234.  ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 25.0.198.32:22234
    Error in Event viewer
    AppFabric Caching service crashed with exception {Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRService0001>:SubStatus<ES0001>:Service initialization failed. No user action required. ---> Microsoft.Fabric.Common.OperationCompletedException:
    Operation completed with an exception ---> System.TimeoutException: The operation has timed out.
       --- End of inner exception stack trace ---
       at Microsoft.Fabric.Common.OperationContext.End()
       at Microsoft.Fabric.Common.SharedCommunicationObject.EndOpen(IAsyncResult result)
       at Microsoft.Fabric.Federation.FederationSite.EndOpen(IAsyncResult result)
       at Microsoft.Fabric.Data.ReliableServiceManager.EndOpen(IAsyncResult ar)
       at Microsoft.ApplicationServer.Caching.DOMNode..ctor(Int32 id, String displayFriendlyNodeId, Int32 port, EndpointID[] urisDOM, ServiceConfigurationManager configurationManager, ReliableServiceProvider dataStore, ServiceResolverBase& client)
       --- End of inner exception stack trace ---
       at Microsoft.ApplicationServer.Caching.DOMNode..ctor(Int32 id, String displayFriendlyNodeId, Int32 port, EndpointID[] urisDOM, ServiceConfigurationManager configurationManager, ReliableServiceProvider dataStore, ServiceResolverBase& client)

    Seems like a firewall issue, have you set the firewall rule to ALLOW inbound traffic to AppFabric? 

  • Caching service not seen on my subnet

    I have just updated my lab's server to Server 4 / Yosemite.
    It -looks- like one can now use the Caching service on a subnet and not simply behind a NAT (there are even instructions to this effect). When I do this, however, my client machines never seem to 'see' the caching server to grab their updates.
    The setup is:
    Mac Pro w/ Server 4. Fixed IP on subnet w/ mask 255.255.252.0
    5 client Macs, mostly Mac Pros running Yosemite.
    They get their IPs via Uni-supplied DHCP.
    All on same subnet as above w/ mask 255.255.252.0
    All can reach the server w/o hassle for authentication / home directory services, file sharing services, time machine.
    I've set up the caching server to cache content for clients connecting from "Only Local Subnets" and serve clients with public addresses "Matching This Server's Network"
    I've manually turned on LogClientIdentity and set LogLevel to verbose.
    I saw an older mention of setting Interface, and have tried to force this (I'm not multihoming this server, like that OP) to "en0" but that didn't seem to help (and actually kept it from caching updates locally.)
    I then did the following:
    Z. Rebooted/restarted things.
    A. To 'force' the cache to load with something useful from the server, I installed a few programs, small and large on the server itself. (Xcode, + some other stuff).
    I watched the Debug.log and saw it dutifully notify me that:
         1) when it started it was using IP range .... to .... which is the subnet my server / lab machines are on.
         2) it has loaded the Xcode + other apps into the cache (verbose showed me chunk-by-chunk of that... a bit of TMI, but- verbose!)
    B. I went to a client machine and opened App Store
    C. I installed a few apps --- some that should be in the cache, and others that should miss the cache and force themselves to be loaded.
    Sadly, I saw no activity in the log, nor network activity on the server suggesting it was serving up the aforementioned cached files. Not even any attempt to connect, etc.
    Is there a clever way one can check if App Store is -actually- searching for the local Cache Service? Any other advice?

    Let's reset the printing system:
    - Go to System Preferences > Print & Fax
    - Right (or control) click in the rectangle listing your printers and select Reset Printing System.
    WARNING - this will delete ALL of your printers!
    - Select the plus sign to re-add a printer. Look for the printer, select it and wait until the "Add" button becomes available. Click it.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • DNS client service issue

    I’ve got a DNS client service issue:
    I have a webserver in my local Domain, which is accessible locally only.
    One client machine with Windows Server 2012 sometimes cannot access the websites situated on this local webserver. Its event viewer does not contain any issues. The machine can still access the internet. The thing I need to do then, is to restart the DNS client
    service on this Windows Server client. After that these local websites are reachable again. The DNS Server is installed on the DC.
    What approach could I follow to solve this issue?
    Patrick

    Are you using the fqdn (host.domain.tld), a single label name or a custom dns name?
    If you use the single label name, dns name resolution depends on the suffixes, make sure these are configured.
    If the issue occurs, you could use nslookup to check if the communication with all configured dns servers is working and the required records are there.
    Use ping to check if the correct ip with FQDN is returned. No FQDN implies netbios was used for name resolution - no good -> check the dns configuration
    If you use a custom dns name, check what IP it resolves (ping/nslookup); is it a server local IP? If not, check if the issue resolves by putting the dns alias in the hostsfile with a local ip (or 127.0.0.1 if the bindings for your site allow)
    The issue might also be solely related to the dns cache maintained by the service. You could check if ipconfig /flushdns resolves the issue to confirm. Their is not much configuration or debugging info available on this, but issues I've seen all boil down
    to dns servers not being corretcly configured on the client's ip settings.
    You could enable the DNS Client Events operational log (eventviewer->applications and services logs\Microsoft\Windows to maybe get more info on the issue.
    MCP/MCSA/MCTS/MCITP

  • How can I use Apple Caching Service on a Network with Multiple Public IPs?

    Hello!
    I help manage a network of ~4000 clients for a small liberal arts college in Michigan. I'm looking into the possibility of implimenting Apple Caching Server for our network.
    We have one 400mbit pipe out to the internet, and all of our clients are given public-facing IPs to the internet. A caching server would be great, especially on update days. All wireless clients are on the same subnet, which is where I'd like the server to be serving the cached copies.
    I have installed Mavericks on a fresh machine, downloaded OS X Server 3.0.3, and attempted to start the caching service. This is what I get.
    Unable to start service.
    Caching cannot be run on a public network. Consult documentation.
    How can I get this up and running?

    The way the Caching server works is that the server will be accessing the Internet and when doing so traffic will be coming from it via a particular public IP address. Usually this will not be the address of the server itelf but your router as for most networks NAT is used. In this by far more common scenario the client Macs (and likely iOS devices) will be going through the same router and hence show up via the same public IP address.
    If the client request is the same as the address registered via the Caching server then Apple redirect the request via the Caching server.
    The setup would look something like this -
               Internet
                    |
                Router (with NAT)
                    |
      (LAN)     +------Caching Server-----Client devices
    With this setup because everything is using the same public IP address Apple can reasonably assume everything is on the same network and trigger a redirection to your Caching server.
    If you try a setup like the following with the Caching server having its own public IP it will not work because the Caching server and client devices will have different public IP addresses
               Internet
                   |
               Router (no NAT)-------------------+
                   |                                      |
                Firewall (with NAT)       Caching Server
                   |                                      |
                   |                                      |
    (LAN)     +-----Client devices-----------+-----------
    Your configuration as described is more like the following
               Internet
                   |
               Router (no NAT)
                   |
    (LAN)     +------Caching Server-----Client devices
    With yours not having NAT each device has its own public IP address including the Caching server and Apple cannot redirect traffic as it thinks they are on different networks.

Maybe you are looking for

  • Text catagory - Text item (TATX) in sales order

    In Sales order, we generaly use item catagory - TAN (standard item) or TANN (free of charge). - When should we use the item catagory - TATX (text item)? - Should we maintin the material master for text items? - Also please provide exaple of Text item

  • Solaris Management Console (SMC)

    I am running Solaris 5.10 and have SMC loaded; it's on my server. I am able to run SMC on workstations but when trying to run from the server, it tells me console server not found. I've stop and started the service, any assistance would be greatly ap

  • Prompt's customized LOV is not pre-selected when webi report is refreshed

    BO XI R 2 SP 1 DB: Oracle10g Hi - I have customized LOV in every dimension and it's value is '*All'....it appears at the top of LOV values in the prompt list. When I open the report, it shows the *All is already selected; but when I refresh this repo

  • Could not acquire a lock

    Hello, I'm trying to activate and smartform but every time I'm getting this dump: Error Text of the Database: "[ASE Error SQL12205]Could not acquire a lock within the specified wait period. SERVER level wait period=2400 seconds, spid=259, lock type=e

  • Maintaing Tax in FV12

    Hi All, I maintain the Tax in FV12 eg tax in FV12 amount is 12.000 After this if I go to MIRO and putting all necessary input and aftet click on Calculate Tax i get Tax amount as 96.90 for tax which i maintained in FV12. Now I change Condition in FV1