Why the cached data lost from Coherence?

Yesterday,I sarted a storage-enabledcache server by running cache-server.cmd and started a storage-disabled cache console by running coherence.cmd.
Then I inputed the following commands to input some data into the Coherence caches:
cache(cb)
put a a
put b b
put c c
put d d
put e e
Map (cb): list
c = c
e = e
a = a
d = d
b = bBut today, when I issue the list command from the Coherence command line, the output become "null".
Why the data lost?

By running cache-server.cmd Coherence will be using the configuration file from the coherence.jar which will default to a cache with expiry of one hour. So if you had checked you cache after an hour or so you would have seen it was empty.
If you look at the coherence-cache-config.xml file inside the coherence jar you will see this mapping (which will apply to the cache you created with the name "cb"
    <cache-mapping>
      <cache-name>*</cache-name>
      <scheme-name>example-distributed</scheme-name>
    </cache-mapping>This maps to a scheme called example-distributed that looks like this:
    <distributed-scheme>
      <scheme-name>example-distributed</scheme-name>
      <service-name>DistributedCache</service-name>
      <!-- To use POF serialization for this partitioned service,
           uncomment the following section -->
      <!--
      <serializer>
        <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
      </serializer>
      -->
      <backing-map-scheme>
        <local-scheme>
          <scheme-ref>example-binary-backing-map</scheme-ref>
        </local-scheme>
      </backing-map-scheme>
      <autostart>true</autostart>
    </distributed-scheme>which uses the example-binary-backing-map scheme
    <local-scheme>
      <scheme-name>example-binary-backing-map</scheme-name>
      <eviction-policy>HYBRID</eviction-policy>
      <high-units>{back-size-limit 0}</high-units>
      <unit-calculator>BINARY</unit-calculator>
      <expiry-delay>{back-expiry 1h}</expiry-delay>
      <flush-delay>1m</flush-delay>
      <cachestore-scheme></cachestore-scheme>
    </local-scheme>which you can see has expiry set to 1 hour.
I once had to help out a team who managed to get a node using this configuration on their production cluster and lost random data every hour!
JK

Similar Messages

  • Why the delivery date is the same date as 'transptn plan date" & loading date' & ' good issue' & GR end date'

    Hi Experts,
    why the delivery date is the same date as ‘transptn plan date” & loading date’ & ‘ good issue’ & GR end date’.
    in shipping tab i can see Planned Deliv. Time  170 Days ... wat could be the reason.
    Many Thanks:
    Raj Kashyap

    Hi Jurgen,,
    Thanks for quick reply!!
    But i didnot find any things like that .. what could be the customizing .. and we are using GATP from APO side.
    \Raj Kashyap

  • I am getting the msg "data corrupted" from windows installer, attempting to install photoshop elements 12

    I am getting the msg "data corrupted" from windows installer, attempting to install photoshop elements 12. have wiped drive of file and redownloaded but get same results. have run regedit and removed Photoshop elements 12 also with no luck. Went back and installed photoshop elements 10 and prerimer and installed good, I have also installed prerimer elements 12 and the install was ok. I also ran trial version of photoshop 13 without any issues. I am at a lost to what is causing this issue. Any suggestions please.

    You can download the trial version of the software thru the page linked below and sidestep the download assistant.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 12: http://prodesigntools.com/photoshop-elements-12-direct-download-links-premiere.html

  • Is it safe to delete the cache file folder from library

    is it safe to delete the cache file folder from library ?

    As I understand it Robo doesn't really 'do' third-party
    source control. We use SourceGear Vault, but really only as a
    repository for the files. We can't really work concurrently because
    Robo needs exclusive access to the top level project files. But it
    kind of works for us, because we're on opposite sides of the globe.
    I see what you're saying on the 'local' versions of (say) the
    cpd files conflicting. If anyone else has an informed view, I'm all
    ears. We've set it up this way ourselves - I don't know of anyone
    doing the same. If someone tells me this is a bad idea, I'm happy
    to think again.
    Cheers!

  • Why the menu to move from one page to another is not seen when the page is online?

    On my web, I have different pages like 'Homepage' or 'Contact' but when I publish my web I can not see the menu.
    why the menu to move from one page to another is not seen when the page is online?
    Thank you,
    Roger.

    Where are you publishing and how are you uploading the files?

  • How to remove the system data details from the overview tab in crmd_order?

    Hi All,
    How to remove the system data details from the overview tab in crmd_order?

    Hi,
    It is a standard functionality. Those information will be very useful when you send a message to SAP.
    If you still want to remove them, raise an OSS message.
    Regards,
    Rajesh Kumar

  • EXIF data lost from many photos

    I was looking through some old pictures taken with a Canon EOS 5D which I sold some time ago.
    There were around 3800 pictures.
    I discovered that 480 had no entry in their EXIF data fields for BODY SERIAL NUMBER and LENS. Other fields seem intact.
    All the other photos had all their data fields present and correct.
    Admittedly these pictures have been copied/moved from one PC to another more than once over time, but there again, so have all the thousands of others which have not lost their data.
    I did find duplicates of a handful of the errant pictures and the EXIF data fields for these were complete.
    Perhaps something has been lost in the copying/moving of these pictures.
    The copying/moving has been done with both Adobe Bridge and Windows.
    Has anyone experienced this phenomenon?
    How might I ensure that it does not happen again in the future?
    Or is there some reason other than copying/moving by which the data could have been stripped and why only two fields of EXIF data and not all of it?

    I've been having the same trouble for a few months now. All EXIF is lost, including GPS and focal info. It only occurs when you edit a RAW/DNG file and have the "save edits as 16-bit tiffs" selected in the preferences. Please, Apple, help! This is a significant issue when exporting photos! That info is essential.
    thanks,
    Brett

  • How to batch remove the cache data

    I used the Coherence for .NET, and I want to remove some keys from cache. I only found a method Remove(string key) in the Tangosol.Net.INamedCache interface, it can remove only one key each time, it is very slowly.
    My cache client and server in different computer.
    Does it have a method that can batch remove keys from the cache?
    References:
    http://download.oracle.com/otn_hosted_doc/coherence/353NET/html/8d5758f5-d980-f8e2-4d82-5a16a8165107.htm
    Edited by: user12540418 on Jan 31, 2010 11:33 PM

    You can remove collections of objects with an EntryProcessor and cache.invoke(). The built-in processor ConditionalRemove() with Always/Present filters should do the trick.
    In terms of performance however, note that cache delete operations are always synchronous (even with write-behind) - so removing large sets of objects will be a bottleneck if you have an attached cachestore.

  • TIFF to JPEG: why is GPS data lost?

    I'm in OS10.5.7 (a quite recent upgrade from 10.5.5) and PS CS3
    I go to some lengths to sync GPS data (tracks from a Garmin 60csx) to Nikon original/RAW NEFs before post-production. That data is maintained when saving the image as a PSD file after retouching, as well as when flattening the PSD to a TIFF for final archiving.  But when the TIFF is resaved as a JPEG (often for web use or transmission), the GPS data is stripped out of the metadata and lost.  So to verify the location for someone, I have to go back to the archived TIFF with the same name.
    Kind of a pain.  Is this operator-error?  Any way to avoid it?
    Thanks in advance.

    Buko. wrote:
    I think there was another thread about this.
    Only I thought in that one the GPS data was lost when saved as a tiff.
    have you tried saving the Jpeg from the PSD?
    Are you using SFW to make the jpeg? if so SFW strips all exif data.
    Re: PS CS4
    During a SFW you have some options as to what metadata to save with the .jpg.  One of the options is 'All' which does save the EXIF GPS data with the file.
    During a 'Save As' to a .jpg (first converted to 8bits/channel) all of the EXIF data is saved.

  • Not able to pass the BEx date prompts from liveoffice

    Dear Team ,
    Environment : BI 4.1 SP3 ,Dashboards 4.1 Sp3 and Live office 4.1 SP3 .
    Bex query has date range variable ,we built dashboard with Live office .Issue is we are failing to pass date variables from dashboard .To pass 1- March -2015 , We tried with 20150301 ,[20150301] ,01.03.2015 ,03.01.2015 ,01/03/2015 and so on .It shows L00 error .
    Please share your toughts/expertise .
    Thanks in advance.

    Hi sateesh,
    try to convert the date into datevalue
    and pass the datevalue ouput to the bex

  • Why the contract data is not modifiable when I create a order

    I have already assigned the Contract Profile to a sale order type in the Sale order type definition, and the contract profile has been set correct.
    When I create a order by this order type (I’ve tried both copy and create a new order type), I can’t modify the contract data from Goto>Header>Contract data,
    what is the reason, how can I reset it, appreciate for your help, Thank you!

    hi,
    contract is an agreemet made following which we create a sales order called a release order. so, we only refer that and release whats being agreed as part of contract.
    Let us look at this situation from a business point of view. so once you create a contract profile and assign to sales order, we cant modify it at the sales order level.
    Hope it helps. Pl reward if useful.
    Thanks,
    Sadhu Kishore

  • TS4148 I need to change the mobile data network from Vodafone to orange I need the passwords and address to do it my self

    I'm trying to find out the mobile data network info on my iPhone 3GS it's on Vodafone at the moment but I want to use my orange sim so I need to change the pan details help

    Assumption ...you are in UK
    If you purchased the iPhone from Vodafone it will be locked to them
    You will need to request they unlock the iPhone before you can use
    it on Orange no other way
    In UK  Apple are the ONLY source of unlocked new  iPhones

  • Why the delivery date in the order not changing with P.O???

    Hi All,
    I am encountered with an issue that in a P.O the delivery dates are kept as customer requested delvery date and these cahnges are not updating in the order.
    According to standard SAP the change in delivery dates in a P.O should get updated in sales order.But its not happening if we keep this date as customer requested delivery date,Why is it so?
    I would explain with an example so that it would be clear:
    An order is created say 03/31/2011 and the requested delivery date is 05/02/2011.
    Confirm delivery date is 05/10/2011  (because in purchase info record it is 40 days)
    Now when P.O is created this confirm delivery dates will come.If we change these dates to any other dates it would replicate in the order.But if we keep these dates as customer requested delivery date, it is not changing in the order.
    Please any one help me out....
    Regards & thanks.
    Edited by: deepak567 on Mar 31, 2011 7:50 PM

    Dear,
    Please check the timing in work scheduling view. other wise schedule the routing and maintain time there and check your result.
    In material Master MRP2 screen you will get Scheduling Screen where you will get
    In-house production
    GR processing time
    Plnd delivery time
    These are lot size independent but value in work scheduling view are lot size dependent.
    Go to VOV8 and check the Lead time part. If u will maintain lead time of 2 days, the req deliverty date will be 2 days frm order creation date.
    You can configure this in the configuration of the Sales document type in VOV8. Here we can specify the value and as per that configuration the date will be defaulted.
    Regards,
    R.Brahmankar

  • Why the committed Date of STO becomes 12/31/9999

    Hi Please help me, just new in STO.
    We have the problem in STO where if checking md04, available stocks still is on 500K++
    though there are entries such as Open SO qty and some delivered items already.
    But what happen is the STO was created sept 28 but we put delivery date of it as dept 17 earlier
    than those dates in delivery.
    still if checking the stocks, deliver items doesnt short the stocks buy why
    sto committed date becomes infinity date.
    does the open so quantity consumes the stocks already?
    is there a way we can see where the priority of stocks allocation is set in the configuration?
    thank you

    Hello,
    If not all quantity can be confirmed for the delivery date,
    and the ATP-chek runs without Replenishment lead time, the system set
    the committed date to 12/31/9999. This is the normal system behavior
    and not an bug.
    During an STO-process the system check the availability in the supplying
    plant(APO) for the date when the delivery has to be created (ekpv-ledat)
    This date can be determined with shipping data determination or
    without, accordingly your settings in customizing OMGN. Without the
    system takes only the planed delivery time into account. This time
    can be different in PREQ and Material master so it can be different
    in the time when the system checks the availability if you create the PO
    with reference to an Preq or without.
    In addition, the committed date in the PO is only for informational
    purposes, it is not interpreted by the ATP check since the ATP situation
    might have changed immediately after the committed
    date was calculated.
    Regards,

  • How to reflect the Master data changes from ECC to MDM

    Hi Experts,
    We need to reflect the master data changes of company code and cost center groups  from ECC to MDM.
    what methods available and which would be best in performance.
    kindly let me know if you need further information for better undrstanding.
    Thanks in anticipation
    looking forward to hear from you all,
    with regards,
    Chandhan.S

    Hi,
    You need to use change pointer to do this. Go to transaction SALE,
    expand MODELLING AND IMPLEMENTING...
    expand MASTER DATA DIST...
    expand REPLICATION OF MODIFIED DATA
    You may need to maintain distribution model in SALE.
    Cheers.
    Reward if useful

Maybe you are looking for

  • Combining multiple files into a single PDF/A

    The issue brought up in another discussion is the loss of PDF/A conformity when "merging" multiple PDF/A files into a single file (I use PDF/A for preservation of corporate records). The "insert" option retains conformity but does not allow inserting

  • Trouble connecting to PC by name

    Hi I am trying to use Remote Desktop Connection to access a Windows XP Professional PC. I recently found out that I can get in by using the IP address. However, if I try to identify the PC by name, the program returns a message saying I may not have

  • Tabbed Widget Hiding "Content Area" in Normal State ...

    Q1. Is it possible to hide the complete content area of the tabbed widget in normal state? ... Q2. ... and than going back automatically from active state to normal state (same behavoir as Q1) if any other link/widget on the site was activated? Here´

  • RE: Problem exporting photos from iPhoto '09

    Can anyone provide a solution to the following exporting problem?  I'm trying to export an album of 60 photos, yet whenever I try, this is what happens: exports the 1st six photos a message pops up, "Unable to create  /Users/Lynnie/M80th - 06.jpg" af

  • "Invalid Column" on multiple where clauses with subqueries and cfqueryparam

    I'm seeing a behavior in the coldfusion cfquery that I'd like to find an exmplanation for .  I've got a query that does a subquery in the select portion and if I have multiple where lines, I get an "invalid column name" message for my second where cl