Install/configure admin server after installing weblogic

I have installed weblogic generic 10.3 in my windows 7 professional machine and configured OIM. But I did not configure the Admin server. I tried starting the OIM & SOA server by using
C:\......\bin>startManagedWebLogic.cmd soa_server1 http://localhost:7001
but I got this error
Enter username to boot WebLogic server:weblogic
Enter password to boot WebLogic server:
<> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://localhost:7001.>
<> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
SEVERE: Authentication of user weblogic failed because of invalid password
<> <Critical> <Security> <BEA-090403> <Authentication for user weblogic denied>
<> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
So how do I install/configure the admin server. I am sure I am missing something simple. Any help would be appreciated. Thanks.

You are checking at the wrong place.you need to check the same under DOMAIN_HOME which would be by default at $MIDDLEWARE_HOME/user_projects/domains/<<Your DOmain Name>>
e.g. if WL_HOME=/oracle/Middleware/wlserver_10.3
then
MIDDLEWARE_HOME=/oracle/Middleware
and DOMAIN_HOME=/oracle/Middleware/user_projects/domains/SOA_DOMAIN <---THere should be Domain Name folder existing>>
Under the domain folder you would be having startWebLogic.sh which is used to start the Admin Server.
And moreover under DOMAIN_HOME you would have config folder in which you would have config.xml where from you can check which all the server you have in your domain which you have created.

Similar Messages

  • How to configure admin server failover in weblogic

    Hi all,
    Can anyone please tell me how can I configure Admin server failover in weblogic.
    Please guide!!

    Hi,
    From the word "Failover" this means you are doing Active-Passive configuration for weblogic Admin server. For Active-Passive clustering, without shared storage you can do it. But the domain directory should be on a storage mount point, when node -1 will do down the same mount point should be mounted to node2.
    mark If this helps.
    Thanks,
    Kishore

  • Error while starting Admin Server after install WLS 7.0.1

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

  • Configure Job Server    [NOT INSTALLED] in Linux

    Hello All,
    I installed IPS and DS 4.3 SP3 on it in Tomcat in linux environment .
    In server manager i found "Configure Job Server    [NOT INSTALLED]"
    So how do i install this component.
    Regards,
    Aisurya

    Hi Puhan,
    Please refer the below steps for configuration of Job Server:
    (a) Log in Linux
    (b) Go to BODS Directory
    (c) Run below command
    $ . ./al_env.sh
    $ ./svrcfg
    (d) Below details will appear
    ** Data Services Server Manager Utility **
           1 : Control Job Service
           2 : Configure Job Server
           3 : Configure Runtime Resources
           4 : Configure Access Server
           5 : Configure SNMP Agent
           6 : Configure SMTP
           7 : Configure SSL
           8 : Configure Native Component Supportability
           x : Exit
    (e) Enter 2
    (f) Then Enter the New Job Server name: JOb_Server
    (g) Then Enter Port Number:3500 (Enter Port Number as per your environment)
    (h) Then SNMP Enable: Y
    (i ) Then Adapter management
    Port Number: 4001 (Enter Port Number as per your environment)
    (j) SSL Protocol: Y
    (k) Enable SNMP: N
    (l)  Now Enter Database details
    After that below page will update with JOb Server Information associated with Local repository
    Hope this will help!!!!
    Thanks,
    Daya

  • It's very slow to access file server after installed SP1 of Win7.

    I found it's become very slow to access shared files on file server after installed win7 SP1, (windows6.1-KB976932-X86.exe),  access same file, the win7 without sp1 is fast in 5 secs, but the pc with sp1 need more than 30 secs. And
    I tried to removed the sp1, everything goes fine, access fast as others.
    I don't understand what's the reason and which feature affected it, I believe the sp1 can help Win7 be more safety, but why the performance on it get worse.
    And I didn't find the same question or tips on forum or website, do you really haven't the issue?
    Arnold From Shanghai, China
    Arnold Yu

    Hi Arnold,
    Windows 7 Service pack and any other Windows Updates are released to improve the performance, reliability and security of the system.
    Firstly please run the performance troubleshooter:
    Open the Performance troubleshooter
    http://windows.microsoft.com/en-US/windows7/Open-the-Performance-troubleshooter
    If it doesn't resolve the issue, Put the computer in
    Clean Boot and then check to see if the issue persists.
    If it still persists, please use performance monitor to trace your computer's performance:
    Performance Monitoring Getting Started Guide
    http://technet.microsoft.com/en-us/library/dd744567(v=ws.10).aspx
    Karen Hu
    TechNet Community Support

  • Which unity accts can I take off "domain admin" group after install

    Hi
    Unity 5.X in UM mode - Which unity accts can I take off "domain admin" group after install (ie unityinstall, unityadmin, UnityMsgStoreSvc, UnityDirSVC etc..)
    and if I do so, what is the impact or if I want to upgrade in the future?
    Thanks

    UnityInstall should be the most powerful account and is the only account that should be added to the Domain Admins group by the Permissions Wizard.  This is definitely true for Exchange 200, 2003, and 2007.  I've not dealt with a lot of customers on 2010 yet so this could have changed; however, I doubt it.  You can verify what I'm telling you here:
    http://www.ciscounitytools.com/Applications/Unity/PermissionsWizard/Unity403_411/Help/PWHelpPermissionsSet_ENU.htm
    This link will tell you what permissions and group memberships are set at a high level for all the Unity service accounts.
    To clarify what Jonathan said, by "downgrade" the UnityInstall account - the rule of thumb is this:
    Cisco supports that you DISABLE the UnityInstall account, if desired, after an installation.  This account should only be used during installation activities.  However, DO NOT DELETE the account in AD.  So, again - disabling the account is OK.
    Hailey
    Please rate helpful posts!

  • Unable to start admin server service for weblogic (startWebLogic.sh) Linux

    I installed ECM 11g on Linux 64-bit , installed weblogic 12
    so when I try to start admin server service for weblogic (startWebLogic.sh) and following error its showing
    I found solution to give full access permeation for the user , but it's still same issue
    and i am triyng to start services from the users how installed the Weblogic and ECM
    bash-4.1$ '/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/startWebLogic.sh' .
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/lib/jvm/jdk1.6.0_33/lib/tools.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic_sp.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.jar:/home/ecm/Oracle/Middleware/modules/features/weblogic.server.modules_12.1.1.0.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/webservices.jar:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/ecm/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/home/ecm/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/common/derby/lib/derbyclient.jar:/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/xqrl.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/home/ecm/Oracle/Middleware/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar
    PATH=/home/ecm/Oracle/Middleware/wlserver_12.1/server/bin:/home/ecm/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/lib/jvm/jdk1.6.0_33/jre/bin:/usr/lib/jvm/jdk1.6.0_33/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/ecm/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_33"
    Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
    Starting WLS with line:
    /usr/lib/jvm/jdk1.6.0_33/bin/java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/ecm/Oracle/Middleware/wlserver_12.1/server/lib/weblogic.policy -Xverify:none -Djava.endorsed.dirs=/usr/lib/jvm/jdk1.6.0_33/jre/lib/endorsed:/home/ecm/Oracle/Middleware/wlserver_12.1/endorsed -da -Dplatform.home=/home/ecm/Oracle/Middleware/wlserver_12.1 -Dwls.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dweblogic.home=/home/ecm/Oracle/Middleware/wlserver_12.1/server -Dcommon.components.home=/home/ecm/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain -Djrockit.optfile=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/servers/AdminServer -Doracle.domain.config.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/home/ecm/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dipm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Ducm.oracle.home=/home/ecm/Oracle/Middleware/Oracle_ECM1 -Dem.oracle.home=/home/ecm/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/ecm/Oracle/Middleware/patch_wls1211/profiles/default/sysext_manifest_classpath:/home/ecm/Oracle/Middleware/patch_ocp371/profiles/default/sysext_manifest_classpath weblogic.Server
    <Sep 12, 2012 12:08:02 PM EEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Sep 12, 2012 12:08:03 PM EEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.8-b03 from Sun Microsystems Inc..>
    <Sep 12, 2012 12:08:04 PM EEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0 Wed Dec 7 08:40:57 PST 2011 1445491 >
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
    <Sep 12, 2012 12:08:06 PM EEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320400> <The log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms, such as Windows.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log00009. Log messages will continue to be logged in /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log.>
    <Sep 12, 2012 12:08:06 PM EEST> <Notice> <Log Management> <BEA-170019> <The server log file /home/ecm/Oracle/Middleware/user_projects/domains/ecm_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
    Sep 12, 2012 12:08:09 PM oracle.security.jps.internal.keystore.file.FileKeyStoreManager openKeyStore
    WARNING: Opening of file based keystore failed.
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.>
    <Sep 12, 2012 12:08:09 PM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-06514: Opening of file based keystore failed.
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
         at weblogic.security.SecurityService.start(SecurityService.java:148)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
         at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
         at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
         at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.keystore.KeyStoreServiceException: JPS-06514: Opening of file based keystore failed.
         at oracle.security.jps.internal.keystore.file.FileKeyStoreManager.openKeyStore(FileKeyStoreManager.java:374)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.doInit(FileKeyStoreServiceImpl.java:104)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:76)
         at oracle.security.jps.internal.keystore.file.FileKeyStoreServiceImpl.<init>(FileKeyStoreServiceImpl.java:66)
         at oracle.security.jps.internal.keystore.KeyStoreProvider.getInstance(KeyStoreProvider.java:157)
         Truncated. see log file for complete stacktrace
    >
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Sep 12, 2012 12:08:09 PM EEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Sep 12, 2012 12:08:09 PM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    bash-4.1$

    Looks to be a cert or keystore issue. How do you have that setup?

  • Unable to start Admin server by using weblogic.admin utility

    Hi,
    I stoped the admin server by using weblogic.admin utility command as bellow.
    java weblogic.Admin -url http://server1:8008 -username adminuser -password weblogic SHUTDOWN myserver
    It stopped successfully. But while starting as below i am getting error. Kindly help me out.
    java weblogic.Admin -url http://172.27.72.70:8008 -username adminuser -password weblogic START myserver
    <Warning> <Net> <BEA-000905> <Could not open connection with host: server1 and port: 8008.>
    Failed to connect to http://172.27.72.70:8008: Destination unreachable; nested exception is:
    java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'star', port: '8008'; No available router to destination
    Any suggestion is appreciated.
    Thanks,

    Hi,
    Thanks for your reply.
    Yes, Node Manager has configured on Managed Server's host machine.
    So can't we start admin server by using weblogic.admin utility if admin server is stopped?
    Thanks,

  • Problem Installing Lookout 6.1 After Install/Un​install Lookout 6.5

    I'm getting the message "You have a higher version of NI Uninstaller in your system" when I was trying to re-install Lookout 6.1 after installing and uninstalling Lookout 6.5.
    The error says for me to uninstall the higher version of NI Uninstaller?  Where and how do I do this?
    Thanks,
    Max

    I'm running Windows 7 Professional (64 bit)
    1) This is the error I get when installing Lookout 6.5
    I then select "Yes" to continue, choose "evaluation mode" and let it complete the install, restart computer and run Lookout 6.5.
    But Lookout 6.5 does not run and I get the following error:
    2) Now I try and install Lookout 6.1,  the part where it is initializing the installer completes and I click on "Next"
        I go through with the information input for user/company/serial, select complete install, license agreement and then click next and I get the following error:
    And now I am at the problem.
    So I click on Yes (to continue) and I get the following error:
    and I continue and get the next error
    and so on...
    Thanks for your help.  I'm almost short of formattimg the drive and reinstalling the entire system but I'm hoping it's just a minor item that was overlooked.

  • How to configure admin server (sol 9)

    I want to configure admin server for my directory server. I could find a binary "ns-config" which asks for "port", "usr" and "ldap URL" but fails at the end with a fliker of some error "missing ..."
    I need some help on the procedure to configure admin server.
    Thanks
    - Bharat

    On solaris 9, you might want to look at /usr/sbin/directoryserver this might help you.

  • Installing Oracle HTTP Server after installation and configuration.

    Hello,
    I am using EPM 11.1.2.2 and I have installed Essbase, FR, EAS and EIS but not Oracle HTTP server component.
    Is it possible to install it after completion of deployment of whole Hyperion components?
    If I install only HTTP component of foundation service and reconfigure Web server will that work without an issue?
    Or do I need to reinstall all components?
    And, as in EPM 11.1.2.2 for installing Essbase only, Oracle HTTP server is not mandatory, can I skip that component?
    Will that make any impact in future?
    Thanks,

    You can install OHS after you have completed the configuration, install, then configure web server and select OHS.
    It is up to you whether you install and use OHS as the web server, it is not mandatory. If you are using workspace then you will need to configure one of the available web servers.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Existing client (Oracle 8) fail to connect to its server after installed

    After installed Oracle 10g XE, my existing client does not work.
    I checked its tnsnames.ora, it's still there and the content didn't get changed.
    If I uninstall the 10g XE, the existing client works again.
    What should I do to avoid this?

    I have the following configuration:
    OS: Windows 2000 Professional in spanish language
    ram=512 MB
    Oracle databases: Oracle 8i 8.1.7 on HP-UX servers
    Number of databases: 2
    Number of instances: 6 (production, test and developers)
    transport: TCP
    1. Before install Oracle 10g XE:
    Oracle Developer 6.0,in C:\ORANT, in english language
    - Oracle Forms 32-bit (6.0.35.3)
    - Oracle Reports 32-bits (6.0.5.35)
    PATH=C:\C:\ORANT\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
    TNSNAMES.ORA in C:\ORANT\NET80\ADMIN points to the enterprise databases in my company
    Registry: HKLM\Software\Oracle\Oracle_home=C:\ORANT
    2. After Installed Oracle 10g XE (beta 1)
    the path now is:
    path=C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\ORANT\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
    The web interface of XE works oK
    the C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus.exe can connect to Oracle 10g XE but NOT to the enterprises databases.
    but now, all tools from Oracle Developer (Forms, Reports, PLUS80W.EXE) and third party tools like SQLTools, DreamCoder) cann't connect to the enterprise databases
    neither to Oracle 10g XE.
    In the registry, the ORACLE_HOME says C:\ORANT
    Solution:
    1. Modified the path so c:\orant is before the path to XE so:
    path=C:\ORANT\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
    2. Copy from C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\tnsnames.ora,
    the lines:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = mycomputer.domainname.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    and copied into C:\ORANT\NET80\ADMIN\TNSNAMES.ORA as
    XE.world =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = mycomputer)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    and Now:
    1.The Developer tools third party tools can connect to the enterprise databases.
    2.The develper tools and third party tools can connect to Oracle 10g XE
    3.C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus.exe can connect to Oracle 10g XE
    Bye
    Alvaro Alonso_G
    OCP
    Bogota, Colombia (South America)

  • Errors starting Portal Admin Server after configuring RDBMS Security Store.

    Hi,
    I'm using WLST to build and configure the portal domain. I've already had our DBA run all the necessary scripts on the Database.
    We are using WLP 10.3 on RHEL 4 and Oracle 10G RAC. I read on some thread that RDBMS is only compatble with verion 10.3.2 but why is the feature in 10.3?
    The error below seems to point to the URL; does this mean that the RDBMS config does not support RAC databases?
    Hope someone can shed light on this as it's pretty urgent.
    Many thanks
    A
    This is the configuration for the created security store:-
    -rw- CompatibilityObjectName null
    -rw- ConnectionProperties
    user=rdbms_user,portNumber=1521,serviceName=portal_db_service
    -rw- ConnectionURL
    jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =
    portal_host)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)
    (SERVICE_NAME = portal_db_service)))
    -rw- DriverName
    oracle.jdbc.xa.client.OracleXADataSource
    -rw- JMSExceptionReconnectAttempts 0
    -rw- JMSTopic null
    -rw- JMSTopicConnectionFactory null
    -rw- JNDIPasswordEncrypted null
    -rw- JNDIUsername null
    -rw- Name RDBMSSecurityStore
    -rw- NotificationProperties null
    -rw- PasswordEncrypted ********
    -rw- Username rdbms_user
    This is the error I'm getting when I attempt to start the Admin Server :-
    ####<10-May-2010 18:19:28 o'clock BST> <Info> <Security> <server>
    <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (sel
    f-tuning)'> <<WLS Kernel>> <1273511968053> <BEA-000000> <Using
    dictionary class "kodo.jdbc.sql.KodoOracleDictionary".>
    ####<10-May-2010 18:19:28 o'clock BST> <Info> <Security> <server>
    <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (sel
    f-tuning)'> <<WLS Kernel>> <1273511968246> <BEA-000000> <OpenJPA
    is now connecting to the database in order to figure out what JDBC
    driver you are using
    , as OpenJPA must alter its behavior for this database depending on the
    driver vendor. To avoid this connection, set the DriverVendor value in
    your openjpa.j
    dbc.DBDictionary configuration property to one of the following values:
    oracle, oracle92 (for the 9.2 driver), datadirect, datadirect61 (for
    driver versions <= 3.1), other
    For example:
    openjpa.jdbc.DBDictionary: oracle(DriverVendor=oracle92)>
    ####<10-May-2010 18:19:28 o'clock BST> <Info> <Security> <server>
    <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue:
    'weblogic.kernel.Default (sel
    f-tuning)'> <<WLS Kernel>> <1273511968257> <BEA-090511> <The
    following exception has occurred:
    com.bea.common.engine.ServiceInitializationException:
    <openjpa-1.1.0-r422266:657916 fatal internal error>
    org.apache.openjpa.util.InternalException: There was
    an error when invoking the static getInstance method on the named
    factory class "kodo.jdbc.kernel.KodoJDBCBrokerFactory". See the nested
    exception for detai
    ls.
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:365)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:315)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEn
    gineImpl.java:257)
    at
    com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java
    :72)
    at
    weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(Unk
    nown Source)
    at
    weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(Unk
    nown Source)
    at
    weblogic.security.service.CSSWLSDelegateImpl.initialize(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.Initi
    alizeServiceEngine(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealm(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadR
    ealm(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alize(Unknown Source)
    at
    weblogic.security.service.SecurityServiceManager.initialize(Unknown
    Source)
    at
    weblogic.security.SecurityService.start(SecurityService.java:141)
    at
    weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <openjpa-1.1.0-r422266:657916 fatal internal error>
    org.apache.openjpa.util.InternalException: There was an error when
    invoking the static getInstance method
    on the named factory class "kodo.jdbc.kernel.KodoJDBCBrokerFactory".
    See the nested exception for details.
    at
    org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:95)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate$StoreSeri
    vceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(S
    toreServiceDelegate.java:145)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(St
    oreServiceDelegate.java:98)
    at
    com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServ
    iceImpl.java:76)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:363)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:315)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEn
    gineImpl.java:257)
    at
    com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java
    :72)
    at
    weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(Unk
    nown Source)
    at
    weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(Unk
    nown Source)
    at
    weblogic.security.service.CSSWLSDelegateImpl.initialize(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.Initi
    alizeServiceEngine(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealm(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadR
    ealm(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alize(Unknown Source)
    at
    weblogic.security.service.SecurityServiceManager.initialize(Unknown
    Source)
    at
    weblogic.security.SecurityService.start(SecurityService.java:141)
    at
    weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.RuntimeException: There were errors initializing your
    configuration: <openjpa-1.1.0-r422266:657916 fatal store error>
    org.apache.openjpa.util.StoreE
    xception: Invalid Oracle URL specified: OracleDataSource.makeURL
    at
    org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(Dat
    aSourceFactory.java:235)
    at
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(
    JDBCConfigurationImpl.java:684)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
    a:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
    Impl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
    org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(Configurati
    onImpl.java:288)
    at
    org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAC
    onfigurationImpl.java:1409)
    at
    org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBro
    kerFactory.java:646)
    at
    org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFacto
    ry.java:131)
    at
    kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory
    .java:43)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
    a:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
    Impl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
    org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
    at
    org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate$StoreSeri
    vceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(S
    toreServiceDelegate.java:145)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(St
    oreServiceDelegate.java:98)
    at
    com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServ
    iceImpl.java:76)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:363)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:315)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.lookupService(ServiceEn
    gineImpl.java:257)
    at
    com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.java
    :72)
    at
    weblogic.security.service.internal.WLSIdentityServiceImpl.initialize(Unk
    nown Source)
    at
    weblogic.security.service.CSSWLSDelegateImpl.initializeServiceEngine(Unk
    nown Source)
    at
    weblogic.security.service.CSSWLSDelegateImpl.initialize(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.Initi
    alizeServiceEngine(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealm(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadR
    ealm(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alizeRealms(Unknown Source)
    at
    weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initi
    alize(Unknown Source)
    at
    weblogic.security.service.SecurityServiceManager.initialize(Unknown
    Source)
    at
    weblogic.security.SecurityService.start(SecurityService.java:141)
    at
    weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.sql.SQLException: Invalid Oracle URL specified:
    OracleDataSource.makeURL
    at
    oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:
    70)
    at
    oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:112)
    at
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:17
    3)
    at
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:22
    9)
    at
    oracle.jdbc.pool.OracleDataSource.makeURL(OracleDataSource.java:1234)
    at
    oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:18
    4)
    at
    org.apache.openjpa.lib.jdbc.DelegatingDataSource.getConnection(Delegatin
    gDataSource.java:113)
    at
    org.apache.openjpa.lib.jdbc.DecoratingDataSource.getConnection(Decoratin
    gDataSource.java:93)
    at
    org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(Dat
    aSourceFactory.java:227)
    ... 37 more
    <openjpa-1.1.0-r422266:657916 fatal store error>
    org.apache.openjpa.util.StoreException: Invalid Oracle URL specified:
    OracleDataSource.makeURL
    at
    org.apache.openjpa.jdbc.schema.DataSourceFactory.installDBDictionary(Dat
    aSourceFactory.java:235)
    at
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getConnectionFactory(
    JDBCConfigurationImpl.java:684)
    at
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDataSource(JDBCCon
    figurationImpl.java:782)
    at
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDataSource2(JDBCCo
    nfigurationImpl.java:789)
    at
    org.apache.openjpa.jdbc.sql.OracleDictionary.ensureDriverVendor(OracleDi
    ctionary.java:253)
    at
    kodo.jdbc.sql.OracleAdvancedSQL.setDriverVendorDefaults(OracleAdvancedSQ
    L.java:50)
    at
    kodo.jdbc.sql.OracleAdvancedSQL.getBatchLimit(OracleAdvancedSQL.java:28)
    at
    kodo.jdbc.kernel.AutoOrderUpdateManager.setConfiguration(AutoOrderUpdate
    Manager.java:56)
    at
    org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurati
    ons.java:473)
    at
    org.apache.openjpa.lib.conf.Configurations.configureInstance(Configurati
    ons.java:430)
    at
    org.apache.openjpa.lib.conf.PluginValue.instantiate(PluginValue.java:103
    at
    org.apache.openjpa.lib.conf.ObjectValue.instantiate(ObjectValue.java:83)
    at
    org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getUpdateManagerInsta
    nce(JDBCConfigurationImpl.java:577)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
    a:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
    Impl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
    org.apache.openjpa.lib.conf.ConfigurationImpl.instantiateAll(Configurati
    onImpl.java:288)
    at
    org.apache.openjpa.conf.OpenJPAConfigurationImpl.instantiateAll(OpenJPAC
    onfigurationImpl.java:1409)
    at
    org.apache.openjpa.kernel.AbstractBrokerFactory.makeReadOnly(AbstractBro
    kerFactory.java:646)
    at
    org.apache.openjpa.kernel.AbstractBrokerFactory.pool(AbstractBrokerFacto
    ry.java:131)
    at
    kodo.jdbc.kernel.KodoJDBCBrokerFactory.getInstance(KodoJDBCBrokerFactory
    .java:43)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
    a:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
    Impl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at
    org.apache.openjpa.kernel.Bootstrap.invokeFactory(Bootstrap.java:124)
    at
    org.apache.openjpa.kernel.Bootstrap.getBrokerFactory(Bootstrap.java:90)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate$StoreSeri
    vceHelper.getPersistenceManagerFactory(StoreServiceDelegate.java:347)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate.initJDO(S
    toreServiceDelegate.java:145)
    at
    com.bea.common.security.storeservice.util.StoreServiceDelegate.<init>(St
    oreServiceDelegate.java:98)
    at
    com.bea.common.security.internal.service.StoreServiceImpl.init(StoreServ
    iceImpl.java:76)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:363)
    at
    com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(Serv
    iceEngineImpl.java:315)

    Thanks, Ravi - already did all that. I have managed to stand the whole cluster up but two niggly things - one more so!
    First, when I start any of the managed servers for the forst time, I get the error below; it's as if the managed server can't download the ldap config from the AdminServer - subsequent restarts work fine though.
    tuning)'> <<WLS Kernel>> <> <> <1273851208837> <BEA-000436> <Allocating 3 reader threads.>
    ####<14-May-2010 16:33:28 o'clock BST> <Info> <Socket> <host_2> <server_2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-
    tuning)'> <<WLS Kernel>> <> <> <1273851208839> <BEA-000446> <Native IO Enabled.>
    ####<14-May-2010 16:33:29 o'clock BST> <Info> <IIOP> <host_2> <server_2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1273851209488> <BEA-002014> <IIOP subsystem enabled.>
    ####<14-May-2010 16:34:28 o'clock BST> <Critical> <WebLogicServer> <host_2> <server_2> <Main Thread> <<WLS Kernel>> <> <> <1273851268370> <BEA-000
    386> <Server subsystem failed. Reason: weblogic.ldap.EmbeddedLDAPException: Empty initial replica
    weblogic.ldap.EmbeddedLDAPException: Empty initial replica
    at weblogic.ldap.EmbeddedLDAP.getInitialReplicaFromAdminServer(EmbeddedLDAP.java:1301)
    at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:221)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<14-May-2010 16:34:28 o'clock BST> <Notice> <WebLogicServer> <host_2> <server_2> <Main Thread> <<WLS Kernel>> <> <> <1273851268601> <BEA-00036
    5> <Server state changed to FAILED>
    Secondly, both managed server are starting in ADMIN mode because some of the libraries aren't getting deployed. Think this is due to clashes in the Implementation-Version. I get the errors below (loads of the libraries - approx a third but I just pasted this for brevity) although after starting them with nodemanager and they go into ADMIN mode, I can always click on resume which then starts them up. Any idea why this is the case?
    Many, many, thanks!
    A
    plementation-Version: 1.0.2.2 (WAR).>
    ####<14-May-2010 16:59:21 o'clock BST> <Error> <Deployer> <host_2> <server_2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (se
    lf-tuning)'> <<WLS Kernel>> <> <> <1273852761063> <BEA-149205> <Failed to initialize the application 'content-management-app-lib [LibSpecVersion=10.3.2,LibImp
    lVersion=10.3.2]' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160145]Failed to deploy library Extension-Name: content-manageme
    nt-app-lib, Specification-Version: 10.3.2, Implementation-Version: 10.3.2.1, because of conflicting library Manifest values, and library information registere
    d with the server: [Implementation-Version: 10.3.2.1 vs. 10.3.2]. Check the library"s MANIFEST.MF file, and correct version info there to match server setting
    s. Or undeploy the misconfigured library..
    weblogic.application.library.LibraryDeploymentException: [J2EE:160145]Failed to deploy library Extension-Name: content-management-app-lib, Specification-Versi
    on: 10.3.2, Implementation-Version: 10.3.2.1, because of conflicting library Manifest values, and library information registered with the server: [Implementat
    ion-Version: 10.3.2.1 vs. 10.3.2]. Check the library"s MANIFEST.MF file, and correct version info there to match server settings. Or undeploy the misconfigure
    d library.
    at weblogic.application.internal.library.LibraryDeploymentFactory.getLibData(LibraryDeploymentFactory.java:106)
    at weblogic.application.internal.library.LibraryDeploymentFactory.createDeployment(LibraryDeploymentFactory.java:46)
    at weblogic.application.internal.DeploymentManagerImpl.createDeployment(DeploymentManagerImpl.java:84)
    at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:149)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:114)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<14-May-2010 16:59:21 o'clock BST> <Info> <J2EE> <host_2> <server_2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tu
    ning)'> <<WLS Kernel>> <> <> <1273852761069> <BEA-160151> <Registered library Extension-Name: content-management-app-lib, Specification-Version: 10.3.2, Imple
    mentation-Version: 10.3.2.1 (EAR).>
    ####<14-May-2010 16:59:21 o'clock BST> <Error> <Deployer> <host_2> <server_2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (se
    lf-tuning)'> <<WLS Kernel>> <> <> <1273852761074> <BEA-149205> <Failed to initialize the application 'content-management-cmis-base-web-lib [LibSpecVersion=10.
    3.2,LibImplVersion=10.3.2]' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160145]Failed to deploy library Extension-Name: conten
    t-management-cmis-base-web-lib, Specification-Version: 10.3.2, Implementation-Version: 10.3.2.1, because of conflicting library Manifest values, and library i
    nformation registered with the server: [Implementation-Version: 10.3.2.1 vs. 10.3.2]. Check the library"s MANIFEST.MF file, and correct version info there to
    match server settings. Or undeploy the misconfigured library..
    weblogic.application.library.LibraryDeploymentException: [J2EE:160145]Failed to deploy library Extension-Name: content-management-cmis-base-web-lib, Specifica
    tion-Version: 10.3.2, Implementation-Version: 10.3.2.1, because of conflicting library Manifest values, and library information registered with the server: [I
    mplementation-Version: 10.3.2.1 vs. 10.3.2]. Check the library"s MANIFEST.MF file, and correct version info there to match server settings. Or undeploy the mi
    sconfigured library.
    at weblogic.application.internal.library.LibraryDeploymentFactory.getLibData(LibraryDeploymentFactory.java:106)
    at weblogic.application.internal.library.LibraryDeploymentFactory.createDeployment(LibraryDeploymentFactory.java:46)
    at weblogic.application.internal.DeploymentManagerImpl.createDeployment(DeploymentManagerImpl.java:84)
    at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:149)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:114)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

  • I can't connect to server after installing router (WRT54G2)

    Anyone please help. I can't seem to connect to the server, 192.168.1.1 after installing the router. Prior to installation it worked fine. Weird thing is I can connect to the internet through the router and stuff, just can't access the server. Help... thanks

    First of all check the physical connection....From modem to the router on internet port and from the computer to the router on ethernet port1...Power light shoul be solid and there should be wlan,internet and ethernet port1 light.
    Now check for the ip address...Click Start >> All Programs >> Accessories >> Command Prompt...A black box will appear(Command Prompt)...In the Command Prompt window type ipconfig and press 'Enter'...Look for Ethernet Adapter Local Area Connection IP Address , Subnet Mask and Default Gateway... IP Address should be 192.168.1.x, Subnet Mask : 255.255.255.0, Default Gateway : 192.168.1.1 (assuming your router is 192.168.1.1)...
    If you get the above mentioned IP Address, Subnet and Gateway Address then you should ping the Gateway, type ping 192.168.1.1 and press Enter...If it gives you request timed out then disable any firewalls, security softwares on the computer...
    If you are not getting the correct ip address then, Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...

  • Help me! Can't start application server after install

    Starting J2EETM 1.4 Application Server Beta 2 ...
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:17:53:421 CST][CORE5076: Using [Java HotSpot(TM) Client VM, Version 1.4.1_04] from [Sun Microsystems Inc.]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:078 CST][ADM0020:Following is the information about the JMX MBeanServer used:]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:078 CST][ADM0021:MBeanServer Implementation Name:[JMX]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:078 CST][ADM0022:MBeanServer Implementation Vendor:[Sun Microsystems]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:078 CST][ADM023:JMX Implementation Version:[1.2_r08]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:078 CST][ADM024:MBeanServer ID:[top02286a_1062400675000]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:078 CST][ADM025:MBeanServer Implementation Classname:[com.sun.jmx.mbeanserver.JmxMBeanServer]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:234 CST][ADM0002:System MBean initialized:[ias:type=controller]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:250 CST][ADM0002:System MBean initialized:[ias:type=configurator]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:250 CST][ADM0001:MBeanServer initialized successfully]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:281 CST][ADM0005:Timestamp files for configuration created for:[server]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:17:55:281 CST][ADM0102: Starting a thread for tracking manual changes]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.resource.jms][01.����.2003 15:18:08:171 CST][JMS5023: JMS service successfully started. Instance Name = domain1_server, Home = [C:/Sun/j2eesdk1.4_beta2/imq/bin].]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:08:750 CST][S1AS AVK Instrumentation disabled]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.security][01.����.2003 15:18:08:765 CST][SEC1143: Loading policy provider com.sun.enterprise.security.provider.util.PolicyWrapper.]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.transaction][01.����.2003 15:18:09:562 CST][JTS5014: Recoverable JTS instance, serverId = [100]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.resource.resourceadapter][01.����.2003 15:18:31:218 CST][RAR5060: Install JDBC Datasources ...]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:31:875 CST][Satisfying Optional Packages dependencies...]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:18:32:062 CST][ADM0016:Unable to determine java home. This suggests that you are using a version of J2EE plugin incompatible with administration server.]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:18:32:156 CST][[AutoDeploy] Enabling AutoDeployment service at :1062400712156]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:32:156 CST][CORE5100:Loading system apps]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:32:187 CST][Selecting file [C:\Sun\j2eesdk1.4_beta2\lib\install\applications\MEjbApp.ear] for autodeployment]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:32:187 CST][Selecting file [C:\Sun\j2eesdk1.4_beta2\lib\install\applications\__ejb_container_timer_app.ear] for autodeployment]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:18:33:359 CST][DPL5109: EJBC - START of EJBC for [MEjbApp]]>
    Remote message: Processing beans ....
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:18:33:531 CST][DPL5108: EJBC - Generated code for remote home and EJBObject implementations for [MEjbApp]]>
    Remote message: Compiling wrapper code ....
    Remote message: Compiling RMI-IIOP code ....
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:18:41:687 CST][DPL5110: EJBC - END of EJBC for [MEjbApp]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:18:43:015 CST][Total Deployment Time: 10625 msec, Total EJB Compiler Module Time: 8328 msec, Portion spent EJB Compiling: 78%
    Breakdown of EJBC Module Time: Total Time for EJBC: 8328 msec, CMP Generation: 0 msec (0%), Java Compilation: 0 msec (0%), RMI Compilation: 8156 msec (97%), JAX-RPC Generation: 31 msec (0%),
    ]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:18:43:031 CST][ADM5606:Extracting changes to [/domain/applications/j2ee-application[@name='MEjbApp']]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:18:43:046 CST][ADM5604:Processing config change [Domain:add to xpath=/domain/applications
    childXPath = /domain/applications/j2ee-application[@name='MEjbApp']]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:18:43:046 CST][ADM5604:Processing config change [update xpath=/domain/applications/j2ee-application[@name='MEjbApp']
         attr=resource-type user-->system-all
         attr=virtual-servers null-->server
    ]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:18:43:093 CST][ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy MEjbApp]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:43:812 CST][ApplicationLoader com.sun.enterprise.server.TomcatApplicationLoader@1e84195]>
    org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
         at org.apache.xerces.dom.CoreDocumentImpl.checkDOMNSErr(CoreDocumentImpl.java:2142)
         at org.apache.xerces.dom.AttrNSImpl.setName(AttrNSImpl.java:149)
         at org.apache.xerces.dom.AttrNSImpl.<init>(AttrNSImpl.java:110)
         at org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(CoreDocumentImpl.java:1791)
         at org.apache.xerces.dom.ElementImpl.setAttributeNS(ElementImpl.java:660)
         at com.sun.enterprise.deployment.node.DeploymentDescriptorNode.setAttribute(DeploymentDescriptorNode.java:542)
         at com.sun.enterprise.deployment.node.LocalizedNode.writeLocalizedMap(LocalizedNode.java:77)
         at com.sun.enterprise.deployment.node.DisplayableComponentNode.writeDisplayableComponentInfo(DisplayableComponentNode.java:56)
         at com.sun.enterprise.deployment.node.BundleNode.writeDescriptor(BundleNode.java:104)
         at com.sun.enterprise.deployment.node.ApplicationNode.writeDescriptor(ApplicationNode.java:132)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.getDocument(J2EEDocumentBuilder.java:77)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:120)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
         at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:158)
         at com.sun.enterprise.server.ApplicationLoader.createRootMBean(ApplicationLoader.java:180)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:177)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:154)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:462)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:429)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:413)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:296)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:104)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3553)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3479)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:792)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:695)
         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:324)
         at com.sun.enterprise.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:181)
         at com.sun.enterprise.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:130)
         at com.sun.enterprise.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:215)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:404)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:271)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    java.lang.IllegalArgumentException: �� newTemplate �� DOMSource ����������������������
         at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:346)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:125)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
         at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:158)
         at com.sun.enterprise.server.ApplicationLoader.createRootMBean(ApplicationLoader.java:180)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:177)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:154)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:462)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:429)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:413)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:296)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:104)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3553)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3479)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:792)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:695)
         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:324)
         at com.sun.enterprise.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:181)
         at com.sun.enterprise.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:130)
         at com.sun.enterprise.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:215)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:404)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:271)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:43:875 CST][core.error_while_creating_jsr77_root_mbean
    javax.management.MBeanException
         at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:165)
         at com.sun.enterprise.server.ApplicationLoader.createRootMBean(ApplicationLoader.java:180)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:177)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:154)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:462)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:429)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:413)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:296)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:104)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3553)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3479)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:792)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:695)
         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:324)
         at com.sun.enterprise.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:181)
         at com.sun.enterprise.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:130)
         at com.sun.enterprise.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:215)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:404)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:271)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.IllegalArgumentException: �� newTemplate �� DOMSource ����������������������
         at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:346)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:125)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
         at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:158)
         ... 33 more
    ]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:43:875 CST][core.error_while_setting_jsr77_state
    javax.management.MBeanException
         at com.sun.enterprise.server.MgmtMBeansManager.setState(MgmtMBeansManager.java:1072)
         at com.sun.enterprise.server.MgmtMBeansManager.setApplicationState(MgmtMBeansManager.java:1028)
         at com.sun.enterprise.server.ApplicationLoader.setState(ApplicationLoader.java:277)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:190)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:154)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:462)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:429)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:413)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:296)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:104)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3553)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3479)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:792)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:695)
         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:324)
         at com.sun.enterprise.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:181)
         at com.sun.enterprise.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:130)
         at com.sun.enterprise.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:215)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:404)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:271)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: javax.management.MBeanException
         at com.sun.enterprise.server.MgmtMBeansManager.setState(MgmtMBeansManager.java:1065)
         ... 34 more
    Caused by: java.lang.Exception: mbean not registered
         ... 35 more
    ]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.container.ejb][01.����.2003 15:18:44:140 CST][[**BaseContainer [2.0]**]: MEJBBean. Instantiated BaseContainer...]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core.classloading][01.����.2003 15:18:44:250 CST][LDR5010: All ejb(s) of [MEjbApp] loaded successfully!]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:18:44:250 CST][core.error_while_setting_jsr77_state
    javax.management.MBeanException
         at com.sun.enterprise.server.MgmtMBeansManager.setState(MgmtMBeansManager.java:1072)
         at com.sun.enterprise.server.MgmtMBeansManager.setApplicationState(MgmtMBeansManager.java:1028)
         at com.sun.enterprise.server.ApplicationLoader.setState(ApplicationLoader.java:277)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:202)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:154)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:462)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:429)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:413)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:296)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:104)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3553)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.multicastEvent(ManagedServerInstance.java:3479)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplicationArchiveOrDirectory(ManagedServerInstance.java:792)
         at com.sun.enterprise.admin.server.core.mbean.config.ManagedServerInstance.deployJ2EEApplication(ManagedServerInstance.java:695)
         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:324)
         at com.sun.enterprise.admin.server.core.jmx.Introspector.invokeMethodOn(Introspector.java:181)
         at com.sun.enterprise.admin.server.core.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:130)
         at com.sun.enterprise.admin.server.core.jmx.ASMBeanServerImpl.invoke(ASMBeanServerImpl.java:215)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.invokeDeploymentService(AutoDeployer.java:404)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployApplication(AutoDeployer.java:271)
         at com.sun.enterprise.deployment.autodeploy.AutoDeployer.deployAll(AutoDeployer.java:164)
         at com.sun.enterprise.server.SystemAppLifecycle.deployToTarget(SystemAppLifecycle.java:185)
         at com.sun.enterprise.server.SystemAppLifecycle.deploySystemApps(SystemAppLifecycle.java:160)
         at com.sun.enterprise.server.SystemAppLifecycle.onStartup(SystemAppLifecycle.java:82)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:284)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:176)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:131)
         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:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: javax.management.MBeanException
         at com.sun.enterprise.server.MgmtMBeansManager.setState(MgmtMBeansManager.java:1065)
         ... 34 more
    Caused by: java.lang.Exception: mbean not registered
         ... 35 more
    ]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:18:44:328 CST][ADM1042:Status of event to instance:[success]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:19:36:375 CST][[AutoDeploy] Successfully autodeployed : C:\Sun\j2eesdk1.4_beta2\lib\install\applications\MEjbApp.ear.]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:21:01:796 CST][DPL5109: EJBC - START of EJBC for [__ejb_container_timer_app]]>
    Remote message: Processing beans ....
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:21:34:859 CST][DPL5107: EJBC - Generated code for EJBLocalHOme, EJBLocalObject implementations for [__ejb_container_timer_app]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:21:34:859 CST][DPL5110: EJBC - END of EJBC for [__ejb_container_timer_app]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.deployment][01.����.2003 15:23:00:781 CST][Total Deployment Time: 91282 msec, Total EJB Compiler Module Time: 33063 msec, Portion spent EJB Compiling: 36%
    Breakdown of EJBC Module Time: Total Time for EJBC: 33063 msec, CMP Generation: 1031 msec (3%), Java Compilation: 3594 msec (10%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 0 msec (0%),
    ]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:25:50:437 CST][ADM5606:Extracting changes to [/domain/applications/j2ee-application[@name='__ejb_container_timer_app']]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:25:50:437 CST][ADM5604:Processing config change [Domain:add to xpath=/domain/applications
    childXPath = /domain/applications/j2ee-application[@name='__ejb_container_timer_app']]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:25:50:437 CST][ADM5604:Processing config change [update xpath=/domain/applications/j2ee-application[@name='__ejb_container_timer_app']
         attr=resource-type user-->system-all
         attr=virtual-servers null-->server
    ]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.tools.admin][01.����.2003 15:25:50:468 CST][ADM1041:Sent the event to instance:[ApplicationDeployEvent -- deploy __ejb_container_timer_app]]>
    <[����][j2eesdk1.4_beta2][][][10][javax.enterprise.system.core][01.����.2003 15:25:50:843 CST][ApplicationLoader com.sun.enterprise.server.TomcatApplicationLoader@1927ba1]>
    org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
         at org.apache.xerces.dom.CoreDocumentImpl.checkDOMNSErr(CoreDocumentImpl.java:2142)
         at org.apache.xerces.dom.AttrNSImpl.setName(AttrNSImpl.java:149)
         at org.apache.xerces.dom.AttrNSImpl.<init>(AttrNSImpl.java:110)
         at org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(CoreDocumentImpl.java:1791)
         at org.apache.xerces.dom.ElementImpl.setAttributeNS(ElementImpl.java:660)
         at com.sun.enterprise.deployment.node.DeploymentDescriptorNode.setAttribute(DeploymentDescriptorNode.java:542)
         at com.sun.enterprise.deployment.node.LocalizedNode.writeLocalizedMap(LocalizedNode.java:77)
         at com.sun.enterprise.deployment.node.DisplayableComponentNode.writeDisplayableComponentInfo(DisplayableComponentNode.java:56)
         at com.sun.enterprise.deployment.node.BundleNode.writeDescriptor(BundleNode.java:104)
         at com.sun.enterprise.deployment.node.ApplicationNode.writeDescriptor(ApplicationNode.java:132)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.getDocument(J2EEDocumentBuilder.java:77)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.write(J2EEDocumentBuilder.java:120)
         at com.sun.enterprise.deployment.node.J2EEDocumentBuilder.descriptorToString(J2EEDocumentBuilder.java:153)
         at com.sun.enterprise.server.MgmtMBeansManager.createAppMBean(MgmtMBeansManager.java:158)
         at com.sun.enterprise.server.ApplicationLoader.createRootMBean(ApplicationLoader.java:180)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:177)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:154)
         at com.sun.enterprise.server.ApplicationManager.applicationDeployed(ApplicationManager.java:462)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeA

    there is an error in either one of your web.xml files or in the server.xml..
    it looks like an xml parse error..
    did deploy app changes before this? or update some context stuff within server.xml??

Maybe you are looking for