Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Admin Server Start Exception: Error occurred while performing nmStart : Error Starting server AdminS

Received Response
75
Views
3
Comments
User_MJ0YI
User_MJ0YI Rank 2 - Community Beginner

Hello ,

My scheduled jobs are not running but all reports are running fine and i see database connection error in scheduler diagnostics , hence i tried to restart the server once to correct the issue but after restart i'm getting Adminserver error and this server is not starting

Error message when i run start script -

Admin Server Start Exception: Error occurred while performing nmStart : Error Starting server AdminServer : Received error message from Node Manager Server:  [Server start command for WebLogic server 'AdminServer' failed due to: [Server failed to start up but Node Manager was not aware of the reason]

My Application version details

1.Oracle 12c database enterprise edition (12.1.0.2.0)

2.JDK 8 Update 51

3.Fusion Middleware 12.2.1

4.Oracle Business Intelligence 12c (12.2.1.4.0)

5. Windows server 2016

Answers

  • User_MJ0YI
    User_MJ0YI Rank 2 - Community Beginner

    Here is the full content from start.cmd

    BI_PRODUCT_HOME set as D:\Install\Oracle\Middleware\Oracle_Home\bi\

    ORACLE_HOME set as D:\Install\Oracle\Middleware\Oracle_Home

    Starting domain; Using domainHome: D:\Install\Oracle\Middleware\Oracle_Home\bi\bin\..\..\user_projects\domains\bi ...

    Initializing WebLogic Scripting Tool (WLST) ...

    Welcome to WebLogic Server Administration Scripting Shell

    Type help() for help on available commands

    <Jul 15, 2019 1:11:54 PM IST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>

    <Jul 15, 2019 1:11:54 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to HMACDRBG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>

    <Jul 15, 2019 1:11:54 PM IST> <Info> <Security> <BEA-090909> <Using the configured custom SSL Hostname Verifier implementation: weblogic.security.utils.SSLWLSHostnameVerifier$NullHostnameVerifier.>

    NodeManager already running

    Reading domain...

    /Servers/AdminServer/ListenPort=9500

    Accessing admin server using URL t3://TCLSWPOBIEE12:9500

    Starting AdminServer ...

    Admin Server Start Exception: Error occurred while performing nmStart : Error Starting server AdminServer : Received error message from Node Manager Server: [Server start command for WebLogic server 'AdminServer' failed due to: [Server failed to start up but Node Manager was not aware of the reason]. Please check Node Manager log and/or server 'AdminServer' log for detailed information.]. Please check Node Manager log for details.

    Use dumpStack() to view the full stacktrace :

    Reading domain...

    /Servers/AdminServer/ListenPort=9500

    Accessing admin server using URL t3://TCLSWPOBIEE12:9500

    Requesting credentials ...

    Enter Weblogic login details at prompt

    Weblogic Username: weblogic

    Weblogic Password:

    Starting AdminServer ...

    Unable to connect to AdminServer on host: TCLSWPOBIEE12

    Fatal: Failed to start one or more Servers (return 3)

    Press any key to continue . . .

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner
    2638545 wrote:Please check Node Manager log and/or server 'AdminServer' log for detailed information.

    ^--- What do the two log files say?

  • User_MJ0YI
    User_MJ0YI Rank 2 - Community Beginner

    Hello after checking  AdminServer logs it is evident that oracle database account password was expired. After resetting the password admin server started.

    Thanks.