Can I use Admin Console to Start Clustered Servers ?

          I have just started to look at clustering and am in the process of running through
          the cluster example tutorial. I have used the domain config wizard to create
          a manged server with a cluster and another server to act as the http proxy. As
          I prefer to use the admin console for all tasks I wondered if there is any way
          to start the managed servers from the console. The reason I ask is that I cannot
          find a way to start another server from the console apart from the admin server.
          On a seperate note can anyone tell me whether the multicast IP address is something
          that I should be concerned with as a developer. The reason I ask is that I know
          it is used for clustered servers to communicate, but how can it do that if the
          IP address is a physical box that does not have BEA installed.
          Thanks
          Justin
          

Yes, you can start all managed servers from the console ... Look under the
          cluser that you create and click on the control tab ... you should be able
          to start all the managed servers that will be apart of the cluster there.
          Weblogic uses a service on the local machine called node manager which will
          start and stop the services on each managed server.
          Its good for developers to know something about multicasting as far as what
          it does, how it works but most system administrators all well versed with
          the inner workings of it. You have to have weblogic installed in order for
          that particular box to become apart of the cluster, and you can run multiple
          managed servers on one physical box but be careful with resource intensive
          apps.
          "Justin Flanagan" <[email protected]> wrote in message
          news:[email protected]...
          >
          > I have just started to look at clustering and am in the process of running
          through
          > the cluster example tutorial. I have used the domain config wizard to
          create
          > a manged server with a cluster and another server to act as the http
          proxy. As
          > I prefer to use the admin console for all tasks I wondered if there is any
          way
          > to start the managed servers from the console. The reason I ask is that I
          cannot
          > find a way to start another server from the console apart from the admin
          server.
          >
          > On a seperate note can anyone tell me whether the multicast IP address is
          something
          > that I should be concerned with as a developer. The reason I ask is that
          I know
          > it is used for clustered servers to communicate, but how can it do that if
          the
          > IP address is a physical box that does not have BEA installed.
          >
          > Thanks
          >
          > Justin
          Outgoing mail is certified Virus Free.
          Checked by AVG anti-virus system (http://www.grisoft.com).
          Version: 6.0.638 / Virus Database: 409 - Release Date: 3/21/2004
          

Similar Messages

  • How to create Users/Roles for ldap in weblogic without using admin console

    Is it possible to create Users/Roles for ldap in weblogic without using admin console? if possible what are the files i need to modify in DefaultDomain?
    or is there any ant script for creating USers/Roles?
    Regards,
    Raghu.
    Edited by: user9942600 on Jul 2, 2009 1:00 AM
    Edited by: user9942600 on Jul 2, 2009 1:58 AM

    Hi..
    You can use wlst or jmx to perform all security config etc.. same as if it were perfomred from the admin console..
    .e.g. wlst create user
    ..after connecting to admin server
    serverConfig()
    cd("/SecurityConfiguration/your_domain_name/Realms/myrealm/AuthenticationProviders/DefaultAuthenticator")
    cmo.createUser("userName","Password","UserDesc")
    ..for adding/configuring a role
    cd("/SecurityConfiguration/your_domain_name/Realms/myrealm/RoleMappers/XACMLRoleMapper")
    cmo.createRole('','roleName', 'userName')
    ...see the mbean docs for all the different attributes, operations etc..
    ..Mark.

  • Can we use Perform statement in start routine ,Form and endform.

    Hi,
    Can we use Perform statement in start routine ? Then write the ABAP code between Form and Endform.
    Example : Can I use Perform ABC in start routine. Then define ABC at the end of start routine.
          Form ABC,
          ......<ABAP> code .....
          Endform.

    Hi,
    In BI 7.0 we have start routines defined using Class where you might be able to create your own performs, but in case of BW3.5 Start routines are defined using Form so there I don't think it will allow you to create one more form.
    But you can surely try both the approaches.
    Reards,
    Durgesh.

  • Starting an App using Admin Console - confusing message

    I tried starting my 'App' and the messages indicate success but say failure.
    I am confused.
    Here is a CUT/PASTE of the "Progress of Activation (Entire Domain)" window.
    I also attach my config file for consideration...
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    ********CHECKING SYSTEM RESOURCES
    Security=NONE
    ********ACTIVATING ADMINISTRATIVE SERVERS ON MASTER SITE
    Could not Activate the Administrative Servers.
    Domain=poc
    Master=PACEMid1 [A.Central.poc.customs.gov.au]
    State=INACTIVE
    Options=LAN,MIGRATE
    [Operation: SET T_DOMAIN STATE:ACTIVE]
    [Message: Success]
    The activation attempt has failed. Check
    the information printed above for possible
    reasons for the failure.
    ******END OF MESSAGES******
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    [config.txt]

    Lyall,
    You are corect that you only need the compiled TUXCONFIG file on the
    master machine, the boot process will propagate it to the other machines.
    I am unclear as to what your problem is now, where is the boot failing?
    Are there any errors in the ULOG file on the master machine, or the
    other machine?
    The tlisten process must be started manually (or via UNIX startup
    scripts) the tmboot brings up application servers. This application
    boot process that may require the tlisten to be running in advance.
    There is no way that the boot process "thinks it is starting the tlisten"
    Please post some more information about what your current problem is!
    Regards,
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, and BEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness of
    the
    information provided
    and assumes no duty to correct, expand upon, delete or update any of the
    information contained in this posting.
    Lyall Pearce wrote:
    Thankyou Peter for responding so quickly.
    I am still having difficulty. (Linux unix in case you are wondering)
    The admin console thinks it is ok starting the master (cos it thinks it is starting
    the tlisten process when I know one is already running)
    [tuxadm@PACEMid1 poc]$ ps -fae | grep tlisten
    tuxadm 14653 1 0 18:10 pts/10 00:00:00 tlisten -l //PACEMid1:12344
    tuxadm 14799 11238 0 18:29 pts/10 00:00:00 grep tlisten
    [tuxadm@PACEMid1 poc]$
    It also thinks that it is not running on the second machine and so, fails to start
    up the second machine. I know the tlisten is running on the second machine.
    [tuxadm@PACEMid2 poc]$ ps -afe | grep tlisten
    tuxadm 2891 1 0 08:51 pts/8 00:00:00 tlisten -l //PACEMid2:12344
    tuxadm 2954 1111 0 09:04 pts/8 00:00:00 grep tlisten
    [tuxadm@PACEMid2 poc]$
    The admin console shows the full configuration (wonderful stuff really)
    My config file has been updated now that I understand the difference between NADDR
    and NLSADDR (maybe some synonyms in these config files that are more intuitive
    would be helpful!)
    I have only shown what I understand to be the relevant networking entries here.
    *MACHINES
    "PACEMid1"
         LMID               = "Central.A.poc.customs.gov.au"
         TUXDIR               = "/opt/bea/tuxedo8.0"
         APPDIR               = "/home/tuxadm/poc"
         TUXCONFIG          = "/home/tuxadm/poc/tuxconfig.poc.customs.eds.au"
    "PACEMid2"
         LMID               = "Adl.A.poc.customs.gov.au"
         TUXDIR               = "/opt/bea/tuxedo8.0"
         APPDIR               = "/home/tuxadm/poc"
         TUXCONFIG          = "/home/tuxadm/poc/tuxconfig.poc.customs.eds.au"
    *NETWORK
    "Central.A.poc.customs.gov.au"
         NADDR               = "//205.239.97.151:12345"
         NLSADDR               = "//205.239.97.151:12344"
    "Adl.A.poc.customs.gov.au"
         NADDR               = "//205.239.97.198:12345"
         NLSADDR               = "//205.239.97.198:12344"
    In summary:
    I seem to be in control of the master machine by default since it gives the impression
    it is starting it's own tlisten process (which I am unable to find).
    I am not in control of the second machine.
    I have compiled the Config file on the master machine only (it does not exist
    on the second machine), I gather that it will be replicated to the second machine.
    ..Lyall

  • How to manually add library to my WL domain using admin console?

    Hello All,
    In need to manually add the JSF2:0 shared library into my
    domain using the admin console. How can I do that?
    Should I go to Admin Console -> Deployments -> Install -> Upload (from my desktop) -> now how do I tell where this should be installed in weblogic?
    Thanks,

    this link http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/taskhelp/library/DeployLibrary.html shows the steps involved

  • Exception when deploying application using admin console

    Whenever I deploy an application using the admin console window, I get a DistributedExcpetion,
    The application gets deployed though! so I am assuming that this is not very critical,
    but If somebody can tell me what this is then It would be really helpful.
    Thx-
    Iqbal
    Here is the exception stack trace:-
    java.lang.reflect.InvocationTargetException: weblogic.management.DistributedManagementException:
    Distributed Management [1 exceptions]
         at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:443)
         at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:298)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
         at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
         at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
         at $Proxy10.setDeployed(Unknown Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.console.utils.SetException: An error occurred while updating
    Deployed on Proxy for mydomain:Name=cmeEJB,Type=Application - with nested exception:
    [java.lang.reflect.InvocationTargetException - with target exception:
    [weblogic.management.DistributedManagementException: Distributed Management [1 exceptions]]]
         at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi.
    Thanks for the additional info.
    I found 2 similar issues with similar stack traces for WLS 6.1 sp2. One of the issues we could not reproduce, and in the
    end the customer reinstalled WLS and the problem went away. The other issue was found internally and is not currently
    active. I'm not 100% sure your situation is identical to one of these.
    Therefor I suggest the following course of action:
    1. Since this is an intermittant problem try reinstalling WLS. If that doesn't help then...
    2. open a case with support. It may not be a major issue, but we need to be sure of this.
    Hope this helps,
    Michael
    Iqbal wrote:
    I am running WLS version 6.1 with sp2. I get this error every once in a while.
    Thx!
    -Iqbal
    Michael Young <[email protected]> wrote:
    Hi.
    This may be a known issue, but I need more info. What version (including
    service pack level) of WLS are you running?
    Also, if you are not running sp2 please apply it and test to see if you
    are still seeing this.
    Let me know what you find.
    Thanks,
    Michael
    Iqbal wrote:
    Whenever I deploy an application using the admin console window, I geta DistributedExcpetion,
    The application gets deployed though! so I am assuming that this is notvery critical,
    but If somebody can tell me what this is then It would be really helpful.
    Thx-
    Iqbal
    Here is the exception stack trace:-
    java.lang.reflect.InvocationTargetException: weblogic.management.DistributedManagementException:
    Distributed Management [1 exceptions]
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:443)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:298)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
    at $Proxy10.setDeployed(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.console.info.MBeanAttribute.doSet(MBeanAttribute.java:84)
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    --------------- nested within: ------------------
    weblogic.management.console.utils.SetException: An error occurred whileupdating
    Deployed on Proxy for mydomain:Name=cmeEJB,Type=Application - with nestedexception:
    [java.lang.reflect.InvocationTargetException - with target exception:
    [weblogic.management.DistributedManagementException: Distributed Management
    [1 exceptions]]
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:151)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)--
    Michael Young
    Developer Relations Engineer
    BEA Support
    Michael Young
    Developer Relations Engineer
    BEA Support

  • WLS 10.0 cannot get Admin Console to start

    Hi,
    We have WLS 10.0 with Jrocket on a Windows Server.
    We have two domains and they have been working fine for well over a year until this morning. I cannot bring up the Admin Console for the 2 domains. The domains are setup to start up automatically and they get stopped and started every Saturday. This week the restart seems to have failed, The services were showing as started but we could not login into the WLS Admin Console or the web applications that the domains host.
    As far as i know nothing should have changed with the server.
    Event viewer is not showing any issues.
    I tried to start the WLS for the 'da' domain from the cmd line and am now seeing the following in the AdminServer.log (FYI, the domain log is not being created). I have had to remove some lines to make the post :
    ========================================================================
    ####<Feb 14, 2010 2:20:15 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <> <Main Thread> <> <> <> <1266142815354> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    D:\bea10\wlserver_10.0\platform\lib\p13n\p13n-schemas.jar;D:\bea10\wlserver_10.0\platform\lib\p13n\p13n_common.jar;D:\bea10\wlserver_10.0\platform\lib\p13n\p13n_system.jar;D:\bea10\wlserver_10.0\platform\lib\wlp\netuix_common.jar;D:\bea10\wlserver_10.0\platform\lib\wlp\netuix_schemas.jar;D:\bea10\wlserver_10.0\platform\lib\wlp\netuix_system.jar;D:\bea10\wlserver_10.0\platform\lib\wlp\wsrp-client.jar;D:\bea10\wlserver_10.0\platform\lib\wlp\wsrp-common.jar>
    ####<Feb 14, 2010 2:20:15 PM GST> <Info> <WebLogicServer> <ePIMSEDMS2> <> <Main Thread> <> <> <> <1266142815870> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R26.4.0-63_CR302700-72606-1.5.0_06-20061127-1108-win-ia32 from BEA Systems, Inc.>
    ####<Feb 14, 2010 2:20:16 PM GST> <Info> <Management> <ePIMSEDMS2> <> <Main Thread> <> <> <> <1266142816183> <BEA-141107> <Version: WebLogic Server 10.0 Wed May 9 18:10:27 EDT 2007 933139 >
    ####<Feb 14, 2010 2:20:17 PM GST> <Info> <WebLogicServer> <ePIMSEDMS2> <> <Main Thread> <> <> <> <1266142817511> <BEA-000215> <Loaded License : D:\bea10\license.bea>
    ####<Feb 14, 2010 2:20:17 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <> <Main Thread> <> <> <> <1266142817526> <BEA-000365> <Server state changed to STARTING>
    ####<Feb 14, 2010 2:20:23 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1266142823995> <BEA-000365> <Server state changed to STANDBY>
    ####<Feb 14, 2010 2:20:24 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Main Thread> <<WLS Kernel>> <> <> <1266142824011> <BEA-000365> <Server state changed to STARTING>
    ####<Feb 14, 2010 2:20:24 PM GST> <Info> <Deployer> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142824026> <BEA-149209> <Resuming.>
    ####<Feb 14, 2010 2:20:24 PM GST> <Info> <WorkManager> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142824183> <BEA-002901> <Creating WorkManager "consoleWorkManager" for module "null" and application "consoleapp">
    ####<Feb 14, 2010 2:20:24 PM GST> <Info> <J2EE> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142824292> <BEA-160192> <While upgrading weblogic.xml, encountered "debug" param "jsp-param". This param is unknown and will be removed>
    ####<Feb 14, 2010 2:20:24 PM GST> <Info> <J2EE> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142824698> <BEA-160192> <While upgrading weblogic.xml, encountered "debug" param "jsp-param". This param is unknown and will be removed>
    ####<Feb 14, 2010 2:20:25 PM GST> <Info> <Deployer> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142825011> <BEA-149059> <Module da.war of application da is transitioning from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Feb 14, 2010 2:20:25 PM GST> <Info> <Deployer> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142825354> <BEA-149060> <Module da.war of application da successfully transitioned from STATE_NEW to STATE_PREPARED on server AdminServer.>
    ####<Feb 14, 2010 2:20:25 PM GST> <Info> <Deployer> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142825370> <BEA-149059> <Module da.war of application da is transitioning from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Feb 14, 2010 2:20:25 PM GST> <Info> <Deployer> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142825370> <BEA-149060> <Module da.war of application da successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.>
    ####<Feb 14, 2010 2:20:37 PM GST> <Info> <netuix> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142837729> <BEA-423101> <[console] Initializing the NetUIx container>
    ####<Feb 14, 2010 2:20:39 PM GST> <Info> <netuix> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1266142839433> <BEA-423120> <WEB-INF/client-classifications.xml file not found at uri [webapp]. Classifications functionality not enabled.>
    ####<Feb 14, 2010 2:36:43 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803604> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    ####<Feb 14, 2010 2:36:43 PM GST> <Alert> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803620> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    ####<Feb 14, 2010 2:36:43 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803620> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<Feb 14, 2010 2:36:43 PM GST> <Info> <JMX> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803683> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://10.113.202.96:8101/jndi/weblogic.management.mbeanservers.edit .>
    ####<Feb 14, 2010 2:36:43 PM GST> <Info> <JMX> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803683> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://10.113.202.96:8101/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Feb 14, 2010 2:36:43 PM GST> <Info> <WebService> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803683> <BEA-220028> <Web Service reliable agents are suspended.>
    ####<Feb 14, 2010 2:36:43 PM GST> <Info> <WebService> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803683> <BEA-220029> <Web Service reliable agents are shut down.>
    ####<Feb 14, 2010 2:36:43 PM GST> <Info> <SAFService> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803698> <BEA-281004> <SAF Service has been suspended.>
    ####<Feb 14, 2010 2:36:43 PM GST> <Info> <SAFService> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803698> <BEA-281005> <SAF Service has been shut down.>
    ####<Feb 14, 2010 2:36:43 PM GST> <Info> <Deployer> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <> <> <1266143803714> <BEA-149059> <Module da.war of application da is transitioning from STATE_ADMIN to STATE_NEW on server AdminServer.>
    ####<Feb 14, 2010 2:36:49 PM GST> <Info> <Management> <ePIMSEDMS2> <AdminServer> <ApplicationFilePoller-consoleapp> <<anonymous>> <> <> <1266143809277> <BEA-400411> <ApplicationFilePoller exiting. Further application file updates will not be seen.>
    ####<Feb 14, 2010 2:37:13 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Thread-19> <<WLS Kernel>> <> <> <1266143833624> <BEA-000378> <Server failed to shutdown within the configured timeout of 30 seconds. The server process will exit now.>
    ####<Feb 14, 2010 2:37:13 PM GST> <Error> <> <ePIMSEDMS2> <AdminServer> <Thread-19> <<WLS Kernel>> <> <> <1266143833640> <BEA-000000> <
    ===== FULL THREAD DUMP ===============
    Sun Feb 14 14:37:13 2010
    BEA JRockit(R) R26.4.0-63_CR302700-72606-1.5.0_06-20061127-1108-win-ia32
    "Main Thread" id=1 idx=0x2 tid=8140 prio=5 alive, in native, blocked
    -- Blocked trying to get lock: java/lang/Class@0x00DB5430[thin lock]
    at jrockit/vm/Threads.sleep(I)V(Native Method)
    at jrockit/vm/Locks.waitForThinRelease(Ljava/lang/Object;I)I(Unknown Source)
    at jrockit/vm/Locks.monitorEnterSecondStage(Ljava/lang/Object;I)Ljava/lang/Object;(Unknown Source)
    at jrockit/vm/Locks.monitorEnter(Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
    at java/lang/Shutdown.exit(I)V(Unknown Source)
    at java/lang/Runtime.exit(I)V(Runtime.java:90)
    at java/lang/System.exit(I)V(Unknown Source)
    at weblogic/Server.main([Ljava/lang/String;)V(Server.java:87)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    "(Signal Handler)" id=2 idx=0x4 tid=1196 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: weblogic/t3/srvr/T3Srvr$2@0x00DEDF70[fat lock]
    at jrockit/vm/Threads.waitForSignal(J)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Thread.join(J)V(Unknown Source)
    ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr$2@0x00DEDF70[fat lock]
    at java/lang/Thread.join()V(Unknown Source)
    at java/lang/Shutdown.runHooks()V(Unknown Source)
    at java/lang/Shutdown.sequence()V(Unknown Source)
    at java/lang/Shutdown.exit(I)V(Unknown Source)
    ^-- Holding lock: java/lang/Class@0x00DB5430[thin lock]
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    "(Code Generation Thread 1)" id=3 idx=0x6 tid=1736 prio=5 alive, in native, native_waiting, daemon
    "(Code Optimization Thread 1)" id=4 idx=0x8 tid=436 prio=5 alive, in native, native_waiting, daemon
    "(GC Main Thread)" id=5 idx=0xa tid=3404 prio=5 alive, in native, daemon
    "(GC Worker Thread 1)" id=? idx=0xc tid=7548 prio=5 alive, native_waiting, daemon
    "(GC Worker Thread 2)" id=? idx=0xe tid=8164 prio=5 alive, native_waiting, daemon
    "(GC Worker Thread 3)" id=? idx=0x10 tid=6716 prio=5 alive, native_waiting, daemon
    "(GC Worker Thread 4)" id=? idx=0x12 tid=5452 prio=5 alive, native_waiting, daemon
    "(VM Periodic Task)" id=6 idx=0x14 tid=4496 prio=10 alive, in native, daemon
    "Timer-0" id=11 idx=0x1a tid=7536 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x00CB5758[fat lock]
    at jrockit/vm/Threads.waitForSignal(J)Z(Native Method)
    at jrockit/vm/Locks.wait(Ljava/lang/Object;J)V(Unknown Source)
    at java/lang/Object.wait()V(Native Method)
    at java/util/TimerThread.mainLoop()V(Timer.java:483)
    ^-- Lock released while waiting: java/util/TaskQueue@0x00CB5758[fat lock]
    at java/util/TimerThread.run()V(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    "Timer-1" id=12 idx=0x1c tid=5060 prio=5 alive, in native, waiting, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x04F27760[fat lock]
    at jrockit/vm/Threads.waitForSignal(J)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/util/TimerThread.mainLoop()V(Timer.java:509)
    ^-- Lock released while waiting: java/util/TaskQueue@0x04F27760[fat lock]
    at java/util/TimerThread.run()V(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=13 idx=0x1e tid=732 prio=5 alive, in native, daemon
    at sun/nio/ch/SocketDispatcher.read0(Ljava/io/FileDescriptor;JI)I(Native Method)
    at sun/nio/ch/SocketDispatcher.read(Ljava/io/FileDescriptor;JI)I(SocketDispatcher.java:25)
    at sun/nio/ch/IOUtil.readIntoNativeBuffer(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;Ljava/lang/Object;)I(IOUtil.java:233)
    at sun/nio/ch/IOUtil.read0(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;Ljava/lang/Object;)I(IOUtil.java:200)
    at sun/nio/ch/IOUtil.read(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;JLsun/nio/ch/NativeDispatcher;Ljava/lang/Object;)I(Unknown Source)
    at sun/nio/ch/SocketChannelImpl.read(Ljava/nio/ByteBuffer;)I(SocketChannelImpl.java:207)
    ^-- Holding lock: java/lang/Object@0x0707C800[thin lock]
    at com/documentum/fc/impl/util/io/MessageChannel.readSocket(Ljava/nio/ByteBuffer;I)V(MessageChannel.java:123)
    at com/documentum/fc/impl/util/io/MessageChannel.readLength()I(MessageChannel.java:100)
    at com/documentum/fc/impl/util/io/MessageChannel.getIncomingMessageLength()I(MessageChannel.java:92)
    at com/documentum/fc/impl/util/io/MessageChannel.read(Ljava/nio/ByteBuffer;)I(MessageChannel.java:77)
    ^-- Holding lock: com/documentum/fc/impl/util/io/MessageChannel@0x07088B80[thin lock]
    at com/documentum/fc/client/impl/connection/netwise/AbstractNetwiseRpcClient.receiveMessage(Ljava/nio/ByteBuffer;)V(AbstractNetwiseRpcClient.java:167)
    at com/documentum/fc/client/impl/connection/docbase/netwise/NetwiseDocbaseRpcClient.applyForStringInternal(Ljava/lang/String;Lcom/documentum/fc/common/IDfId;Lcom/documentum/fc/client/impl/typeddata/ITypedData;ZZ)Ljava/lang/String;(NetwiseDocbaseRpcClient.java:746)
    ^-- Holding lock: com/documentum/fc/client/impl/connection/docbase/netwise/NetwiseDocbaseRpcClient@0x07088C18[recursive]
    at com/documentum/fc/client/impl/connection/docbase/netwise/NetwiseDocbaseRpcClient.fetchTypeViaApply(Ljava/lang/String;I)Lcom/documentum/fc/client/impl/typeddata/ILiteType;(NetwiseDocbaseRpcClient.java:894)
    at com/documentum/fc/client/impl/connection/docbase/netwise/NetwiseDocbaseRpcClient.fetchType(Ljava/lang/String;I)Lcom/documentum/fc/client/impl/typeddata/ILiteType;(NetwiseDocbaseRpcClient.java:821)
    ^-- Holding lock: com/documentum/fc/client/impl/connection/docbase/netwise/NetwiseDocbaseRpcClient@0x07088C18[thin lock]
    at com/documentum/fc/client/impl/connection/docbase/DocbaseConnection$11.evaluate()Ljava/lang/Object;(DocbaseConnection.java:1309)
    ^-- Holding lock: com/documentum/fc/client/impl/connection/docbase/DocbaseConnection@0x06E11D48[recursive]
    at com/documentum/fc/client/impl/connection/docbase/DocbaseConnection.evaluateRpc(Lcom/documentum/fc/impl/util/Functor;Z)Ljava/lang/Object;(DocbaseConnection.java:1014)
    ^-- Holding lock: com/documentum/fc/client/impl/connection/docbase/DocbaseConnection@0x06E11D48[recursive]
    at com/documentum/fc/client/impl/connection/docbase/DocbaseConnection.fetchType(Ljava/lang/String;Z)Lcom/documentum/fc/client/impl/typeddata/ILiteType;(DocbaseConnection.java:1302)
    at com/documentum/fc/client/impl/connection/LiteTypeManager.getRawType(Ljava/lang/String;Lcom/documentum/fc/client/impl/connection/docbase/IDocbaseConnection;)Lcom/documentum/fc/client/impl/typeddata/ILiteType;(LiteTypeManager.java:104)
    at com/documentum/fc/client/impl/connection/LiteTypeManager.getType(Ljava/lang/String;Ljava/util/List;Lcom/documentum/fc/client/impl/connection/docbase/IDocbaseConnection;)Lcom/documentum/fc/client/impl/typeddata/ILiteType;(LiteTypeManager.java:78)
    at com/documentum/fc/client/impl/connection/LiteTypeManager.getType(Ljava/lang/String;Lcom/documentum/fc/client/impl/connection/docbase/IDocbaseConnection;)Lcom/documentum/fc/client/impl/typeddata/ILiteType;(LiteTypeManager.java:61)
    at com/documentum/fc/client/impl/connection/docbase/DocbaseConnection.getLiteType(Ljava/lang/String;)Lcom/documentum/fc/client/impl/typeddata/ILiteType;(DocbaseConnection.java:1421)
    ^-- Holding lock: com/documentum/fc/client/impl/connection/docbase/DocbaseConnection@0x06E11D48[recursive]
    at com/documentum/fc/client/impl/Docbase.typeExists(Lcom/documentum/fc/client/impl/connection/docbase/IDocbaseConnection;Ljava/lang/String;)Z(Docbase.java:143)
    at com/documentum/fc/client/impl/Docbase.determineBof2Support(Lcom/documentum/fc/client/impl/connection/docbase/IDocbaseConnection;)V(Docbase.java:133)
    at com/documentum/fc/client/impl/Docbase.<init>(Lcom/documentum/fc/client/impl/connection/docbase/IDocbaseConnection;Lcom/documentum/fc/client/impl/Server;)V(Docbase.java:90)
    at com/documentum/fc/client/impl/Docbase.getInstance(Lcom/documentum/fc/client/impl/connection/docbase/IDocbaseConnection;Lcom/documentum/fc/client/impl/Server;)Lcom/documentum/fc/client/impl/Docbase;(Docbase.java:58)
    ^-- Holding lock: java/util/HashMap@0x091A3598[thin lock]
    at com/documentum/fc/client/impl/connection/docbase/DocbaseConnection.getDocbase()Lcom/documentum/fc/client/impl/Docbase;(DocbaseConnection.java:1553)
    ^-- Holding lock: com/documentum/fc/client/impl/connection/docbase/DocbaseConnection@0x06E11D48[thin lock]
    at com/documentum/fc/client/impl/session/Session.getDocbase()Lcom/documentum/fc/client/impl/Docbase;(Session.java:3113)
    at com/documentum/fc/client/impl/session/Session.getObjectManager(Lcom/documentum/fc/common/IDfId;)Lcom/documentum/fc/client/impl/objectmanager/PersistentObjectManager;(Session.java:775)
    at com/documentum/fc/client/impl/session/Session.getObject(Lcom/documentum/fc/common/IDfId;)Lcom/documentum/fc/client/IDfPersistentObject;(Session.java:834)
    at com/documentum/fc/client/impl/session/SessionHandle.getObject(Lcom/documentum/fc/common/IDfId;)Lcom/documentum/fc/client/IDfPersistentObject;(SessionHandle.java:580)
    at com/documentum/fc/client/security/impl/IpAndRcHelper.getRegistration(Lcom/documentum/fc/client/security/internal/IPublicIdentity;Lcom/documentum/fc/client/IDfSession;)Lcom/documentum/fc/client/privilege/internal/IClientRegistration;(IpAndRcHelper.java:472)
    at com/documentum/fc/client/security/impl/DfcIdentityPublisher.getRegistration(Lcom/documentum/fc/client/security/internal/IPublicIdentity;Lcom/documentum/fc/client/IDfSession;)Lcom/documentum/fc/client/privilege/internal/IClientRegistration;(DfcIdentityPublisher.java:469)
    at com/documentum/fc/client/security/impl/DfcIdentityPublisher.isRegistration(Lcom/documentum/fc/client/security/internal/IPublicIdentity;Lcom/documentum/fc/client/IDfSession;)Z(DfcIdentityPublisher.java:446)
    at com/documentum/fc/client/security/impl/DfcIdentityPublisher.publish(Z)V(DfcIdentityPublisher.java:134)
    ^-- Holding lock: java/lang/Object@0x03E097F0[thin lock]
    at com/documentum/fc/client/security/impl/DfcIdentityPublisher.publish()V(DfcIdentityPublisher.java:102)
    at com/documentum/fc/client/security/internal/RegistrationMgr.register()Z(RegistrationMgr.java:34)
    at com/documentum/fc/impl/RuntimeContext.<clinit>()V(RuntimeContext.java:191)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    at jrockit/vm/RNI.generateFixedCode(I)I(Native Method)
    at com/documentum/fc/impl/RuntimeContext.getInstance()Lcom/documentum/fc/impl/RuntimeContext;(RuntimeContext.java:0)
    at com/documentum/fc/client/DfClient.<clinit>()V(DfClient.java:700)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    at jrockit/vm/RNI.generateFixedCode(I)I(Native Method)
    at com/documentum/fc/client/DfClient.getLocalClient()Lcom/documentum/fc/client/IDfClient;(DfClient.java:0)
    at com/documentum/com/DfClientX.getLocalClient()Lcom/documentum/fc/client/IDfClient;(DfClientX.java:43)
    at com/documentum/web/env/NotificationManager.contextInitialized(Ljavax/servlet/ServletContextEvent;)V(NotificationManager.java:101)
    at weblogic/servlet/internal/EventsManager$FireContextListenerAction.run()Ljava/lang/Object;(EventsManager.java:458)
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(Lweblogic/security/subject/AbstractSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(AuthenticatedSubject.java:321)
    at weblogic/security/service/SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)
    at weblogic/servlet/internal/EventsManager.notifyContextCreatedEvent()V(EventsManager.java:168)
    at weblogic/servlet/internal/WebAppServletContext.preloadResources()V(WebAppServletContext.java:1721)
    ^-- Holding lock: weblogic/servlet/internal/WebAppServletContext@0x0E953B38[thin lock]
    at weblogic/servlet/internal/WebAppServletContext.start()V(WebAppServletContext.java:2890)
    at weblogic/servlet/internal/WebAppModule.startContexts()V(WebAppModule.java:948)
    at weblogic/servlet/internal/WebAppModule.start()V(WebAppModule.java:353)
    at weblogic/application/internal/flow/ModuleStateDriver$3.next(Ljava/lang/Object;)V(ModuleStateDriver.java:204)
    at weblogic/application/utils/StateMachineDriver.nextState(Lweblogic/application/utils/StateChange;[Ljava/lang/Object;)V(StateMachineDriver.java:26)
    at weblogic/application/internal/flow/ModuleStateDriver.start([Lweblogic/application/Module;)V(ModuleStateDriver.java:60)
    at weblogic/application/internal/flow/ScopedModuleDriver.start()V(ScopedModuleDriver.java:200)
    at weblogic/application/internal/flow/ModuleListenerInvoker.start()V(ModuleListenerInvoker.java:117)
    at weblogic/application/internal/flow/ModuleStateDriver$3.next(Ljava/lang/Object;)V(ModuleStateDriver.java:204)
    at weblogic/application/utils/StateMachineDriver.nextState(Lweblogic/application/utils/StateChange;[Ljava/lang/Object;)V(StateMachineDriver.java:26)
    at weblogic/application/internal/flow/ModuleStateDriver.start([Lweblogic/application/Module;)V(ModuleStateDriver.java:60)
    at weblogic/application/internal/flow/StartModulesFlow.activate()V(StartModulesFlow.java:26)
    at weblogic/application/internal/BaseDeployment$2.next(Ljava/lang/Object;)V(BaseDeployment.java:635)
    at weblogic/application/utils/StateMachineDriver.nextState(Lweblogic/application/utils/StateChange;[Ljava/lang/Object;)V(StateMachineDriver.java:26)
    at weblogic/application/internal/BaseDeployment.activate(Lweblogic/deploy/container/DeploymentContext;)V(BaseDeployment.java:212)
    at weblogic/application/internal/DeploymentStateChecker.activate(Lweblogic/deploy/container/DeploymentContext;)V(DeploymentStateChecker.java:154)
    at weblogic/deploy/internal/targetserver/AppContainerInvoker.activate(Lweblogic/deploy/container/DeploymentContext;)V(AppContainerInvoker.java:80)
    at weblogic/deploy/internal/targetserver/BasicDeployment.activate(Lweblogic/deploy/container/DeploymentContext;)V(BasicDeployment.java:182)
    at weblogic/deploy/internal/targetserver/BasicDeployment.activateFromServerLifecycle()V(BasicDeployment.java:359)
    at weblogic/management/deploy/internal/DeploymentAdapter$1.doActivate(Ljava/lang/Object;)V(DeploymentAdapter.java:51)
    at weblogic/management/deploy/internal/DeploymentAdapter.activate(Ljava/lang/Object;)V(DeploymentAdapter.java:196)
    at weblogic/management/deploy/internal/AppTransition$2.transitionApp(Lweblogic/management/deploy/internal/DeploymentAdapter;Ljava/lang/Object;)V(AppTransition.java:30)
    at weblogic/management/deploy/internal/ConfiguredDeployments.transitionApps(Lweblogic/management/deploy/internal/AppTransition;)V(ConfiguredDeployments.java:233)
    at weblogic/management/deploy/internal/ConfiguredDeployments.activate()V(ConfiguredDeployments.java:169)
    at weblogic/management/deploy/internal/ConfiguredDeployments.deploy()V(ConfiguredDeployments.java:123)
    at weblogic/management/deploy/internal/DeploymentServerService.resume()V(DeploymentServerService.java:173)
    at weblogic/management/deploy/internal/DeploymentServerService.start()V(DeploymentServerService.java:89)
    at weblogic/t3/srvr/SubsystemRequest.run()V(SubsystemRequest.java:64)
    at weblogic/work/ExecuteThread.execute(Ljava/lang/Runnable;)V(ExecuteThread.java:200)
    at weblogic/work/ExecuteThread.run()V(ExecuteThread.java:172)
    at jrockit/vm/RNI.c2java(IIII)V(Native Method)
    -- end of trace
    Open lock chains
    ================
    Chain 1:
    "Main Thread" id=1 idx=0x2 tid=8140 waiting for java/lang/Class@0x00DB5430 held by:
    "(Signal Handler)" id=2 idx=0x4 tid=1196 (waiting on notification)
    Chain 2:
    "Thread-1" id=10 idx=0x54 tid=1624 waiting for weblogic/servlet/internal/WebAppServletContext@0x0E953B38 held by:
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=13 idx=0x1e tid=732 (active)
    ===== END OF THREAD DUMP ===============
    >
    There is enough memory, and the CPU usaage does not get too high.
    I have searched the forums and cant find what could be causing the blocking.
    The startup hangs at the following line :
    <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    doing a Ctrl-C to stop the startup then produces the dump entries in the adminserver.log file :
    There is no error or warning in the adminserver.log file.
    What should I be checking to find out what is going on ? is this a known issue ?
    Thanks.

    Hi
    1. Looking carefully at the following 3 lines in server statup logs, after 2:20:39 PM GST, server waited like for 16 mts like 2:36:43 and invoked the Force Shutdown. Possible reasons I gave below.
    ####<Feb 14, 2010 2:20:37 PM GST> <Info> <netuix> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1266142837729> <BEA-423101> <[console] Initializing the NetUIx container>
    ####<Feb 14, 2010 2:20:39 PM GST> <Info> <netuix> <ePIMSEDMS2> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1266142839433> <BEA-423120> <WEB-INF/client-classifications.xml file not found at uri [webapp]. Classifications functionality not enabled.>
    ####<Feb 14, 2010 2:36:43 PM GST> <Notice> <WebLogicServer> <ePIMSEDMS2> <AdminServer> <Thread-1> <<WLS Kernel>> <1266143803604> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    2. Since you mentioned this worked fine and nothing else is changed over a year, the possible cause may be like this. Looks like you have some Documentum stuff (or webapp or modules) loaded on this server. I am not much familiar with EMC Documentum stuff, except that we use that as external Content Management repository for Portal Applications. Looking at the full thread dump for thread 0, looks like documentum code is trying to publish something or interact with its documentum server and may be it is not getting the response back. So make sure if any external systems that this WLS interacts are all up and running.
    HTH
    Ravi Jegga

  • Making a configuration change without using admin console

    I am using the Platform Edition of App Server 7 so I don't have access to the web-based admin console.
    I need to make a configuration change and the only directions I have are for the admin console.
    Can anybody give me some pointers on what file to edit to acomplish the procedure below?
    8. Log in to the Sun ONE Application Server administration console.
    9. Select the application server Instance on which you installed the Identity Server.
    10. Click JVM Settings and then JVM Options.
    11. In the JVM Option field, enter the following string: -Dhttp.keepAlive=false
    12. Click Add and then Save.

    I think I've found it...
    The file is server.xml and it is located at:
    /var/opt/SUNWappserver7/domains/domain1/server1/config
    There is a section under <java-config> with about 14 lines containing various <jvm-options>
    I'll try adding this directive to the end of the <jvm-options> as follows:
    <jvm-options>-Dhttp.keepAlive=false</jvm-options>

  • Can I use OS9 as the start up disk on my Intel Mac?

    I have a new Intel iMac. I want to partition my hard drive, install OS9 and run the old system. I know I can't use "classic" on 10.4.7 but I wonder if I could simply install OS9 and reboot my computer. I don't need to move between the two, meaning I don't need to work in OS9 then instantly click and be in 10.4.7. I can deal with the inconvenience of rebooting.
    I'm having 3 problems
    #1, I have an old version of Photoshop. I'll buy the newest Photoshop someday but the latest version wasn't made for Intel Macs and it is very expensive. $600. I wonder if it runs slow on Intel Macs. Maybe I should wait for the next version.
    #2 I have a great Epson printer (875 DC) but Epson has not updated the print drivers for this model and probably won't. OK fine I can buy a newer better photo printer $550.
    #3 I have a "Nikon Coolscan 4000" film Scanner $1,300. This scanner is great in OS9 but the thing never worked in OS10 and now that I have this Intel iMac I downloaded the latest software update and the thing still doesn’t work and if the computer sleeps while the Nikon software is open it won't wake up and I have to restart.
    To sum everything up, can I run OS9 on my Intel iMac? I don't care if I have to work in OS9 then shut down and restart to work in 10.4.7 Can this Intel iMac understand OS9. If I try to restart using OS9 as the startup disk will I damage the computer? Will I screw things up and have to spend hours and days removing files and correcting problems?
    I feel like this computer is a fresh clean new baby and I'm afraid that if I start messing around with it I'll regret it.

    Hello,
    I have a new Intel iMac. I want to partition my hard
    drive, install OS9 and run the old system. I know I
    can't use "classic" on 10.4.7 but I wonder if I could
    simply install OS9 and reboot my computer.
    The problem here, is that the OS 9 environment / Operating System will only run on a PowerPC processor.
    The only reason that OS X will run on either processor, is that it was specifically designed to do so from the beginning.
    But, OS 9 and older were specifically written for the PowerPC / Motorola processors.
    So, you will need a machine with a PowerPC processor to run OS 9.
    Currently, there is one program that will enable OS 9 to run on an Intel Mac. But, it requires making a copy of the Power Macintosh ROM. So, it's legal use is questionable at best.
    http://www.gibix.net/projects/sheepshaver/
    This program works by emulating the PowerPC processor. And, it is reported to operate at roughly 1/8-th of native speeds. So, it could be pretty slow for productive photo work.
    #1, I have an old version of Photoshop. I'll buy the
    newest Photoshop someday but the latest version
    wasn't made for Intel Macs and it is very expensive.
    $600. I wonder if it runs slow on Intel Macs. Maybe I
    should wait for the next version.
    If it is a Mac OS X version, then it will run on the Intel systems. But, yes it will be slower. Usable, but slower.
    I haven't tried this program, so I cannot personally comment on it. But, even Steve Jobs admitted it was slow on the Intel Macs.
    #2 I have a great Epson printer (875 DC) but Epson
    has not updated the print drivers for this model and
    probably won't. OK fine I can buy a newer better
    photo printer $550.
    OS X comes with drivers for the Epson Stylus Photo 875. They are provided by the Gimp-Print layer. But, installed / select just like any other printer. So, as long as you can connect the printer using USB, then you can select the driver for the 875 and be fine (as long as this is the same printer).
    Otherwise, some people have reportedly installed PowerPC print drivers without trouble. I haven't tried it myself.
    #3 I have a "Nikon Coolscan 4000" film Scanner
    $1,300. This scanner is great in OS9 but the thing
    never worked in OS10 and now that I have this Intel
    iMac I downloaded the latest software update and the
    thing still doesn’t work and if the computer sleeps
    while the Nikon software is open it won't wake up and
    I have to restart.
    Can't really help you there.
    To sum everything up, can I run OS9 on my Intel iMac?
    I don't care if I have to work in OS9 then shut down
    and restart to work in 10.4.7 Can this Intel iMac
    understand OS9. If I try to restart using OS9 as the
    startup disk will I damage the computer? Will I screw
    things up and have to spend hours and days removing
    files and correcting problems?
    As mentioned above, the only method currently available to use OS 9 on an Intel system is that SheepShaver program.
    But, I would not expect good results with it for your uses. And, it's legal status would be questionable since you need to copy a ROM file from another Mac to use it (which goes against Apple's license agreement).
    I feel like this computer is a fresh clean new baby
    and I'm afraid that if I start messing around with it
    I'll regret it.
    Just make sure you have a good backup of everything before you start experimenting.
    I hope this helps.

  • Java error when using admin console or packaging

    Hello together,
    I am trying to install the Content Server on a Windows Server 2003.
    I am using the Quick  guide and so far everything worked out fine.
    MySQL tables were created, I have a nice p12-file, and all the three  "statuscheck"-pages were 100% ok.
    But the problem is, I can not log in to the administration console and  can not start the packaging command.
    In both cases the program acts like it would not recognize the password  (I still have to use the default password "park345"). But when I looked  at the error log, it seems more like an  internal problem with a string conversion when the script tries to read  the data of the default distributor from the mySQ database.
    11 Jan 2011 15:26:41,701 TRACE DefaultSQLDatabaseConnection: SELECT  distid, name, description, disturl, notifyurl, publickey, sharedsecret,  maxloancount, linkexpiration FROM distributor WHERE distributor.distid = ?
    11 Jan 2011 15:26:41,701 TRACE DefaultSQLDatabaseConnection:   obj 1 =  [B@716cb7
    11 Jan 2011 15:26:41,701 TRACE DefaultSQLDatabaseConnection: rollback
    11 Jan 2011 15:26:41,717 ERROR AdeptServlet: internal error [87.234.61.82]
    java.lang.ClassCastException: java.lang.String cannot be cast to [B
    What can I do?
    Does anyone knows what I have to change or what went wrong? Is this a mySQL-problem?
    I am a little lost here. :-(
    Greetings!
    Ralf

    I now found the solution myself.
    For everyone who stumbles upon the same problem:
    The problem was the Java-mySQL-Connector!!!
    For some reason, I downloaded the version 3 of the connector.
    I now tried the version 5 and now everything works!

  • Logged in but can't use admin

    ok. Just got this computer couple days ago. It is an HP Pavilion Smart touch 23" with windows 8.1 (64 bit) I downloaded origins and a free trial game from it (battlefield 3). I can't play the game because it requires a plug in to be installed. But the plug in won't install because only the administrator is allowed to install it and use it. But I AM the admin of the computer. I am logged in and everything. But it says I am NOT the admin. So.... I am sure this will create other problems in the near and distant future in my use of this product. So.... How do I remind my computer that I am the admin and I DO have the authority to use my computer and install programs and make changes to etc? TIA for your assistance

    Contact HP directly since your new PC is in warranty.
    http://www8.hp.com/us/en/contact-hp/contact.html
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • How can I use web-console and element inspector simultaneously in Firefox 20+ as I could in Firefox 19-?

    Yes, new web-developer all-in-one tools are total mess.
    I didn't find the answer to this question either https://support.mozilla.org/en-US/questions/955612 but downgrade to Firefox 19.
    But nor in Nightly, nor in Aurora, nor in Firefox Beta, nor in Firefox 20.0 I can use simultaneously web-console (where I test some style changing javascript code) and element inspector (where I instantly observe a reaction to my code). The only option I see is to switch every three seconds between them. How can I fix this except downgrading?

    You can consider to use the DOM Inspector extension instead of the built-in Inspector.
    *DOM Inspector: https://addons.mozilla.org/firefox/addon/dom-inspector-6622/

  • Exception thrown using Admin Console to view policies

    I am trying to set up an LDAP Security Realm. The DD for a particular web application specifies the role required for the URI as below:
    <security-constraint>
    <display-name>Shop application security</display-name>
    <web-resource-collection>
    <web-resource-name>Protected Area</web-resource-name>
    <url-pattern>/beach/*</url-pattern>
    <url-pattern>/cruise/*</url-pattern>
    <url-pattern>/common/include/*</url-pattern>
    <url-pattern>/common/popups/*</url-pattern>
    <url-pattern>/common/book/*</url-pattern>
    <url-pattern>/common/tracking/*</url-pattern>
    <http-method>DELETE</http-method>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    <http-method>PUT</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>rapid_users</role-name>
    </auth-constraint>
    <user-data-constraint>
    <transport-guarantee>NONE</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    but when attempt to view or create policies, the following exception is thrown:
    An unexpected exception has occurred processing your request
    Message: null
    Stack Trace: java.lang.NullPointerException at com.bea.console.actions.security.policies.PolicyEditorPageFlow.getPolicyTreeMap(PolicyEditorPageFlow.java:994) at com.bea.console.actions.security.policies.PolicyEditorPageFlow.begin(PolicyEditorPageFlow.java:247) at com.bea.console.actions.webapp.policies.edit.module.EditWebAppModulePolicies.begin(EditWebAppModulePolicies.java:122) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:812) at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:751) at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:434) at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:245) at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:316) at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:48) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1948) at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:188) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:590) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:840) at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:607) at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:135) at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:241) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:130) at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:927) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:571) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:222) at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:127) at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:338) at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:401) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:665) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:151) at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:206) at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:146) at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:327) at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:190) at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:156) at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:141) at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:206) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:124) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3151) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    I am using Weblogic Server 9.1 and the jdk 150_04 that comes as installed.
    Is this a bug? Am I missing something? Any help in resolving this is appreciated as its proving very tedious
    Regards
    Andrew

    I am trying to set up an LDAP Security Realm. The DD for a particular web application specifies the role required for the URI as below:
    <security-constraint>
    <display-name>Shop application security</display-name>
    <web-resource-collection>
    <web-resource-name>Protected Area</web-resource-name>
    <url-pattern>/beach/*</url-pattern>
    <url-pattern>/cruise/*</url-pattern>
    <url-pattern>/common/include/*</url-pattern>
    <url-pattern>/common/popups/*</url-pattern>
    <url-pattern>/common/book/*</url-pattern>
    <url-pattern>/common/tracking/*</url-pattern>
    <http-method>DELETE</http-method>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    <http-method>PUT</http-method>
    </web-resource-collection>
    <auth-constraint>
    <role-name>rapid_users</role-name>
    </auth-constraint>
    <user-data-constraint>
    <transport-guarantee>NONE</transport-guarantee>
    </user-data-constraint>
    </security-constraint>
    but when attempt to view or create policies, the following exception is thrown:
    An unexpected exception has occurred processing your request
    Message: null
    Stack Trace: java.lang.NullPointerException at com.bea.console.actions.security.policies.PolicyEditorPageFlow.getPolicyTreeMap(PolicyEditorPageFlow.java:994) at com.bea.console.actions.security.policies.PolicyEditorPageFlow.begin(PolicyEditorPageFlow.java:247) at com.bea.console.actions.webapp.policies.edit.module.EditWebAppModulePolicies.begin(EditWebAppModulePolicies.java:122) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:812) at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:751) at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:434) at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:245) at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:316) at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:48) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1948) at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:188) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:590) at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:840) at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:607) at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:135) at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:241) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:130) at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:927) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:571) at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:222) at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:127) at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:338) at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:401) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:665) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:677) at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:151) at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:206) at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:146) at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:327) at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:190) at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:156) at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:141) at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:206) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:124) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3151) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    I am using Weblogic Server 9.1 and the jdk 150_04 that comes as installed.
    Is this a bug? Am I missing something? Any help in resolving this is appreciated as its proving very tedious
    Regards
    Andrew

  • I can't use my photoshop album starter Edition anymore!!!!

    I downloaded adobe photo album starter edition 3 software sometime ago with windows home Edition,Toshiba laptop (Equium), with 256 RAM and i was told to redgister online but i could not because i was told that I'm not connected to the internet whereas I'm connected. Please help me out because i do not want to loose all my pix. Thanks.

    You might want to try [temporarily] disabling your firewall in order to register.
    > i do not want to loose all my pix
    How do you mean? PSA SE only catalogs what's on your hard drive. It's availability does not affect whther the files are there or not.

  • Oracle vm manager 3.02 can't use vnc console to guest vm.

    vnc-viewer-signed.jar is absent.
    Caused by: java.io.FileNotFoundException: http://myhost:7001/ovm/rasproxy/vnc-viewer-signed.jar
    wget http://myhost:7001/ovm/rasproxy/vnc-viewer-signed.jar
    --2011-10-26 13:13:02-- http://myhost:7001/ovm/rasproxy/vnc-viewer-signed.jar
    Resolving passport29.no.sohu.com... 192.168.95.29
    Connecting to myhost|192.168.95.19|:7001... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2011-10-26 13:13:02 ERROR 404: Not Found.

    liyongz wrote:
    ok. but forget vnc authetication,how to reset?There is no VNC authentication. The username/password is the same as what you use to login into VM Manager.

Maybe you are looking for