Implementing a file caching service

Hi,
I'm implementing a file caching service following this topic: http://www.javaworld.com/javaworld/jw-07-2001/jw-0720-cache.html
My question is which object should i cache? (a File or a FileReader/BufferedReader?)
Thanks and regards,
Robin,

I find this solution at the link you posted too much
overkill. Caching can be done much simpler and more
efficient. What's also missing here is the use of
weak references. In addition lazy loading of the
files is also a plus as the access to files is very
expensive and loading big files can take a while. If
you cache files, than cache just the File objects not
the FileReader or BufferedReader as they can still
claim resources. Just cache all the File objects you
need and load the file only if you really need it via
lazy instantiation of the corresponding data
containers. Also release the data as soon as possible
to avoid OutOfMemory or use at least WealReferences
for the garabage collector to have a chance to
through them out if memory is low.Sorry, but what good is it to cache the File object? As soon as the data is requested, you would still have to go and look it up.
(Not that I see too much sense in this file caching anyway, as long as the OP isn't creating a proxy server.)

Similar Messages

  • How to Move Offline Files Cache in Windows 7?

    I'm using the offline files feature in Win7 (much better implementation, btw - kudos!) and I've run into a problem:  the CSC is using up all the drive space on C:\.  I'd like to move the CSC to D:\, however I've been unable to do so.
    I've seen this posted here previously (2/2009), however the response was to follow the instructions from Vista (using migwiz.exe).  When I launch migwiz.exe, I have no option of selecting the offline files as outlined in the Vista instructions (http://blogs.technet.com/filecab/archive/2006/12/12/moving-the-offline-files-cache-in-windows-vista.aspx).
    Are there any other ways of doing this?
    Thanks!

    Hi everyone,
    I have found a way to move the offline cache in W7, but it means you have to reset your existing offline files, give the new location, and resync the folders in the new location.
    Here is what to do (if you haven't synchronised any offline files yet, for exemple after a clean install, you can start directly in step 3):
    0) Make sure your existing offline files are synchronised with the server, as you are going to lose ALL the offline copies and you don't want to lose any new/modified files. Make a backup if you're not sure and if the files are important.
    1) reset the content of the old cache by adding the following command in a batch file and running it (of course you can add the parameter in the registry manually, but it's quite handy to have the batch ready whenever you need to reset the cache):
    REG ADD "HKLM\System\CurrentControlSet\Services\CSC\Parameters" /v FormatDatabase /t REG_DWORD /d 1 /f
    2) Reboot, the added key will be detected, all the content of the cache will be deleted, as well as the key itself (it only resets once)
    3) Add the following registry key in the same HKLM\System\CurrentControlSet\Services\CSC\Parameters section of the registry:
    Type: REG SZ (string)
    Name: CacheLocation
    Value: the new location in NT format, ie \??\d:\csc if you want to create the new cache in d:\csc
    4) Create the folder in the new location
    5) Reboot (not sure if it's necessary, but better safe than sorry)
    6) Reselect the files/folders you want to sync offline, and they should sync in the new location.
    7) If you want to, you can delete the old cache location in c:\windows\csc by following the end of the vista procedure linked in the first post (using takeown etc)
    It worked for me (Win7 RTM x86), let us know if it works for you...
    Obviously it won't help if you don't want to / can't resynchronise, but if you're starting from scratch or don't mind resyncing from scratch, it's a good workaround.
    EDIT: if you sync a lot of files and get a lot of errors, try to reset your offline files again following the above procedure (steps 1-2), disable offline files, reboot, enable offline files, reboot, and resync your files. Again, it worked for me...

  • 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

  • Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start

    Hi,
    I've been trying for weeks now to try to get Office Professional Plus 2013 to install on Windows 8 Pro. My system has been running perfectly otherwise.
    When I try to install Office 2013, I get the following message (excerpt from log file):
    2012/11/27 22:26:30:885::[4576] MSI(ACTIONSTART): 'Action 22:26:30: StartServices. Starting services'
    2012/11/27 22:27:00:949::[4576] MSI(ERROR): 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:27:00:949::[4576] Log level changed from: Standard to: Verbose
    2012/11/27 22:27:00:949::[4576] Showing message Title: 'Setup', Message: 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:27:05:964::[4576] Message returned: 4
    2012/11/27 22:27:05:964::[4576] WER is not considering last MSI error event
    2012/11/27 22:27:39:105::[4576] MSI(ERROR): 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:27:39:105::[4576] Showing message Title: 'Setup', Message: 'Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.'
    2012/11/27 22:30:59:948::[4576] Message returned: 2
    2012/11/27 22:30:59:948::[4576] WER element [P5] is set to value [Error 1920. Service 'Windows Font Cache Service' (FontCache) failed to start.  Verify that you have sufficient privileges to start system services.]
    2012/11/27 22:30:59:948::[4576]  WER element [P5] is converted to [1920]
    2012/11/27 22:30:59:948::[4576] WER element [P7] is set to value [0x780]
    I have tried everything I can think of, and everything on every thread I've found on related topics. No luck. If I try to start the service myself via services.msc I get the following message:
    The Windows Font Cache Service service on Local Computer started and then stopped. Some Services stop automatically if they are not in use by other services or programs. Any assistance anyone can provide would be greatly appreciated!

    Hi micrey! It works! 
    1. Type “services.msc” into the Start Search
    bar and hit Enter.
    2. Find the Windows Font Cache Service, select
    it and hit “Stop”.
    3. Open Windows Explorer and navigate to “C:\Windows\ServiceProfiles\LocalService\AppData\Local”
    requires admin privileges
    4. Delete the FontCache dat files. (They will
    be regenerated over time.)
    5. Restart the Windows Font Cache Service.
    Thank you!

  • Implementation of Asynchronous Web Services using JDeveloper

    Various articles and tutorials, which I have read, are talking about asynchronous BPEL processes. These asynch BPEL processes are result of the orchestration of different synch and asynch atomic services (web services in specific). There are even tutorials as part of Oracle SOA Suite and JDeveloper explaining how to consume asynchronous services in a BPEL process. Well and good.
    But unfortunately I haven’t seen any tutorial or article talks about the implementation of asynchronous web services (How to implement an asynchronous service?). All what they talk about is the consumption side of it and the applicability of WS-Addressing or Correlation ID for the consumption of the Service.
    As part of my research, I delved further into the sample BPEL processes comes out with Oracle BPEL Process Manager. For example; I have had a look into the Asynchronous Loan Processor process, where it is orchestrating a Synch Credit Rating Service and three asynch services namely Star Loan, United Loan and American Loans. But as I delved down into those, I realized that these services are simply BPEL Processes where it is implemented as a sequence of Receive, Assign and Invoke activities, where each of the activities does the following.
    Receive -- Receives the request from the client
    Assign -- Does some manipulation on the Input variable and set the output variable
    Invoke -- Invokes the client back (call back)
    These kinds of asynch services are pretty fine to demonstrate theory.
    But if we put ourselves more into practical scenarios, where we invoke a service from some application and the result of that invocation shall happen after some time (minutes to hours) in the form of a callback. In that case we WON’T be able to realize the service simply by a simple BPEL Process, rather we will have to implement as a Web Service with two port types implemented, where one port type is for the request and another one for the callback.
    I do understand these kinds of services can be implemented using JAX-WS.
    Question Here: How I do it using Oracle JDeveloper and Oracle Application Server???
    If anyone have done it, the REAL implementation of ASYNCH Web Services *(NOT BY USING BPEL or BPEL Wrapper)* using JDeveloper to deploy on Oracle Application Server or on Oracle SOA Suite, please post the know-how. If someone else is interested in taking it forward, we can take it further together.
    -Sudheer
    P.S: I am NOT at all interested in theory, as I had enough. Here I don’t want to be Conceptual; rather I am talking about hands-on.

    Hi Sudheer,
    I am not sure if this will help you
    If you take Oracle SOA Suite Order Booking Tutorial and go to Chapter 5 Creating the CreditService Project ( http://download.oracle.com/docs/cd/B31017_01/core.1013/b28937/creditservice.htm ), you learn how to create a synchronous Web service from a WSDL file.
    If you take the wsdl and delete output and fault tags (you can see it below) and follow the steps you'll generate an asynchronous web service.
    The generated Java method will be a void method
    public class ValidateCreditCardImpl {
    public void verifyCC(CreditCard creditCard) {
    Inside this void method you can try to call to a Receive BPEL Activity.
    I hope this will be useful . Regards,
    J
    <definitions targetNamespace="http://www.globalcompany.com/ns/credit"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://www.globalcompany.com/ns/credit"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:types="http://www.globalcompany.com/ns/credit.xsd">
    <types>
    <schema targetNamespace="http://www.globalcompany.com/ns/credit.xsd"
    xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
    <complexType name="CreditCard">
    <sequence>
    <element name="ccType" type="string"/>
    <element name="ccNum" type="string"/>
    </sequence>
    </complexType>
    <element name="CreditCard" type="types:CreditCard"/>
    <element name="valid" type="boolean"/>
    <element name="error" type="string"/>
    </schema>
    </types>
    <message name="CreditCardValidationRequestMessage">
    <part name="CreditCard" element="types:CreditCard"/>
    </message>
    <message name="CreditCardValidationResponseMessage">
    <part name="valid" element="types:valid"/>
    </message>
    <message name="CreditCardValidationFaultMessage">
    <part name="error" element="types:error"/>
    </message>
    <portType name="ValidateCreditCard">
    <operation name="VerifyCC">
    <input message="tns:CreditCardValidationRequestMessage"
    name="CreditCardInfo"/>
    </operation>
    </portType>
    <binding name="ValidateCreditCardSoapHttp" type="tns:ValidateCreditCard">
    <soap:binding style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="VerifyCC">
    <soap:operation soapAction="http://www.globalcompany.com/ns/credit/VerifyCC"/>
    <input name="CreditCardInfo">
    <soap:body use="literal" parts="CreditCard"/>
    </input>
    </operation>
    </binding>
    <service name="CreditService">
    <port name="ValidateCreditCardServiceSoapHttp"
    binding="tns:ValidateCreditCardSoapHttp">
    <soap:address location="http://localhost:8888/CreditService"/>
    </port>
    </service>
    </definitions>
    Edited by: user10262974 on 30-mar-2009 16:19

  • Zfs-import-cache.service fails on startup

    I have been using zfs for a couple of days now.
    It's only for storage purposes, not for root system.
    I installed it, and enabled zfs.target for startup, but since a couple of reboots ago, I noticed zfs-import-cache.service fails resulting in sometimes, the pool not getting mounted.
    ● zfs-import-cache.service - Import ZFS pools by cache file
    Loaded: loaded (/usr/lib/systemd/system/zfs-import-cache.service; static)
    Active: failed (Result: exit-code) since sáb 2014-07-05 23:42:21 CEST; 44min ago
    Process: 174 ExecStart=/usr/bin/zpool import -c /etc/zfs/zpool.cache -aN (code=exited, status=1/FAILURE)
    Main PID: 174 (code=exited, status=1/FAILURE)
    jul 05 23:42:21 7thHeaven zpool[174]: Unable to open /dev/zfs: No such file or directory.
    jul 05 23:42:21 7thHeaven zpool[174]: Verify the ZFS module stack is loaded by running '/sbin/modprobe zfs'.
    jul 05 23:42:21 7thHeaven systemd[1]: zfs-import-cache.service: main process exited, code=exited, status=1/FAILURE
    jul 05 23:42:21 7thHeaven systemd[1]: Failed to start Import ZFS pools by cache file.
    jul 05 23:42:21 7thHeaven systemd[1]: Unit zfs-import-cache.service entered failed state.
    Any idea why would this happen?
    Thanks.

    Xi0N wrote:BTW, I'm trying to setup zed so it would send me an email on every event, but I don't seem to get it working. I installed and started postfix, but I still don't really know how to configure it so the mails get sent. Any tips?
    You need to create a script in /etc/zfs/zed.d/ - see the zed man page.
    Use the existing scripts in that dir for examples (e.g. scrub.finish-email.sh).
    The existing scripts use /etc/zfs/zed.d/zed.rc; in that you need to set “ZED_EMAIL” to the email address to mail to in order to make the existing mailer scripts do something. Your script could instead hard code the email address.
    cmtonkinson wrote:I've got a related problem I just posted about yesterday, I wonder if this busywait tactic would work in my scenario as well - although isn't there a way to do this with Require/After instead of an ExecStartPre wait script?
    If you look at zfs.target et al, you'll see they already use Require/After/Before to order things. Xi0N's problem is not the ordering, but that the kernel module hasn't always created the zfs device when systemd runs the .service.
    I use ZFS as my root, and the zfs hook runscript has a similar wait in it - so for me the zfs device exists by the time systemd runs the .service.
    I don't know if your problem is the slowness of the zfs kernel modules or something else. My first port of call would be to check the journal for errors.

  • 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.

  • 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

  • Implementing Security in web services developed using JAX WS approach

    Hi ,
    Our Organization has developed a Web service using JAX WS approach exposing EJB as EndPoint .This wsdl file URL is only used by third party companies that register with us (Means i want to say that this wsdl url is not world wide accessable).
    Now we need to implement security for this service , please tell me what is the appropiate for doing so ??
    Thank you in advance .
    Waiting for your valuable suggestions .
    Please help .

    You can implement message level security in many ways. Some of the ways are
    SAML
    Digital certificates etc
    You may have to work with your vendor specific API to achieve this. Take a look at one case study.
    http://www.ibm.com/developerworks/webservices/library/ws-security.html
    You will find lot of articles on google to implement message level security however my recommendation would be to get in touch with security expert.

  • 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

  • Problems  with example Web Dynpro Binary Cache service.

    Hi!
    I made the example explained in PDF  Web Dynpro Binary Cache service, everything works fine but i faced a problem when a tried to download the excel file in XP  spanish version , all the columns  names came disorderly. These names are technical names of my nodes, i'm using bapis models to connect with R/3
    Who knows how can i solve this feature, the example works fine in my english XP`s version.
    Thanks!

    Hi Maria,
    which tutorial number do you refer to?
    Regards, Bertram

  • Wsld file for service description ?

    We are planning for web service to provide our information to third parties , to describe to third parties what our web services will provide do I need wsdl file ? We will start development on web services some time mid next year ,
    and now I must tell the tell parties what all information our services will provide , just to tell what my services can provide , should I create a wsdl file ? I know little about web services , but I know wsdl file contains service name parameters etc which I cannot have till I start the developnment , please suggest me what options I have to inform third parties about my service ?

    You will have to have at least a design for the service that you intend to provide. It doesn't have to do anything yet but you need to know now what it will do.
    In some respects, this is a software development process question. Is the design already solid? Do you have a well defined interface to your service in the documentation? Or is this like every company I've ever worked for - you have a basic idea what the service will do but you don't know the details? The fact that you know that you're not going to implement for 6+ months tends to imply that you do have some software development processes in place. If so, you should know the design already.
    So, after you've figured out what your design is I would write some skeleton code and let JAX-WS generate the WSDL based on that. This forms the basis for your implementation.
    However, if you only have a general idea of what the service will do then you're in a very tough situation. Your only hope is to provide a versioning capability in your service so that you can accept messages in multiple formats. This allows you to move forward with development while the third parties catch up to the current version. This makes your QA process a real beast as you must test for any supported format. Additionally, you will end up frustrating the third party consumers of your web service as they will get a new WSDL every time you realize that you need to make a change.
    Do not fall for the feel good alternative - passing a list of key/value pairs. While easily upgraded with new parameters you'll forever be documenting the keys and values and that is what WSDL should remove.

Maybe you are looking for

  • I have FF 3.6.13 installed and I installed FF 4.11b. I cannot see the panorama button on top right.

    All I can see is the tabs followed by the > button and the + button. After that, there is a button for showing the list of tabs open. I have used the panorama feature on the desktop and it works just perfect but I don't get to see it on my laptop. Ho

  • Expanding root partition in Solaris 10 VirtualBox virtual machine

    I am running a Solaris 10 u8 x86 64-bit guest as a VirtualBox VM on a WinXP x64 host. I was running out of space in the guest VM, so I used CloneVDI (http://forums.virtualbox.org/viewtopic.php?f=6&t=22422) to clone and expand the VM from 20GB to 30GB

  • Record management performance problem

    Hi, We are implementing CRM 5.0 Case Management we have assigned a record model of around 700 nodes to a case type but the case performance on the portal was affected. It becomes very slow but when changed by another record model of few nodes the per

  • Remove all nav menus in Safari

    I want to put a fast-refreshing web page with RSS items, photo slideshows, embedded videos on a Mac Mini to feed a TV monitor in a kiosk environment. How can I have the screen show only my content, without any of the navigation menus at the top of th

  • Align bullets next to image....

    I have an image with text next to it, http://mac.ysu.edu/test/MAC/microsoftpage.html i want to know how to align the bullets with the text, when i put the bullet it, it puts it at the bottom of the image to the left, its where the other bullets are j