SCSM Management Server install error

Hi All
I have a curious error with regards to an SCSM 2012 R2 Management Server install to a Windows Server 2012 with local SQL Server 2012 Standard); the SCSM 2012 R2 Data warehouse Server installed fine on a separate server.  I've checked that the install
account has full SQL, Local and Domain Admins (for install), I've also fired the install from an elevated command prompt but with same error, I've also checked that PowerShell is set to Unrestricted.  There is also mention of a Timeout in the below error,
which has lead me to think it could possibly be SQL SPN issue, however please see below and let me know if anyone has seen this before \ any suggestions welcome!
The error I'm seeing in the MSI log is as follows:
Calling custom action CAManaged!Microsoft.MOMv3.Setup.PreExtensionRegistration.PreRegisterExtensions
PreRegisterExtensions: Begin
PreRegisterExtensions: Starting in deferred mode
PreRegisterExtensions: 20 extension records decoded
PreRegisterExtensions: Connecting via InProc SDK
PreRegisterExtensions: Loading management pack C:\Program Files\Microsoft System Center 2012 R2\Service Manager\System.Library.mp
PreRegisterExtensions: Importing management pack C:\Program Files\Microsoft System Center 2012 R2\Service Manager\System.Library.mp
PreRegisterExtensions: System.ArgumentException: The requested management pack is not valid. See inner exception for details.
PreRegisterExtensions: Parameter name: managementPack ---> : Database error. MPInfra_p_ManagementPackInstall failed with exception:
PreRegisterExtensions: Database error. MPInfra_p_ManagementPackInstall failed with exception:
PreRegisterExtensions: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
PreRegisterExtensions: The statement has been terminated.
PreRegisterExtensions:
PreRegisterExtensions:    --- End of inner exception stack trace ---
PreRegisterExtensions:    at Microsoft.EnterpriseManagement.ManagementPackManagement.TryImportManagementPack(ManagementPack managementPack, IDictionary`2 resources)
PreRegisterExtensions:    at Microsoft.EnterpriseManagement.ManagementPackManagement.ImportManagementPack(ManagementPack managementPack, IDictionary`2 resources)
PreRegisterExtensions:    at Microsoft.MOMv3.Setup.PreExtensionRegistration.PreRegisterExtensions(Session session)
PreRegisterExtensions: End (fail)
MSI (s) (D8:E4) [13:20:43:793]: NOTE: custom action _PreRegisterExtensionsDeferred unexpectedly closed the hInstall handle (type MSIHANDLE) provided to it. The custom action should be fixed to not close that handle.
CustomAction _PreRegisterExtensionsDeferred returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
04/02/2014 13:20:43.824 [3032]: Assembly Install: Failing with hr=80070005 at RemoveDirectoryAndChildren, line 396
04/02/2014 13:20:43.878 [3032]: Detailed info about C:\Windows\assembly\tmp\CPSNRJPD\Microsoft.EnterpriseManagement.OperationsManager.Apm.StatisticCounters.ScriptingLibrary.dll
04/02/2014 13:20:43.878 [3032]:  File attributes: 00000080
04/02/2014 13:20:44.124 [3032]:  Restart Manager Info: 1 entries
04/02/2014 13:20:44.125 [3032]:   App[0]: (3032) Windows Installer (msiserver), type = 3
Kind Regards
Andrew

Thanks Thomas
Yep had checked permissions, see below.  Any others that I may have over looked that you can think of?
1. Login \ install account as local Admin on the Server
2. Login \ install account has full SQL SysAdmin rights, was also used for installing the SQL Instance locally
3. Checked account in AD so that it is ok for Kerberos Delegation
One thing is that I have specified this account for all account options during install (since its a test environment), in production would usually create distinct accounts, is this likely to be an issue though?
Will attempt install again but use Local System etc instead of specifying my domain account just to check \ see if error changes.
Kind Regards
Andrew

Similar Messages

  • Managed Server missing error.

    Hi,
    I have installed Weblogic10.3 upgrading from Weblogic 8.1. I am able to start the admin server successfully but cannot start the managed server using a startup script. I get the following error:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name MRO2
    26NTS_BENCALC specified with -Dweblogic.Name does not exist. The configuration i
    ncludes the following servers {MRO250WIN_ADMIN}.
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(Runtim
    eAccessImpl.java:149)
    at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
    imeAccessService.java:39)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:459)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:164)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
    at weblogic.Server.main(Server.java:67)
    I cannot find the managed server instance when I log onto the console. How is it missing totally?
    This is the script used to start the managed server: named start_bc_managed_server.cmd
    S:
    cd S:\bea\user_projects\db_dev_domain\bin
    set DBES_ROOT=S:\BenefitCal_WL
    *@rem cmd /K startManagedWebLogic MRO226NTS_BENCALC http://localhost:7000 %DBES_ROOT% 7001 -Xms512m+-Xmx512m BenefitCal*
    *@rem set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=file:/%DBES_ROOT%/dbsystem/config/log4j.xml*
    *@rem set JAVA_OPTIONS=%JAVA_OPTIONS% -Drule.client.location=%DBES_ROOT%\dbsystem\com\fidelity\definedbenefit\benefitcalculator\rule\client*
    cmd /K startManagedWebLogic MRO226NTS_BENCALC http://localhost:7000 %DBES_ROOT% 7001 -Xms512m+-Xmx512m BenefitCal
    THINGS I HAVE DONE:
    1) I have checked config.xml found in S:\bea\user_projects\domain1\config and found it does not contain all the target servers and have replaced it with a config xml that contains all the target servers(MRO226NTS_BENCALC is one of them).
    startManagedWebLogic
    *@ECHO OFF*
    *@REM WARNING: This file is created by the Configuration Wizard.*
    *@REM Any changes to this script may be lost when adding extensions to this configuration.*
    SETLOCAL
    *@REM --- Start Functions ---*
    GOTO :ENDFUNCTIONS
    *:usage*
    *     echo Need to set SERVER_NAME and ADMIN_URL environment variables or specify*
    *     echo them in command line:*
    *     echo Usage: %1 SERVER_NAME {ADMIN_URL}*
    *     echo for example:*
    *     echo %1 managedserver1 http://localhost:7000*
    GOTO :EOF
    *:ENDFUNCTIONS*
    *@REM --- End Functions ---*
    echo in STARTMANAGEDWEBLOGIC------
    *@REM **************************************************************************
    *@REM This script is used to start a managed WebLogic Server for the domain in*
    *@REM the current working directory. This script can either read in the SERVER_NAME and*
    *@REM ADMIN_URL as positional parameters or will read them from environment variables that are*
    *@REM set before calling this script. If SERVER_NAME is not sent as a parameter or exists with a value*
    *@REM as an environment variable the script will EXIT. If the ADMIN_URL value cannot be determined*
    *@REM by reading a parameter or from the environment a default value will be used.*
    *@REM*
    *@REM For additional information, refer to the WebLogic Server Administration*
    *@REM Guide (http://e-docs.bea.com/wls/docs103/adminguide)*
    *@REM **************************************************************************
    *@REM Set SERVER_NAME to the name of the server you wish to start up.*
    set DOMAIN_NAME=db_dev_domain
    set ADMIN_URL=http://localhost:7000
    *@REM Set WLS_USER equal to your system username and WLS_PW equal*
    *@REM to your system password for no username and password prompt*
    *@REM during server startup. Both are required to bypass the startup*
    *@REM prompt.*
    set WLS_USER=
    set WLS_PW=
    *@REM Set JAVA_OPTIONS to the java flags you want to pass to the vm. i.e.:*
    *@REM set JAVA_OPTIONS=-Dweblogic.attribute=value -Djava.attribute=value*
    set JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="S:\bea\wlserver_10.3\server\lib\cacerts" %JAVA_OPTIONS%
    *@REM Set JAVA_VM to the java virtual machine you want to run. For instance:*
    *@REM set JAVA_VM=-server*
    set JAVA_VM=
    *@REM Set SERVER_NAME and ADMIN_URL, they must by specified before starting*
    *@REM a managed server, detailed information can be found at*
    *@REM http://e-docs.bea.com/wls/docs103/adminguide*
    if "%1"=="" (
    *     if "%SERVER_NAME%"=="" (*
    *          CALL :usage %0*
    *          GOTO :EOF*
    *) else (*
    *     set SERVER_NAME=%1*
    *     shift*
    if "%1"=="" (
    *     if "%ADMIN_URL%"=="" (*
    *          CALL :usage %0*
    *          GOTO :EOF*
    *) else (*
    *     set ADMIN_URL=%1*
    *     shift*
    *@REM **************************************************************************
    *@REM Customization by A375886*
    *@REM If you are here with input parameter*
    *@REM %1 = APP_ROOT*
    *@REM %2 = PORT*
    *@REM %3 = (min heap)+(max heap)*
    *@REM (ie -Xms500m+-Xmx500m)*
    *@REM %4 = APPNAME*
    *@REM **************************************************************************
    set DOMAIN_HOME=S:\bea\user_projects\db_dev_domain
    set APP_ROOT=S:
    if "%1" == "" goto setPort
    set APP_ROOT=%1
    *:setPort*
    set PORT=7000
    if "%2" == "" goto setMemArgs
    set PORT="%2"
    *:setMemArgs*
    set MEM_ARGS=-Xms256m -Xmx512m
    if "%3" =="" go setAppName
    set MEM_ARGS="%3"
    *:setAppName*
    if "%4" =="" go setGoOne
    set APPNAME="%4"
    *:setGoOne*
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=%APP_ROOT%\other\dbsystem\config\log4j.xml
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Drule.client.location=%APP_ROOT%\presentation\com\fidelity\definedbenefit\benefitcalculator\rule\client
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DConfigLocation="%APP_ROOT%\other\dbsystem\config"
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DListenPort=%PORT% -Dweblogic.ListenPort=%PORT%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DListenAddress=%ADMIN_URL%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dbea.home=%APP_ROOT%\bea\license
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DAppName=%APPNAME%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.security.allowAnonymous=true
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.disableMBeanAuthorization=true
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DDOMAIN_FOLDER=%DOMAIN_HOME%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.username=system
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.password=weblogic
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.url=http://localhost:7000
    echo JAVA_OPTIONS= %JAVA_OPTIONS%
    echo APP_ROOT = %APP_ROOT%
    echo PORT = %PORT%
    echo MEM_ARGS = %MEM_ARGS%
    echo APPNAME = %APPNAME%
    *@REM Export the admin_url whether the user specified it OR it was sent on the command-line*
    set ADMIN_URL=%ADMIN_URL%
    set SERVER_NAME=%SERVER_NAME%
    *@REM set application specific setting*
    echo domain is %DOMAIN_HOME%
    echo App is %APPNAME%
    call "%DOMAIN_HOME%\bin\setAppEnv.cmd" %APPNAME%
    if "%1"=="" (
    *     @REM Call Weblogic Server with our default params since the user did not specify any other ones*
    *     call "%DOMAIN_HOME%\bin\startWebLogic.cmd" nodebug nopointbase noiterativedev notestconsole*
    *) else (*
    *     @REM Call Weblogic Server with the params the user sent in INSTEAD of the defaults*
    *     call "%DOMAIN_HOME%\bin\startWebLogic.cmd" %1 %2 %3 %4 %5 %6 %7 %8 %9*
    ENDLOCAL

    It seems that you have to check "config.xml" in S:\bea\user_projects\db_dev_domain, not the one in S:\bea\user_projects\domain1\config.
    Please check also that you have started the correct administrative instance (try also to log into the console to check the configuration).
    Bye
    Mariano

  • WLST start managed server throws error but the server was successf. started

    Hello,
    I have a funny problem.
    We are already using long time the WLST feature to startup managed servers via WLST connected to the Admin Console.
    Normally when we start a managed server it looks WLST output like this:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Successfully connected to Admin Server 'xxx_admin' that belongs to domain 'xxx_domain'.
    Starting server xxx_001 .................................................................................
    Disconnect from Admin server
    This was working without any errors when inside your nodemanager.properties file the following is set:
    StartScriptEnabled=false
    Unfortunately I'm now forced to use:
    StartScriptEnabled=true
    and specified a custom "+StartScriptName+" (startWebLogicCustomScript.sh) as well.
    What happen now is the following. WLST starts the script set at "StartScriptName" and once this script is finished (The script do not generate errors and returns return code 0) I get an error:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Successfully connected to Admin Server 'xxx_admin' that belongs to domain 'xxx_domain'.
    Starting server xxx_001 .................................................................................
    Exception while starting server 'xxx_001'
    No stack trace available.
    This Exception occurred at Thu Mar 03 01:01:40 CET 2011.
    weblogic.management.scripting.ScriptException: Error occured while performing start : Server with name xxx_001 failed to be started
    at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
    at weblogic.management.scripting.LifeCycleHandler.startServer(LifeCycleHandler.java:502)
    at weblogic.management.scripting.WLScriptContext.start(WLScriptContext.java:523)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    The funny thing now is that the managed server which WLST is given the error above is RUNNING so the everything is fine.
    So in the Admin Console everything is shown running.
    I don't would be normally worry about this since i can get around this with additional checks in my WLST script but what I'm worry about are the entries in the NodeManager log file which are generated (Especially the bold marked):
    +<INFO> <xxx_domain> <xxx_001> <Starting WebLogic server with command line: <just removed>/domains/xxx_domain/startWebLogicCustomScript.sh >+
    +<INFO> <xxx_domain> <xxx_001> <Working directory is '<just removed>/domains/xxx_domain'>+
    +<INFO> <xxx_domain> <xxx_001> <Rotated server output log to "<just removed>/domains/xxx_domain/servers/xxx_001/logs/xxx_001.out00025">+
    +<INFO> <xxx_domain> <xxx_001> <Server error log also redirected to server log>+
    +<INFO> <xxx_domain> <xxx_001> <Server output log file is '<just removed>/domains/xxx_domain/servers/xxx_001/logs/xxx_001.out'>+
    ++<INFO> <xxx_domain> <xxx_001> <Server failed during startup so will not be restarted>++
    +<WARNING> <Exception while starting server 'xxx_001'>+
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:331)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:567)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:118)
    at weblogic.nodemanager.server.Handler.run(Handler.java:70)
    at java.lang.Thread.run(Thread.java:662)
    Checking the server output log everything looks ok.
    Does anyone have an idea why WLST / NodeManager is trowing errors here and how to solve this problem ?
    Does maybe my custom script needs to return a special return code ?
    WLS version used is 10.3.3.0.
    Thx a lot.

    Does nobody have an idea ?

  • Oracle management server install/configure

    i am running oracle 8.1.6 on linux 6.2.My enterprise manager is loaded on a win 98 platform.Whenever i want to connect to the server on linux for tuning and backup features the application ask's for the oracle management server .Could you tell me what is it and how to install/configure such a server

    Oracle Enterprise Manager was designed for 3-tier architecture where:
    tier 1 are your client tools, i.e. OEM consoles and DBA management packs
    tier 2 is the middle tier which is the managment server with the repository(this is another database not managed through the OEM console.)
    tier 3 are your nodes, i.e. the databases, listeners, and other services.
    On another server, install oracle software, create a database with a minimum of a system tablespace and temporary tablespace.
    From your OEM(Oracle Enterprise Manager) console on your Windows 98 platform, go to OEM configuration assistant, connect to the oracle database that you just created(see above) as system/manager. Create a new repository and select to create a new tablespace called OEM_REPOSITORY. The owner of this tablespace is preferably a person who is not a user on the system, just make someone up. Use your temporary tablespace for the temp and not the system tablespace. It will create the repository in your database.
    Now, connect through the OEM console, the initial username is SYSMAN password OEM_TEMP. It will make you change the password for security reasons. You will have to discover the databases on all of your nodes(tier 3) in order to manage them. Don't try to manage your middle tier database that has your management server with OEM console.
    Hope this helps,
    Rob
    i am running oracle 8.1.6 on linux 6.2.My enterprise manager is loaded on a win 98 platform.Whenever i want to connect to the server on linux for tuning and backup features the application ask's for the oracle management server .Could you tell me what is it and how to install/configure such a server

  • 2007A p42 server install error

    I am getting an error during the 2007A p42 server install after the SBO_Common, Help and Demo DB loads AND when it is on the install screen with this path below:
    C:\Windows\system32\sqljdbc_auth.dll
    then an error shows up saying:
    Unable to connect to the database, check to be sure the database server is running
    I say ok to the error and it takes me to another screen with the Dbserver name, DBname, User name and password
    All my TCP/IP setting in the SQL Config is set correctly and is enabled, SQL Studio opens fine and I see the DB's listed, but it will go no further than that spot on install, it loops
    It seems if I cancel and let it tell me B1install Fails (which is a severe error) it still works fine.
    I have come across this error about 3x now when installing 2007A for the first time, what gives????
    Jo

    Ok sorry I just noticed you are asking me about the SQL Client...oops, eye for detail!
    I installed the SQL 2005 Express Edition, I know this is not supported with a prod DB with SAP but we need to get moving on our install and will be updating the full version of the SQL2005 next week.
    Could this Express edition be my problem? Or is there a Client install I can still load as well with this?

  • Managed server throws error on start up

    Randomly, while starting a managed server, the following exception is logged in the log files. What does it mean, and how can I resolve this.
    I am using Weblogic Server 7.0 Sp1 with JDK 1.3.1_08.
    Exception Trace:
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NullPointerException
    at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2266)
    at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
    at weblogic.management.internal.DynamicMBeanImpl.readObject(DynamicMBeanImpl.java:2167)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at java.util.ArrayList.readObject(ArrayList.java:526)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:214)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    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)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management_internal2/
    Bootstrap - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:235)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    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)
    Reason: Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management
    _internal2/Bootstrap - with nested exception:
    [java.lang.NullPointerException]
    java.lang.NullPointerException
    at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2266)
    at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
    at weblogic.management.internal.DynamicMBeanImpl.readObject(DynamicMBeanImpl.java:2167)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at java.util.ArrayList.readObject(ArrayList.java:526)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:214)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    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)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management_internal2/
    Bootstrap - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:235)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    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)
    Please provide some help.
    -Michael

    Michael,
    No offence, but I think you may have posted to the wrong forum. This forum is for the Oracle (database embedded) JVM -- not for WebLogic.
    While I don't use WebLogic, I'm sure there are WebLogic forums around. Do you know about this one:
    http://tinyurl.com/8nfkm
    Good Luck,
    Avi.

  • Exchange 2013 Management Tools Install Error on Win8

    Hello,
    I'm having some trouble installing the management tools for Exchange 2013 on Windows 8. While going through the install if I leave "Automatically install Windows Server roles and features that are required to install Exchange Server" check I get
    this error...
    Error:
    The target of the specified cmdlet cannot be a Windows client-based operating system.
    If I uncheck that option and just check the Management Tools option, the error message changes to...
    Error:
    Global updates need to be made to Active Directory, and this user account isn't a member of the 'Enterprise Admins' group.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.GlobalUpdateRequired.aspx
    Error:
    Setup encountered a problem while validating the state of Active Directory: Couldn't find the Enterprise Organization container.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.AdInitErrorRule.aspx
    Error:
    The forest functional level of the current Active Directory forest is not Windows Server 2003 native or later. To install Exchange Server 2013, the forest functional level must be at least Windows Server 2003 native.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.ForestLevelNotWin2003Native.aspx
    Error:
    Either Active Directory doesn't exist, or it can't be contacted.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.CannotAccessAD.aspx
    Warning:
    Setup will prepare the organization for Exchange 2013 by using 'Setup /PrepareAD'. No Exchange 2010 server roles have been detected in this topology. After this operation, you will not be able to install any Exchange 2010 servers.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.NoE14ServerWarning.aspx
    Any help on resolving this so I can move on with the installation would be appreciated.
    Thanks.

    Hi,
    To install the Exchange 2013 Management Tools, there are many prerequisites we need to understand before installation. And even
    we must manually install some required software.
    Here are some references that may be helpful to you:
    Install the Exchange 2013 Management Tools
    http://technet.microsoft.com/en-us/library/bb232090(v=exchg.150).aspx
    Exchange 2013 Prerequisites
    http://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Yosemite server install errors - devicemanager and wikiserver

    Hi all,
    Mac Mini mid 2011. Yosemite installed from scratch no problem and I applied any OS updates that were offered. When I try to install server however I get error messages during the install. Account used to install has admin rights.
    The setup is able to finish, but the computer seems sluggish and I am unable to turn on ProfileManager.
    These are the error messages during setup:
    'Preparing services - DeviceManager' Error Domain:deviceManagerCommon.sh Item:/Applications/Server.app/Contents/ServerRoot/usr/libexec/deviceManagerComm on.sh Code:2  - No matching processes were found
    No matching processes were found
    sudo: unable to execute /Applications/Server.app/Contents/ServerRoot/usr/bin/initdb: Permission denied
    'Preparing services - WikiServer' Error Domain:collabd_database_loader Item:collabd_database_loader Code:1  - sh: /Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl: Permission denied
    sh: /Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl: Permission denied
    'Preparing services - WikiServer' Error Domain:collabd_database_loader Item:collabd_database_loader Code:1  - sh: /Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl: Permission denied
    sh: /Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl: Permission denied
    'Preparing services - WikiServer' Error Domain:wikiadmin Item:wikiadmin Code:1  - 2015-01-04 11:38:18.053 wikiadmin[1559:7670] [PostgreSQLClient.framework] [/SourceCache/CoreCollaboration/CoreCollaboration-467/Server/PostgreSQLClient/P GCServer.m:28] Cannot init due to bad cmdPath /Applications/Server.app/Contents/ServerRoot/usr/bin/xpg_ctl
    I've tried resetting ProfileManager using: OS X Server: How to reset Profile Manager to its original state - Apple Support
    And I've also removed the Server App and the "/Library/Server" folder, rebooted and reinstalling ServerApp which resulted in the same error messages.
    Would anybody be able to help?

    Hi Jepping,
    The server does have a static IP address and connects to 2 Windows 2008 domain controllers that are the DNS servers. So I don't really want to make it a DNS server if it doesn't really need to be.
    sudo changeip -checkhostname results in dirserv:success = "success"
    host -yourstaticipaddress resulted in the FQDN of the server.
    host -result from previous entry- results in:  Host -computername-  not found: 2(SERVFAIL)
    after entering my domain name in the DNS settings I did get my IP address when I did  "host -result from previous entry-"
    I only created a self signed certificate, but that should be enough to get profile manager to work shouldn't it?
    Profile manager is the main thing I am interested in at the moment, and wiki not so much.
    I'm not real eager to do a new install of Yosemite, but I guess I should try it.
    I did indeed try the repair permissions option in diskutil.
    Thanks for trying to help me. Keep the advice coming.

  • Oracle VM Server - install error - Graphical mode

    Hi all!
    I hope, you can help me the following problem.
    I try to install an Oracle VM server to a FS server.
    First, I tried the newest version - OVM S 2.2.1
    In the begining Everything is allright.
    But after I have to choose the keyboard, the next screen did not come up. Just a blue screen.
    I went to the alt+F3 terminal, and I found a warning there:
    WARNING Graphical mode is not avaible...Start text mode.
    So the screen where I can partition the disk, did not come up..
    I tried earlier version too - OVM server 2.1.5, but It is the same problem too.
    Can somebody help me in this, what couse this problem, and how can I fix this, and install the O VM server?
    Thx in advance!
    Peter Kokai

    I purchased an Asus Sabertooth motherboard with an I7 4770 cpu and the Oracle VM server fails to detect the motherboard.  I am seeing the same error that is posted in the Known Issues list with the Dell 380 Broadcom ethernet adapter.
    Do I have a compatibility issue?  The disk ISO was being given out at EMC World.  I do not know how to tell what version it is.
    I tried downloading the 3.2.2 version iso and it seems to have trouble with my USB devices, because my keyboard stops working and I can't select between media cd test or skip.
    Are there any workarounds?  Should I just wait for a future release?

  • Management Center install error "Unsupported OS version: 5.10

    I couldn't find anything on sunsolve that talks about a work around. Has anyone else had this problem and how did you resolve it?
    Trying to install on a sparc system under Solaris 10
    Thanks in advance,
    Bill

    You'll need at least Sun Management Center 3.5 Update 1a, which is available in the nearest Solaris 10 media kit, or at:
    http://www.sun.com/software/solaris/sunmanagementcenter/get.xml
    Now that 3.5.1b is available maybe you should get that one.
    //Magnus

  • Flash media server instalation error

    Unable to play video using fresh installation flash media server , showing 10000 , and 2032 error , please see the screen shot.

    FMS3 is officially support on Windows 2003 server &
    RHEL-4 only.

  • SCSM 2010 to 2012 Management server upgrade failed

    I upgrading my scsm 2010 to 2012 both Management and DW server.
    So i have set up the secondary lab environment and do this.
    The DW server has been upgraded successfully to 2012.
    When i try to upgrade SCSM Management server, at the finalizing stage, i get this error as _RegisterExtensionsDeferred
    Log as below.
    2014-08-26T14:48:28.7717429+05:30    Always:    Trace Session Started
    02:48:28:
    02:48:28:Application Started
    02:48:28:This is 64-bit application.
    02:48:28:Product ID  is NOT installed
    02:48:28:Found ProductID:{A193A8C7-CBE7-4F3B-887F-6B03EE43A208}, ProductName:Microsoft System Center Service Manager SP1, Version:7.0.6555.128
    02:48:28:Found SMServer components
    02:48:28:Found SMConsole components
    02:48:28:Setup is running from: c:\SCSM2012\amd64\Setup
    02:48:28:Using local Analysis server as default instance
    02:48:28:Using 'DWASDataBase' as default Analysis server database name
    02:48:28:Using 'Default' as default Analysis server database file path
    02:48:29:Current UI culture (en-US) is not supported. Trying Neutral culture.
    02:48:29:Found c:\SCSM2012\amd64\Setup\en\SCSM_license.rtf.
    02:48:29:Current UI culture (en-US) is not supported. Trying Neutral culture.
    02:48:29:Found c:\SCSM2012\amd64\Setup\en\SCSM_EvalLicense.rtf.
    02:48:29:Current UI culture (en-US) is not supported. Trying Neutral culture.
    02:48:29:Found c:\SCSM2012\amd64\Setup\en\PrerequisiteInputFile.xml.
    02:48:29:Found c:\SCSM2012\amd64\Setup\Server\SM.msi.
    02:48:29:All vital setup files found.
    02:48:29:Upgrading Service Manager 7.0.6555 with 7.5.1561
    02:48:29:Checking dependencies for Server upgrade...
    02:48:40:Managment server is registered with Datawarehouse 'TESTSER'
    02:48:42:Datawarehouse is up-to-date
    02:48:42:Getting Management Group information from TESTSER:ServiceManagerNew
    02:48:42:[GetManagementGroupPropertiesFromDB]:  Opened the DB connection using Data Source=TESTSER;Initial Catalog=ServiceManagerNew;Integrated Security=True;Persist Security Info=False.
    02:48:42:[GetManagementGroupPropertiesFromDB]:  Found Management Group information.
    02:48:42:[GetManagementGroupPropertiesFromDB]:  Found Primary SDK server:..net.
    02:48:42:Validating SmAdminRoleGroup
    02:48:43:Checking MU OptIn state
    02:48:43:MU is not opted in
    02:48:43:Start adding DataItems
    02:48:43:System Center Service Manager Install
    02:48:44:Final Install Tasks
    02:48:44:Done adding DataItems
    02:48:46:Getting Domain List
    02:49:35:LoadPrerequisites: Start adding ComponentTitles
    02:49:35:LoadPrerequisites: Start adding DataItems
    02:49:35:Memory check
    02:49:36:Microsoft SQL Server 2008 Analysis Management Objects
    02:49:36:Memory check
    02:49:36:Processor speed check
    02:49:36:Processor speed check
    02:49:36:Processor speed check
    02:49:36:IIS check
    02:49:36:ASP.NET check
    02:49:36:Basic Authentication check
    02:49:36:Windows Authentication check
    02:49:36:Microsoft .NET Framework 4 check
    02:49:36:Windows Service Pack check
    02:49:36:Microsoft Report Viewer Redistributable check
    02:49:36:PowerShell 2.0 check
    02:49:36:SharePoint Server 2010 check
    02:49:36:SharePoint Farm Administrator check
    02:49:36:SharePoint Server 2010 configuration check
    02:49:36:ADO.NET Data Services Update check
    02:49:36:Microsoft SQL Server 2008 Native Client check
    02:49:36:Language Pack for SharePoint Server 2010 or SharePoint Foundation 2010 - English check
    02:49:36:LoadPrerequisites: Done adding prerequisites checks
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking Memory check prereq.
    02:49:36:CheckPrerequisites:         Logic Type:and    MemoryCheck-8gbWarn: 0
    02:49:36:
    02:49:36:CheckPrerequisites:     Memory check: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking Microsoft SQL Server 2008 Analysis Management Objects prereq.
    02:49:36:Entered RequiredAMO
    02:49:36:Trying alternate method of detection using Assembly.Load
    02:49:36:CheckPrerequisites:         Logic Type:and    AMO-err: 0
    02:49:36:
    02:49:36:CheckPrerequisites:     Microsoft SQL Server 2008 Analysis Management Objects: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking Processor speed check prereq.
    02:49:36:CheckPrerequisites:         Logic Type:and    ProcessorSpeedCheck2.5MHz-Warn: 0
    02:49:36:CheckPrerequisites:         Logic Type:and    ProcessorCoreCheck2Core-Warn: 0
    02:49:36:
    02:49:36:CheckPrerequisites:     Processor speed check: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking Windows Service Pack check prereq.
    02:49:36:CheckPrerequisites:         Logic Type:and    Win2k8R2Sp1Check-Err: 0
    02:49:36:CheckPrerequisites:
    02:49:36:CheckPrerequisites:                 ProductType was not a match.  Looking for: LanmanNT Found: ServerNT
    02:49:36:CheckPrerequisites:         Logic Type:or    Win2k8R2Sp1DCCheck-Err: 2
    02:49:36:CheckPrerequisites:
    02:49:36:CheckPrerequisites:                 The value 6.1.7601.65536 was not within the range 6.2.0 to 9.9.9999.
    02:49:36:CheckPrerequisites:         Logic Type:or    WinSrvrVNextCheck-Err: 2
    02:49:36:CheckPrerequisites:
    02:49:36:CheckPrerequisites:                 ProductType was not a match.  Looking for: LanmanNT Found: ServerNT
    02:49:36:CheckPrerequisites:         Logic Type:or    WinSrvrVNextDCCheck-Err: 2
    02:49:36:
    02:49:36:CheckPrerequisites:     Windows Service Pack check: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking Microsoft Report Viewer Redistributable check prereq.
    02:49:36:Entered RequiredReportViewer
    02:49:36:CheckPrerequisites:         Logic Type:and    RptVwrCheck-err: 0
    02:49:36:
    02:49:36:CheckPrerequisites:     Microsoft Report Viewer Redistributable check: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking PowerShell 2.0 check prereq.
    02:49:36:CheckPrerequisites:         Logic Type:and    PowerShell2Check-err: 0
    02:49:36:CheckPrerequisites:         Logic Type:or    PowerShell2Check32-err: 0
    02:49:36:
    02:49:36:CheckPrerequisites:     PowerShell 2.0 check: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking ADO.NET Data Services Update check prereq.
    02:49:36:Loading System.Data.Services.Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    02:49:36:Found version 3.5.30729.5420
    02:49:36:CheckPrerequisites:         Logic Type:and    ADODotNetDataServicesHotfix-err: 0
    02:49:36:
    02:49:36:CheckPrerequisites:     ADO.NET Data Services Update check: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:36:
    02:49:36:**************************************************
    02:49:36:CheckPrerequisites: Checking Microsoft SQL Server 2008 Native Client check prereq.
    02:49:36:CheckPrerequisites:         Logic Type:and    SQLNCLI10-err: 0
    02:49:36:
    02:49:36:CheckPrerequisites:     Microsoft SQL Server 2008 Native Client check: Passed
    02:49:36:
    02:49:36:**************************************************
    02:49:37:CheckPrerequisites: Return Value 0
    02:49:39:Doing Pre-Upgrade checks...
    02:49:39:Validating database ServiceManagerNew on SQL Server TESTSER
    02:49:39:Validating SQL Instance TESTSER
    02:49:39:SQL Server: TESTSER
    02:49:39:SQL Server version: 10.50.1600.1
    02:49:39:Full text search installed: True
    02:49:39:Checking if '\administrator' is Sysadmin Or (SecurityAdmin And DbCreator) on SQL Instance TESTSER
    02:49:39:Stopping Service OMSDK on server
    02:49:39:Starting Service OMSDK on server
    02:49:41:Stopping Service OMCFG on server
    02:49:44:Starting Service OMCFG on server
    02:49:47:Validating Path C:\Program Files\Microsoft System Center\Service Manager 2010\
    02:49:47:Checking for available free disck space
    02:49:47:Checking directory write access
    02:49:47:*** Pre-Upgrade checks passed ***
    02:49:47:QuickFixEngineeringHandler: Unable to LoadQuickFixEngineeringFile.
    02:49:47:SetProgressScreen: StartMinorStep.
    02:49:47:statusUpdate: Resetting progress bar.
    02:49:47:ProcessInstalls: Install Item System Center Service Manager Install has a Preprocessing delegate of SystemCenterServiceManagerPreinstallProcessor.  Launching it now.
    02:49:47:SetProgressScreen: Init MSI Install progress.
    02:49:47:statusUpdate: Resetting progress bar.
    02:49:47:LaunchMsi: Msi mutex is not in use.
    02:49:47:LaunchMsi: MSI to launch is: c:\SCSM2012\amd64\Setup\Server\SM.msi.
    02:49:47:LaunchMsi: Turning off the internal UI for c:\SCSM2012\amd64\Setup\Server\SM.msi.
    02:49:47:LaunchMSI:  Enable logging for the MSI at C:\Users\administrator.\AppData\Local\Temp\2\\SCSMInstall02.log.
    02:49:47:LaunchMsi: MSI c:\SCSM2012\amd64\Setup\Server\SM.msi is not in silent mode.  Setting the external UI.
    02:49:47:LaunchMsi: Launching c:\SCSM2012\amd64\Setup\Server\SM.msi
    02:49:52:statusUpdate: Resetting progress bar for MSI: MaxValue 58857
    02:50:09:statusUpdate: Resetting progress bar for MSI: MaxValue 345710070
    02:50:09:Install Progress - (ProcessComponents) Updating component registration
    02:50:09:statusUpdate: Resetting progress bar for MSI: MaxValue 345710070
    02:50:10:Install Progress - (StopServices) Stopping services
    02:50:16:Install Progress - (_StopNamedServices_HealthService.80B659D9_F758_4E7D_B4FA_E53FC737DCC9) Stopping Health services
    02:50:17:Install Progress - (RemoveODBC) Removing ODBC components
    02:50:17:Install Progress - (RemoveFiles) Removing files
    02:50:17:Install Progress - (CreateFolders) Creating folders
    02:50:17:Install Progress - (InstallFiles) Copying new files
    02:50:30:Install Progress - (_CreateDatabase) Creating Database
    02:50:30:Install Progress - (_ExecuteSqlScripts) Configuring Database
    02:52:07:Install Progress - (ExecuteSqlStrings) Executing SQL Strings
    02:52:07:Install Progress - (CreateShortcuts) Creating shortcuts
    02:52:07:Install Progress - (WriteRegistryValues) Writing system registry values
    02:52:08:Install Progress - (_InstallServerPerfCounters.D2179E31_E456_401A_A820_CEBB135E3429) Installing Server Performance Counters
    02:52:12:Install Progress - (WriteEnvironmentStrings) Updating environment strings
    02:52:12:Install Progress - (_Rollback_UninstallBIDMOF.68918168_3885_4F75_BBF8_0CC84213F8D1) Rolling back BID MOF Installation
    02:52:23:Install Progress - (GenerateScript) Generating script operations for action:
    02:52:24:Install Progress - (_MPProcessorDeferred) Importing Management Packs
    02:52:25:Install Progress - (_ExecuteSqlScripts) Configuring Database
    02:52:26:Install Progress - (RegisterUser) Registering user
    02:52:26:Install Progress - (RegisterProduct) Registering product
    02:52:26:Install Progress - (PublishComponents) Publishing Qualified Components
    02:52:26:Install Progress - (MsiPublishAssemblies) Publishing assembly information
    02:52:26:Install Progress - (_ConfigureConfigService.D2179E31_E456_401A_A820_CEBB135E3429) Configure Config Service
    02:52:26:Install Progress - (_CreateInstanceQualityRelationship) Creating Default Instances, Qualities And There Relationships
    02:52:26:Install Progress - (PublishFeatures) Publishing product features
    02:52:26:Install Progress - (_StartNamedServices_HealthService.80B659D9_F758_4E7D_B4FA_E53FC737DCC9) Restarting Health Service
    02:52:26:Install Progress - (PublishProduct) Publishing product information
    02:52:26:statusUpdate: Resetting progress bar for MSI: MaxValue 177276452
    02:52:26:statusUpdate: Resetting progress bar for MSI: MaxValue 177276452
    02:57:32:statusUpdate: Resetting progress bar for MSI: MaxValue 177276452
    02:57:44:An error occurred while executing a custom action:_RegisterExtensionsDeferred
    Upgrade failed after making permanent changes to this management server. A disaster recovery procedure will be necessary to rebuild this machine before attempting upgrade again. Consult the User Guide to determine which action to take next.
    02:57:44:Install Progress - (Rollback) Rolling back action:
    02:57:44:statusUpdate: Resetting progress bar for MSI: MaxValue 177276452
    02:57:44:statusUpdate: Resetting progress bar for MSI: MaxValue 3
    02:57:44:Install Progress - (Rollback) Rolling back action:
    02:57:44:statusUpdate: Resetting progress bar for MSI: MaxValue 10525
    02:58:43:MsiInstallProduct finished for msi c:\SCSM2012\amd64\Setup\Server\SM.msi.
    02:58:43:LaunchMSI: Setting rollback to true
    02:58:43:LaunchMSI: MSI c:\SCSM2012\amd64\Setup\Server\SM.msi returned error 1603:Fatal error during installation
    02:58:43:ProcessInstalls: Install Item System Center Service Manager Install failed to install.  We did not launch the post process delegate.
    02:58:43:SetProgressScreen: FinishMinorStep.
    regards Sundaresan.C

    Jeremiah,
    We ran into this as well. One of two options:
    1.) Just run a repair on the SQL Server installation
    2.) Repair the WMI settings on the SQL Server as descibed here:
    http://social.technet.microsoft.com/Forums/en-US/systemcenterservicemanager/thread/2a91d03e-a685-495e-89ac-a591ec5871f6/
    bb

  • Error starting managed server weblogic 10.3.5

    hi my jdeveloper is 11.1.2.0 and my weblogic is 10.3.5 am having error when trying to start my managed server
    the error am geting is
    or
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(X
    AConnectionEnvFactory.java:494)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(X
    AConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.
    java:249)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 11:03:14 AM> <Warning> <JDBC> <BEA-001129> <Received exception whil
    e creating connection for pool "jdbc/HRDS": Listener refused the connection with
    the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descript
    or
    >
    <24 Jan 2014 11:03:15 AM> <Error> <Deployer> <BEA-149205> <Failed to initialize
    the application 'jdbc/HRDS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
            at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:517)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
    loymentCallbackFlow.java:159)
            Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: Listener refused the connection wi
    th the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descript
    or
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.makeConnection(X
    AConnectionEnvFactory.java:494)
            at weblogic.jdbc.common.internal.XAConnectionEnvFactory.createResource(X
    AConnectionEnvFactory.java:177)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1249)
            at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
    oolImpl.java:1166)
            at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.
    java:249)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 11:03:17 AM> <Error> <Deployer> <BEA-149205> <Failed to initialize
    the application 'wsm-pm' due to error weblogic.management.DeploymentException: [
    J2EE:160149]Error while processing library references. Unresolved application li
    brary references, defined in weblogic-application.xml: [Extension-Name: oracle.w
    sm.seedpolicies, Specification-Version: 11.1.1, Implementation-Version: 11.1.1,
    exact-match: false]..
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing lib
    rary references. Unresolved application library references, defined in weblogic-
    application.xml: [Extension-Name: oracle.wsm.seedpolicies, Specification-Version
    : 11.1.1, Implementation-Version: 11.1.1, exact-match: false].
            at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(
    CheckLibraryReferenceFlow.java:26)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
    va:613)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
    ava:184)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.jav
    a:58)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 11:03:18 AM> <Notice> <SipServer.Resource> <BEA-332401> <Initializi
    ng SipServer Resource with configuration com.bea.wcp.sip.management.descriptor.b
    eans.SipServerBeanImpl>
    <24 Jan 2014 11:03:18 AM> <Notice> <WLSS.Engine> <BEA-330071> <WebLogic Sip Serv
    er "madimad-b533821" patch version: WebLogic Server 10.3.4.0  Fri Dec 17 20:47:3
    3 PST 2010 1384255
    Javax Server Pages  Client Capable 1.2 Tue Jul 13 02:43:41 EDT 2010
    Expression Language 2.1 for JSP 1.0 Sun Jul 18 23:17:34 PDT 2010
    Javax Enterprise Servlets  Client Capable 1.0 Thu Aug 2 12:41:25 EDT 2007
    Eclipse Java Development Tools 3.5.2 Thu Sep 2 09:47:11 EDT 2010
    WebLogic java compiler utils package Client Capable 1.2 Thu Feb 11 03:38:50 EST
    2010
    WebLogic WebApp Container Public API Client Capable 1.4 Fri Oct 1 20:01:15 PDT 2
    010
    Oracle WebLogic Server Module Dependencies 10.3 Thu Oct 28 06:03:12 PDT 2010
    ANTLR Java based compiler generator Client 2.7 Mon Jun 11 12:19:48 EDT 2007
    WebLogic Descriptors for J2EE 1.5 Wed May 5 14:32:58 EDT 2010
    WebLogic Descriptors for J2EE 1.5 Binding Bundle
    WebLogic Specific Descriptors 1.3 Tue Sep 14 18:48:42 PDT 2010
    WebLogic Specific Descriptors 1.3 Binding Bundle
    WebLogic Datasource 1.9 Tue Oct 26 13:50:26 PDT 2010
    WebLogic Datasource 1.9 Binding Bundle
    WebLogic Beangen Client Capable 1.7 Wed Feb 24 16:02:48 PST 2010
    WebLogic Beangen 1.7 Binding Bundle
    WLDF Accessor Client Capable 1.5 Fri Sep 3 17:10:52 EDT 2010
    WLDF Accessor 1.5 Binding Bundle
    WebLogic Management Core Interfaces Client Capable 2.8 Wed Aug 11 08:20:03 PDT 2
    010
    WebLogic Management Core Interfaces 2.8 Binding Bundle
    WebLogic EJBGen Client Capable 1.1 Thu Jun 3 13:17:07 EDT 2010
    Apache Byte Code Engineering Library (BCEL) extracted from 5.2.zip from http://j
    akarta.apache.org/site/downloads/downloads_bcel.cgi with packages renamed from o
    rg.apache.bcel to com.bea.core.repackaged.apache.bcel Client 5.2 Tue May 15 09:5
    2:37 EDT 2007
    Apache commons collections package 3.2 Tue Mar 20 15:48:25 MDT 2007
    Apache commons lang package 2.1 Tue Mar 20 15:48:30 MDT 2007
    Apache commons pool package 1.3 Tue Mar 20 15:48:36 MDT 2007
    Apache commons io 1.4 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache commons fileupload 1.2.1 package 1.0 Wed Jun 2 17:36:36 EDT 2010
    Apache DOM implementation 1.0 Tue Mar 20 15:36:46 MDT 2007
    Apache Logging Support 1.0 Tue Mar 20 15:36:50 MDT 2007
    Apache OpenJPA classes 1.2 Thu Jul 22 05:16:07 EDT 2010
    XMLBeans - Apache SVN rev 962560 2.1 Thu Jul 15 09:52:54 EDT 2010
    BEA Logging Runtime Support Client Capable 1.8 Mon Jun 7 12:07:02 PDT 2010
    BEA Common Security Open SAML 1.0 Fri May 14 20:18:10 PDT 2010
    BEA OpenSAML 2.0 1.0 Wed Mar 24 13:18:27 PDT 2010
    bea-harvester-api2.0 Client Capable 2.3 Mon Feb 15 14:41:06 EST 2010
    bea-harvester-jmx2.0 Client Capable 2.3 Wed Feb 3 11:54:03 PST 2010
    bea-harvester-utils Client Capable 1.4 Mon Feb 15 14:41:06 EST 2010
    bea-mbean-typing-util 1.4 Wed Feb 24 19:15:33 EST 2010
    Javolution 3.7.19 3.7 Tue Aug 28 17:32:21 PDT 2007
    Joda-time 1.2.1 1.2 Tue Aug 28 17:32:27 PDT 2007
    BEA STAX Build Time Support 1.5 Tue May 4 07:32:25 PDT 2010
    BEA STAX Runtime Time Support Client Capable 1.7 Wed Aug 4 19:40:47 EDT 2010
    BEA Generic Annotations Client Capable 1.3 Sat Jul 11 00:30:54 EDT 2009
    BEA Kodo 1.3 Tue Dec 7 12:34:59 PST 2010
    BEA Kodo Integration Client Capable 1.6 Sun Nov 22 16:29:06 PST 2009
    BEA Kodo Integration 1.6 Binding Bundle
    BEA Kodo Integration Tools 1.3 Sat Feb 13 09:30:33 PST 2010
    XML Beans Marshalling (package renamed com.bea) SVN 962560 2.2 Thu Jul 15 09:52:
    54 EDT 2010
    WebLogic Utils Client Capable 1.9 Thu Nov 11 13:50:07 PST 2010
    Aspect 5.3 Fri Jun 4 14:55:18 PDT 2010
    BEA Apache Commons Logging Repackaged 1.2 Mon Jun 11 12:47:12 EDT 2007
    Spring Framework  1.1 Thu Dec 3 12:21:08 EST 2009
    Pitchfork 1.3 Thu Jun 3 13:17:07 EDT 2010
    ${description} 1.2 Fri Jun 25 16:25:26 EDT 2010
    CSS i18n 1.0 Fri Oct 8 10:32:52 EDT 2010
    CSS xacml 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML2 Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Engine Interfaces 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security API 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security Implementation 1.0 Fri Oct 8 10:32:52 EDT 2010
    BEA Common Security JDK Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 1.0 Fri Oct 8 10:32:52 EDT 2010
    Common Security SAML 2.0 Management JavaBeans 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Utilities 1.0 Fri Oct 8 10:32:52 EDT 2010
    SAML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    XACML Utils 1.0 Fri Oct 8 10:32:52 EDT 2010
    Security Provider Environment 1.0 Fri Oct 8 10:32:52 EDT 2010
    RSA certj 3.1 Wed May 5 15:11:55 PDT 2010
    Netscape LDAP JDK 1.2 Mon Jun 7 15:56:47 EDT 2010
    Commons Networking Utilty classes 1.0 Wed Feb 6 15:01:03 PST 2008
    WebLogic SAAJ 1.6 Wed Jun 16 22:02:31 EDT 2010
    WebLogic STAX Client Capable 1.8 Sat May 15 16:38:03 EDT 2010
    jaxb-impl.jar taken from Glassfish JAXB 2.1.9 1.0 Fri Aug 20 14:37:07 EDT 2010
    jaxb-impl.jar taken from Glassfish JAXB 2.1.12 1.0 Thu May 6 16:10:04 PDT 2010
    resolver.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:24 EST 2009
    Fastinfoset.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu Dec 3 11:46:27 EST 2009
    jaxws-rt.jar taken from Glassfish JAXWS 2.1.5 1.1 Wed Oct 13 20:37:41 PDT 2010
    Java.net implementation of MimePull.jar taken from Glassfish JAXWS 2.1.5 1.0 Thu
    Dec 3 11:46:33 EST 2009
    Codehaus STaX Interfaces 3.0.1 1.0 Mon Mar 8 20:49:50 PST 2010
    Woodstox STaX Parser 4.0.5 1.0 Thu Dec 3 11:35:43 EST 2009
    jaxws-tools.jar taken from Glassfish JAXWS 2.1.5 1.1 Fri Sep 24 17:55:05 PDT 201
    0
    Java.net Stax Extensions 1.0 Tue Jun 3 07:12:06 PDT 2008
    Java.net xml stream buffer 1.0 Tue Mar 17 05:24:12 PDT 2009
    Jakarta ORO  1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Enterprise Activation 1.1 Tue Apr 8 09:31:17 PDT 2008
    Javax Annotation 1.0 Fri Dec 25 09:02:47 PST 2009
    Javax Interceptor 1.0 Tue Mar 20 15:37:16 MDT 2007
    Javax Enterprise Beans  3.0 Mon Jun 11 12:21:01 EDT 2007
    Java Data Objects 2.0 Mon Jun 11 12:20:56 EDT 2007
    Java Enterprise Deployment APIs  1.2 Tue Mar 20 15:37:28 MDT 2007
    Java Enterprise Messaging  1.1 Mon Jun 11 12:21:11 EDT 2007
    Java Web Services  2.0 Tue Mar 20 15:37:37 MDT 2007
    Javax Enterprise Mail 1.1 Mon Jul 6 10:41:09 MDT 2009
    Java Enterprise Management APIs  1.0 Tue Mar 20 15:37:49 MDT 2007
    Java Persistence Client Capable 1.0 Tue Oct 7 12:18:34 PDT 2008
    Java Connector  1.5 Mon Jun 11 12:22:07 EDT 2007
    Java Authorization Contract for Containers 1.0 Wed Feb 6 15:01:03 PST 2008
    Javax Transaction APIs  Client Capable 1.0 Thu Aug 2 12:42:14 EDT 2007
    JAXB 2.1 Mon Jun 11 12:22:53 EDT 2007
    Java XML Registry 1.0 Wed Feb 6 15:01:03 PST 2008
    Java XML Soap Extensions 1.3 Mon Jun 11 12:22:59 EDT 2007
    Java Stream XML Extensions 1.1 Mon Jun 11 12:23:05 EDT 2007
    JAX-WS APIs 2.1 Mon Jun 11 12:23:16 EDT 2007
    Java API for XML-based RPC   1.2 Mon Jun 11 12:23:10 EDT 2007
    Monfox Dynamic SNMP Agent 1.1 Fri Mar 19 05:46:27 MDT 2010
    Serp bytecode manipulation framework 1.14.3 Fri Jun 11 12:06:08 PDT 2010
    WebLogic Apache Classes Client Capable 1.2 Thu Feb 18 22:06:19 PST 2010
    WebLogic BeanInfo Caching and Discovery Client Capable 2.4 Sat Oct 25 20:46:29 P
    DT 2008
    WebLogic Descriptor Client Capable 1.9 Tue Jul 20 16:03:09 EDT 2010
    Repackaged ASM-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-commons-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-tree-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Repackaged asm-util-3.2 1.0 Fri Jul 31 19:30:27 MDT 2009
    Oracle JFR 1.0 Thu Feb 18 19:06:33 PST 2010
    WebLogic Diagnostics Core Interfaces Client Capable 2.5 Thu Jun 3 05:20:41 PDT 2
    010
    WebLogic Diagnostics Logging Client Capable 1.2 Fri Dec 12 11:37:59 MST 2008
    WebLogic Diagnostics Query Module Client Capable 1.2 Tue Oct 27 02:48:36 PDT 200
    9
    WebLogic Diagnostics Instrumentor Tool 1.7 Tue May 18 03:51:46 PDT 2010
    WebLogic Diagnostics Instrumentor Config Tool 1.7 Tue Jun 29 16:41:19 EDT 2010
    WebLogic Diagnostics JRockit Flight Recorder Interfaces Client Capable 1.1 Fri O
    ct 29 16:32:05 EDT 2010
    Diagnostics Notifications Module Client Capable 1.4 Sun Nov 22 16:03:32 PST 2009
    BEA Logging Runtime Support Client Capable 1.5 Thu Apr 29 20:43:42 EDT 2010
    WebLogic i18n Runtime Support Client Capable 1.8 Fri Sep 10 08:12:34 EDT 2010
    WebLogic i18n Build Support Client Capable 1.5 Fri Feb 19 15:03:15 EST 2010
    WebLogic I18N tools Client Capable 1.3 Sun Nov 22 16:03:32 PST 2009
    WebLogic Management JMX Interfaces 1.4 Thu Aug 12 11:16:22 PDT 2010
    WebLogic Security Provider Generation Tool 1.5 Wed Oct 14 16:39:28 MDT 2009
    WebLogic Security Provider Generation Tool Client Capable 1.5 Wed Oct 14 16:39:2
    8 MDT 2009
    WebLogic Messaging Kernel Client Capable 1.8 Mon Aug 23 21:42:11 EDT 2010
    WebLogic Resource Pool Client Capable 1.7 Mon Sep 27 12:00:08 EDT 2010
    WebLogic Socket Muxer API Client Capable 1.2 Thu Apr 1 21:16:27 EDT 2010
    WebLogic RMI Client Capable 1.8 Fri Sep 24 18:35:21 EDT 2010
    Common Security WebLogic Server Integration Support  1.0 Fri Oct 8 10:32:52 EDT
    2010
    Server Lifecycle Interfaces Client Capable 1.4 Fri Feb 19 15:03:15 EST 2010
    WebLogic Store Client Capable 1.7 Fri Dec 17 16:52:31 EST 2010
    WebLogic STORE GXA Client Capable 1.6 Mon Aug 23 21:16:10 EDT 2010
    WebLogic Store Admin Tool Client Capable 1.2 Thu Jan 21 10:24:18 PST 2010
    WebLogic JDBC Store Client Capable 1.3 Mon May 17 10:46:33 PDT 2010
    WebLogic JTA implementation Client Capable 2.7 Fri Sep 17 12:19:45 PDT 2010
    WebLogic Utils 1.9 Thu Nov 11 13:50:07 PST 2010
    Agent Utililities 1.1 Tue Feb 16 00:16:03 EST 2010
    WebLogic Utility Classloader implementations Client Capable 1.8 Mon Jun 28 19:28
    :16 PDT 2010
    WebLogic Utils for working with Expressions Client Capable 1.4 Tue Sep 29 14:45:
    53 EDT 2009
    WebLogic Utils for Dynamically Generated Class Wrappers Client Capable 1.4 Fri F
    eb 13 14:44:23 MST 2009
    WebLogic Timers Client Capable 1.7 Thu Feb 18 13:08:44 EST 2010
    WebLogic Work Manager Client Capable 1.9 Mon Oct 11 18:25:35 EDT 2010
    WebLogic Workarea Client Capable 1.7 Wed Feb 24 17:18:56 PST 2010
    WebLogic XML XPath Implementation Client Capable 1.4 Mon Feb 22 15:07:14 PST 201
    0
    Weblogic Tuxedo Connector Core Client Capable 1.5 Sat Jul 3 19:05:38 EDT 2010
    WebLogic Security 1.0 Fri Oct 8 10:32:52 EDT 2010
    Weblogic Server Java Authentication Helper Classes Client Capable 1.1 Mon Jul 5
    20:42:35 EDT 2010
    Weblogic Server Message Digest Utilities Client Capable 1.0 Thu Aug 2 12:51:30 E
    DT 2007
    Weblogic Server Authenticated Subject Client Capable 1.1 Thu Oct 28 05:46:37 PDT
    2010
    Weblogic Server Authenticated Subject Client Capable 1.5 Thu Sep 9 10:23:21 MDT
    2010
    PrintingSecurityManager - PSM 1.1 Tue Feb 16 05:30:08 PST 2010
    WebLogic security ssl classes 1.0 Tue Jun 15 17:39:53 EDT 2010
    WebLogic Nodemanager Plugin Client Capable 1.3 Tue Nov 18 18:23:10 EST 2008
    nodemanager module for managed processes 1.0 Thu Apr 8 15:14:38 PDT 2010
    WebLogic JMS Pool Client Capable 1.7 Mon Sep 27 12:00:08 EDT 2010
    Contains compiled schema type from WLS 9.0 for WLP compatibility 1.3 Wed Feb 24
    19:15:33 EST 2010
    WebLogic Http Pub/Sub Module Client Capable 1.6 Mon Jul 12 02:31:07 EDT 2010
    Class Redefinition Project 1.5 Mon May 10 19:48:21 EDT 2010
    Class Redefinition Project Client Capable 1.5 Mon Apr 5 17:00:52 PDT 2010
    Class Redefinition Project 1.5 Binding Bundle
    Commonj SDO 1.0 Wed Sep 24 19:11:23 PDT 2008
    WebLogic Coherence Descriptor 1.1 Wed May 5 15:17:47 EDT 2010
    WebLogic Coherence Descriptor 1.1 Binding Bundle
    This module contains all message catalogs 1.1 Fri Dec 17 08:04:35 PST 2010
    WebLogic WebService Public API's 1.1 Tue Sep 21 22:15:05 EDT 2010
    WebLogic EclipseLink Integration 1.0 Thu Feb 25 14:56:43 PST 2010
    WebLogic SCA Client 1.0 Thu Feb 25 00:27:10 EST 2010
    WebLogic RAC Module UCP Client Capable 1.0 Mon Sep 13 09:03:00 PDT 2010
    Oracle WebLogic Server on JRockit Virtual Edition Module Dependencies 10.3 Thu S
    ep 23 15:02:15 PDT 2010
    BEA Patches of apache ant Client Capable 1.2 Wed Jan 13 08:48:17 PST 2010
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server Datatier 10.3.4.0 at 710154 built on: 2010/09/30
    Oracle WebLogic Server 10.3.4.0 at 710154 built on: 2010/09/30
    WebLogic SIPServer Extension API 10.3.4.0 at 709997 built on 2010/09/27
    WebLogic SIPServer Extension API 10.3.4 at 709997 built on 2010/09/27
    WebLogic SIPServer CallState 10.3.4 at 709997 built on 2010/09/27
    Oracle WebLogic Communications SCTP 10.3.1 at 688160 built on 2009/03/11
    WebLogic WebService Databinding Plugins 1.2 Fri Oct 15 07:38:46 PDT 2010
    WebLogic WebService Databinding 1.2 Fri Oct 15 06:35:13 PDT 2010
    WebLogic SIP Activator 10.3.4 at 710163 built on 2010/09/30
    >
    <24 Jan 2014 11:03:25 AM> <Error> <WLSS.Engine> <BEA-330075> <There are no sip n
    or diameter channels targeted to server "madimad-b533821">
    <24 Jan 2014 11:03:25 AM> <Error> <WLSS.Engine> <BEA-330049> <Failed to start th
    e sip service, shutting down>
    C:\mydomain\base_domain\bin>

    i did but there is no respond
    i started the database
    C:\mydomain\base_domain\bin>startManagedWebLogic.cmd madimad-b533821
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
    128m  -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C
    :\PROGRA~1\Java\JDK16~1.0_2\lib\tools.jar;C:\mywls\wlserver\server\lib\weblogic_
    sp.jar;C:\mywls\wlserver\server\lib\weblogic.jar;C:\mywls\modules\features\weblo
    gic.server.modules_10.3.4.0.jar;C:\mywls\wlserver\server\lib\webservices.jar;C:\
    mywls\modules\ORGAPA~1.1/lib/ant-all.jar;C:\mywls\modules\NETSFA~1.0_1/lib/ant-c
    ontrib.jar;C:\oracle\Middleware\wlserver_10.3\sip\server\lib\weblogic_sip.jar;C:
    \Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\mywls\wlserver\co
    mmon\derby\lib\derbyclient.jar;C:\mywls\wlserver\server\lib\xqrl.jar
    PATH=;C:\mywls\wlserver\server\native\win\32;C:\mywls\wlserver\server\bin;C:\myw
    ls\modules\ORGAPA~1.1\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\
    JDK16~1.0_2\bin;C:\Program Files\PC Connectivity Solution\;C:\product\11.2.0\dbh
    ome_1\bin;C:\product\11.2.0\dbhome_1;C:\forms;C:\DevSuiteHome_1\jlib;C:\Program
    Files\PHP;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Fil
    es\Common Files\Roxio Shared\DLLShared;C:\Program Files\Common Files\Roxio Share
    d\DLLShared;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared;C:\Program
    Files\Common Files\DivX Shared;c:\Program Files\Java\jdk1.6.0_21\bin;C:\Program
    Files\Common Files\Roxio Shared\10.0\DLLShared;C:\Program Files\Common Files\Rox
    io Shared\DLLShared;C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared;C:
    \mywls;C:\mydomain\base_domain\bin;C:\Program Files\Java\jre6\bin\client;C:\Prog
    ram Files\Java\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\jre\bin;C:\Program Fil
    es\Java\jdk1.6.0_21\bin;C:\Program Files\Java\jdk1.6.0_21;C:\Program Files\Java\
    jre6;C:\DevSuiteHome_1\forms;C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\f
    orms;C:\forms\sms_code.pll;C:\mywls\wlserver;C:\Java\jdk1.6.0_21;C:\mywls\wlserv
    er\server\native\win\32\oci920_8
    *  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_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_2\bin\java -client   -Xms256m -Xmx512m -XX:CompileThr
    eshold=8000 -XX:PermSize=128m  -XX:MaxPermSize=512m -Dweblogic.Name=madimad-b533
    821 -Djava.security.policy=C:\mywls\wlserver\server\lib\weblogic.policy -Dweblog
    ic.security.SSL.trustedCAKeyStore="C:\mywls\wlserver\server\lib\cacerts"  -Xveri
    fy:none -ea:com.bea.wcp...   -da -Dplatform.home=C:\mywls\wlserver -Dwls.home=C:
    \mywls\wlserver\server -Dweblogic.home=C:\mywls\wlserver\server  -Dcommon.compon
    ents.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.
    logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\mydomai
    n\BASE_D~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1
    .1\jrocket_optfile.txt -Doracle.server.config.dir=C:\mydomain\BASE_D~1\config\FM
    WCON~1\servers\madimad-b533821 -Doracle.domain.config.dir=C:\mydomain\BASE_D~1\c
    onfig\FMWCON~1  -Digf.arisidbeans.carmlloc=C:\mydomain\BASE_D~1\config\FMWCON~1\
    carml  -Digf.arisidstack.home=C:\mydomain\BASE_D~1\config\FMWCON~1\arisidprovide
    r -Doracle.security.jps.config=C:\mydomain\BASE_D~1\config\fmwconfig\jps-config.
    xml -Doracle.deployed.app.dir=C:\mydomain\BASE_D~1\servers\madimad-b533821\tmp\_
    WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracl
    e\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\mo
    dules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.prot
    ocol  -Dweblogic.jdbc.remoteEnabled=false  -Dweblogic.management.discover=false
    -Dweblogic.management.server=http://madimad-b533821:7001  -Dwlw.iterativeDev=fal
    se -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false  weblogic.Server
    <24 Jan 2014 12:52:41 PM> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE
    Provider self-integrity check for better startup performance. To enable this che
    ck, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <24 Jan 2014 12:52:42 PM> <Info> <Security> <BEA-090906> <Changing the default R
    andom Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable thi
    s change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <24 Jan 2014 12:52:42 PM> <Notice> <WebLogicServer> <BEA-000395> <Following exte
    nsions directory contents added to the end of the classpath:
    C:\mydomain\base_domain\lib\sipactivator.jar>
    <24 Jan 2014 12:52:42 PM> <Info> <Server> <BEA-002647> <The service plugin, com.
    oracle.core.sip.activator, was added from C:\mydomain\base_domain\lib\sipactivat
    or.jar.>
    <24 Jan 2014 12:52:42 PM> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogi
    c Server with Java HotSpot(TM) Client VM Version 17.0-b17 from Sun Microsystems
    Inc.>
    <24 Jan 2014 12:52:45 PM> <Info> <Security> <BEA-090065> <Getting boot identity
    from user.>
    Enter username to boot WebLogic server:tshifhiwa
    Enter password to boot WebLogic server:
    <24 Jan 2014 12:52:57 PM> <Info> <Management> <BEA-141107> <Version: WebLogic Se
    rver 10.3.4.0  Fri Dec 17 20:47:33 PST 2010 1384255 >
    <24 Jan 2014 12:53:01 PM> <Error> <Management> <BEA-141252> <The domain version,
    10.3.5.0, is greater than the release version, 10.3.4.0, of this server.>
    <24 Jan 2014 12:53:01 PM> <Error> <Configuration Management> <BEA-150001> <An er
    ror occurred while connecting to the admin server to bootstrap through URL: http
    ://madimad-b533821:7001/bea_wls_management_internal2/Bootstrap, user: tshifhiwa
    weblogic.management.configuration.ConfigurationException: [Management:141252]The
    domain version, 10.3.5.0, is greater than the release version, 10.3.4.0, of thi
    s server.
            at weblogic.management.provider.internal.BootStrapHelper.getBootStrapStr
    uct(BootStrapHelper.java:147)
            at weblogic.management.provider.internal.RuntimeAccessImpl.initialize(Ru
    ntimeAccessImpl.java:432)
            at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
    imeAccessService.java:49)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:879)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:566)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:467)
            at weblogic.Server.main(Server.java:71)
    >
    <24 Jan 2014 12:53:01 PM> <Notice> <WebLogicServer> <BEA-000365> <Server state c
    hanged to STARTING>
    <24 Jan 2014 12:53:01 PM> <Info> <WorkManager> <BEA-002900> <Initializing self-t
    uning thread pool>
    <24 Jan 2014 12:53:02 PM> <Notice> <LoggingService> <BEA-320400> <The log file C
    :\mydomain\base_domain\servers\madimad-b533821\logs\madimad-b533821.log will be
    rotated. Reopen the log file if tailing has stopped. This can happen on some pla
    tforms like Windows.>
    <24 Jan 2014 12:53:02 PM> <Notice> <LoggingService> <BEA-320401> <The log file h
    as been rotated to C:\mydomain\base_domain\servers\madimad-b533821\logs\madimad-
    b533821.log00007. Log messages will continue to be logged in C:\mydomain\base_do
    main\servers\madimad-b533821\logs\madimad-b533821.log.>
    <24 Jan 2014 12:53:02 PM> <Notice> <Log Management> <BEA-170019> <The server log
    file C:\mydomain\base_domain\servers\madimad-b533821\logs\madimad-b533821.log i
    s opened. All server side log events will be written to this file.>
    <24 Jan 2014 12:54:25 PM> <Critical> <WebLogicServer> <BEA-000386> <Server subsy
    stem failed. Reason: java.lang.AssertionError: Assertion violated
    java.lang.AssertionError: Assertion violated
            at weblogic.utils.Debug.assertion(Debug.java:57)
            at weblogic.server.channels.ChannelService.getServerChannel(ChannelServi
    ce.java:2060)
            at weblogic.server.channels.ChannelService.getServerChannel(ChannelServi
    ce.java:1998)
            at weblogic.protocol.ServerChannelManager.findServerChannel(ServerChanne
    lManager.java:76)
            at weblogic.ldap.EmbeddedLDAP.findLdapURL(EmbeddedLDAP.java:1482)
            Truncated. see log file for complete stacktrace
    >
    <24 Jan 2014 12:54:26 PM> <Notice> <WebLogicServer> <BEA-000365> <Server state c
    hanged to FAILED>
    <24 Jan 2014 12:54:26 PM> <Error> <WebLogicServer> <BEA-000383> <A critical serv
    ice failed. The server will shut itself down>
    <24 Jan 2014 12:54:26 PM> <Notice> <WebLogicServer> <BEA-000365> <Server state c
    hanged to FORCE_SHUTTING_DOWN>

  • Service Manager data warehouse management server Installation fails

    Hi there,
    In Virtual Machine Windows Server 2012 R2 Standard with my user being a Local Admin and SQL Admin. I tried to do a Service Manager data warehouse management server
    first installation I am facing the following image as error:
    In the event viewer I get the following error:
    "Microsoft System Center 2012 R2 Service Manager -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211
    The arguments are: -2147024809, The parameter is incorrect."
    In the Setup log, some of the errors are:
    WixRemoveFoldersEx:  Entering WixRemoveFoldersEx in C:\Windows\Installer\MSI35E.tmp, version 3.7.1224.0
    WixRemoveFoldersEx:  Error 0x80070057: Missing folder property: PSCONFIGFOLDER.A591E3B4_D228_431D_BF89_99D52C8FFB76 for row: wrf4582BC4C5CC47B1D2380408CD7A752DC.A591E3B4_D228_431D_BF89_99D52C8FFB76
    CustomAction WixRemoveFoldersEx.A591E3B4_D228_431D_BF89_99D52C8FFB76 returned actual error code 1603 but will be translated to success due to continue marking
    CAStartServices: CAStartServices was passed . OMCFG
    CAStartServices: Checking if service already started. OMCFG
    CAStartServices: Attempting to start service. OMCFG
    CAStartServices: StartService failed. Error Code: 0x8007042D.
    ConfigureSDKConfigService: CAStartServices failed, trying again.... Error Code: 0x8007042D. OMCFG
    Action start 17:47:05: _SetHealthServiceConfig.80B659D9_F758_4E7D_B4FA_E53FC737DCC9.
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMServer
    MSI (s) (EC!4C) [17:47:05:483]: Note: 1: 2711 2: MOMGateway
    SetHealthServiceConfig: Failed to get Feature State.. Error Code: 0x80070646. MOMServer
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMGateway
    I have checked the following post but it did not help me:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/c42bb04d-a51e-4037-a8a3-37d714d6faac/scsm-management-server-installation-fails?forum=systemcenterservicemanager
    Could you please help me with this issue?
    Thanks a lot,
    M

    Hi,
    Sorry I cannot post the full log. I have found also these errors in the log:
    Calling custom action CAManaged!Microsoft.MOMv3.Setup.MOMv3ManagedCAs.RegisterSdkSCP
    RegisterSdkSCP: There is no previous serviceConnectionPoint
    RegisterSdkSCP: Creating New serviceConnectionPoint
    RegisterSdkSCP: Adding ACL for current user: DOMAIN\InstallationAccount
    RegisterSdkSCP: Adding ACL for SM Admini: DOMAIN\SCSMDWadmins
    RegisterSdkSCP: Error: Access is denied.
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "D:\Program Files\Microsoft System Center 2012 R2\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallHSPerfCounters: Failed to install agent perf counters. Error Code: 0x80070057.
    Thanks for your reply.

  • NodeManager not able to start second managed server in same machine

    Hi,
    I am facing an issue, I am not able start a second ManagedServer(MG2) using nodemanager (through AdminConsole)
    My setup is as below:
    Server 1
    1) Admin Server + ManagedServer (MG1) (INSTALL LOCATION: /opt/web/MyServer1)
    2) Second Managed Server (MG2) (INSTALL LOCATION: /opt/web/MyServer2)
    Both belong a same Domain (MyDomain) and NodeManager runs from /opt/web/MyServer1
    I can start MG1, but not MG2.
    I did
    1) nmEnroll for (1) nmEnroll('/opt/web/MyServer1/domains/MyDomain','/opt/web/MyServer1/wlserver_10.3/common/nodemanager')
    2) nmEnroll for (2) nmEnroll('/opt/web/MyServer2/domains/MyDomain','/opt/web/MyServer2/wlserver_10.3/common/nodemanager')
    I see following error in nodemanager.log,
    The domain 'MyDomain' at '/opt/web/MyServer2/domains/MyDomain' was not registered in the nodemanager.domains file and dy
    namic domain registration is not supported. Please register the domain in the nodemanager.domains file.
    I can start the MG2 if I manually edit nodemanager.domains to point /opt/web/MyServer2/domains/MyDomain.
    Is there a way to configure multiple domains locations in nodemanager.domains, so Nodemanger can start managed server installed in different location?

    Your nmEnroll shows 2 different domain path values supplied - which means you have told NM to try to connect to 2 different domains
    1) nmEnroll for (1) nmEnroll('/opt/web/MyServer1/domains/MyDomain','/opt/web/MyServer1/wlserver_10.3/common/nodemanager')
    2) nmEnroll for (2) nmEnroll('/opt/web/MyServer2/domains/MyDomain','/opt/web/MyServer2/wlserver_10.3/common/nodemanager')
    You also show 2 distinct node managers you are trying to configure.
    nmEnroll enrolls a domain, not an individual server. If you have only 1 installation of nodemanager, and only 1 domain, then you would only need one nmEnroll command.

Maybe you are looking for

  • My Safari 5.0.4 Crashes like crazy! Computer is only 5 Days old!

    Hey there my computer is only 5 days old. My safari keeps crashing, sometimes up to 5x a day!! Here is the log, please help if you can, it would be greatly appreciated. I already reset safari, deletes the psist (spelling) folder and also disabled ext

  • Adobe PrPro has stopped working

    Asus p8h67m-pro core I5-2500k three std hard drive 250,250 320GB one 60GB SSD that has been alloted some page space running win7 64bit sp1 I had PP cd5.552 loaded and working fine once had to reload OS a number of times till I arrived at the memory f

  • What is an Abstract in message interface ?

    hai pals,      can anybody clarify ,what is an Abtract in message interface of integration builder of xi.       Is this,neccessary to specify and create the interface with type abstract.        if yes , can u pls tell me why? right answers will be ap

  • Save as Draft

    Hi   I want  that particular user should not be able to save Sales Document in Draft Mode. Only for Sales. Thanks

  • Errot Found During The Burning Process

    Can someone tell me why this is happening and how I can fix it? I have 2 DVDs in front of me Both Sony DVD-R the only difference between the disks is one is 1X-4X the other is 1X-8X. I can burn the 1X-4X with no problem. The 1X-8X errors every time.