Define the new service of tangosol-coherence - override.xml

Hi all
I am new to consistency. Have a problem to define the new service.

I am trying to create a new service replied to a few caches and intend to run this service only on some nodes in the cluster.

So I created the new definition of service in tangosol-coherence - override.xml by copying the definition for ReplicatedCache (id = "1"). I changed the ID number to + 101 + and changed the service type for "newReplicatedCache."
Then in my cache - config.Xml. I put the tag < service name > "myService" to "newReplicatedCache".

It starts and runs ok, and Jconsole MBean I see there is a "newReplicatedCache" with "myService" running, which is great.

Now, the problem comes, tangosol-coherence - override.xml, <>lease-granularity for "ReplicatedCache" is set to Member.
And I need put < lease-granularity > to 'newReplicatedCache' to wire.

I did and seems consistency is without taking account of this parameter and always using members to 'newReplicatedCache '.

Then I removed the definition for 'newReplicatedCache' in tangosol-coherence - override.xml, and consistency is always be able to run, and there always create a new service "newReplicatedCache". I guess this is just to get the name of cache-config. XML and then use "ReplicatedCache" default service definition in column a new service.

So my question is how to define new services?

I checked the documentation for the serial number, it does not explain how to create a new service. I understand that this is a very simple matter of installation, will be more than happy to read the documentation if you can direct me to that useful :)

Hello

To achieve what you want, delete ... your file tangosol-coherence - override.xml and change your schema definition reproduced in you cache configuration to:


  myNewCache-scheme
  myNewReplicatedCache

   thread

  
    
    
  

Andy

Tags: Fusion Middleware

Similar Questions

  • How to buy only a few songs, without registering for the new service? It seems compulsory now, and I DON'T want TO.

    How to buy only a few songs, without registering for the new service? It seems compulsory now, and I DON'T want TO. Could someone tell me just for the selection of the menu where I can search for a song by keyword and buy it?

    If it's on your iPad, then go to the app Store in iTunes, you can buy music from there

    If you do not want to use Apple music then turn it off on your iPad via the settings > music > Music Show Apple 'off '.

  • How to define the rules of navigation in faces - config.xml dynamically?

    In jdev 12.1.2 I am studying and performing the adf faces demo (12.1.2 version).

    I am trying to implement the function of navigation like this:

    1. in the navigation tree in the left panel of the accordion will show the features of an application which is read from database tables;

    2. When you click on a node in the navigation tree, a corresponding function/page will be launched in the Panel to the right of the home page;

    3. the navigation tree nodes display names and information pages target will be resident in the database tables and will be read in my case, the control of data bindings.

    and now I know, the click action was executed in this file in the demo: componentGallerySideBarTree.jsff:

    ->action = "#{stamp.actionOutcome}"

    < af:tree id = "tree" value = "#{attrs.menuModel}" var = "stamp" = "single" rowSelection fetchSize = "200" "

    Summary = "#{uploading." Summary}"disclosedRowKeys =" #{attrs.menuModel.foldersTreeState} "autoHeightRows = '0'"

    displayRow selectedRowKeys = "#{attrs.menuModel.selectionState}" = "selected" "

    contentDelivery = 'immediate' emptyText = "there are no demos for this category.

    styleClass = "AFStretchWidth" >

    < f: facet name = "nodeStamp" >

    < af:panelGroupLayout id = "nodePgl" >

    < af:image source = "#{stamp.ico}" styleClass = "GalleryIcon" shortDesc = "Image of a tree node" "

    ID = "nodeImg" / >

    < af:switcher facetName = "#{stamp.children == null?' leaves ': 'notLeaf'}" id = "nodeSw" > "

    < f: facet = "journal batch name" >

    < af:link id = text = "#{stamp.label"leafLink"} '"

    shortDesc = "#{stamp.label} #{stamp.deprecated eq 'real'?" (not recommended) " :"} »

    action = "#{stamp.actionOutcome}"

    inlineStyle = "#{stamp.deprecated eq 'true'?-style: italic; color: gray':"} ' "

    selected = "true" >

    < af:target execute="@this"/ >

    < / af:link >

    < / f: facet >

    < f: facet name = "notLeaf" >

    < af:outputText id = value = "#{stamp.label"notLeafText"} ' shortDesc =" #{stamp.label} "/ >"

    < / f: facet >

    < / af:switcher >

    < / af:panelGroupLayout >

    < / f: facet >

    < / af:tree >

    and the value of actionOutcome was entered in this file DemoConfusedComponentsMenuModel.java:

    (for the case of the confused component navagation tree folder)

    private TreeModel _initConfusedComponents()

    {

    Confused components

    The list < DemoItemNode > confusedComponentsNodes = new ArrayList < DemoItemNode >)

    {

    {

    ..

    Add (new DemoItemNode ("Tabs", "/ confusedComponents/tabs.jspx","/adfdt/panelTabbed.png","confused.tabs"));

    Add (new DemoItemNode ("iterators","/ confusedComponents/iterators.jspx","/adfdt/iterator.png","confused.iterators" ""));

    }

    };

    DemoItemNode confusedComponentsGroup = new DemoItemNode ("Often confused", "/ images/folder.png", confusedComponentsNodes);

    List ConfusedComponentsList = new ArrayList();
    confusedComponentsList.add (confusedComponentsGroup);

    TreeModel confusedComponents = new ChildPropertyTreeModel (confusedComponentsList, _CHILDREN);
    Return confusedComponents;
    }

    In addition, there are elements in faces-config .xml to define the rules of navigation for the actions 'by clicking on the tree node.

    <>navigation-case

    < from outcome >confused.iterators< / de-results >

    < to view - id > /confusedComponents/iterators.jspx< / to-view-id >

    <!-< redirect / >->

    < / navigation-case >

    So, I can add a new entry in the navigation tree, like this:

    1. in DemoConfusedComponentsMenuModel.javaof the file: Add

    Add (new DemoItemNode ("Iterators", "/confusedComponents/cms.jspx","/ adfdt/iterator.png","confused.cms" ""));

    2. in the file faces - config.xml, add:

    <>navigation-case

    < from outcome >confused.cms< / de-results >

    < to view - id > /confusedComponents/cms.jspx< / to-view-id >

    <!-< redirect / >->

    < / navigation-case >

    and it works!- I have successfully added a new node in the navigation tree, called a new page created by myself cms.jspx.

    If I implement them using database tables (links datacontrols EO/VO),.

    I think I can put action = "#{stamp.actionOutcome}" by links.

    But how can I pay the entry in the faces-config file. XML? -That is to say:

    How to define the rules of navigation in faces - config.xml dynamically?

    Thanks in advance!

    ADF 12 c comes with support for JSF 2.0, you can use the implicit navigation feature.

    In short: you don't need to add case action property, any set of navigation in the name of the page (and include the path if necessary).

    In your case, the name of the action will be: ' / confusedComponents/cms.jspx ' and of course, you can link the action property of method that returns this string.

    If you want to add by the case of navigation program, try ConfigurableNavigationHandler.

    For example:

    Manager of ConfigurableNavigationHandler = (ConfigurableNavigationHandler) FacesContext.getCurrentInstance () .getApplication () .getNavigationHandler ();

    handler.getNavigationCases () .put (...);

    Dario

  • Audio Acer 5520g does not work after the new service pack

    I installed XP and is up-to-date. However, when a new service pack arrives, it destroyed the Realtech driver that I downloaded from the Acer support site.

    One way to recover is to do a scan complete antivirus C drive.

    Second method is to remove the speakers from the Device Manager, install the Realtech driver after the service pack update.

    The question I have now is that the latest SP crushed the audio driver again.

    Restore restore previous point never works on this or any other question, I've had with windows no matter what...

    All previous options have failed now.

    Any help appricated.

    Download the "RealTek" directly from RealTek driver. ;-)

  • Use of the new service to esxi firewall

    I came across a material talking about the steps involved in adding a new service to a firewall.

    Since basically everything you do is opening and closing of ports, someone at - he a came from use of when you add a new service to the firewall ESXi

    case of use when you add a new service to the firewall ESXi

    I've been playing with solar winds, some other third-party monitoring solutions that require specific ports to be allowed. Well I had to add the same in the firewall settings.

  • Create the new service console, remove old

    The first service console has a DHCP address and I created a new SC with a static address, but when I try and remove the original CD, it gives an error:

    The 'vswif0' resource is in use.  I use vSphere Client to do this.  We do use vcenter server.  What is the way easiest to migrate static IP from the DHCP server on these consoles of service?

    Here's a message to somebody else who had some problems by removing an old console of the VI client.    As always be careful when it comes to the consoles of service you could easly remove the console off of the network and require a console to finish working on it.

    http://communities.VMware.com/thread/62232

    If you have found this device or any other useful post please consider the use of buttons useful/correct to award points

  • Defining the new path for the data files for restoring using the VALUE of NEWNAME FOR DATABASE

    Version: 11.2.0.3 Linux

    Today, I had to do a restore RMAN to a new server and I came across the post following RTO on the VALUE of NEWNAME FOR DATABASE

    ALTER database open resetlogs upgraded;         error to throw

    So, I thought to use it to indicate the new location of the data files to restore.

    That's what I did
    ===================

    Restore the control file and catalog items to backup using the command of CATALOGUE START WITH. Then I started the restoration
    $ rman target / cmdfile=restore.txt
    
    Recovery Manager: Release 11.2.0.3.0 - Production on Thu Jul 26 04:40:41 2012
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: SPIKEY (DBID=2576163333, not open)
    
    RMAN> run
    2>  {
    3>  SET NEWNAME FOR DATABASE TO '/fnup/hwrc/oradata/spikey';
    4>  restore database  ;
    5>  }
    6>
    7>
    8>
    executing command: SET NEWNAME
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of set command at 07/26/2012 04:40:43
    RMAN-06970: NEWNAME '/fnup/hwrc/oradata/spikey' for database must include %f or %U format
    
    Recovery Manager complete.
    Don't know how it worked for Levi without %f or %U. So, I added %f
     $ vi restore.txt
     $ cat restore.txt
    run
     {
     SET NEWNAME FOR DATABASE TO '/fnup/hwrc/oradata/spikey/%f';
     restore database  ;
     }
    
    
     $ rman target / cmdfile=restore.txt
    
    Recovery Manager: Release 11.2.0.3.0 - Production on Thu Jul 26 04:45:45 2012
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: SPIKEY (DBID=2576163333, not open)
    
    RMAN> run
    2>  {
    3>  SET NEWNAME FOR DATABASE TO '/fnup/hwrc/oradata/spikey/%f';
    4>  restore database  ;
    5>  }
    6>
    7>
    8>
    executing command: SET NEWNAME
    
    Starting restore at 26-JUL-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    
    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /fnup/hwrc/oradata/spikey/1
    channel ORA_DISK_1: restoring datafile 00002 to /fnup/hwrc/oradata/spikey/2
    channel ORA_DISK_1: restoring datafile 00003 to /fnup/hwrc/oradata/spikey/3
    channel ORA_DISK_1: restoring datafile 00004 to /fnup/hwrc/oradata/spikey/4
    channel ORA_DISK_1: restoring datafile 00005 to /fnup/hwrc/oradata/spikey/5
    channel ORA_DISK_1: restoring datafile 00006 to /fnup/hwrc/oradata/spikey/6
    channel ORA_DISK_1: restoring datafile 00007 to /fnup/hwrc/oradata/spikey/7
    channel ORA_DISK_1: restoring datafile 00008 to /fnup/hwrc/oradata/spikey/8
    channel ORA_DISK_1: restoring datafile 00009 to /fnup/hwrc/oradata/spikey/9
    channel ORA_DISK_1: reading from backup piece /u07/bkpfolder/SPIKEY_full_01nh0028_1_1_20120725.rmbk
    channel ORA_DISK_1: errors found reading piece handle=/u07/bkpfolder/SPIKEY_full_01nh0028_1_1_20120725.rmbk
    channel ORA_DISK_1: failover to piece handle=/u07/dump/bkpfolder/SPIKEY_full_01nh0028_1_1_20120725.rmbk tag=SPIKEY_FULL
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:56
    Finished restore at 26-JUL-12
    
    Recovery Manager complete.
    As you can see, RMAN restore data files to the desired location. But the data file names ended up as
    1
    2
    3
    .
    .      
    .
    9
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -----------| Holy Cow |-----------------------------


    So I had to rename each file as below
    $ mv 1 /fnup/hwrc/oradata/spikey/system01.dbf
    $ mv 2 /fnup/hwrc/oradata/spikey/sysaux01.dbf
    $ mv 3 /fnup/hwrc/oradata/spikey/undotbs01.dbf
    I would have been better in execution of the order for each data below file
    SET NEWNAME FOR DATAFILE
    Now, I think, there is no advantage in using NEWNAME SET of DATABASE to. Only the disadvantages. I did anything wrong above?

    Martin;

    On the issue of the VALUE of NEWNAME FOR DATABASE, you must specify at least one of the first three of the following substitution variables to avoid collisions of names: %b f % U. see semantic entry for TO 'filename' for a description of the possible substitution variables.

    You use %f

    %b
    
    Specifies the filename without the fully qualified directory path. For example, the datafile name /oradata/prod/financial.dbf is transformed to financial.dbf. This variable enables you to preserve the names of the datafiles while you move them to different directory. During backup, it can be used for the creation of image copies. The variable cannot be used for OMF datafiles or backup sets.
    
    %f
    
    Specifies the absolute file number of the datafile for which the new name is generated. For example, if datafile 2 is duplicated, then %f generates the value 2.
    
    %U
    
    Specifies a system-generated unique filename. The name is in the following format: data-D-%d_id-%I_TS-%N_FNO-%f. The %d variable specifies the database name. For example, a possible name might be data-D-prod_id-22398754_TS-users_FNO-7.
    

    Source - E10643-01

    Backup and recovery reference

    http://docs.Oracle.com/CD/E14072_01/backup.112/e10643/rcmsynta2014.htm

    I see CKPT and I agree on that!

    Best regards

    mseberg

  • Defining the new Virtual Machine

    When you set the new Virtual Machine, what is the size of the virtual disk to specify? (Default value is 8GB) Should we check "Allocate all disk space now" option?

    No, this hard disk space actually leaves your portable office/computer hard drive free space.

    Look at your free space of the desktop and then add a new hard drive with 30 concerts or more.   Check again, and note that this space has disappeared.   Then you can just delete it and it comes back.

    Yes, just use the ' Add ' button.

    If you find this information useful, please give points of

    'correctness '.

    or "useful."

    Wes Hinshaw

    www.myvmland.com

  • BlackBerry smartphone App World - My World - cannot connect after completing the new service provider and phone

    Hello.

    I recently switched from AT & T on the 8110 curve from T-Mobile on the Curve 8900.

    I had paid and downloaded a few apps through app World on my previous phone.

    When I try to log on to my new phone to My World, after entering my information to PayPal, I get this error:

    'Failed to authenticate the user at this time.  Please try again later. »

    This means that I can't get my old apps, but I can not also purchase new apps I want.

    Does anyone have a solution?  Will there be a remnant of my account with AT & T somewhere in the system that needs to be eliminated?

    Thank you.

    I figured out it was expired on record with PayPal credit card.

    As soon as I updated with PayPal, any charge in My World.

  • Selective in the new service registration and record read

    Hi people,

    I was wondering - given the large number of components that can be saved in version 2.0 feature recording and reading of the version (Webcam/Audio subscribers/editors, Screenshare publishers/subscribers etc.), is it possible to select only some components within a room of recording when starting registration via the api Server (i.e. AccountManager.startRecording ("< YOUR-ROOM-NAME >", '< YOUR ARCHIVE-ID >') ((, guestsAllowed);).

    For example, if I want to record only certain bodies of water in the room, or if I want to record video only and no audio, I am able to control it when calling AccountManager.startRecording? If this is not the case, have I not more control over this control check through client code?

    Thank you

    Davis

    Hi Davis,.

    No, the service logs the whole shebang in both cases - all traffic that crosses this particular room is registered.

    On the side of data transfer, you can actually remove workflow you didn't need and do not play once registration has been sent your way. Just unzip, delete, then rezip with the same name. So at least you can minimize recurring data for playback with this transfer.

    hope that helps

    Nigel

  • When I open a tab, I don't have the new "small" that contains bookmarks. How to restore this function?

    I accidentally deleted the possibility of make mini 9-windows on my empty tabs when I open a. It's bookmarks that did go through all the days a little more practical, how to restore it?

    Your list of details of the system indicates:

    • Browser.newtab.URL: subject: empty

    If you have currently defined the new tab to a blank page.

    You can reset the browser.newtab.url pref in about: newtab on the topic: config tiles page to get the page with the 9 (3 x 3).

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

    See also this article on the page tab (topic: newtab):

  • In the new Firefox 4, what happned to the Save tabs and functionality of quitting smoking, is there a way I can still use this feature?

    I just downloaded Firefox 4 and I got a problem on my Norton spyware toolbar is not incompatible, but anyway, the most important thing that makes me choose Firefox on any other web browser is that I am able to save tabs and then exit. I think it was more great things because I could run my laptop off and save energy and when I got home I'm cold to take back what I what to do. My question is simply is you never have it save tabs and leave the new service or at least a way people would turn the function on will.

    One of the changes in Firefox 4: by default Firefox 4 does not display the warning "Save tabs and exit" then to the closure of several tabs, but it can be turned on again by changing some preferences.

    • Record of the tabs was not removed from Firefox 4, but it works a little differently.
    • By default, Firefox 4 will not ask to save tabs, but instead it will always save your tabs on the output unless you're in private browsing mode. You can restore the next time by:
      1. by clicking on the Firefox button > history > "restore previous Session ', or
      2. type of Subject: House in the URL bar and press the Enter key, then press the button "restore previous Session."
    • Note: This was a decision by the developers. On this forum, we are all volunteers without compensation here to help other users. Develop them and employees of Mozilla/Firefox rarely, if ever visit here.

    Things to check:

    1. Browsing history must be saved

      • Button Firefox: Firefox button > Options > Options > privacy > [X] Remember my browsing history
      • Menu bar: Tools > Options > privacy > [X] Remember my browsing history
    2. Also, make sure that you do not erase "Browsing history" when you use clear recent history or when Firefox is closed
      • Using clear recent history

        • Button Firefox: Firefox button > history > clear recent history
        • Menu bar: Tools > clear recent history
      • When Firefox is closed
    3. Make sure that you are not in private browsing mode or in private browsing mode permanent:
    4. If you have the Tab Mix Plusextension, and then clear the built-in session restore.

    To display the message "save tabs and exit" when closing multiple tabs, you can do the following:

    1. Type of topic: config in the URL/address bar and press the Enter key
    2. Accept the warning message (promise to be careful)
    3. Open the preferences/list page
    4. Filter = browser.tabs.warnOnClose
    5. If its value is set to false, double-click top (in the lower panel) to toggle its value to true
    6. Repeat steps 4 and 5 for the 3 following preferences also:
      • browser.warnOnQuit
      • browser.warnOnRestart
      • browser.showQuitWarning
    7. See:
  • Unable to create the new network former TC

    Hello

    So I have the current generation of TC acting as a router as well as a HDD on my old to wide wireless broadband. I experienced some problems with connectivity recently (where my MacAir shows that I am connected to the internet, but no matter what site I try to access everything simply does not load and ends up with a progression of Ribbon on the address bar of Safari-turn off and turn on the power back constantly solves the problem), but this is not what I am asking today. Recently, I had the new optical fiber internet for my house and got a new modem and everything has been installed. Only one of the four ports in the modem seems to work, but at least it works. The D-link router that came with it works fine, but I want to use my TC as the router instead. However, whenever I connect the TC on the working port, I am unable to connect. Airport utility, the lights of TC in green but 'Internet' is yellow, i.e. does not work correctly. It should be a problem with the TC because the D-link router works on the same port and connection ethernet via a thunderbolt on the same port adapter works perfectly fine as well.

    Is this a problem with the old settings on my TC being incompatible with the new network? Please advise, thank you very much!

    There are at least 2 different issues at stake here and possibly 3.

    A question is that whenever you change the modem or the router that connects the TC, or your provider of Internet services, the TC must be reset back to settings by default, and then set it up again to work properly with the new product and the new service.

    You don't mention how old your 'old' Time Capsule can be, but 3 years is on the average life of the time Capsule, if anything more than 3 years will be suspicious where reliable operation.

    The third possible cause is that only a single port of your modem/router works when the four should work. If this is a real problem here, we can't say, but you have to wonder a little about the reliability of a product that doesn't seem to work properly

  • Outlook will not open with the new update

    I recently installed the new service pack for office 2007 and now Outlook will not open.

    any suggestion?

    JS

    Hi Jseiver,

    Thanks for posting answers.microsoft.com

    First of all, it would be ideal to determine exactly what is the error, or if an error occurs when you try to open OUTLOOK.  You can use reliability monitor to examine this information, and that you post in the forum.  To view reliability monitor, click Start ORB / right-click on computer - select Manage / Analyzer performance and reliability-click / Select reliability monitor.

    In the monitor of reliability to the bottom of the window, it will show the system stability report.  Look under five failure reports to find all the information about this conflict and report that information in the forum.

    You can uninstall the update-

    To uninstall a patch on Vista, go to control panel and click programs and features. In the left pane, click on view installed updates. All your updates of the program, but also updates Microsoft appears here. You can click on the latest patch to remove it from your computer. »

    Or given that this problem has occurred recently, you can always restore your system to a previous restore point.  Don't forget not all downloads changes or data occurred after the restore point has been taken up will be lost.

    Here is information on restoring your system to an earlier date of restoration:

    http://support.microsoft.com/kb/959063 - and - http://windowshelp.microsoft.com/Windows/en-US/Help/517d3b8e-3379-46c1-b479-05b30d6fb3f01033.mspx

    Let us know about this mistakes earns or what you choose to use.

    Thank you

    Debbie
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Change the VM group vCenter watch NIC port is connected to the old and the new portgroup

    OK, I have built/upgraded to vSphere 5.

    Everything is fine, and now we migrate the virtual machine to the new VDS switches.

    I'm migrating each VM frm the old VSS to their port group concerned on the VDS.

    EVERYTHING is going very well unless I have a few VM, is that when I change VSS port 'The Virtual Machine Network' group the new service VDS 'Network of the Virtual Machine' vCenter shows the VM as being connected to vSwitches/Exchange.

    If you look at the network/host the virtual computer configuration is shown as attached to the VSS and VDS.

    If you use the CLI PowerShell the VM shows that connected to only the VDS, great she is successful, but how can I remove the old switch if he thinks that it is connected to a virtual computer?

    The VM keep in network connectivity.

    I also tried to change the portgroup interface CLI PS and it returns the same result in vSphere.

    Any thoughts?

    Was it virtual machines running snapshot in assets when they have been migrated from VSS for VDS?

    If so, both can be listed in the properties of the VM... In case you need to return the nod on those virtual machines, they will be then be reconnected to the old vs...

    / Rubeck

Maybe you are looking for