About cluster and admin server

I try to implement cluster like this
          admin server
          |
          |
          | |
          | mycluster |
          server1 server2
          (web) (web)
          admin server start as Administrator server
          server1 and server2 start as managed server. and all in mycluster. web has
          depoloyed to server1 and server2, but not deployed to admin server
          when I start admin server. it always say "web dot found". Why?
          

          airwing wrote:
          > What I say ''all in mycluster" does include admin server. In fact, I need
          > not include admin server in mycluster. but if not include, cluster services
          > will not start. I do not know how to solve.
          >
          That's not true. Starting a cluster has nothing to do with admin server.
          Infact we always recommend to exclude admin server from cluster view.
          >
          > web is not targetted to admin server. it targetted to server1 and server2.
          >
          If web is not targetted to admin server, how are you able to access this webapp
          from admin server.
          >
          > I do not know how to access web by proxy server or load balancer. I just
          > acces it from http://admin server ip:port/web. Is this right?
          >
          WLS ships proxy plugins for ISAPI,NSAPI, apache & HttpClusterServlet
          you may want to read our docs. http://e-docs.bea.com/wls/docs61
          Kumar
          >
          > I am new guy. try to learn cluster. if I do not describe my problem detaily,
          > will you show me a successful config example same like mine?Thanks
          >
          > "Kumar Allamraju" <[email protected]> ??????:[email protected]...
          > > when you say "all in mycluster" do you mean admin server is also part of
          > > MyCluster or
          > > only server1 & server2.
          > >
          > > If "web" is not targetted to admin server, t hen admin server should not
          > > complain about
          > > "web" upon it's startup. You may want to double check the targets of this
          > > webapp.
          > >
          > > Also how are you accessing this webapp? via proxy server or load balancer?
          > >
          > > --
          > > Kumar
          > >
          > > airwing wrote:
          > >
          > > > I try to implement cluster like this
          > > >
          > > > admin server
          > > > |
          > > > |
          > > > --------------------------
          > > > | |
          > > > | mycluster |
          > > > server1 server2
          > > > (web) (web)
          > > >
          > > > admin server start as Administrator server
          > > > server1 and server2 start as managed server. and all in mycluster. web
          > has
          > > > depoloyed to server1 and server2, but not deployed to admin server
          > > >
          > > > when I start admin server. it always say "web dot found". Why?
          > >
          

Similar Messages

  • Simple question about WLI and admin server

    Hello,
    I have a domain with 3 servers in 2 machines. 2 servers forms the cluster and the other one is the admin server.
    When a process finish, the WLI core execute a setStatus on JMX component of type ProcessConfiguration. This type of component is only deployed (in my installation) in the admin server. So the Integrarion cluster service depends on admin server...if I stop the admin servers all the process invocations fails...
    I have tried to disable the process tracking data using wli console without results...
    How I can disable this behavior?
    Is there any way to deploy this type of component (ProcessConfiguration JMX) in the cluster?
    Thanks
    WL8.1 with SP5, WLI8.1

    Hello,
    You can start TOMCAT jsp engine on PC B, it will start on port 8080 on B. And now redirect the requests from Apache in PC A using the mod_rewrite. Look at the following link on how to redirect the requests, give the redirect url as PCB:8080
    http://httpd.apache.org/docs/misc/howto.html#redirect
    HTH
    Vamsi kundeti

  • Starting weblogic cluster and admin server on Win 2000 platform

    Hi! Here's my problem scenario:
    I'm running my WLS 8.1 application as WLS cluster on Win 2000 platform. I have
    3 replicated WLS servers in my cluster and of course one WLS server as admin server
    (4 WLS servers all together). I'm starting my WLS application using Win services
    which behind a scene call win 2000 comand interpreter batch-file to start the
    servers. Currently I have 4 different win 2000 services each calling different
    batch-files to start a WLS server (4 all together). Here's my question:
    Is there any way to start my cluster (3 managed WLS servers) and WLS admin server
    from single win 2000 command file (using single win 2000 service). Using win 2000
    AT-command interpreter command I can start executables and command(s) and command-files
    at background at specific date and time, but I want to start my WLS application
    on every win 2000 platform boot, is there any way to achieve this ???
    Best Regards!
    Jami

    hi,
    Thanks for stepping up!
    But I wasn't using any clustering or loadbalancing.
    Just a simple Admin server, Managed server set up.
    256 Meg, Pentium box running Win 2000 premium edition.
    I tried tweeking around the heap size too.... coz' the operations were slogging
    like anything...
    Bal
    "Raja Mukherjee" <[email protected]> wrote:
    It seems like network issue....do you have Windows Clustering/Load Balancing
    service turned on by any chance? I would also use netmon to see the traffic
    between the ips....
    ..raja
    "Bala" <[email protected]> wrote in message
    news:3b3a6c00$[email protected]..
    hi,
    I am looking at a strange behaviour with WLS6.0SP1 installed on WINDOWS2000 Premium.
    I brought up the Admin server and a Managed server. After a while theAdmin Server
    is compeletely
    losing the control of the managed server (for no reason).
    when I tried monitoring the managed server from the console, I couldnot
    access
    the manager server
    and the status down (red ball). I tried restarting the Admin Server
    in the discover mode - NO LUCK.
    But when I restart the Managed server and go to the Web Based Admin
    Console and refresh, it worked. But I dont think we should be doingthat
    in a
    production environment.
    Did anybody come across such a problem before ???
    Is this a problem with Win 2000 ???
    coz' it never happened with NT workstation
    thanks in advance

  • Stop managed server without node manager and admin server

    What are the commonly used ways to stop managed Weblogic server without node manager running and without administration server running?
    (I have only one solution: on the managed server startup dump process ID to a file, and then when I want to stop it, send a signal to this process ID and kill JVM. But it seems not very clean way.)
    (The managed server is started when both node manager and admin server are down, and I provide boot.properties of admin server to the managed server to start.)
    UPDATED: And I don't want to start neither admin server, nor node manager even temporarily.
    Edited by: user12163080 on Jun 24, 2010 4:40 AM

    Hai,
    I read the Oracle weblogic wlst script document without Admin server you cannot connect the managed server through the WLST script. see the below lines
    "The start command starts Managed Servers or clusters in a domain using Node Manager.
    To use the start command, WLST must be connected to a running Administration Server.
    To start Managed Servers without requiring a running Administration Server, use the
    nmStart command with WLST connected to Node Manager."
    "You shut down a server to which WLST is connected by entering the shutdown command
    without any arguments.
    When connected to a Managed Server instance, you only use the shutdown command to shut
    down the Managed Server instance to which WLST is connected; you cannot shut down another
    server while connected to a Managed Server instance.
    WLST uses Node Manager to shut down a Managed Server. When shutting down a Managed
    Server, Node Manager must be running.
    In the event of an error, the command returns"
    They are two option if you are using adminserver then we can stop the any Managed server.
    The option is if you are using the nodemanager without admin server we can stop the any Managed server.
    The last final solution to kill the particular Managed server pid.
    Regards,
    S.vinoth babu

  • Tcp_smallest_anon_port and admin server

    DS 5.1sp1+solaris 8
    if:
    ldap on port 389
    admin-serv on port 9345
    tcp_smallest_anon_port=8192
    there is no problem.
    When I change it to:
    ldap on port 389
    admin-serv on port 9345
    tcp_smallest_anon_port=16384
    Prolems occurs...., at first I saw directory was up, admin-server starting process was stuck there and after a while, admin-server is up and directory server is down. Here is the log file ( The whole thing happens when the system reboot and I have some script to start DS and admin-server)
    [12/Sep/2002:15:33:15 -0400] - iPlanet-Directory/5.1 B2001.326.2041 starting up
    [12/Sep/2002:15:33:17 -0400] - Detected Disorderly Shutdown last time Directory Server was running, recovering d
    atabase.
    [12/Sep/2002:15:33:24 -0400] - slapd started. Listening on all interfaces port 389 for LDAP requests
    [12/Sep/2002:15:33:33 -0400] - cos_cache_getref: no cos cache created
    [12/Sep/2002:16:35:55 -0400] - Unable to start slapd because it is already running as process 259
    [12/Sep/2002:16:35:55 -0400] - Shutting down due to possible conflicts with other slapd processes
    Interesting thing is that if I change admin server to 19345 and keep tcp_smaillest_anon_port to 16384, everything goes back normal, not startup problem at all.
    I am confused...
    Frank
    513-52996099

    It all depends on the protocols being used
    548 is Apple File Sharing protocol (afp://server.name)
    5900 is Screen Sharing (vnc://server.name)
    These ports need to be opened at the destination router, not the local router.  You should also be away that this may not be secure.
    TimeMachine will want the distant server to be a Mac OS X system with an HFS+ file system.
    You could also consider something like Hamachi (VPN)
    <http://www.macupdate.com/app/mac/36286/logmein-hamachi>
    For a small number of computers and for personal use, it is free to use.
    There are other secure remote connection approaches, such as setting up a VPN server on the remote server, or using ssh tunnels to the remote server.

  • Cluster and Backup server

    Hello guys;
    I want to use a cluster oracle server and another server in another place as a backup server to copy the database on line from the cluster server.
    If I want to make the backup server a primary server if something wrong happened to the cluster server.
    what the steps should I do? or if there is any document to read I'll be thankful
    thanks in advance

    Hi,
    What do you refer by saying cluster ? If you want to have a HA (High Availability) with Active/Passive cluster then you can go with 3rd party cluster vendor, like HACMP from IBM, ServiceGuard from HP and so on. If you want to create this with Oracle technologies then you are talking about Oracle RAC One Node. Of course you always go with Oracle RAC (Real Application Cluster) if you want to have a Active/Active cluster. These are in terms of cluster and High Availability.
    There is another point if you want to create a DR (Disaster Recovery) of you primary database then you would consider implementing Oracle Dataguard.
    Oracle has a rich documentation for blueprints and best practices, my sincerely advice is to get familiar with it:
    http://www.oracle.com/technetwork/database/features/availability/maa-090890.html
    Regards,
    Sve

  • Splitting the app traffic from the cluster and admin traffic

    Hi,
    We currently have a 10.3.2.0 setup where an admin server is behind a firewall and is running on the Administration Port and is connected to two managed servers in front of a first firewall in the DMZ.
    On each managed server there is two network interfaces one for management and one for apps/DB connections.
    So I was wanting to know how to you get the managed server to split the traffic??
    If I set the managed servers listening address to the management interface then it starts up fine as that what the admin server behind the firewall can see, BUT it means app and JDBC Connections dont work and the server goes to ADMIN state first before you have to manually resume it.
    If I set the managed servers listening address to the app interface then it can't start up and the app interfaces address is block from the admin server to the managed server via the firewall.
    If I set the managed server to have no listening address and leave it blank in the interface field, it starts up and listens on all interfaces, BUT can't find a route to the admin server.
    So what is the answer, can you do something with Network Channels?? Or is it the case you just can't do it and just to have one interface and one listening address as the admin traffic is split by the default administration channel anyway.
    Would be get to know.
    Alistair.

    Are you using cellular data? If yes, try to use Wi-Fi and see if the app works better by using a faster data connection. If you have no problem using Wi-Fi and maps, see if you can have a faster cellular connection by switching to 3G, 4G to LTE service in Settings/Cellular.

  • SSL configuration SOA-server and admin server

    I have configured admin console of weblogic to run on https port 7002 and also SoA-server.but my problem here is that i deployed soa-service on default partitions and when i try to test by going through the https://localhost:7002/em console in test page it showing me http://localhost:8001/...?WSDL URL ,why its not showing me https://localhost:8002/...?WSDL URL.But when i type in browser https://localhot:8002/..?WSDl i am able to access it .
    so how can i configure https://localhost:8002/..?WSDL URL when i login through SSL(secure port) 7002 port.
    and http://localhost:8001/..?WSDL URL when i login through normal port i.e 7001.

    Hi Bikash,
    Doc mentions that communication between AD and connector server is secure with ICF architecture.
    Just wanted to confirm if same is true between OIM and connector server.
    Saurabh mentions that between OIM and connector server ssl is required? Please confirm.
    Thanks

  • Cluster and Personalization server

    Hi:
    How do I set my Personalization/Portal server up to work in WL cluster ?
    Thank You
    David L. Wasler
    [email protected]

    It's just like setting up Weblogic Server (WLS) in a cluster. The Weblogic
    Personalization Server (WLPS) is a framework built on top of WLS. Check the
    administration documents at
    http://www.weblogic.com/docs51/cluster/index.html
    Ture Hoefner
    BEA Systems, Inc.
    1655 Walnut Street; suite 200
    Boulder, CO 80302
    www.beasys.com

  • About aglet and Tahiti server

    how can I test agent migration on the same machine?
    how to build two agletsd platforms on the same machine ?
    plez I need help i'm a beginner :(

    how can I test agent migration on the same machine?
    how to build two agletsd platforms on the same machine ?
    plez I need help i'm a beginner :(

  • 6.0 cluster startup without the admin server...

    Is it possible to start a WL6.0 cluster without the admin server being up
              and running? If not, are there any workarounds that eliminate the admin
              server as a single point of failure?
              

              I have same questions.
              1.The admin server's primary task is up the cluster?And if admin server is down
              that can't affect the cluster running.
              2.Is it right when the cluster is working,the useful ip is admin server's ip?For
              example,admin 10.10.10.1,cluster1 10.10.10.2,cluster2 10.10.10.3,the only useful
              ip is 10.10.10.1 in the cluster.
              3.Is it correct that because the only useful ip is 10.10.10.1,therefor my client
              access the cluster from 10.10.10.1?
              When my admin server is down,then my system will be down.
              4.which is the dispatch in the cluster system ?
              my step of configuration of th cluster:
              1.add two managed servers to admin server and edit startweblogic.cmd;
              2.config cluster.(admin server address 10.10.10.1:8168,cluster address 10.10.10.2:7001,10.10.10.3:7001),multicast(237.0.0.1)
              please help explain these questions!thanks a lot!
              2.
              Kumar Allamraju <[email protected]> wrote:
              >Sorry if i wasn't clear, what i mean to say is
              >
              >When you first start the managed server's you have to have admin server
              >up &
              >running.
              >Admin server can go down when cluster is running, but then you can't
              >add servers
              >to cluster
              >and I think its ok to have it that way from administration point of view.
              >
              >Yes, there's no facility to achieve single point of failure for admin
              >servers.
              >
              >--
              >Kumar
              >
              >
              >
              >William Wallace wrote:
              >
              >> I may be misreading that page, but it doesn't really tell me how to
              >> successfully start to start a managed server is the admin server is
              >down. If
              >> you run the managed server script you get an "cannot connect to admin
              >> server" exception if the admin server is not running. Now, I imagine
              >that I
              >> could script something up to restart the admin server if it's down,
              >but that
              >> doesn't protect me from hardware failure.
              >>
              >> "Kumar Allamraju" <[email protected]> wrote in message
              >> news:[email protected]...
              >> > http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1035064
              >> >
              >> > --
              >> > Kumar
              >> >
              >> >
              >> > William Wallace wrote:
              >> >
              >> > > Is it possible to start a WL6.0 cluster without the admin server
              >being
              >> up
              >> > > and running? If not, are there any workarounds that eliminate the
              >admin
              >> > > server as a single point of failure?
              >> >
              >
              

  • Admin Server Location

    Hi
              I have a cluster of n managed servers across m physical boxes. I am thinking about having the admin server on another separate physical server to increase robustness in a failure situation. This is particularly needed as I have cluster wide distrubuted JMS destinations. Does anyone know of any reasons why I should/should not do this.
              Thanks
              Matt

    While it is reasonable to have your admin server on a seperate box you may end up wasting resources if you don't deploy managed servers on the admin server box, if there is enough spare resource on the admin server box then I suggest using that space to deploy more managed servers.
              Managed servers can run even when the admin server is down so putting your admin server on it's own seperate box for that reason alone, is not justifiable IMHO :)
              However one thing I do suggest is seperating network resources used for administration of your cluster from the workload of your cluster. We are currently performance tuning a cluster and becuase the Admin server is using the same network resources as the cluster the admin console becomes alomst unusable under heavy load.
              Hoos

  • Weblogic Admin Server Clustering

    I am pretty new to WLS and was going through the doc on Clustering. It talks abt clustering managed servers.
    Is there a way to cluster WL Admin Server,for eg : I fee I will not be able to access admin console if admin server is down.
    so do we need to cluster Admin server also.
    thanks

    Only one admin server is possible within a particular domain.
    The managed servers will continue to operate normally without the presence of the admin server process, presuming that that the machine(s) hosting the managed servers are still alive.
    Run your admin server on a physically separate host than you use for your managed servers. In addition to not impacting your managed servers in the case of an admin server outage, this also makes it easier to control access to your admin server since you can restrict access to the entire host more closely than on the managed servers' hosts.

  • Admin server/ config DB

    Finally moving to 5.2 and I 'm setting up MM and 2 consumers. I'm having it all configurations stored into 1 config instance but I'll have it failover to the other master if the one confi instance is down w/. and Alteon. I used to in 5.1 have config instance on each server. My question is ... Sun recommends this but what do others do. Do you have your config DB included in your default instance on each server or do you try to just have one config db where they all sit?
    My other question is... Do you have an Admin server running on all servers or do you just have it on your masters since thats where your config sits.

    Years ago while running the older Netscape/iPlanet 4.0 series Directory server, I has configured all of my production Directory servers to use a single instance of the admin server (and hence, the same config db) located on the sole master. This was fine until we had a hardware failure and for lengthy reasons could not recover the admin server. Thus, I had to rebuild the entire production env from scratch. This was not fun and since then, I've made sure that every single directory server in our env uses it's only local config db and admin server.
    Like others, I'm currently building a new Directory implementation using the Sun JES 5.2 Director Server and am wondering if I should go back to a single config db/admin server instance for my entire production directory cluster. I'm very reluctant to do this as our need for truly High-Availability Directory Cluster is a MUST. I cannot have the loss or corruption of a admin server effect my entire production env.
    Does anybody else with strong HA Directory requirements have any thoughts on this issue?
    Certainly, I like idea of having a single Admin server instance but then I'm very reluctant to put all my "eggs in one basket", so to speak.
    Cheers,
    Rob Chevalier
    UC Berkeley

  • WebLogic Admin server fails to start after reboot

    Hi Gurus,
    Weblogic Admin server won't start up after a server reboot. Note that weblogic was gracefully shutdown before the restart.
    Also note that the following files were accidentally deleted after the reboot (but I don't think that should cause an issue..):
    /opt/shared/apps/hyperion/Oracle/Middleware/user_projects/domains/EPMSystem/servers/AdminServer/data/store/default/_WLS_ADMINSERVER000000.DAT
    /opt/shared/apps/hyperion/Oracle/Middleware/user_projects/domains/EPMSystem/servers/AdminServer/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT
    Looking at the AdminServer.log:
    *####<Oct 11, 2012 11:27:53 AM EDT> <Critical> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969273846> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: weblogic.management.provider.EditFailedException:*
    java.lang.AssertionError: weblogic.management.provider.EditFailedException:
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:79)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:83)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:233)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:155)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:27)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: weblogic.management.provider.EditFailedException:
         at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1754)
         at weblogic.management.provider.internal.EditAccessImpl.getCurrentDomainBean(EditAccessImpl.java:241)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:76)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:83)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:233)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:155)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:27)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: org.xml.sax.SAXParseException: Premature end of file.
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
         at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1414)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1059)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
         at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:235)
         at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
         at weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:163)
         at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
         at weblogic.management.provider.internal.ConfigReader.convert(ConfigReader.java:106)
         at weblogic.management.provider.internal.ConfigReader.<init>(ConfigReader.java:70)
         at weblogic.management.provider.internal.ConfigReader.<init>(ConfigReader.java:64)
         at weblogic.management.provider.internal.EditAccessImpl.loadBeanTree(EditAccessImpl.java:1917)
         at weblogic.management.provider.internal.EditAccessImpl.loadBeanTreeFromPending(EditAccessImpl.java:1807)
         at weblogic.management.provider.internal.EditAccessImpl.ensureBeanTreeLoaded(EditAccessImpl.java:1740)
         at weblogic.management.provider.internal.EditAccessImpl.getCurrentDomainBean(EditAccessImpl.java:241)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.<init>(DomainRuntimeServiceMBeanImpl.java:76)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl$SINGLETON.getInstance(DomainRuntimeServiceMBeanImpl.java:68)
         at weblogic.management.mbeanservers.domainruntime.internal.DomainRuntimeServiceMBeanImpl.getDomainConfiguration(DomainRuntimeServiceMBeanImpl.java:132)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.initAppDeploymentRuntimes(DeploymentManagerImpl.java:239)
         at weblogic.management.deploy.internal.DeploymentManagerImpl.<init>(DeploymentManagerImpl.java:81)
         at weblogic.management.deploy.internal.DeploymentServerService.initializeDeploymentManager(DeploymentServerService.java:256)
         at weblogic.management.deploy.internal.DeploymentServerService.startAdminServerDeploymentService(DeploymentServerService.java:232)
         at weblogic.management.deploy.internal.DeploymentServerService.init(DeploymentServerService.java:154)
         at weblogic.management.deploy.internal.DeploymentPreStandbyServerService.start(DeploymentPreStandbyServerService.java:26)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    ####<Oct 11, 2012 11:27:54 AM EDT> <Notice> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274051> <BEA-000365> <Server state changed to FAILED>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Error> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274053> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Notice> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274069> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274138> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.domainruntime .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274140> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.edit .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMX> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274141> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://3.56.11.196:7001/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebService> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274146> <BEA-220028> <Web Service reliable agents are suspended.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebService> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274153> <BEA-220029> <Web Service reliable agents are shut down.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <MessagingBridge> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274318> <BEA-200001> <The messaging bridge service has successfully shut down.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274426> <BEA-040308> <JMS service is suspending.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274506> <BEA-040107> <Undeployed 8 default connection factories.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JMS> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274510> <BEA-040015> <JMS shutdown is complete.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274530> <BEA-001144> <Force Suspending the JDBC service.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274536> <BEA-001146> <Force suspend of the JDBC service completed.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274538> <BEA-001147> <Shutting down the JDBC service.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <JDBC> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274552> <BEA-001149> <Shutdown of the JDBC service completed.>
    ####<Oct 11, 2012 11:27:54 AM EDT> <Info> <WebLogicServer> <tnsq08041.energy.ge.com> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1349969274694> <BEA-000236> <Stopping execute threads.>
    Kindly guide me with this. Thanks!
    Edited by: Kent Pawar. on Oct 11, 2012 8:51 AM

    Issue is :
    Caused By: weblogic.management.provider.EditFailedException:
    One probable reason can be some change made to the config.xml file . If you have previous backup for the config.xml file then try to replace the config.xml file and restart the server .
    Another reason for this exception may be that there were some changes made to configuration through the Admin Console which were not activated completely and Admin Server was restarted . under this scenario weblogic will create a /pendig dir and have a config.xml file created there with the un-activated changes .
    some workaround you can try to restore the Admin Server :
    Under domain dir ,
    \pending directory -- take backup and delete the dir .
    Under Admin Server Dir :
    data\store --- take backup and delete the dir .
    thanks,
    Sandeep

Maybe you are looking for

  • How do I transfer an imovie from one mac to another and be able to edit it?

    I need to transfer an iMovie project from another mac onto mine and be able to edit it in its components...help!

  • Nomad Jukebox Zen Xtra 30GB- tried to upgrade firmware. Process hung, now nothing wo

    This is really frustrating. I know my MP3 player is old, but it was working. Trying to find all the information I needed to have to upgrade this player so that it would work with Windows Vista was difficult. It wasn't all in the same place. I just ke

  • Lion's Preview "Auto Rotate" Default: How change it?

    The default appears to be in OS 10.7.2 that Auto Rotate is checked.  If one rarely, if ever, wants to rotate when printing Preview screens, how do you change the default?  Thanks. Respectfully, Norm

  • Value addition on asset

    Hi, Please let me know how SAP would calculate depreciation in the following business scenario. Jan 1st 2004: An Asset is aquired for $1000. Life time: 3 years Depreciation on Dec 2004: $300 Depreciation on Dec 2005: $300 Value left on asset: $400 On

  • Failed To Renew Ip Address.

    Please help me i've about had it with my wireless adapter. Read carefully. I have a linksys wireless adapter and router. I have 2 xboxes and 2 computers in my house all which use the linksys router. Both xboxes and the 1 of the computers (laptop) can