Two runtime engienes on the same machines?

Just wonder if anybody know if it's ok to install two owb runtime servers on the same unix box (of course different homes)
TIA

If you wonder if it is possible to install multiple Runtime Repositories on one single server the answer is yes. I'm currently developing on a server where we have 12 different projects. Each project has multiple runtime repos to deploy the tables and process data for different stages of a DWH.
How to manage the server exactly I really do not know... Sorry...!
Regards,
Moscowic

Similar Messages

  • Communication between Two WebLogic instances on the same machine

    Hi,
    We're having a problem with communication between two copies of Weblogic on
    the same machine. They are configured with seperate ports (regular and SSL).
    Independantly, they run fine. I can access EJBs running on either of them.
    The problem is that a bean in one of them has code which attempts to access
    an EJB on the other one. The procude fails when trying to obtain the initial
    context. This same code works if compilied independantly of WebLogic on the
    same machine.
    Are there any known issues regards communication between two running
    instances of Weblogic on the same machine?
    Thanks in advance,
    Randy Yarger
    marchFIRST
    [email protected]

    Thanks for the prompt reply.
    There is one IP address (internal address 10.227.1.34) one the machine. WLS1
    is set up at ports 7001 and 5133. WLS2 is setup at ports 7004 and 7005.
    When WLS1 attempts to obtain a context to WLS2 with the URL
    t3://10.227.1.34:7004/ it pauses for a long period of time. Running truss
    on the both WLS processes shows communication occuring between the two
    followed by long periods of silence. Finally WLS2 spits out the error
    ConnectionException[7001,7001,5133,5133,7001,7001] (paraphrased, I can get
    the entire error if it would help).
    After another long pause, WLS1 quits trying with the error 'Server
    10.227.1.34:7004 not found' (again paraphrased).
    Among the things we've tried:
    * Changing the URL from the IP to 127.0.0.1
    * Enabling/disabling SSL on either or both WLSs.
    * Changing the server name in WLS2's copy of weblogic.properties from
    'myserver' to 'myserver2' (previously they were both 'myserver')
    * Upgrading WLS2 to 5.1.0sp5 (Tried upgrading WLS1, but was getting class
    not found errors and quit because that WLS is being used by other people)
    This is a Solaris server. WLS1 is running 5.1.0 and WLS2 is running 5.1.0sp5
    Any suggestions would be appreciated.
    Best,
    Randy Yarger
    marchFIRST
    [email protected]
    "Michael Girdley" <[email protected]> wrote in message
    news:[email protected]...
    >
    >
    There should not be. What is your network configuration? Are they on
    separate IP addresses?
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Randy Jay Yarger" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    We're having a problem with communication between two copies of Weblogicon
    the same machine. They are configured with seperate ports (regular andSSL).
    Independantly, they run fine. I can access EJBs running on either of
    them.
    The problem is that a bean in one of them has code which attempts toaccess
    an EJB on the other one. The procude fails when trying to obtain theinitial
    context. This same code works if compilied independantly of WebLogic onthe
    same machine.
    Are there any known issues regards communication between two running
    instances of Weblogic on the same machine?
    Thanks in advance,
    Randy Yarger
    marchFIRST
    [email protected]

  • Two server sockets on the same machine, one not working.

    Dear forum users.
    I'm currently having a problem with running two server sockets on the same computer.
    It gives no exceptions or anything, just that if i connect with another machine, the last serversocket that started,
    will not accept connections..
    Scenario:
    Computer 1: Main server.
    Computer 1: Game server.
    Computer 2: Client
    Computer 2 connects first to the main server (lets say port 13371)
    Then connects to game server (port 6112).
    Computer 2 failes to connect to the Game server for some reason.
    But if i open a client at Computer 1, connects to main server, and then game server, it
    works fine.
    And if I put computer 2 as a Game server,
    then everything works fine.
    Working scenario:
    Computer 1: Main server.
    Computer 2: Game server
    Computer 2: Client
    Computer 1: Client
    Now, however many that wants to connect to game server, works.
    I have gone through the code 100 times now it feels like. And still dont see why this happends.
    Anyone know if it is "working as intended"? Or just me doing something completely wrong that i cant see myself?
    Sorry for not posting code, its too much code to post.

    Oh, sorry.
    TCPServer:
    protected ServerSocket serverSocket;
    public abstract void processConnection(Socket client);
        public void listen() {
            try {
                report("Listening to clients on port: " + portNumber);
                while (serverSocket != null && acceptConnections) {
                    processConnection(serverSocket.accept());
                    report("Client accepted on serverSocket.");
            } catch (SocketException e) {
                report("TCPServer/listenForClients : SocketException.", e);
            } catch (Exception e) {
                report("TCPServer/listenForClients : Unknown Exception.", e);
            cleanUp();
            report("Stopped listening on port: " + portNumber);
        }MainServer extends the TCPServer:
        public void processConnection(Socket client) {
            try {
                MainServer_Client tmp = new MainServer_Client(client, this);
                synchronized (clients) {
                    clients.add(tmp);
                Thread th = new Thread(tmp);
                th.start();
            } catch (Exception e) {
                report("MainServer/processConnection : Unknown Exception", e);
        }GameServer extends TCPServer
        public void processConnection(Socket client) {
            try {
                client.setTcpNoDelay(true);
                GameServer_ServerClient tmp = new GameServer_ServerClient(client, this);
                synchronized(clients) {
                    clients.add(tmp);
                Thread th = new Thread(tmp);
                th.start();
            } catch(Exception e) {
                report("GameServer_Host/processConnection : Unknown Exception",e);
                e.printStackTrace();
        }Edited by: Lgeee on Apr 30, 2010 2:57 AM

  • Install two oracle8i database on the same machine

    Hi
    I am currently running oracle 8i on hp unix 11i.
    I would like to ask whether I could run another instance(another oracle 8i database ) on the same machine.
    In another word can I run two database on the same machine?
    Is there any implication by doing so?
    Thanks in advance

    Hi
    I am currently running oracle 8i on hp unix 11i.
    I would like to ask whether I could run another instance(another oracle 8i database ) on the same machine.
    In another word can I run two database on the same machine?
    Is there any implication by doing so?
    Thanks in advance Hi,
    You can create multiple databases on the same machine, if you have sufficient resources.

  • Two different projects in the same machine sharing some objects

    Hello dear all
    I got this scenario:
    Same machine;
    2 clients (70 and 80);
    2 Projects
    -     AR Payment Process (prototype) for an existing company
    -     New company configuration
    Coding Block (e.g.: for experiences in AR - prototype )
    In the end - same Production machine
    Projects running simultaneously
    AR payment project (prototype) > New company configuration (in terms of duration)
    Description
    I got 2 projects running at the same time. At least somewhere in the time they will run simultaneously. One will consist in a new AR-Payment process for an existing company, and another one consisting in a creation of a new company.
    So, Iu2019m afraid that those projects cannot run simultaneously once for payment process we will use coding block for sure.
    We will have to change some standard tables (e.g. SPL Table) with different fields (two, to be more precise) u2026.. We do not have time to make one, and after another one, and then put them together and adjust it.
    So, at this point Iu2019m not pretty sure about the direct influences, and in case of influence occur, what can be the solutions to avoid them.
    Is there any way of controlling all the possible changes that will be made in the shared objects?
    We really need to run these projects.
    Thank you all in advance

    The fastest way I can advice is...
    1. edit your credits sequence (the clips you want to keep going as your credits roll)
    2. nest the clips in a new sequence then you have a timeline with a nested sequence in your track 1...
    3. Select your nested sequence in the track 1 and use the motion tab to scale/rotate/crop/move your image wherever you want in the canvas...
    3. create a second track for your rolling credits...
    4. create your rolling credits
    5. if you have different clips for your rolling credits you may want to nest these too...
    6. select your rolling credits and use the motion tab again to scale/crop/rotate/move your credits wherever you want in the canvas
    Hope this help...

  • Can i judge the two runtime instance are the same handle?

    can I judge the two instance is the same handle, just like in C++ to get their address by "&" for compare?
    if yes, how?
    thanks in advance
    Frederick

    Integer a = new Integer(7);
    Integer b = new Integer(7);
    boolean sameValue = (a.equals(b)); // true
    boolean sameInstance = (a == b); // falseJust in case jsalonen's answer was a bit terse.

  • Sharing one Aperture Library between multiple users on the same machine

    Is there a way of setting up Aperture so that two different users on the same machine have full rights to do everything?

    Ian,
    Thanks for the suggestion. It certanly better than nothing, but in my case there is no partition with permissions off and there are other users to whom I wouldn't want to give full rights to the library. As an alternative I thought of simply creating a special user and do all editing from it.
    At any rate, it would have been useful if Aperture had something like that built in - like a preferences option, where one could specify a MacOS group name, and Aperture would do all its file/folder create operations within a given library with setgid()/setegid() of that group and corresponding umask() to give rw permissions to that group. Not too hard to do, either.

  • Sharing iMove Projects Libraries with different users on the same machine

    I was wonder how two different users on the same machine can
    share project libraries. Some Context:
    My daughter has some finished projects in her project library and
    I either want to import those project into my library or share them
    so both user accounts can access the projects (similar to how the
    event library is accessible)
    Note: I've already moving the project library to a shared disk (the one
    the event library is on) with no luck
    Using iMove 09
    tia...

    You need to move each project to the external drive from within iMovie. Be sure to use command-drag so you move, not copy.

  • Multi-processes on the same machine open the same database

    I run into an issue where I have two processes, running on the same machine.
    Process-1 starts the replication as master and opens database for read-write.
    Process-2 only opens the same database for read-write, no replication is started,
    and process-2 will fail to open the database because of "Non-replication DB_ENV
    handle attempting to modify a replicated environment" error.
    Can you suggest a way to handle this scenario?
    Can two processes on the same machine open the same database for read-write?
    Thanks.

    Following are how I setup the database environment for Master side:
    DB_ENV->rep_set_priority(80)
    DB_ENV->repmgr_set_ack_policy(DB_REPMGR_ACKS_ALL)
    DB_ENV->repmgr_set_local_site()
    DB_ENV->rep_set_nsites(2)
    DB_ENV->set_cachesize(1MB)
    DB_ENV->set_data_dir()
    DB_ENV->set_lg_dir()
    DB_ENV->set_tmp_dir()
    DB_ENV->set_flags(DB_AUTO_COMMIT, 1)
    DB_ENV->set_lg_max(1MB)
    DB_ENV->log_set_config(DB_LOG_AUTO_REMOVE, 1)
    DB_ENV->set_lg_bsize(1MB)
    openFlags = DB_INIT_MPOOL | DB_INIT_LOCK | DB_INIT_LOG | DB_INIT_TXN | DB_INIT_REP | DB_THREAD | DB_CREATE | DB_USE_ENVIRON;
    DB_ENV->open("/home/db", openFlags, 0644)
    DB_ENV->repmgr_start(3 threads, DB_REP_MASTER)
    Both processes using the same environment home directory.
    Now I'm able to get both process up and running, because now I check for DB_REP_IGNORE return value from repmgr_start() method on the second process.
    The first process starts the replication server, and the second process will not start the replication server at all.
    However, if the first process terminated and got restart, the replication server will not be restarted...
    I saw there's a check of "listener" in the repmgr_start function.
    How can I restart the replication server either upon restarting the first process or from the running second process?

  • PeopleTools 8.43 and 8.49 can be on the same machine?

    Hello Experts,
    I have doubt about the following
    1). Can i run two PeopleTools versions on the same machine? for example if i want to run PeopleTools 8.43 and HRMS8.8 and 8.49 & HRMS9.0 the same machine?
    with two PS HOME's and 2 different databases (Database is on seperate machine)
    please share your experience / idea's.
    Thanks a lot.

    Of course, you can have many PS_HOME within different Peopletools version on same machine.
    However, on Windows workstation/server, you should be careful :
    1. with the connectid (people) user and password, it is better if they are same on all your db if you want to avoid to change them through ConfigManager
    2. with DataMover default folder, it can take the one from a previous run, regardless the version you were/are using, so it could point to an other PS_HOME than the one you want. Or set a full path directory to your INPUT/OUTPUT file, or change the windows registry (I'm doing it by cmd script)
    Nicolas.

  • Can I install two independent instances of Thunderbird on the same machine?

    It is required to install two instances of Thunderbird on the same machine, each with its own account(s), Profiles folder(s) and sign-on password, so that each of two users can securely use Thunderbird at different times..
    How can this be achieved?
    Thanks,
    NMB1

    The simplest method is to install Thunderdird normally from an admin account. The two or more users then use ordinary none admin accounts. Thunderbird will be available to each user and each OS account has a separate Thunderbird profile, so each user has effectively totally separate Thunderird accounts and passwords.
    * See http://windows.microsoft.com/en-gb/windows/create-user-account#create-user-account=windows-7

  • Can i share music and photos between two users on the same machine?

    How can I share my music and photos between two users on the same machine?

    Thank you Joe - I tried this but it's only showing a teensy amount of music - the stuff on the second users account as opposed to the giagntic library on the 'main' account. I actually went to a Genius Bar and they said that apple doesn't really want you to share music between accounts - parents don't want to hear their kids music etc. Which seemed strange, but it might be the case sadly   Thanks anyway!

  • 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

  • Two running instances of Weblogic on the same machine

    I need to run at least two instances of Weblogic on the same machine. My Company GE Capital purchases the Clustered version and the BEA Engineer who did the install did not know Unix and could not intall the instances. Could you please give pointers to on how to do this? You can also write me to [email protected]
    Thanks,
    John G

    ....plus, you have to consider the license issue.
    Vidar wrote:
    >
    It does not sound to bad, but would it not be hard to cooperate with other
    people, since you will often use API's and EJB's developed and deployed by
    other team-members?
    Does anybody have any documents or ideas on what the best way to cooperate
    in a development-team is?
    "Michael Girdley" <[email protected]> skrev i melding
    news:39e15942$[email protected]..
    Yes, that is the best way to do it.
    In practice, we have found that each developer having their ownworkstation
    with an instance of WLS works best.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "newbie" <[email protected]> wrote in message
    news:[email protected]..
    I am also pondering on the same problem right now...
    I am trying to get an environment setup so that multiple
    developers can have their own weblogic "instances" to play
    with - so that each of them can start/stop the server,
    deploy EJBS etc without affecting one another in a UNIX
    environment. to accomplish this - do I just install the
    server multiple times with different port numbers on the
    same machine or is there a a better way to do this?
    Appreciate any input.
    Thanks
    "john Gongora" <[email protected]> wrote:
    I need to run at least two instances of Weblogic on the same machine.
    My
    Company GE Capital purchases the Clustered version and the BEA Engineerwho
    did the install did not know Unix and could not intall the instances.Could
    you please give pointers to on how to do this? You can also write me to
    [email protected]
    Thanks,
    John G

  • How can I run two instances of apache tomcat in the same machine.

    Hi
    Can I run 2 instances of apache tomcat in the same machine.If yes then how.?

    Yes, you can. Just run 2 instances. Make sure that they run on different ports.

Maybe you are looking for

  • Using a VARCHAR2 in a SELECT command

    I'm trying to query for a given path in a hierarchy of products. However, I want to be able to have it return multiple values. So, I created a string in my function below that returns identifiers like "(34, 43, 54)" to be used in a SELECT IN. The fun

  • Squeezed image

    Was wondering if the experts out there could help this newbie. When I export my Motion project as a mp4 or other QuickTime movie, everything looks as it should. If I try to export using Compressor or Import directly into DVDSP, the background image i

  • Calculate Monthly Salary Without Refresh

    hi, i have to calculate salary .i have two select list one for emp_id and second for month. when i select emp_id then Emp_name and Salary are coming into text field. i want to calculate Advance Salary of Employee ,which is he take in between month an

  • Assessment Cycles control issue

    Hi Folks, I have 2 assessment cycle A1 and A2, A2 cycle should be run after A1. So my question is How do I ensure that cycle A1 is run before A2. Also i dont want to re run any particular cycle again. Regards, Ravi

  • E-mail Attachment​s wont download (Update)

    Monday 02/12/13 Hi, I am hoping this has been covered somewhere or someone may have experienced The same issue. I received my Z10 in April this year and generally find it ok, no where near 100 % happy but ok. The main source of my frustration is The