Test & Dev on Same Machine

Hi,
I want to install test & dev on the same machine
what i know is i have to assign different port numbers to them.
But i want to access them with diffrenet url addresses
how i can install with same host or different host
plz clarify
one more thing, how i can synchronize test & dev instance on the same machine
i mean combine them
but access them separately
sorry for my terminology
Thanks in advance....
Mustang

You can install multiple instances on the same server. The URL for each will be slightly different - each URL will have a different port number (but the same hostname). Another option is to use virtual hostnames - this is an advanced feature described in these MOS Docs
568115.1 - Implementing Virtual Host, Concurrent Managers and EM DBconsole on Oracle Applications 11i ATG RUP6
217368.1 - Advanced Configurations and Topologies for Enterprise Deployments of E-Business Suite 11i
>
i mean combine them
but access them separately
>
Pl clarify what you mean
HTH
Srini

Similar Messages

  • Install SAPERP 5.0 QAS and DEV on same machine but in diferent disk drivers

    Hi
    I'm trying install the SAP ERP 5.0 in a server with 3 hard drivers.
    C:\, D:\ and Q:\.
    First i installed DEV, in D:, but when i try to install QAS in Q:\, the option to d:\ is locked, and not permits i select that drive.
    Sorry for english.

    Emerson Nei de Paula wrote:
    > If i install the first environment ( DEV ) in D:\ all of others environments must be installed on D:\? is it?
    Yes.
    The reason is, usr\sap folder can only be single folder/path on a 'single server'. Inside this 'sap' folder (Drive:\usr\'sap') all the SAP SIDs should be allotted/installed - For e.g. DEV/QAS etc.
    If you will try to install QAS into another drive i.e. Q drive then there has to another usr\sap path i.e. Q:\usr\sap\QAS (other than D:\usr\sap\...) which is not possible on a single SERVER/host/computer.
    For technical reason, you can read what '/sapmnt' share is and detailed concepts of SAP.
    So, in your case when you try to install QAS, the SAPinst detects an existing folder ..\usr\sap (which can only be 'once' on a single computer) in D drive. So QAS has to under D:\usr\sap
    Thanks

  • Development and Test on same machine

    Hi,
    In my current setup I have a development application, a test application and a production application.
    The dev. and test is on the same machine, with different APP ID's. Dev is 102, and test is 110
    At first there was no problems with this. But now all of a sudden it starts to create problems for me. In APEX you can create a coloumn link on an item in a report. In the column link you can set link text, attributes, the page the link links to and you can set items that should be send to the new page.
    The problem that occurs with the link is that APEX uses the APPS name instead of the APP_ID, so that my link will be the same from the development app and the test app. F.x.:
    http://test.test.dk/pls/apex/f?p=APP
    instead of
    http://test.test.dk/pls/apex/f?p=110
    I think that APEX stores some cookie information on the machine that accesses the sites, and the problem hasnt occured untill these cookies ran out.
    I see 2 solutions to this problem:
    1. Install a new server with the development app
    2. Rename the development APP to something different.
    The problem with no 2. is that I will then have to (re) rename the app everytime I release the app to the test server.
    Let me hear some suggestions. How do other people do this?
    Edited by: bjarkekr on 2009-12-22 13:09

    I would recommend separating DEV and TEST into different database instances - they can still be on the same physical server and even share the web server (if you are using Apache/modplsql). All that's needed is a second DAD pointing to the second DB (e.g. your URLs would then look like http://test.test.dk/pls/apexdev/f?p=APP and http://test.test.dk/pls/apextest/f?p=APP if you define a DAD named apexdev to point to the DEV database and a second one named apextest to point to the TEST database).
    If you really have to stick with one DB, then I believe all you need to do is changing the application alias, not the application name itself, for your DEV application (and yes, you would need to change this setting once you migrate from DEV to TEST, but that shouldn't be really that big deal, it's just changing that one setting on the app definition page...). By default the alias is the same as the app name.
    Holger

  • Oracle Dev Suite and Oracle DB Server on same machine

    I have Oracle 10g database server already installed.
    Now I want to install Oracle Development Suite 10g on the same machine.
    Should they be installed in the same or separate Oracle home?
    Is their anything I need to be aware of when installing?
    Thanks!

    Install the Developer Suite in its own Oracle Home.
    Think to adapt the tnsnames.ora file of the Dev Suite path to connect Forms/Reports to your database.
    Francois

  • May we have oracle dev.6i & 9i suit installed on same machine

    Hi Gurus!
    Want to know in advance that if there required any configuration changes to successfully install both dev.6i & 9i developer suit on same machine.
    Thanx!

    Shouldn't be a problem as long as they're installed in different Oracle Homes.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Multiple Portal instances on the same machine

    Hi  Forum,
    we have a requirement where in we are asked to implement multiple instances of Portal on the same machine. can you please give me some detials on Feasibility , issues and limitations of having multiple Portal instances on the same machine , different instances pointing to different tiers(Dev, Test, Production) etc
    pointers will be highly appreciated..
    regards,
    uday

    Hi Uday,
       Please look at this.
    Multiple Portal Instances - Virtual Hosting
    Regards,
    Siva
    P.S: Award points if you find this useful.

  • How to run two instances of weblogic server as an NT service on the same machine

    I have to have two instances, one I want to use it for development(testing
    purposes) and the other one I need to use it as a live one(Production)
    So that I can test my applications independently without disturbing the live
    application.
    Thanks
    Madhu

    I can start one instance as an NT service, but the other instance, I have to
    start with the command. I need to run as an NT service because I need to
    use NTRealm
    Security
    I have created a new domain , server listening to different port.
    Thanks
    madhu
    Bruce Blackshaw <[email protected]> wrote in message
    news:[email protected]..
    "m holur" <[email protected]> wrote in message
    news:<3c0d2b66$[email protected]>...
    I have to have two instances, one I want to use it fordevelopment(testing
    purposes) and the other one I need to use it as a live one(Production)
    So that I can test my applications independently without disturbing thelive
    application.I would not recommend having development and production on the same
    machine.
    But if you wish to do so, you can create multiple domains under the
    same installation, say one for dev and one for prod. On the same
    machine make sure they listen on different ports. This, of course,
    ties you to the same version for development and production - making
    it impossible to upgrade just one.
    You may be able to do two completely different installations (i.e.
    different BEA HOMEs) on the same machine - I haven't tried this but it
    looks possible. This would mean you could upgrade each separately. The
    presence of BEAHOMELIST in the registry on NT seems to indicate this
    should work.
    Bruce Blackshaw
    Free Java FTP Library
    http://www.enterprisedt.com/downloads/ftp.html

  • Need help:server client in the same machine

    hello all,
    i want to install oracle client and server on the same machine(cause i only have got one)
    to do that,
    for server installation i did the following:
    # mkdir /u01
    ; /u01
    # cd /u01
    # mkdir -p app/oracle/oradata
    # groupadd dba
    # groupadd oinstall
    # groupadd oracle
    # useradd -g dba -G oinstall,oracle -m oracle -d /u01/app/oracle
    ; risumi des caractiristiques du compte Linux oracle
    ; user : oracle
    ; groupe principal: dba
    ; groupe secondaire: oinstall, oracle
    ; ripertoire par difaut: /u01/app/oracle
    # cd /u01
    # chown -R oracle.dba /u01
    ; virification des droits
    # ls -l /u01/app/oracle
    # ls -l /u01/oradata
    # passwd oracle
    # more /etc/passwd
    # more /etc/group
    ; sortie de votre session root
    # exit
    $ su - oracle
    in .bash_profile(file) i wrote the follwing parameters :
    export DISPLAY=localhost:0.0
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/8.1.6
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export ORACLE_SID=TEST
    export ORACLE_TERM=vt100
    export NLS_LANG=french_france.WE8DEC
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    the oracle server works fine!
    So, the server installation directory is /u01/app/oracle/product/8.1.6
    what i have to do for client installation in the same machine:
    do i have to create a new groups(dba,oinstall...)?
    do i have a new directory to install oracle client?
    can somebody give me any information?
    Thank's a lot in advance
    null

    You can install your client parts in the same ORACLE_HOME as the server as long as they are of the same version. In fact, a lot of the client has already been installed, since it is part of the server installation.
    If your client is of a different version than your server you will have to install it in a different ORACLE_HOME. You can do this using the same oracle user.

  • Multiple Oracle Clients on Same Machine for different apps

    I was not able to find info that answered this so sorry if I missed something that explains this.
    At our site we have many applications some I know lots about some I'm not even aware of because we have mulitple sites. The application I develop uses an Oracle 8.1.7 database. In the next year we are going to be upgrading to a 9i database. The app I program for is written in VB and uses 0040 with the 7.3.4 version. We want to upgrade our client to the latest version to use all the features of the 9i database when that times comes. Can we have our 9i client on the same machine that may have other apps that require the 8i client or even the 7.3.4 client without breaking them? The other apps may or may not use 0040. Some of these apps are Oracle Forms applications and some can be anything under the sun.
    I still need to do testing to see what breaks but thought someone may already have the answers some of my ?'s Any tips or info you can provide would be great.
    Thanks

    Two possible answers
    1) Oracle added multi-home support to the Oracle client in 8i (may have been 8.0, I'm really not sure). This allows you to set up multiple 8i and above clients on a single machine in different Oracle Homes and should solve the majority of your problems. Having a 7.3.4 client installed wouldn't be supported, but 8i clients should have no difficulty connecting to a 7.3.4 database.
    When Oracle added multi-home support, not all the Oracle client products were made multi-home compatible. The ODBC driver, for example, wasn't multi-home compatible until significantly later patchsets. I belive that OO4O has been multi-home compatible since the client has been, though.
    2) From a technical standpoint, you should be able to have a 7.3.4 client alongside 8i and above clients. In my experience, this works, but isn't something that Oracle supports.
    Justin

  • Error "Test Agent could not connect to the test controller" while configuring the Test Agent on Client machine

    Hi,
    I am getting an Error “Test Agent could not connect to the test controller”
     while configuring The Test Agent on Client machine.
    Pre-requisite used:  
    VS2012 update 4, Test agent & Test controller of same version used
    User has TFS admin access.
    Same user id used for configuring Test Agent.
    Description:
    Test controller is installed on server A. I want to install test agent on client machine B.
    Windows Fire wall is OFF on both Machines A & B. While configuring Test Agent below error is occurred:
    “Test Agent could not connect to the test controller”
    In log file error was “I, 2015/04/02, 15:32:21.723, Could not get the status from the test agent. Exception: Failed to connect to an IPC Port: The system cannot find the file specified.”
    In Event viewer below error details given:
    Unable to connect to the controller on ‘My Server: 6901’. The agent can connect to the controller but the controller cannot connect to the agent because of following reason: The requested name is valid, but no data of the requested type was found.
    Make sure that the firewall on the test agent machine is not blocking the connection.
    Could you please help me to find solution?
    Thanks in advance!
    Kanchan M
    Kanchan

    Hi Kanchan,
    So on each computer, you create a local user account that is a member of the Administrators group, and use the same account and password on each machine(controller and Agent), am I right?
    Could you enable the detailed log message?
    http://blogs.msdn.com/b/aseemb/archive/2010/03/07/how-to-enable-test-agent-logs.aspx
    http://blogs.msdn.com/b/aseemb/archive/2009/11/28/how-to-enable-test-controller-logs.aspx
    >>In log file error was “I, 2015/04/02, 15:32:21.723, Could not get the status from the test agent. Exception: Failed to connect to an IPC Port: The system cannot find the file specified.”I
    met a similar issue before which was related to the Firewall exceptions, maybe you could refer to it here:
    http://stackoverflow.com/questions/12249093/test-agent-could-not-connect-to-the-test-controller-vs2012-agents
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Starting Admin and Managed Server on Same Machine

    Has anyone come across a method of running both their admin server and managed
    servers as a Service and on the same machine. As you can see, when the OS comes
    up both Services for the servers will be started. I can put in a dependency on
    the managed server saying that the admin server needs to be started but that doesn't
    guarantee that admin server will be ready for "prime time."
    I have seen somewhere in a support message something about a "depend" and "delay"
    flag for the beasvc.exe program but the one I'm using doesn't seem to support
    this.
    Here is my setup:
    Windows 2000 Pro
    Weblogic Server 6.1 SP1
    Any assistance is appreciated,
    Rich

    John Hufnagle wrote:
              > Is it possible to run cluster admin server and one of the managed servers on the
              > same machine...(just preserving machine resources for in-house testing).
              As Kumar said, it is possible to run the admin server and one (or more) managed servers
              on the same machine.
              >
              >
              > If the admin listens on 7001/7002 can I just set up the managed server to 7003/7004
              > or will I also run into problems with the multicast address?
              Since the admin server is not part of the cluster, it is perfectly fine to use a
              different set of ports for the managed servers as long as all servers in the same
              cluster use the same ports...
              Hope this helps,
              Robert
              

  • Iweb 1.1.2 and iWeb 2.0 on the same machine?

    Is it possible/safe to run both versions on the same machine? If so how does one do this? If this has already been covered, would someone be so kind as to point me the way?
    I cannot trust 2.0 for serious work, but I think that it would be good to have it around in the event that the problems with it are every resolved. But I would like/need to continue to develop a website for a commercial interest and thus need to be working on the previous version.
    So, I would appreciate very much if some of you wizards could tell me what is the most effective (and yes safe) way to be able to have both versions running on the same machine -- not at the same time of course.
    thanks for your time!

    I think I answered one of your posts on this subject in another topic regarding running both versions of iWeb on one computer.
    I am doing it but I don't think its very wise unless you are real careful.
    I don't publish "serious" websites to .Mac but I do use it for testing sites.
    I have two old test sites on .Mac made in iWeb '06 and one made using iWeb '08.
    I don't see why they would interfere with each other. They are in separate folders on your iDisk. Publishing to .Mac hasn't caused me any problems but then I really did not care if they got screwed up as I was only testing!
    If you are working with more than one website you are better to save the domain.sites2 files in separate folders to make working on them and publishing to a folder easier and to publish each to a server with their own domain names.
    The only problems I have had with converting old sites to iWeb '08 is with the page backgrounds and the navigation menu. I just quickly redid the backgrounds and that solved that. I'm not going to bother with the navigation issue because I have decide to rebuild my sites, one by one, in iWeb '08.
    The transition from iWeb '06 to '08 was so horrendous for a lot of people that I just want to leave it in the past.
    iWeb '08 is working fine for me. Its so easy and fast to use - what's the big deal about rebuilding a website when you get to incorporate the new features!
    Message was edited by: Roddy

  • Installation of more than one ILM Assistant on the same machine

    Hi,
    I have two Oracle 10g test databases and Application Express for each database installed on the same machine (Windows). These are working fine.
    I have also installed ILM Assistant for one of the databases without any problems and it is also working fine.
    Now, I'm trying to install ILM Assistant for the second database, but I get the following errors:
    DECLARE
    ERROR in line 1:
    .ORA-01119: Error in creating database file 'ILM_TOOLKIT_ILM_ASSISTANT.f'.
    ORA-27086: unable to lock file - already in use
    OSD-00002: additional error information
    O/S-Error: (OS 32) The process cannot access the file because it is being used
    by another process.
    ORA-06512: in line 19
    Is it not possible to have 2 ILM Assistants on the same machine or is this error about something else?
    Thanks.

    Hi,
    My datafiles are in the following locations:
    D:\oracle\product\10.2.0\oradata\prod1 - for the 1st database
    D:\oracle\product\10.2.0\oradata\prod2 - for the 2nd database
    I tried what you suggested. Everything seemed to be going fine at first - the ILM_TOOLKIT user and the tablespace were created - but somewhere along the way, I get an ORA-12541: TNS: No listener error.
    I then tried to uninstall everything, but I get the same No listener error. (The ILM_TOOLKIT user was deleted but not the tablespace.)
    I'm not sure why I am getting this error - Database Control shows that my listener is up, and I even restarted my listener a few times.
    Thanks.

  • Oracle 9i, 10g, 11g on same machine...11g not working....

    Hello All,
    I have a dilemma.
    I have a server that originally had 9i client installed.
    We installed 10g and ODP .Net to gain use of some new funcionality used in .Net and batch processing.
    Halfway through testing we realized that 10g's version of ODP.Net has a memory leak issue.
    11g was found to correct this issue so we installed it on the server as well and it solved the problem.
    Life was good.
    9i, 10g, 11g, and ODP.net were all working well.
    However, this was a test server. We now needed to go through the same installs for the production server.
    On the night of the software install someone made a mistake and installed 10g on the test server again for the second time, after 11g was already installed.
    So at this point the test server has:
    9i
    10g
    11g
    10g
    And now many of the applications on the server are not working correctly and no amount of config changes seemed to fix it.
    So we decided to uninstall 11g and then 10g and start over.
    At this point we have 9i and 10g installed and the applications are working correctly.
    We have tried to reinstall 11g and configure multiple times and 11g will simply not work.
    I am stumped at this point. The application that actually does use 11g and ODP.Net simply stops executing at the point it attempts to open a connection with NO ERRORS.
    An Exception does occur but there are no contents or error messages in the exception. I have never had this happen before. How do you fix an error you dont have?
    So at this point I am just reaching out to see if anyone might have a suggestion. The next step might be to perform a system restore to the point where life was good (before 10g was installed a 2nd time after 11g).
    Anyone?

    Thanks gdarling.
    I was hoping to just start the thread and go from there as sometimes information overload makes people pass on reading the whole post. I am glad you still read it:)
    To start off with here are the entries (unedited in my PATH variable):
    E:\oracle11\product\11.2.0\client_1\bin;E:\oracle102\product\10.2.0\client_1\bin;E:\oracle\product\10.2.0\client_1;E:\Orant9i\bin;
    I recently moved the 9i path back to the front in order to get the other applications on the server working again as some were erroring out with this when 11.2 was first:
    *"OCIEnvCreate failed with return code -1 but error message text was not available"*
    I searched for a long time as to the cause of this error but did not turn up much. Most of the posts just mention that the client was installed incorrectly.
    Policy files:
    I compared the assembly of the "working" server to the "bad" server and they appear identical as far as I can see.
    Directories
    -9i has one directory
    -As you can probably see from the path, it still looks like there are 2 installations of 10g on the server. As well as remnants of three directories that resemble 10g install directories.
    -11g has one directory
    Couple observed behaviors:
    1.
    running sqlplus from the 9i and 10g directories works.
    running sqlplus from the 11g directory results in the following error:
    E:\oracle11\product\11.2.0\client_1\bin>sqlplus.exe
    Error 6 initializing SQL*Plus
    SP2-0667: Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    2.
    Running tnsping works from the 9i and 10g directories
    Running tnsping from 11g results in this:
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 13-MAY-2
    010 09:32:32
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    Message 3511 not found; No message file for product=NETWORK, facility=TNSTNS-035
    05: Message 3505 not found; No message file for product=NETWORK, facility=TNS
    *(NOTE: THIS ERROR ALSO OCCURS ON THE "GOOD" SERVER)*
    Registry:
    There is a difference in the registry.
    The "good" server has this entry in the ORACLE area:
    KEY_OraClient10g_home1
    KEY_OraClient11g_home1
    where as the "bad" just has
    KEY_OraClient10g_home1
    Both servers have ODP.Net folder containing:
    2.112.1.0
    There are also other entires in this registry area but they are the same.
    It wasn't our original intention to have all three clients on the same machine. Halfway through our system testing of a new process we realized the 10g has a memory leak which was corrected in 11g.
    So we just installed 11g. These are supposed to be able to coexist right?
    It sounds like we could have just installed 11g...
    I am going to look into your suggestions.
    As far as sysinternals I am a novice. And I am assuming it would need to be loaded on the server...is that correct? Or should I be using it on my local machine with the application in question running?
    Getting more software (sysinternals) installed on the server might be a hurdle...
    Thanks again

  • Can not get two instances to join same cluster even on same machine

    On a RedHat Linux box, I have failed to get two instances of coherence to join the same cluster. I have managed to get the muticast test tool to show that packets are being sent and received. To do this, I had to:
    java -cp bin/tangasol.jar -Djava.net.preferIPv4Stack=true com.tangosol.net.MulticastTest
    Wed Apr 15 21:02:45 WET 2009: Sent packet 1.
    Wed Apr 15 21:02:45 WET 2009: Received test packet 1 from self (sent 7ms ago).
    Wed Apr 15 21:02:47 WET 2009: Sent packet 2.
    Wed Apr 15 21:02:47 WET 2009: Received test packet 2 from self
    Wed Apr 15 21:02:49 WET 2009: Sent packet 3.
    Wed Apr 15 21:02:49 WET 2009: Received test packet 3 from self (sent 1ms ago).
    Wed Apr 15 21:02:51 WET 2009: Sent packet 4.
    Wed Apr 15 21:02:51 WET 2009: Received test packet 4 from self
    However, I could not get the following to show that two instances are joining the same cluster... When I start to instances, both of them create a new cluster with only one member in each.
    java -Djava.net.preferIPv4Stack=true -jar lib/coherence.jar
    and obviously, when I try to start two instances of the sample application, I get the same problem.
    java -cp ./lib/coherence.jar:./lib/tangosol.jar:./examples/java -Djava.net.preferIPv4Stack=true -Dtangosol.coherence.localhost=172.16.27.10 -Dtangosol.coherence.localport=8188 -Dtangosol.coherence.cacheconfig=/cache/explore-config.xml com.tangosol.examples.explore.SimpleCacheExplorer

    Thanks for that... I ran:
    jdk1.6.0_13/bin/java -Dtangosol.coherence.log.level=6 -Dtangosol.coherence.log=/my1.log -Dtangosol.ccacheconfig=/cache/explore-config.xml -Djava.net.preferIPv4Stack=true -jar lib/coherence.jar
    and then
    jdk1.6.0_13/bin/java -Dtangosol.coherence.log.level=6 -Dtangosol.coherence.log=/my2.log -Dtangosol.ccacheconfig=/cache/explore-config.xml -Djava.net.preferIPv4Stack=true -jar lib/coherence.jar
    from the same machine and get the following from the log file of the second run (my2.log)
    Oracle Coherence Version 3.4.2/411
    Grid Edition: Development mode
    Copyright (c) 2000-2009 Oracle. All rights reserved.
    2009-04-16 06:53:11.574/0.625 Oracle Coherence GE 3.4.2/411 <Warning> (thread=main, member=n/a): UnicastUdpSocket failed to set receive buffer size to 1428 packets (2096304 bytes); actual size is 89 packets (131071 bytes). Consult your OS documentation regarding increasing the maximum socket buffer size. Proceeding with the actual value may cause sub-optimal performance.
    2009-04-16 06:53:11.660/0.711 Oracle Coherence GE 3.4.2/411 <D5> (thread=Cluster, member=n/a): Service Cluster joined the cluster with senior service member n/a
    2009-04-16 06:53:14.892/3.943 Oracle Coherence GE 3.4.2/411 <Info> (thread=Cluster, member=n/a): Created a new cluster "cluster:0x2FFB" with Member(Id=1, Timestamp=2009-04-16 06:53:11.58, Address=192.168.1.7:8089, MachineId=26887, Location=process:3514, Role=CoherenceConsole, Edition=Grid Edition, Mode=Development, CpuCount=8, SocketCount=2) UID=0xC0A8010700000120ADB3521C69071F99
    SafeCluster: Name=cluster:0x2FFB
    Group{Address=224.3.4.2, Port=34411, TTL=4}
    MasterMemberSet
    ThisMember=Member(Id=1, Timestamp=2009-04-16 06:53:11.58, Address=192.168.1.7:8089, MachineId=26887, Location=process:3514, Role=CoherenceConsole)
    OldestMember=Member(Id=1, Timestamp=2009-04-16 06:53:11.58, Address=192.168.1.7:8089, MachineId=26887, Location=process:3514, Role=CoherenceConsole)
    ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2009-04-16 06:53:11.58, Address=192.168.1.7:8089, MachineId=26887, Location=process:3514, Role=CoherenceConsole)
    RecycleMillis=120000
    RecycleSet=MemberSet(Size=0, BitSetCount=0
    Services
    TcpRing{TcpSocketAccepter{State=STATE_OPEN, ServerSocket=192.168.1.7:8089}, Connections=[]}
    ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.4, OldestMemberId=1}
    the contents of the xml file are:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <!--
    Caches with any name will be created as default replicated.
    -->
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>default-replicated</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <!--
    Default Replicated caching scheme.
    -->
    <replicated-scheme>
    <scheme-name>default-replicated</scheme-name>
    <service-name>ReplicatedCache</service-name>
    <backing-map-scheme>
    <class-scheme>
    <scheme-ref>default-backing-map</scheme-ref>
    </class-scheme>
    </backing-map-scheme>
    </replicated-scheme>
    <!--
    Default backing map scheme definition used by all
    The caches that do not require any eviction policies
    -->
    <class-scheme>
    <scheme-name>default-backing-map</scheme-name>
    <class-name>com.tangosol.util.SafeHashMap</class-name>
    </class-scheme>
    </caching-schemes>
    </cache-config>

Maybe you are looking for

  • BW authorizations in BPS layout

    Dear all, My question may seem basic, but I don't have any experience with authorizations. I need to use already existing BW authorizations in my BPS layouts, so well, I created auth. variables on the needed characteristics and assigned it to my layo

  • Photoshop wont open, error at splash screen

    i had CS3 running fine for as long as i can remember.. (on winxp pro sp3 32bit) then all of a sudden today when i try to start it.. it opens and the splash screen comes up, then when it gets to 'initializing palettes' i get an error that says etc etc

  • Regarding BADI's in MIGO yransaction

    Hi Experts, I need to update the field value in the MIGO transaction while user clicks the save button. I found the badi's for the transaction. I need to know how to update the field value in the transaction screen dynamically....

  • Need to reenumerate Vector after removing element(s)?

    Hi, I'm using a Vector to hold a collection of Hashtables, and periodically I call a cleanup routine on the Vector as the contents change quite frequently. My question is: after I enumerate the Vector in order to walk through its contents to remove a

  • How do I 'close application elementsautoanalyser when installing PE 11?

    When I try to install Adobe Application Manager I get the message 'Please close the following applications to continue. ElementsAutoAnalyzer.exe' How do I do this, I can't find this file on my PC?