Two clusters on one machine

I'm trying to get two clusters different versions of Coherence running on the same box. They have different cluster names and different multicast listener addresses but when I start the second cluster I get the following error:
1117 [Logger@748080913 3.5.3/465p7] ERROR Coherence - 2011-03-16 17:52:28.094/1.431 Oracle Coherence GE 3.5.3/465p7 <Error> (thread=Cluster, member=n/a): This member could not join the cluster because of an incompatibility between the cluster protocol used by this member and the one being used by the rest of the cluster. This is most likely caused by a Coherence version mismatch, or by mismatched protocol filters (e.g. compression, or encryption). Rejected by Member(Id=1, Timestamp=2011-02-16 20:52:32.677, Address=169.35.10.56:8088, MachineId=32824, Location=machine:nyl31a-2204-eth4,process:18284, Role=CsDatacacheWebService).
1117 [Logger@748080913 3.5.3/465p7] DEBUG Coherence - 2011-03-16 17:52:28.095/1.432 Oracle Coherence GE 3.5.3/465p7 <D5> (thread=Cluster, member=n/a): Service Cluster left the cluster
1121 [main] ERROR com.cs.configservice.WebService - java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)
The first cluster (v3.6.1) has this in its override:
<cluster-config>
<member-identity>
<cluster-name system-property="tangosol.coherence.cluster">DATA_CACHE</cluster-name>
</member-identity>
<multicast-listener>
<time-to-live system-property="tangosol.coherence.ttl">1</time-to-live>
<address system-property="tangosol.coherence.clusteraddress">239.193.112.8</address>
<port system-property="tangosol.coherence.clusterport">35000</port>
</multicast-listener>
</cluster-config>
The second (v3.5.3) has this:
<cluster-config>
     <multicast-listener>
          <time-to-live system-property="tangosol.coherence.ttl">1</time-to-live>
          <address system-property="tangosol.coherence.clusteraddress">239.193.112.12</address>
          <port system-property="tangosol.coherence.clusterport">35000</port>          
     </multicast-listener>
     <member-identity>
          <cluster-name system-property="tangosol.coherence.cluster">CONFIG_SERVICE</cluster-name>
     </member-identity>          
</cluster-config>
I can't figure why they aren't co-existing.
Edited by: MattS on Mar 16, 2011 11:26 AM - added version info

Hi Matt,
I think, you may need to use a different multicast port, too.
Also, verify that you are not overriding the different settings with the same Java property override value.
Best regards,
Robert

Similar Messages

  • How to handle sessions with two severs on one machine?

    All,
    I am having a problem with session cookies being overwritten when I host two apps on one machine running WebLogic 8.1 The apps are http://myserver:7300/app1 and http://myserver:7400/app2, and each runs in its own server.
    Users will often access both apps at once, in two browser windows. If the windows are different threads in the same process, the sessions collide. For Internet Explorer, this isn't usually a problem since clicking on the shortcut multiple times launches different processes by default. Some browsers (Firefox, etc.) won't let you have two windows under different processes. Attempts to launch a second window 'detect' the existing process and appear to spawn a new thread. When this happens there appears to be no way for the users to use both apps at once.
    I know this is happening because of the way session cookies are stored in the browser process' memory. The session cookies appear to me to be 'keyed' by the host name or ip address of the server. Does anyone know of a setting in WebLogic so that this 'key' includes the port or context root? Is this even something which can be controlled on the server side?
    Thanks for any help,
    Brian

    Not quite sure what your intent is, but if you want to avoid a clash how
    about giving each application a different default session cookie name.

  • Two FQDN on one machine.

    I am trying to consolidate services on to as few machines as possible. Since you can setup multiple IP addresses, is it possible to have two FQDNs on one machine? I want to use a server to host files on my private network but also provide a public website. I already have the entries in DNS. I just don’t know if I can have two FQDNs on the same machine. It is as simple as just adding the new address?

    If you are just talking about web hosting for two fqdn, then add another site in ServerAdmin:Web
    Apache suppport virtual hosts. You could have hundreds of FQDN running under a single IP address.
    In your case, you don't even need two IPs, but you could use them- or at least use them transitionally until you modify DNS and then just use on public IP.
    If you want to add a second IP to the machine, you duplicate the port in SystemPrefs:Network. Show Network Port Configurations, then duplicate the ethernet interface and give that interface it's new settings.
    Jeff

  • Two clusters on same machine using well know addresses - is it possible?

    Hi,
    I try to setup two clusters (each with two nodes) on the same machine and want to use WKA for both of them. For the first one I do not have problems and it starts normaly.
    When I try to start a node from the second cluster I get this message :
    2011-07-07 12:00:06.984/10.710 Oracle Coherence EE 3.5.2/463p5 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior servi
    ce member n/a
    2011-07-07 12:00:14.899/18.625 Oracle Coherence EE 3.5.2/463p5 <Error> (thread=Cluster, member=n/a): This member could not join the cluster because of
    a configuration mismatch between this member and the configuration being used by the rest of the cluster. This member specified a cluster name of "Ac
    meCluster2" which did not match the name of the running cluster. This indicates that there are multiple clusters on this network attempting to use ove
    rlapping network configurations. Rejected by Member(Id=1, Timestamp=2011-07-07 10:08:34.426, Address=<IPaddress>:8088, MachineId=3377, Location=site:c
    orproot.net,machine:<MachineName>,process:564, Role=TibcoCepContainerBEMain).
    2011-07-07 12:00:14.899/18.625 Oracle Coherence EE 3.5.2/463p5 <D5> (thread=Cluster, member=n/a): Service Cluster left the cluster
    2011-07-07 12:00:14.899/18.625 Oracle Coherence EE 3.5.2/463p5 <Error> (thread=main, member=n/a): Error while starting cluster: java.lang.RuntimeExcep
    tion: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)
    I have configured the "java.property.tangosol.coherence.wka.port" and "java.property.tangosol.coherence.wka1.port" to different values for the second cluster than the values of the first.
    Fist of all is such setup possible?
    Any idea why I get this error and what else I need to change in the configuration for the second cluster?
    greetings Georgi

    Hi,
    Now it works for me. I think I was setting the WKA on too many places as the documention of the application I have is a little bit confusing.
    First I have posted the WKA with java.property as it was specified in the documentation of my application to set them in the script that starts it. I have removed them from the script and used only the xml file to configure coherence.
    I am not using the override file but rather change the WKA configuration in the jar file itself. For the real enviornment and not my laptop I will use it.
    Also there were two coherence.jar files in my class path and the first one was common for the both clusters and the second one was different for each cluster. In this second one I was changeing tangosol-coherence.xml the logs were showing that the configuration loaded from and also in the classpath this second was before the other one . Maybe I was wrong so I have removed the first coherence.jar that was common.
    Maybe the combination of those two things were the problem but now it works. Thanks for your comments.
    greetings Georgi

  • Two Instances on one machine questions

    I need to install about 4 db instances on one windows machine for the start of a peoplesoft migration. I am not interested in grid computing.
    I know I need to have multiple ports for the oem's but how do I sign on to the correct database when doing rman/, sqlplus and other common functions?
    I am particularly concerned with upgrades and running opatch .
    How do I set "ENVIRONMENT VARIABLES" when there are two oracle_sids?
    I am starting to think 4 small boxes may be better?
    Any advice?
    THANKS!

    There are two ways of setting the environment variables in WIndows:
    command line (valid for that command line window only)
    set {env var}={value}
    eg: set ORACLE_SID=abc
    system wide (valid for everything, and therefore may interfere if not unset when not in use)
    Start > Settings > Control Panel > System > Advanced > Environment Variables
    If you are attempting to create a second database in the same Oracle Home, consider using the steps here

  • Two Hard Drives, One Machine ...?

    Along the same lines as this topic ... http://discussions.apple.com/thread.jspa?threadID=1304890 ...
    If I were to do this on the new MacBook Pros, what would one suggest to use for a hard drive? Also, if there is no firewire on the new MacBook Pros, does the speed of the external machine degrade if it's going over the USB?
    I apologize if this isn't the most suitable category, but I thought it is related to an initial install I would do.

    Hi Ascension;
    First of all the MBP does have Firewire 800. If you buy a drive that supports FW800 you will get the best performance from your external drive.
    If you attempt to use USB there will be a noticeable degradation in performance. USB is not able to transfer data well at disk rates. It is more suited to keyboard and mouse rates.
    I like my OWC Mercury Elite Pro which I am currently using on FW800 with good performance.
    Allan

  • File Vault (FV) acces to partitions with two OS on one machine

    I am still on 10.6 but just ordered a new MBP, so I can not check myself at present.
    For technical reasons I would like to have 3 partitions on the MBP, two of which will be a Mac OS 10.8 systems.  The HD has thus 3 partitions.  lets call them OS1 and OS2 and D3.
    If I turn FV on for OS1 seperately in the control pannel of OS1 and OS2 again in the control pannel of OS2, will both be able to read D3?  I assume yes.  correct?
    Now if I turn FV on for OS1 and D3 in the control pannel of OS1 FV.  I assume that when I boot from OS 2 I will not be able to access D3?  or?
    If this is indeed the case, is there a way around it? Like would it work to have both the users on OS1 and OS2 be identical?  Or?
    I look forward to your thoughts.
    Message was edited by: ChangeAgent

    Thanks.
    Not sure I understand your answer, let me recap to see if I understood.
    So any internal partition that is on the MBP will only mount if I tell it to, it will not mount automatically when the machine has started up?  At that point I enter the password for the disk. 

  • Two Ipods on one machine

    I have a third generation Ipod that I run on ITunes 6. I just bought a new fifth generation IPod and I can't set it up without downloading Itunes 7, which hasn't worked with my older IPod in the past. I've had to regress Itunes in order to get it working. How can I setup my new IPod?
    dell   Windows XP  

    Yes, it's very easy.
    Hook up each iPod to its own dock (or they can share one)
    iTunes will list both iPods and you can select each one individually and make changes or update the songs/videos as you see fit.
    I have used this configuration for a couple of years with no problems whatsoever.

  • Sharing Addressbook with two accounts on one machine

    Hi All,
    somehow I cannot find out how to share my addessbook entries with my girlfriends account on the same mac.
    I already did the same with iphoto where I created an alias of the iphoto data folder and which replaced her iphoto data folder. Now she has full access rights and can also edit the pictures.
    I would like to the same with addressbook but when replacing the folder "User/Library/Application Support/Adress Book" address book does not start anymore.
    Can someone please give me a hint!
    Many thanks and best regards
    Daniel

    Does this article contain anything useful?
    (24465)

  • 2 iPods on one machine

    I have a Nano. My husband has a new Touch which we set up on our shared desktop (which wiped out my existing library). Is it possible to have two libraries on one machine??? as my Nano is now on my laptop, the shared desktop has died and my laptop has my stuff on it adn my hubby's laptop doesnt has USB2...?

    Each ipod will sync independent of the other. I don't know what you mean by the ipod touch wiped out the nano's library. Connecting an ipod should not be altering the music library in any way.
    Your best bet is to create one library with all your stuff in it. And then create one play list for each ipod. Then set the ipod up to only sync that play list. That way you and your husband can drag and drop and delete songs off the play list for your own ipod without messing with the main music library or the other ipod.
    Message was edited by: Randy Fast

  • How to create two or more JVM in one machine ?

    Hi to some background ,I want to invoke RMI call to a server ,and I have written the following client code ,that access a getCounter()to show the incremented static variables value ,each time calling the getCounter() will increment the static variable by 1.That code is deployed in the server.
    PDOS_Remote_Interface service1 =(PDOS_Remote_Interface)Naming.lookup("rmi://x.xxx.xxx.xxx/REMOTE_SERVICE");
    String s1= service1.sayHello();
    int cont1 = service1.getCounter();
    System.out.println(">>>>>> "+s1);
    System.out.println(">>>>>> cont1 "+cont1);
    PDOS_Remote_Interface service2 =(PDOS_Remote_Interface)Naming.lookup("rmi://y.yyy.yyy.yyy/REMOTE_SERVICE");
    String s2= service2.sayHello();
    int cont2 = service2.getCounter();
    System.out.println(">>>>>> "+s2);
    System.out.println(">>>>>> cont2 "+cont2);
    This is working fine with even two different server (I mean in two physically different machine(x ip and y ip) ,there ip are different )
    with following output :
    Server Says Hai!
    cont1 0
    Server Says Hai!
    cont2 0that is static variable is not shareing as they are in two different server
    Now My problem:
    I want to hit the one and only server ,In this case Service1 and Service2 are getting the remote instance from only one machine .And when I am doing that I am getting the static variable incremented ,That is following output
    Server Says Hai!
    cont1 0
    Server Says Hai!
    cont2 1Is this possible to create two JVM instance in a particular machine ..??
    I mean I want the first output (both static variable shows 0)in second implementetion (using only one machine )???

    Yes, but the naming service is only going to accept one registration for a given name.

  • Can I use two different devices with different apple ID for backing up data on one machine without losing any data that was backed up with one device earlier?

    Can I use two different devices with different apple ID for backing up data on one machine without losing any data that was backed up with one device earlier?

    The link is to a discussion started on 12/18 in the FiOS Internet forum.  Here's the link I get now, however it is different than the link I pulled a few hours ago.  If this system changes the link again, it may not work.
    http://forums.verizon.com/t5/FiOS-Internet/Frustration-and-just-confused-with-internet-help-please/t...
    You can also look for the topic, "frustration and just confused" in the FiOS Internet forum.
    Here's a link that is in the thread that gives more detail.
    https://secure.dslreports.com/faq/15984
    Good Luck!
    P.S.  "Copper Contributor" is my "rank."  gs0b is my user name.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • I have two iMac 24" how can i run them as one machine

    im trying to figure out how to connect my two 24" to opertar as one machine if any one has the answer please help thanks

    Are you referring to use the display of one with the other Mac or are you referring to use the hardware of both computers into one?
    If you are referring to this first option, you have to use an application like ScreenRecycler, because only 27-inch iMacs and iMacs with Thunderbolt can be used as an external display officially.
    If you are referring to my last option, you can't do it

  • IWeb projects from two computers. How do I combine onto one machine.

    Hi,
    I have been working on five sites in total. Three of them were satrted on my iMac G5 and recently I have just started two more but on my new MacBookPro.
    They are all published, but I now want to combine all of the projects onto my MacBookPro. After some research it seems that iWeb saves one file called Domain in the iWeb folder. I can't have two Domian files in the same folder (one replaces the other)
    Question is, how do I combine all of my iWeb projects together into one Domain file?
    Any help appreciated.
    Keith

    I was wondering the same thing, for the same
    reason...it sounds as if the separate domain files
    must be maintained separately [maybe in separately
    named folders in AppSupport/iWeb? and then just
    switch between the separate folders to be able to
    edit on one machine....but then be careful when you
    do an Announce, because it'll only send
    http://web.mac.com/nameofuser to the people and it
    might open up Site #2 and not the one you sent,
    right??
    This is the reason there are applications like iWebSites (http://mistergregg.com/cocoadrillosoftware/) that help you to switch in and out different domain files. With multiple sites, you must specify the longer URL in order to get people to the specific site. I don't think the Announce email function is really up to snuff in this regard.
    Any easy way to cure this issue of being able to
    easily announce Site 2 to some and Site 3 to others?
    without visiting sites and sending the LONG link????
    that's inelegant.
    See my post to you about subdomain forwarding in this thread...
    http://discussions.apple.com/thread.jspa?threadID=619363&tstart=0

  • Is it possible to have two versions of Muse on one Machine?  WhenI open Muse from my program menu in WIndows 7 it comes up the way I am used to.  I did an upgrade a week or so ago and now I have an Adobe Muse CC 2014 on my desktop.  WhenI open the applica

    Is it possible to have two versions of Muse on one Machine?  WhenI open Muse from my program menu in WIndows 7 it comes up the way I am used to.  I did an upgrade a week or so ago and now I have an Adobe Muse CC 2014 on my desktop.  WhenI open the application that way the GUI interface looksw totally different, more like Illustrator.  What is that all about?

    Since posting the above, I have resolved a sensible work-around in regard to ebookstores which prefer us to have separate accounts for our separate Adobe IDs.
    However, I really would appreciate it if anyone here can confirm that a DRM controlled book does actually become associated with a particular Adobe ID account at the time of first download to Digital Editions on that PC/device.
    Two large book stores have said using my account with them to download books to our two separate Adobe IDs is OK, but I don't want to find my husband is unable to open his downloaded books.
    Thank you folks for any advice you can give,
    Sue

Maybe you are looking for

  • Connectivity issues to PC and itunes after 3.1 update

    PC and Itunes doesnt recognise the iphone at all since i updated with 3.1. We have tried: * uninstalling itunes and reinstalled * stopped and restarted apple and ipod services (on PC) * Device manager didnt recognise it as a iphone * forced start up

  • How does Openbox Work? [Solved]

    Stupid question here. In a vanilla Openbox, i.e. without any panel tool, if one minimizes a window, how do you get it back? Last edited by CaptainKirk (2012-02-22 19:37:06)

  • Select permission on View

    Hi I am using SQL Server 2008 R2, I have created a view in Database A, but the base table is in Database B. I need to give permission(select only) to the user for the View only not to the base table. which is not working. I was reading about DB cross

  • How transport works in Portal..

    Hi, Suppose in Development I have a folder (F1) containing 2 objects (O1 and O2). The same folder(F1) with same content(O1 and O2) I have in Quality system. Now I have deleted the objects O1 and O2 from F1 in Development and added O3 and O4. Now I ha

  • Business Catalyst Help | Defining InContext Editing editable regions using any code editor

    This question was posted in response to the following article: http://helpx.adobe.com/business-catalyst/partner/defining-incontext-editing-editable-regio ns-1.html