Retrieve Httpsessions that exist in a managed server in a cluster

Hi,
How can we retrieve available httpsessions that exist in all managed servers defined in a cluster?
Thanks
Gehan

Hi,
we can find the information at
http://dev2dev.bea.com/pub/a/2005/05/session_management.html#55
http://bernal.bea.com/stage/platform/docs81/deploy/application.html#1066744
Regards,
Prasanna Yalam

Similar Messages

  • How to get IP address of the Managed Server, in a cluster?

    Hello,
    I have created a cluster and have two managed servers in it. WLS version is 10.3 and paltform is Windows. Both the managed servers are on different machines. And I have Sun one web server (version 6) configured instead of the WLS in-built web server. I want to display, in my JSP, the IP/host name of the managed server to which the request is going to (forwarded by the Sun one server). How do I do that?
    Any help would be greatly appreciated. Thanks in advace.
    Thanks,
    Sanjay

    There isint a way to get this which is weblogic specific.
    you can try the following code to get it
    import java.util.*;
    import java.lang.*;
    import java.net.*;
    public class GetOwnIP
    public static void main(String args[]) {
    try{
    InetAddress ownIP=InetAddress.getLocalHost();
    System.out.println("IP of my system is := "+ownIP.getHostAddress());
    System.out.println("hostname = " + ownIP.getHostName());
    }catch (Exception e){
    System.out.println("Exception caught ="+e.getMessage());
    Hope this works

  • Error starting managed server in a cluster

    Hi,
    Now am facing an issue while starting managed servers. Its only selective managed servers( 3 out of 8) . All are configured in the same way but the servers come to warning state after a restart.
    The error is given below
    <Emergency> AdminServer not reachable at http://192.44.12.147:7001
    <Aug 5, 2010 2:43:53 PM EDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user denied
    weblogic.security.SecurityInitializationException: Authentication for user denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
         at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Please let me know from where this error comes. The weblogic server is running in devleopment mode only. So not sure where the authentication failed. Also is there any problem with the configuration done??? I need to know the root cause so as to avoid in future. Also I cannot reboot the servers as and when desired (to solve the issue). Please help
    Thanks,
    Charan
    Edited by: charan27 on Aug 6, 2010 12:59 AM

    Hi Charan,
    if your ManagedServers are not in Configured for MSI Mode (Managed Server Indepence Mode) then you wont be able to start your Servers until the AdminServer is Already Running. I can see that the Exception u pasted that...your AdminServer is not reachable....It may be due to AdminServer Vs ManagedServer BOX Network Issue or Your AdminServer might be down when u tried to start the ManagedServer.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are Here)

  • Errors of BEA-101147 during shutdown if a managed server form a cluster

    Hi there,
              We have a cluster with two machines running one managed server on each. Acces to these servers is made with mod_wl.so on Apache. The problem we´re having is: when I shutdown one of the managed servers it seems to undeploy the web application before stopping serving requests. Issuing thus the following error message on the log:
              <br>
              ####<05/10/2004 08h19min43s BRT> <Debug> <HTTP> <calipso> <calipsoFOCC> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel>> <> <<b>BEA-101147</b>> <HttpServer(20184735,null default ctx,calipsoFOCC) Found no context for "/externo/portal/pop/sendData.jsp". This request does not match the context path for any installed Web applications, and there is no default Web application configured.>
              <br>
              The effect for the end user is that he receives 404 errors. Even tought the session is being replicated to the other server. <br>
              I´m running WLS Premium 8.1SP2.. If anyone has a clue on this I would be very greateful.<br>
              Regards,<br>
              Renato Moutinho

    Hi,
              You didn't mention what WLS release you are using. There is a known problem with 8.1sp2 and 8.1sp3. You should open a case with BEA Support and reference change request number CR185885.
              Jane

  • Start managed server in a cluster fail

    Hi,
    I'm new in Oracle Weblogic, and I'm testing Weblogic 10.3.
    I setup multiple IP in my laptop as follows:
    10.0.0.183 devpc
    10.0.2.183 node1
    10.0.3.183 node2
    And I configured a domain with Configuration Wizard as follows:
    AdminServer
    Listen Address:10.0.0.183
    Listen Port:7001
    ManagedServer_1
    Machine:(none)
    Cluster:Cluster_1
    Listen Address:10.0.2.183
    Listen Port:7001
    ManagedServer_2
    Machine:(none)
    Cluster:Cluster_1
    Listen Address:10.0.3.183
    Listen Port:7001
    When I started ManagedServer_1 with the command "*startManagedWebLogic.cmd ManagedServer_1 http://10.0.0.183:7001*",
    managed server started to RUNNING state successfully, and after few seconds, I got these error.
    +<Notice> <WebLogicServer> <devpc> <ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1239098617688> <BEA-000365> <Server state changed to RUNNING>+
    +<Notice> <WebLogicServer> <devpc> <ManagedServer_1> <Main Thread> <<WLS Kernel>> <> <> <1239098617688> <BEA-000360> <Server started in RUNNING mode>+
    +<Info> <J2EE> <devpc> <ManagedServer_1> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1239098617703> <BEA-160151> <Registered library Extension-Name: bea_wls_async_response (JAR).>+
    +<Error> <Cluster> <devpc> <ManagedServer_1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1239098635062> <BEA-000170> <Server ManagedServer_1 did not receive the multicast packets that were sent by itself>+
    +<Critical> <Health> <devpc> <ManagedServer_1> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1239098635062> <BEA-310006> <Critical Subsystem Cluster has failed. Setting server state to FAILED. Reason: Unable to receive self generated multicast messages>+
    +<Critical> <WebLogicServer> <devpc> <ManagedServer_1> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1239098635078> <BEA-000385> <Server health failed. Reason: health of critical service 'Cluster' failed>+
    +<Notice> <WebLogicServer> <devpc> <ManagedServer_1> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1239098635078> <BEA-000365> <Server state changed to FAILED>+
    +<Error> <> <devpc> <ManagedServer_1> <[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1239098635234> <BEA-000000> <+
    +===== FULL THREAD DUMP ===============+
    Tue Apr 07 18:03:55 2009
    BEA JRockit(R) R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32
    +"Main Thread" id=1 idx=0x4 tid=2208 prio=5 alive, in native, waiting+
    +-- Waiting for notification on: weblogic/t3/srvr/T3Srvr@0x09E9E9E8[fat lock]+
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/t3/srvr/T3Srvr.waitForDeath(T3Srvr.java:811)
    +^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr@0x09E9E9E8[fat lock]+
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:459)
    at weblogic/Server.main(Server.java:67)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    +.+
    +.+
    +.+
    How to fix it?
    Thanks in advance.

    Hi,
    I changed the settings as follows:
    AdminServer
    Listen Address:devpc
    Listen Port:7001
    ManagedServer_1
    Machine:(none)
    Cluster:Cluster_1
    Listen Address:node1
    Listen Port:7001
    ManagedServer_2
    Machine:(none)
    Cluster:Cluster_1
    Listen Address:node2
    Listen Port:7001
    Cluster_1
    Cluster Address:node1:7001,node2:7001
    The exceptions still remained, any suggestions would be appreciated.

  • Deploying pinned service to Managed Server in a cluster

    Hi:
              WLS8.1 SP4
              I have a cluster of 4 managed servers.
              I deploy a pinned service (in an EAR) to one of the cluster members.
              Usign weblogic.Deployer:
              weblogic.Deployer -adminUrl .. -name ExampleMDB -nostage -source c:\...\ExampleMDB.ear -deploy
              The EAR seems to be targetted at all other 3 servers, and fails in prep for those other servers.
              I also get this error if i use STAGE.
              I suspect that it has something to do with deploying a pinned EAR to a clustered server.
              If I frig config.xml (bypass Deployer or console), and restart the servers, it is deployed fine.
              Any comments apprec.
              g.

    Hi Rob,
              Yes, I targetted the EAR at the 1 managed server:
              -targets WLS05
              weblogic.Deployer -name ExampleMDB -nostage -source ... -targets WLS05 -deploy
              When i last tried this, the console reported success. However, when I checked config.xml, EXAMPLEMDB.ear was targetted at WLS05 and WLS08. When I saw this discrepancy, I raised a case with support.
              I noticed in the release notes for SP4 that there were some resolved issues with cluster deployment when given less info than I have given. I'll update this thread with the support results.
              g.

  • Cannot contact MANAGED SERVER in a CLUSTER

    I have configured a BEA CLUSTER (8.1 Sp2) on a SUN CLUSTER.
              If I try to contact a Managed Server using a browser from my PC, (using httpt or https as well) it does not responde until I put a "ping" to this Managed Server's IP ADDRESS using a DOS console.
              Someone can help me?
              Stefano

    How do you contact managed server using browser?
              what is the request (URL) that you sent through browser?
              For the request to be successful you should have an application deployed on managed server.
              -Vijay

  • Is it required that an application file *.ear be installed on each managed server of a cluster?

              When I installed identical copies of an *.ear file in each
              of two servers in cluster (WLS 6.0sp2), and try to update the
              file in the one server which co-locates with admin server host
              different ports), the other server also showed message
              indicating undeployment EJBs inside the application, and then
              failed. Is the physical copy in this second server still used? Does it actually
              retrieve the new copy in another server in memory?
              Thanks,
              - Ming
              

    You should only place the ear file on the admin server. The managed servers download a copy from the admin server as they deploy it. Make sure (in the admin console) that the application (and the web apps and ejbs within it) are marked for deployment
              on the managed servers...
              Chris
              Ming wrote:
              > When I installed identical copies of an *.ear file in each
              > of two servers in cluster (WLS 6.0sp2), and try to update the
              > file in the one server which co-locates with admin server host
              > different ports), the other server also showed message
              > indicating undeployment EJBs inside the application, and then
              > failed. Is the physical copy in this second server still used? Does it actually
              > retrieve the new copy in another server in memory?
              >
              > Thanks,
              >
              > - Ming
              Chris Palmer
              Mill House, Cage Lane
              Smarden, Kent TN27 8QE
              Home: +44 1233 770 182
              Mobile: +44 7884 133 451
              [email protected]
              

  • Sync files across the Managed Server.

    We have exploded war deployed in the Weblogic Cluster and in this there is a feature which would create a zip file in the exploded folder and this zip file will be downloaded through the URL. Now the problem in clustered environment is when the application write the zip file which will be available in only one of the managed server and when we try to download the zip file through the LoadBalancer URL it may not hit the same Managed Server in which the zip file is available.
    Is there a way in weblogic cluster to sync the files across all the managed server so that we can access the file through loadbalancer.

    Hi Suresh
    1. Your issue has nothing to do with the cluster setup and the way you deploy the application (as EAR or Exploded). Basically in your application, you generate a file and automatically that gets stored in that machines location. Now when you access it from a load balancer, the request may go to other machine and naturally it will not find the file there. There is nothing in the cluster setup or something that can copy the files and replicate acorss the machines. Infact that will be way too complex. I will couple of solutions.
    2. Create a shared folder like public folder. Say in Windows, create a folder with some folder structure and map it as say X: Drive. now this X Drive can be accessed from any other machine like Machine1, Machine2 (after setting the sharing properties). First try directly from Windows Explorer itself. Now within your application, when you generate and store the file, refer this X: Drive with full path. You can make it more flexible by using a .properties file that has key value pair. Key is like FILE_LOCATION and value can be like X:\a\b\c. Now using simple Java Properties class API to load the contents from this file. You can add all the constants, check for if .properties file exist like that. Once you have all the properties loaded, then refer this key, to get its value and use that to store the file generated. Use the same approach, while retrieving the file also. Use the key to get the location and then look for the file you want to download. This should work, when the request goes to any managed server in the cluster. I used it. I created a utility class like MyAppPropertiesLoader, with some static methods, that reads the file only once, if it is null, and then get values using simle methods like getString(String aKey), getLong(String aKey) etc. The huge BENEFIT of this is, once you deploy the application say in Unix, natually, the shared location has to be one of the unix boxes. Then just mount this location on both the managed servers (mount is similar to mapping a drive in Windows OS). Also the location of the files can be changed anytime in the properties file. Say in QC, the location may be X:\a\b\c\qc. But for UAT on Unix it can be like /x/y/z/uat/. Now this .properties file can exist directly under the Domain root folder so you can access it directly without any path in your java code. You can also use System properties like user.home etc. Make sure to copy this .properties file on both the domains. The original master domain. And the psueduo domain that is generated when you run the unpack command if you have managed server in another machine.
    3. This is much simpler but kind of not recommended. Simply, create a simple table with few header columns and one BLOB/CLOB column. Store the file in this database table and retrieve from it. This means you will have JDBC code, and the code to create clob to store and generate file from clob for retrieval.
    My preference is the first option given above. Getting tools to copy files may be complex. Its not like syncing the data across but its the files that needs to be copied across the machines.
    Thanks
    Ravi Jegga

  • Managed server not able to join the cluster

    Hi
    I have two storage node enabled coherence servers on two different machines.These two are able to form the cluster without any problem. I also have two Managed servers. When I start one, will join the cluster without any issue but when I start the fourth one which does not join the cluster. Only one Managed server joins the cluster. I am getting the following error.
    2011-12-22 15:39:26.940/356.798 Oracle Coherence GE 3.6.0.4 &lt;Info> (thread=[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Loaded cache configuration from "file:/u02/oracle/admin/atddomain/atdcluster/ATD/config/atd-client-cache-config.xml"
    2011-12-22 15:39:26.943/356.801 Oracle Coherence GE 3.6.0.4 &lt;D4> (thread=[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): TCMP bound to /172.23.34.91:8190 using SystemSocketProvider
    2011-12-22 15:39:57.909/387.767 Oracle Coherence GE 3.6.0.4 &lt;Warning> (thread=Cluster, member=n/a): This Member(Id=0, Timestamp=2011-12-22 15:39:26.944, Address=172.23.34.91:8190, MachineId=39242, Location=site:dev.icd,machine:appsoad2-web2,process:24613, Role=WeblogicServer) has been attempting to join the cluster at address 231.1.1.50:7777 with TTL 4 for 30 seconds without success; this could indicate a mis-configured TTL value, or it may simply be the result of a busy cluster or active failover.
    2011-12-22 15:39:57.909/387.767 Oracle Coherence GE 3.6.0.4 &lt;Warning> (thread=Cluster, member=n/a): Received a discovery message that indicates the presence of an existing cluster:
    Message "NewMemberAnnounceWait"
    FromMember=Member(Id=2, Timestamp=2011-12-22 15:22:56.607, Address=172.23.34.74:8090, MachineId=39242, Location=site:dev.icd,machine:appsoad4,process:23937,member:CoherenceServer2, Role=WeblogicWeblogicCacheServer)
    FromMessageId=0
    Internal=false
    MessagePartCount=1
    PendingCount=0
    MessageType=9
    ToPollId=0
    Poll=null
    Packets
    [000]=Broadcast{PacketType=0x0DDF00D2, ToId=0, FromId=2, Direction=Incoming, ReceivedMillis=15:39:57.909, MessageType=9, ServiceId=0, MessagePartCount=1, MessagePartIndex=0, Body=0}
    Service=ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_ANNOUNCE), Id=0, Version=3.6}
    ToMemberSet=null
    NotifySent=false
    ToMember=Member(Id=0, Timestamp=2011-12-22 15:39:26.944, Address=172.23.34.91:8190, MachineId=39242, Location=site:dev.icd,machine:appsoad2-web2,process:24613, Role=WeblogicServer)
    SeniorMember=Member(Id=1, Timestamp=2011-12-22 15:22:53.032, Address=172.23.34.73:8090, MachineId=39241, Location=site:dev.icd,machine:appsoad3,process:19339,member:CoherenceServer1, Role=WeblogicWeblogicCacheServer)
    2011-12-22 15:40:02.915/392.773 Oracle Coherence GE 3.6.0.4 &lt;Warning> (thread=Cluster, member=n/a): Received a discovery message that indicates the presence of an existing cluster:
    Message "NewMemberAnnounceWait"
    FromMember=Member(Id=2, Timestamp=2011-12-22 15:22:56.607, Address=172.23.34.74:8090, MachineId=39242, Location=site:dev.icd,machine:appsoad4,process:23937,member:CoherenceServer2, Role=WeblogicWeblogicCacheServer)
    FromMessageId=0
    Internal=false
    MessagePartCount=1
    PendingCount=0
    MessageType=9
    ToPollId=0
    Poll=null
    Packets
    {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,
    By default Coherence uses a multicast protocol to discover other nodes when forming a cluster. Since you are having difficulties in establishing a cluster via multicast, Can you please perform a multicast test and see if multicast is configured properly.
    http://wiki.tangosol.com/display/COH32UG/Multicast+Test
    Hope you are using same configuration files across the cluster members and all members of the cluster must specify the same cluster name in order to be allowed to join the cluster.
    <cluster-name system-property="tangosol.coherence.cluster";>xxx</cluster-name>
    I would suggest, try using the unicast-listener with the well-known-addresses instead of muticast-listener.
    http://wiki.tangosol.com/display/COH32UG/well-known-addresses
    Add similar entries like below in your tangosol override xml..
    <well-known-addresses>
    <socket-address id="1">
    <address> 172.23.34.91<;/address>
    <port>8190</port>
    </socket-address>
    <socket-address id="2">
    <address> 172.23.34.74<;/address>
    <port> 8090</port>
    </socket-address>
    </well-known-addresses>
    This list is used by all other nodes to find their way into the cluster without the use of multicast, thus at least one well known node must be running for other nodes to be able to join.
    Hope this helps!!
    Thanks,
    Ashok.
    <div id="isChromeWebToolbarDiv" style="display:none"></div>

  • Starting a managed server as standalone

              greetings
              environment: weblogic 7.0 clustered on 2 sun boxes (1 box has admin server and
              a managed server, the other just managed server).
              we recently had hardware failure on on the box with the admin server and the managed
              server. I need to document how to get the lone managed server up and running w/o
              the adminserver/box available. I would like know if, in theory, I could start
              the managed server as standalone? That is, normally the managed server is started
              by using startManagedWebLogic.sh, could I use startWebLogic.sh and would it work?
              I dont have a real test environment to test it out or I would have done that (this
              config exists in production only). Any thoughts on this greatly appreciated. thanks
              in advance
              paul
              

    "paul wetzel" <[email protected]> wrote in message
              news:[email protected]...
              >
              > greetings
              > environment: weblogic 7.0 clustered on 2 sun boxes (1 box has admin server
              and
              > a managed server, the other just managed server).
              > we recently had hardware failure on on the box with the admin server and
              the managed
              > server. I need to document how to get the lone managed server up and
              running w/o
              > the adminserver/box available. I would like know if, in theory, I could
              start
              > the managed server as standalone? That is, normally the managed server is
              started
              > by using startManagedWebLogic.sh, could I use startWebLogic.sh and would
              it work?
              Paul, look in the document titled "Creating and Configuring WebLogic Server
              Domains" (rev. September 2002), chapter 4, section "Starting a Managed
              Server when the Administration Server is not accessible".
              I think you are supposed to continue to use the startManagedWebLogic.sh
              script, even when the Administration Server (AS) is down. When the Managed
              Server (MS) fails to connect to the AS, it will fall-back on local copies of
              the configuration files. Now, the problem is how to keep the local
              configuration files on the MS in sync with the AS files. If you have MS1
              running from the same directory as the AS, then you should be fine. But with
              MS2 running on a different piece of hardware, you must either manually copy
              the relevant files, or you must (before disaster strikes) enable replication
              of the files.
              

  • Oracle Services & Management Server

    (1) I had installed Oracle 8.1.7 on Window2000 Advance Server. Generally in NT Server, upon restarting
    server all services come up automatically, but my Oracle Services shows started and when I try to
    connect through SQL Plus it gives me error "0RA-27101 - SHARED MEMORY REALM DOES NOT EXIST". So to
    start up database I am using svrmgrl option.
    Can somebody help in configuring services so that when I start server all services also come up
    automatically.
    (2) Also when I am trying to take Backup, it prompt message saying that connect to Oracle Management Server
    and launch this Wizard. But I am not been able to configure my Oracle Management Server.. Can somebody
    tell me how to configure Oracle Management Server so that I can take-up cold as well logical back up
    using this option.

    Hi,
    If you have installed Enterprise Manager on your system, it comes with Configuration Wizard. The Configuration Wizard helps you to configure and set up OEM interactively.
    You can find the information to configure the OEM under Oracle Enterprise Manager Configuration Guide has step-by-step procedure for setting up the OEM. You can find this documentation under the link
    http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/em.817/index.htm
    Best of Luck
    Mahesh

  • Managed server is up in weblogic console but showing down in em console

    I have a weblogic domain.It has two servers,one admin server and a manged server.The managed server is inside a cluster.When I'm starting these two servers,they are starting normally without any error.In weblogic console,it's showing two servers are up,and also the status of all applications are active.The target of em is admin server.But at the same time in em console,it's showing,the managed server and the cluster are down and also,the applications targeted to managed server are also down.
    I have similar domain configuration in another domain.That is working properly.The difference of it with the previous domain is only some applications are different.
    I'm using middleware 11.1.1.5.Memory allocated to managed server is 4096MB.
    I need help regarding this.
    -Sudip
    Edited by: 974151 on Nov 29, 2012 10:13 PM

    [2012-11-30T12:47:21.289+05:30] [AdminServer] [WARNING] [ADF_FACES-60099] [oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: d2a40b194ef8137c:2a7e4a74:13b50215a22:-8000-0000000000000182,0] [APP: em] The region component with id: emTemplate:fmwRegion has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
    [2012-11-30T12:47:21.615+05:30] [AdminServer] [WARNING] [] [org.apache.myfaces.trinidad.webapp.ResourceServlet] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: d2a40b194ef8137c:2a7e4a74:13b50215a22:-8000-00000000000001fa,0] [APP: em] ResourceServlet._setHeaders(): Content type for /bi/jsLibs/engine_20110409.swf is NULL![[
    Cause: Unknown file extension
    I got this in admin server log while loging in em console.

  • Problem in starting OIM managed server

    Hello,
    After configuring the Managed server in a cluster, when we try to start the server it is starting in ADMIN mode.
    The SOA Managed server was started successfully.
    23:41:38 INFO [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] - Nexaweb Server initialized successfully.
    <Sep 20, 2011 11:41:40 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Sep 20, 2011 11:41:40 PM IST> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Sep 20, 2011 11:41:40 PM IST> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of oim_cluster.>
    <Sep 20, 2011 11:42:10 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.10.243:7003 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Sep 20, 2011 11:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000332> <Started WebLogic Managed Server "WLS_OIM1" for domain "IDM_Domain" running in Development Mode>
    <Sep 20, 2011 11:42:13 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 20, 2011 11:42:13 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in ADMIN mode>
    Please let us know how to make the server run in RUNNING mode.
    Thanks.

    Have you done any changes in Weblogic Admin Console ?
    Login into Weblogic Console and see what it shows for "Undo All Changes" and "Activate Changes" button.
    If "Activate Changes" in enabled then click on that and try to restart.

  • Error while starting Oracle Management server service

    Hi all,
    We are about to administer our database using Oracle Enterprise manager. For that we have configured OEM in a Test PC and tried to connect our database.
    First i have logged in to OEM Console with Sysman login id using the default password "oem_temp" and it prompts me to change the password, also i have changed the password as "xxxxx" and i have come out of OEM console and tried to relogin using the changed password.
    i got the message as invalid login or password or
    check for the availablity of Management server service"
    i found that the service Oracle Management server which was previously running is not running now and i tried to restart that manually.
    On doing that i got a message as
    "Error 1053: The service did not respond to the start or control request in a timely fashion"
    Would any one of u help me to solve this problem.
    Thanks in advance..

    Hi-- could you please describe your administrative domain?
    I need to know the operating systems on each of the
    clients and the OSB admin server. Also, does 'obtool' CLI
    tool work? Do any of the machines act as an apache webserver
    for another application? Is there any other backup service
    running on any of the machines?
    thanks,
    Judy
    I noticed that when re-installing the OSB without the
    Administrative Server (only Media Server and Client)
    I got no errors at all (but still cannot connect from
    another Administratice Server to my machine)

Maybe you are looking for

  • How to open a folder inside a folder, without closing the first?

    I can't find a way to open a sub-folder, inside a mainfolder, without closing the main folder. What's even worse, if you hold "option" or "command,"  (old OS9 muscle memory kicking in) it opens the new folder but wipes-out the ability to use the back

  • Can't run itunes on Vista - Data Execution Prevention issue

    Have installed iTunes on vista successfully. When I try to launch, was prompted to re-install iTunes again... digged a bit and came across this Data Execution Prevention issue... Any idea how to solve this issue?

  • IPhoto referenced library, importing

    iPhoto looks like a pretty nice app, but I use my photos with a large collection of different picture utilities and keep copies on both Mac, PC and NAS drives. This made using iPhoto with a "referenced" library pretty much a must so all the programs

  • Broken iPad screen replaced?

    hi...i bought an iPad 2 , 2 years ago.. until yesterday there was never a problem with it but unfortunately i dropt it and now the whole screen is cracked. it still works perfectly even when i tap on the cracked parts it still reacts to every single

  • Why does EO always try to import the same three files?

    Whenever I open Elements Organizer 12.1 it is attempting to import files. It always finds the same three files and then reports them already in the catalog. If I import files from my camera or card reader or folder, in addition to the files on the se