Failure on one Server casues other to lock

          Greetings,
          I am running a WLS 6.1 sp2 cluster with 2 managed server instances on 2 W2K servers.
          When one server in the cluster fails (eg java.lang.OutOfMemoryError) and stops responding,
          the other server in the cluster will not respond to requests (as viewed on the console,
          request queue applet) until the failed server is restarted. Does anyone know why?
          Thanks
          Mike Horn
          

Thanks for the quick response.
          I took many thread dumps, I took them out of the file because it was upward
          of 5M
          The dumps after the server stopped taking new requests didn't move, all of
          the thread dumps look the same as what I put into the zips. I can upload
          the full files if you like, but there are dumps from after startup, during
          the test run and after it was hung. It is hard to tell what is what other
          than the last few were from after the hung state.
          The reason there are some threads are waiting in our code (actually
          inetsoft's code) is because there is a syncronized method in their
          PDF generation code. It is 3rd party so we are not able to "fix" it.
          The server is really in a hung state. We can monitor all database activity,
          and at the point it no longer takes any new requests we see no database
          activity and we are unable to do a weblogic.Admin ping, or connect to the
          server instance in any way (directly to 7001 bypassing the proxy does NOT
          work either).
          We do not get the out of memory errors when we run with the hotspot server
          VM, however since there is a bug in the VM we are not able to take thread
          dumps running with it. We were forced to run with the classic VM during our
          tests to get good thread dumps, which cause our OOM errors since Xincgc
          and other memory options do not work with the classic VM.
          Thanks,
          Joel
          "Kumar Allamraju" <[email protected]> wrote in message
          news:[email protected]...
          > Look at the thread dump.
          > 14 out of 26 execute threads are struck in your code. Can you
          > investigate further and see why it's happening like that.
          >
          > Also you may want to take atleast 3 thread dumps and see if there's any
          > progress in thread's state.
          >
          > Some threads are in waitForData(ResponseImpl.java) call , which are
          > waiting for the response from the other server and the other server
          > turned out be running OOM. So at this point i'm not really seeing the
          > server hang.
          >
          > Few things we should try:
          >
          > 1. Investigate why you are seeing OOM? Fix it
          > 2. Create a seperate ExecuteThread Queue for your webapp and route the
          > webapp traffic via this queue. See our docs.
          >
          > Let us know how it goes.
          >
          > --
          > Kumar
          >
          > Joel Caven wrote:
          >
          > > We are having the same problem, see the attached zip for the thread dump
          and
          > > stderr messages.
          > > 2 node cluster on WL61 SP2 on W2K. Admin ping fails once the out of
          memory
          > > happens. Admin
          > > console is unable to attach to the server until it is rebooted. We have
          > > tried with and without hotspot,
          > > it happens in both cases. We have also tried with and without NativeIO
          on,
          > > and also with the SP2
          > > NativeIO patch for W2K. In all cases the server fails to respond after
          the
          > > out of memory error.
          > >
          > > Thanks,
          > > Joel.
          > >
          > > P.S. We normally have to restart all members of our cluster to fix the
          > > problem, sometimes I even have to restart the admin server.
          > >
          > >
          > > "Kumar Allamraju" <[email protected]> wrote in message
          > > news:[email protected]...
          > >
          > >>How about taking a thread dump when the server is unresponsive?
          > >>
          > >>Mike Horn wrote:
          > >>
          > >>
          > >>>Yep, its true. No reply to PING until the other server is restarted.
          > >>>
          > > Sometime, like
          > >
          > >>>I mentioned, both need to be restarted.
          > >>>
          > >>>mike
          > >>>
          > >>>Kumar Allamraju <[email protected]> wrote:
          > >>>
          > >>>>That's not true.
          > >>>>May be the requests have been piled up and you see the other server
          > >>>>may be slow or unresponsiveness.
          > >>>>
          > >>>>Can you try "java weblogic.Admin url user password PING" on the live
          > >>>>server and see if you get a response or not?
          > >>>>
          > >>>>--
          > >>>>Kumar
          > >>>>
          > >>>>Mike Horn wrote:
          > >>>>
          > >>>>
          > >>>>>Greetings,
          > >>>>>
          > >>>>>I am running a WLS 6.1 sp2 cluster with 2 managed server instances on
          > >>>>>
          > >>>>2 W2K servers.
          > >>>>
          > >>>>> When one server in the cluster fails (eg java.lang.OutOfMemoryError)
          > >>>>>
          > >>>>and stops responding,
          > >>>>
          > >>>>>the other server in the cluster will not respond to requests (as
          > >>>>>
          > > viewed
          > >
          > >>>>on the console,
          > >>>>
          > >>>>>request queue applet) until the failed server is restarted. Does
          > >>>>>
          > > anyone
          > >
          > >>>>know why?
          > >>>>
          > >>>>>Thanks
          > >>>>>Mike Horn
          > >>>>>
          > >>>>>
          > >
          > >
          >
          

Similar Messages

  • Hi,how can i transport objects from one server to other like (Dev To Qty)

    Hi Sir/madam,
       Can u explain how can i transport objects from one server to other like (Development To Quality To Production).
    Regards,
    Vishali.

    Hi Vishali,
    Step 1: Collect all Transports(with Packages) in Transports Tab(RSA1)- CTO
    Step 2: Release the subrequests first and then the main request by pressing Truck button
    Step 3: STMS or Customized transactions
    Object Collection In Transports:
    The respective Transports should have the following objects:
    1. Base Objects -
    a. Info Area
    b. Info object catalogs
    c. Info Objects
    2. Info Providers u2013
    a. Info Cubes
    b. Multi Providers
    c. Info Sets
    d. Data Store Objects
    e. Info Cube Aggregates
    3. Transfer Rules u2013
    a. Application Components
    b. Communication Structure
    c. Data Source replica
    d. Info Packages
    e. Transfer Rules
    f. Transformations
    g. Info Source Transaction data
    h. Transfer Structure
    i. Data sources (Active version)
    j. Routines & BW Formulas used in the Transfer routines
    k. Extract Structures
    l. (Note) If the transfer structures and related objects are being transferred without preceding
    Base Objects transport (e.g. while fixing an error) it is safer to transport the related Info
    Objects as well.
    4. Update Rules u2013
    a. Update rules
    b. Routines and formulas used in Update rules
    c. DTPs
    5. Process Chains u2013
    a. Process Chains
    b. Process Chain Starter
    c. Process Variants
    d. Event u2013 Administration Chains
    6. Report Objects u2013
    a. Reports
    b. Report Objects
    c. Web Templates
    Regards,
    Suman

  • Business Rules Migration from one server to other server

    Hi All,
    Can some body help on business rules migration from one server to other server? and also wt is the difference there in Export and import BR's and Administration repository to migrate.........i fail to understand if we export and import br's and need to change in xml target server and after import whether all users can able to see this imported BR's ?
    then wt is the use of Administration option under Business Rules-->right click-->repository...connect--->need to connect oracle info....wt is this process? can some body help on this please........
    thanks,
    huser

    Hi,
    The methods are pretty much the same in what they do.
    When you export rules it creates an xml file based on the selection you have picked, you can just log into EAS and do this you don't have knowledge about the repository, it is also useful for migrating across versions. You also have the option of changing the xml file before importing it into your target.
    When you migrate the respository you have to physically connect to the database repository and have knowledge of the connection details, it is probably aimed directly at a system admin.
    The options in both methods are pretty much the same, you can choose what you want to export or migrate.
    You hit issues when you export/migrate for instance the location names change and need to be updated, you can update the xml file to change the locations though if you choose the migrate option you won't have that ability.
    The next issue is the user/group accounts which is the biggest flaw, if the users/groups exist on the target and have the exact same SID then they will migrate otherwise they will usually get dropped.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Standard report which importe personnel number from  one server to other

    Dear Hcm Gurus.
    Is any standard report exist in SAP Which imports Personnel number from one server to other server which are maintained in Source server ,imported all contents maintained in source server.
    e.g  An employee is hired in  u201C Server Au201D and personnel number  is generated internally while we want to imports same employee data with same personnel number in Server u201CBu201D
    IS it possible ? if is kindly do help and clarify any standard report which import complete data from one server   to other server with all its infotypes.
    barket

    Hi,
    a standard way should be setting up an ALE scenario between the two systems to transfer employee data and keep them updated. This needs a bit more set up than a single report to be run but it is a common way to create HR landscapes where different local HR systems consolidate data to a centralized system.
    The other options are valid, too. But I know them more for transfering data for test or validation reasons.
    If you could add some more information to the business background of your requirement we could add give a better suggestion which solution to head for.
    Kind Regards
    Roman

  • How to Import/Export database tables from one server to other in oracle8i

    Hello friend,
    Please can any one tell me how to import/export groups of database tables from one server with oracle to another using VB.net. It would be nice if some one can provide some code of it.
    I am a software developer and I am in middle of a large project development, in which I need to export a large oracle database from one server to another efficiently.
    Its very urgent so please someone help me.

    At command prompt (source db)
    set ORACLE_SID=db_name
    exp system/password@db_name full=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\exp.log filesize=2000M
    Then ftp the export dump files (in binary) to the other server or copy to target server over the network.
    At command prompt (target db)
    set ORACLE_SID=db_name
    imp system/password@db_name full=y ignore=y buffer=104857600 file=(c:\file1.dmp, c:\file2.dmp....) log=c:\imp.log filesize=2000M
    If the path names of the datafiles are going to be different in the target server (as compared to the source), then precreate the tablespaces before import. Set buffer value accordingly.
    Message was edited by:
    FeNiCrC_Neil

  • Testing while transporting from one server to other

    We need to complete testing of BW objects in one server which has copied from another server for the support pack upgrade. 
    Here are the basics we need tested:
    Spot check InfoSources/ODS Objects/Cubes/Update rules to ensure that all are active and the structures have not changed.
    Testing of  process chains.  Check to ensure any data loads that fail can be resolved.
    How should I carry on these testing ?
    I think if the objects are active in new server then they are fine and in that case no need to test the structures of the objects.
    Please help me whether I am right or wrong .
    Are there any other way of testing as the time line is short ?
    Please help me asap.

    Hi Rajib,
    You would basically test everything.
    1. RSRV check for all the objects.
    2. Check for some queries with different scenarios like RRI, etc.
    3. Dataload for your major Data targets.
    4. You can also do a version check for all the info-objects in RSD1.
    5. Likewise check the versions for all the BW objects like cube, ODS in RSD1.
    Bye
    Dinesh

  • What I should do If I move fact and dimension tables from one server to other server

    Hi
    I have question like
    what all changes need to be done  in EPM System if we move the Fact and Dimension tables to a different server.
               Reply me asap and thanks in advance

    I have fact and dimension tables in one server and i moved those stuff to another server.If I do that what happen to essbase and about totale EPM System.I want to know how to do this and what I can expect?
    Please reply

  • Transport Logo form One server to other

    Hi all,
           I want to transport my company logo form one application Server to Other Appl. Server
    so that, i have created an object and imported the image file. But which Package should be selected? Earlier, i did $TMP. Since it is TMP im unable to Transport to other server. So what i have to select in the Package list? that package should support Transportation.
    thx&Regards
    Siva

    Hi  Siva,
    Logos are not transported. You need to create it in all systems individually.Transports cannot carry image files!! Although you know how to create logos but still for your reference this very popular link:
    http://www.sap-img.com/basis/changing-the-sapgui-logo-on-the-right-hand-side.htm
    Regards.
    Ruchit.

  • Tranfer of data of one server to other --- URGENT

    Hi Friends
    I have one problem .
    We have two servers and want to transfer one server to another
    location which is 40 KM away.
    Now we want to daily update both server with each other.How can
    we do this using telephone connection.
    I am using win 2000 with 8i and dev. 6i.
    Thnaks in advance
    Chirag Shah

    Are you talking about replicating your database data - if so -
    you probably want to ask this question on one of the database
    forums.
    Thanks
    Grant Ronald
    Forms Product Management

  • How can we move LDOM from one serve to other.

    Hi,
    i have an LDOM setup on a T6320 Blade with Solaris 10.
    The boot image of LDOM is under a ZPool image of 32 GB.
    I want to move this LDOM from T6320 to another T6340. but they don't have the shared disk or not connected to same SAN.
    Sun's document talks about moving the LDOM but what i understood is it is only applicable if the virtual disks are accessable from both the servers.
    Can anybody help me here ?
    Thanks,
    jerin

    Hi,
    You can try something like this :-
    SQL> CONNECT SYS/SYS123@SERVER AS SYSDBA
    Connected.
    SQL> CREATE USER TEST_1 IDENTIFIED BY TEST_1;
    User created.
    SQL> CREATE USER TEST_2 IDENTIFIED BY TEST_2;
    User created.
    SQL> GRANT CONNECT,RESOURCE,DBA TO TEST_1;
    Grant succeeded.
    SQL> GRANT CONNECT,RESOURCE,DBA TO TEST_2;
    Grant succeeded.
    SQL> CONNECT TEST_1/TEST_1@SERVER
    Connected.
    SQL> CREATE TABLE TEST_COPY ( TEST_COL NUMBER );
    Table created.
    SQL> INSERT INTO TEST_COPY VALUES ( 1 );
    1 row created.
    SQL> INSERT INTO TEST_COPY VALUES ( 2 );
    1 row created.
    SQL> COMMIT;
    Commit complete.
    SQL> GRANT ALL ON TEST_COPY TO TEST_2;
    Grant succeeded.
    SQL>  CONNECT TEST_2/TEST_2@SERVER
    Connected.
    SQL> CREATE TABLE TEST_COPY AS SELECT * FROM TEST_1.TEST_COPY;
    Table created.
    SQL>  SELECT * FROM TEST_COPY;
      TEST_COL
             1
             2Regards,
    Sandeep

  • How to move client from one server to other at remote location

    Dear All,
    We have two servers located in two different locations.Due to some network issues i am unable to do the remote client copy .
    Please suggest how do i take client 100 to other server which is at different location and on different platform.
    Source system is HP Unix Target system is on windows2003, database is oracle on both servers.
    Regards,
    Najeeb ..

    Dear Shark,
    Please check whether you have set archive logs.
    If you have set then please disable, it since it will increase size of /oracle/SID/oraarch.
    then you need to take achive backup. so all the above please ensure that no archive logs are generated.
    also check the size of PSAPUNDO and PSAPTEMP tablespace and if possible make its size large.
    Have you enabled Automated Undo managemant. if your database is oracle9 then you need to manually provide AUM or else it is automatic in higher oracle DB.
    Check the logs of Client copy using scc3.. all the best for all.
    Regards,
    Ganesh

  • How to transport wdj project code from one server to other server?

    Hi, experts,
    I development 100 wdj component and deployed them to development server(A_development_server).
    I have download sca file of my WDJ project from A_development_server.
    I have config the SLD and Track in the other development server(B_development_server).
    I don't know how to transport the project code from A_development_server to B_development_server for download the project code ?
    Do you give me some hint?
    Best regards,
    tao
    Edited by: wang tao on Mar 12, 2010 4:41 AM

    Hi Wang,
    You can directly deploy project from A_development_server to B_development_server. For that you need to Define Runtime details under RUNTIME tab in landscape configurator for B_development_server in CMS. To access CMS, go through http://host:port/devinf
    Automated Deployment into Multiple Production Systems
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/44/355093ba830a67e10000000a422035/frameset.htm
    Getting Started with the Development Infrastructure 
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/44/0d18d725301a78e10000000a1553f6/content.htm
    Hopt it helps
    Regards,
    Arun

  • How to transfer the files from one server to another through pl/sql...?

    I want to transfer all the files from source server with respective directory to designation server with respective directory (designation server - oracle reside server).
    Is it possible to ftp from one server to another server(designation server - oracle reside server) through pl/sql. these two servers are independent & unix server.

    No ... The package mentioned in
    http://www.oracle-base.com/dba/miscellaneous/ftp.pks
    this works for across the server i.e. transfer the files from one server to other (it is basically ftp) ..
    So it is NOT correct that this code transfer the file between two location & with in server..

  • Can security information be simply copied from one server to another?

    Hi,
    In WL6.1, we managed to set up a build and deploy system, with an RDBMS realm,
    using ant. What we did is that we created a config.xml file, put it in our CVS
    and modified it manually when needed. However, using this system, we always had
    a one-step process for configuring and adding new information in our realm. Can
    I expect to be able to do that with 8.1?
    I'm not too clear on the entire JAAS principles involved and it does seem to be
    more complex than in 6.1. We do a lot of automated testing and need a way to test
    our security where we don't need to continually do manual labour.
    My impression is that in our production environment, we will need to:
    - Create a new server and domain manuall
    - Configure the initial Realm manually
    - After that, manual changes in our config.xml should be able to work correctly
    Am I correct in my assessment? Or are there some peculiarites to the whole security
    system that would prevent me to do what I want without a lot of manual intervention?
    Thanks,
    L

    Hi KK,
    Yes you can copy from one server to other server but make your that you change the restiry.xml file correctly.
    1 what are the changes we need to do?
    Major thing is you need change few path from following files.
    from %BEA_Home%
    -- .home
    -- registry.xml
    -- domain-registry.xml
    Wlserver_103 folder
    -- .home
    --.product.properties
    Majorly path changes from common / bin folder and server / bin folder in startup scripts.
    -- Majorly you need maintain same folder structure for your Domain or BEA Home.
    -- Thats it make your JDK are available on setted path.
    Note when you copy directly in similar folder structure major issue will be solved out.
    let me know if you need any further query on this issue.
    Regards,
    Kal

  • How to compare the files from one server to another

    Hi !
    I want to compare the files present in one server to another server. I had to list out the files which is not present in the server and import those files to an excel file. There are lot of folders and lot of files present inside those folders. I want a java or jsp or javascript program code for this or any site which indicates how to do. What are the requirement for this program to implement like any tool or any other techniques. Please can u help me out.

    No ... The package mentioned in
    http://www.oracle-base.com/dba/miscellaneous/ftp.pks
    this works for across the server i.e. transfer the files from one server to other (it is basically ftp) ..
    So it is NOT correct that this code transfer the file between two location & with in server..

Maybe you are looking for

  • Credit Check on Sale Order

    Dear Friends, Right now the credit check is on Delivery Order. It displays error message when doing PGI for Gross Value (Price + Tax). Now I want to do it for Sale Order Level. I did all changes according to the following; but on sale order the error

  • Work Center

    Hello Guru, I have some question about the work center when pick up by the creation of production order. When we create production order manually via CO01, SAP pick workcenter BSBA111 for this order. And when we convert a planned order to a productio

  • How can I stop emails pushed to the Curve from getting marked as "Read" in Outlook!

    I get 100 or so emails a day, and get them bolded in Outlook until I read them.  In two of my three email accounts, the emails remain bolded in Outlook even after being pushed to the Curve.  In the third, which runs through my work server, all emails

  • Can I set up I Cloud and change my mind without losing any data or photos?

    I have the Iphone, Ipad2 , and Macbook Pro and want to set up ICloud. I read a post that said, should you decide to NOT use it, you will lose all of your data and photos. Is this true?

  • Mountain Lion Finder crashes

    I was having trouble with Lion so upgraded to Mountain Lion 10.8.2 on my 2008 Mac Pro Quad Core Intel, 8GB computer. The Finder doesn't work properly. Cant't "Restart" under the Apple menu, Doesn't show icon software in colume view and constantly cra