Issue while starting AdminSerever using wlst commands

Hi, I am facing issue while trying to start the AdminServer and Managed Server via nodemanager using wlst commands. I have installelled WebLogic 11g on windows 2008 R2. Mentioned below are the steps that I followed:
1) In Nodemanager.properties files I set following parameters to true. I did this, so that nodemanager can start the server in case of crash.
CrashRecoveryEnabled=true
StartScriptEnabled=true
2) started nodemanager and then started AdminServer from the command prompt as follows:
nmConnect('weblogic','password','10.23.226.58','5556','IMDomain','E:\Oracle\Middleware\user_projects\domains\IMDomain','ssl')
nmStart('AdminServer')
I dont see any errors but it seems the AdminServer do Not start properly as in the cmd window I don't see any 'started successfully' message - the message remains as *"Starting AdminServer..."*
However in the adminServer logs I see that the status is Running (refer logs at the end) and I can also see it as Running in weblogic console.
I really didnt care if its not giving a success message in cmd window but the problem occurs when I start the managedServer. After starting the managed server in about 10 minutes, there is a stuck thread. (I guess it is 10 mins because Stuck Thread MaxTime value is 600).
If I set StartScriptEnabled=false, and start by directly running the startweblogic.cmd then it works fine.
I am struggling with this for last 1 week, appreciate any help.
LOGS.......
Starting WLS with line:
E:\PROGRA~1\Java\JDK16~1.0_2\bin\java -client -Xms256m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.xml.stream.XMLInputFactory=weblogic.xml.stax.XMLStreamInputFactory -Dweblogic.security.SSL.nojce=true -Xverify:none -da -Dplatform.home=E:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=E:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dwli.home=E:\Oracle\MIDDLE~1\WLSERV~1.3\integration -Dweblogic.home=E:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=E:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;E:\Oracle\MIDDLE~1\patch_ocp360\profiles\default\sysext_manifest_classpath weblogic.Server
<Mar 14, 2012 3:16:30 PM CDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
<Mar 14, 2012 3:16:30 PM CDT> <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>
<Mar 14, 2012 3:16:30 PM CDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.2-b06 from Sun Microsystems Inc.>
<Mar 14, 2012 3:16:31 PM CDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
<Mar 14, 2012 3:16:32 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Mar 14, 2012 3:16:32 PM CDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Mar 14, 2012 3:16:32 PM CDT> <Notice> <Log Management> <BEA-170019> <The server log file E:\Oracle\Middleware\user_projects\domains\IMDomain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
<Mar 14, 2012 3:16:36 PM CDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Mar 14, 2012 3:16:37 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
<Mar 14, 2012 3:16:37 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
Mar 14, 2012 3:16:39 PM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b04-FCS) for context '/console'
Mar 14, 2012 3:16:39 PM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Completed initializing Sun's JavaServer Faces implementation (1.2_03-b04-FCS) for context '/console'
<Mar 14, 2012 3:16:40 PM CDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
<Mar 14, 2012 3:16:40 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
<Mar 14, 2012 3:16:40 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
<Mar 14, 2012 3:16:40 PM CDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.227.211.13:8001 for protocols iiop, t3, ldap, snmp, http.>
<Mar 14, 2012 3:16:40 PM CDT> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "IMDomain" running in Production Mode>
<Mar 14, 2012 3:16:40 PM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<Mar 14, 2012 3:16:40 PM CDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoIdentity.jks.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file E:\PROGRA~1\Java\JDK16~1.0_2\jre\lib\security\cacerts.>
<Mar 14, 2012 3:20:53 PM CDT> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
Version: V3
Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
Key: Sun RSA public key, 512 bits
modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
public exponent: 65537
Validity: [From: Thu Mar 21 14:12:27 CST 2002,
               To: Tue Mar 22 15:12:27 CDT 2022]
Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
Certificate Extensions: 1
[1]: ObjectId: 2.5.29.15 Criticality=true
KeyUsage [
Key_CertSign
Algorithm: [MD5withRSA]
Signature:
0000: 9D 26 4C 29 C8 91 C3 A7 06 C3 24 6F AE B4 F8 82 .&L)......$o....
0010: 80 4D AA CB 7C 79 46 84 81 C4 66 95 F4 1E D8 C4 .M...yF...f.....
0020: E9 B7 D9 7C E2 23 33 A4 B7 21 E0 AA 54 2B 4A FF .....#3..!..T+J.
0030: CB 21 20 88 81 21 DB AC 90 54 D8 7D 79 63 23 3C .! ..!...T..yc#<
] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 14, 2012 3:20:53 PM CDT> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
<Mar 15, 2012 11:41:41 AM CDT> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "650" seconds working on the request "weblogic.kernel.WorkManagerWrapper$1@68a3f7ed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
java.net.SocketInputStream.socketRead0(Native Method)
java.net.SocketInputStream.read(SocketInputStream.java:129)
weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:159)
java.io.InputStream.read(InputStream.java:85)
com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
com.certicom.tls.record.ReadHandler.read(Unknown Source)
com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
java.io.InputStreamReader.read(InputStreamReader.java:167)
java.io.BufferedReader.fill(BufferedReader.java:136)
java.io.BufferedReader.readLine(BufferedReader.java:299)
java.io.BufferedReader.readLine(BufferedReader.java:362)
weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:289)
weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:314)
weblogic.nodemanager.client.NMServerClient.start(NMServerClient.java:102)
weblogic.nodemanager.mbean.StartRequest.start(StartRequest.java:75)
weblogic.nodemanager.mbean.StartRequest.execute(StartRequest.java:47)
weblogic.kernel.WorkManagerWrapper$1.run(WorkManagerWrapper.java:63)
weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>
<Mar 15, 2012 11:42:41 AM CDT> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "710" seconds working on the request "weblogic.kernel.WorkManagerWrapper$1@68a3f7ed", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
java.net.SocketInputStream.socketRead0(Native Method)
java.net.SocketInputStream.read(SocketInputStream.java:129)
weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:159)
java.io.InputStream.read(InputStream.java:85)
com.certicom.tls.record.ReadHandler.readFragment(Unknown Source)
com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
com.certicom.tls.record.ReadHandler.read(Unknown Source)
com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
java.io.InputStreamReader.read(InputStreamReader.java:167)
java.io.BufferedReader.fill(BufferedReader.java:136)
java.io.BufferedReader.readLine(BufferedReader.java:299)
java.io.BufferedReader.readLine(BufferedReader.java:362)
weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:289)
weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClient.java:314)
weblogic.nodemanager.client.NMServerClient.start(NMServerClient.java:102)
weblogic.nodemanager.mbean.StartRequest.start(StartRequest.java:75)
weblogic.nodemanager.mbean.StartRequest.execute(StartRequest.java:47)
weblogic.kernel.WorkManagerWrapper$1.run(WorkManagerWrapper.java:63)
weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>

Hi chamila,
    I never tried the example. Exception is not clear. Could you please post more stack trace from log files.
Thanks,
Sham

Similar Messages

  • Error while starting database using #dbstart command

    Hello everybody...
    I have installed Oracle 10G release 2 successfully and also created my database,
    But when I try to start the database using #dbstart command I get the following error
    Failed to auto-start Oracle Net Listene using /oracle/10gR2//bin/tnslsnr
    chmod: modification des permissions de `/oracle/10gR1/startup.log': Operation not permited
    Processing Database instance "ASY_DB": log file /oracle/10gR1/startup.log
    I modified /oracle/10gR2//bin/bin to /oracle/10gR1/
    Then I get the following error...
    chmod: modification des permissions de `/oracle/10gR1/startup.log': Op├®ration n
    on permise
    Processing Database instance "ASY_DB": log file /oracle/10gR1/startup.log
    I´m running RedHat Entreprise Linux 4 ES on an i686...
    Please can you help me...?
    Infos: The database work succesfully with 10g Release 10.1.0
    Thanking you...
    Message was edited by:
    user526029

    Thanks for your reply...
    Below is the content of my /etc/oratab file...
    # This file is used by ORACLE utilities. It is created by root.sh
    # and updated by the Database Configuration Assistant when creating
    # a database.
    # A colon, ':', is used as the field terminator. A new line terminates
    # the entry. Lines beginning with a pound sign, '#', are comments.
    # Entries are of the form:
    # $ORACLE_SID:$ORACLE_HOME:<N|Y>:
    # The first and second fields are the system identifier and home
    # directory of the database respectively. The third filed indicates
    # to the dbstart utility that the database should , "Y", or should not,
    # "N", be brought up at system boot time.
    # Multiple entries with the same $ORACLE_SID are not allowed.
    ASY_DB:/oracle/10gR1:Y
    ~
    I wonder if the ORATAB file for 10.2 version is different form the one of 10.1...
    Thanks a lot for your help

  • Error while doing cloning using Duplicate command

    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks

    Aman wrote:
    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks[oracle@ora11gr2ee ~]$ oerr ora 17628
    17628, 00000, "Oracle error %s returned by remote Oracle server"
    // *Cause:  Oracle server on the remote instance has returned an error.
    // *Action: Look at remote instance alert log/trace file for more information
    // and take appropriate action or contact Oracle Support Services
    // for further assistance
    Seems pretty straightforward... is the target instance up?

  • To run an application on iAS6sp1 on HP-Unix, while starting the kjs from command line, it gives a GDS error and crashes. Subsequently, after stopping all services and restarting iAS wouldnot come up.

     

    Hi,
    Not a problem, please post the KJS error logs for me to hunt the
    exact reason for the error.
    Thanks & Regards
    Raj
    Neel John wrote:
    To run an application on iAS6sp1 on HP-Unix, while starting the kjs
    from command line, it gives a GDS error and crashes. Subsequently,
    after stopping all services and restarting iAS wouldnot come up.
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • My Mac HD doesn't start up, I get the reinstall prompt and do not see a macintosh HD icon while starting up using option key

    My Mac HD doesn't start up, I get the reinstall prompt and do not see a macintosh HD icon while starting up using option key.
    When start up I land into the Mac OSX Installer. Has my LION crashed or the HD is not responding?

    Try booting while holding down the Option key but make sure there aren't any disks in the optical drive first.
    I just found this:
    Select a startup disk *(on some computers)*
    Option (To open the optical drive when choosing a startup disk, press ⌘-period.)
    here. http://docs.info.apple.com/article.html?path=Mac/10.5/en/cdb_strtup.html
    Carolyn

  • Error while starting nodemanager in wlst, but start wit startNodeManager.sh

    Hi,
    I cannot start node manager using wlst, but can start with startNodeManager.sh ( present in webogic_home/server/bin )
    My wlst looks like this :
    bea_home=..
    weblogic_home=...
    nmhome = weblogic_home + '\\common\\nodemanager'
    domaindir = bea_home + '\\user_projects\\domains\\' + sys.argv[2]
    startNodeManager(verbose='true', NodeManagerHome=nmhome)
    #Connect to the node manager
    nmConnect(domainName='myclusterdomain',domainDir=domaindir)
    ==============================================
    I get the following errror:
    [java] Launching NodeManager ...
    [java] Properties: {NodeManagerHome=/home/hkarthig/wl11g/middleware/wlserver_10.3/common/nodemanager,}
    [java] Command: /usr/java/jdk1.6.0_07/jre/bin/java -classpath /usr/java/jdk1.6.0_07/jre/lib/rt.jar:/usr/java/jdk1.6.0_07/jre/lib/i18n.jar:/home/hkarthig/wl11g/middleware/wlserver_10.3/server/lib/weblogic.jar weblogic.NodeManager -v
    [java] NMProcess: <Aug 1, 2009 10:17:17 AM> <INFO> <Loading domains file: /home/hkarthig/wl11g/middleware/wlserver_10.3/common/nodemanager/nodemanager.domains>
    [java] NMProcess: <Aug 1, 2009 10:17:17 AM> <SEVERE> <Fatal error in node manager server>
    [java] NMProcess: weblogic.nodemanager.common.ConfigException: Native version is enabled but node manager native library could not be loaded
    [java] NMProcess: at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServerConfig.java:243)
    [java] NMProcess: at weblogic.nodemanager.server.NMServerConfig.<init>(NMServerConfig.java:182)
    [java] NMProcess: at weblogic.nodemanager.server.NMServer.init(NMServer.java:177)
    [java] NMProcess: at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:142)
    [java] NMProcess: at weblogic.nodemanager.server.NMServer.main(NMServer.java:357)
    [java] NMProcess: at weblogic.NodeManager.main(NodeManager.java:31)
    [java] NMProcess: Caused by: java.lang.UnsatisfiedLinkError: no nodemanager in java.library.path
    [java] NMProcess: at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    [java] NMProcess: at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    [java] NMProcess: at java.lang.System.loadLibrary(System.java:1030)
    [java] NMProcess: at weblogic.nodemanager.util.UnixProcessControl.<init>(UnixProcessControl.java:24)
    [java] NMProcess: at weblogic.nodemanager.util.Platform.getProcessControl(Platform.java:114)
    [java] NMProcess: at weblogic.nodemanager.server.NMServerConfig.initProcessControl(NMServerConfig.java:241)
    [java] NMProcess: ... 5 more
    [java] NMProcess:
    [java] NMProcess: Stopped draining NMProcess
    [java] NMProcess: Stopped draining NMProcess
    [java] Successfully launched the Node Manager.

    What you should do is note the exact java.library.path setting you end up with when you run startNodeManager.sh and set that value manually in the WLST script.

  • Issue while starting of jetty server

    hi all,
    i'm not sure whether this is relevant forum or not, if not, plz let me know where i can move this topic
    i'm deploying a war file using a jetty server. while starting of the server i get the following error
    WARN!! No thread for com.sterlingcommerce.woodstock.services.pshttp.jetty.ConduitStreamListener$1@d7a281
    this is not a jetty code, but i create a runnable object and calls
    public void run(Object job) throws InterruptedException //method of
    ThreadPool class of jetty(package org.mortbay.util)
    there it tries to do the following:
    try
    PoolThread thread=(PoolThread)_pool.get(getMaxIdleTimeMs());
    if(thread!=null)
    thread.run(this,job);
    else
    Code.warning("No thread for "+job); //here the issue is coming
    stopJob(null,job);
    this is coming becuause, PoolThread object is null, i went through the code, where they have their logic of handling the threads, but not able to see where it can go wrong..
    any idea or
    anyone who has faced this issue earlier,
    please reply.

    Hi Steve,
    the system "PATH" variable holds these values:
    C:\Program Files\Java\jdk1.6.0_45\bin;C:\Program Files\Java\jdk1.6.0_45\jre\bin;C:\Program Files\Java\jdk1.6.0_45\jre\bin\server;C:\Program Files\Java\jdk1.6.0_45\jre\lib
    The system "CLASSPATH" variable holds these values:
    CLASSPATH = .;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip;
    Still, at run time, in the error message, it refers to the classpath as follows:
    ;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip;.\Java\Agentry-v5.jar
    my Agentry.ini file looks as below; the Java-2 section was added automatically when I published the custom application on the agentry server.
    [Java-1]
    classPath=./ini4j.jar;./sapjco.jar;./Java/Agentry-v5.jar;./Java/SAPWM-5.3.0.0.jar;./Java/SAPCommon-122971.jar;./Java/ZFlightBooking.jar;./Java;
    constantsFile=
    deleteSource=True
    enableAuthentication=True
    enablePreviousUserAuthentication=True
    initialHeapSize=256
    maxHeapSize=512
    name=Java Back End
    outputDirectory=.
    performCompile=False
    printBusinessLogicStackTrace=False
    printStackTrace=False
    reduceOSSignalUse=True
    scriptsPath=
    serverClass=com/syclo/sap/sflight/server/Server
    sourceDirectory=.
    nonStandardJavaOptions=-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
    timeZoneName=
    [Java-2]
    name=Java Back End
    constantsFile=
    deleteSource=true
    enableAuthentication=false
    enablePreviousUserAuthentication=false
    initialHeapSize=2
    maxHeapSize=64
    nonStandardJavaOptions=
    outputDirectory=.
    performCompile=false
    printBusinessLogicStackTrace=false
    printStackTrace=false
    reduceOSSignalUse=true
    scriptsPath=
    sourceDirectory=.
    timeZoneName=
    classPath=.\Java\Agentry-v5.jar
    serverClass=com/syclo/agentry/Server

  • ISSUES WHILE STARTING HTTP SERVER FOR A NEW INSTALLATION OF 10G AS

    I installed 10g AS version 10.1.3.1. I am having this issue while running the installation:
    The Configuration assistants are failing with the following error:
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=621769602,pid=30999)
    failed to start a managed process after the maximum retry limit
    Log:
    /opt/dba/oracle/product/10.1.3.1/OracleAS_1/opmn/logs//HTTP_Server~1.log
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    I am using a staticports.ini file with the following values
    Oracle HTTP Server port =81
    Oracle HTTP Server Listen port = 81
    Oracle HTTP Server SSL port = 444
    Oracle HTTP Server Listen (SSL) port = 444
    I am not sure what the following are for and what values i should for them so i commented them
    #Oracle Notification Server Request port = port_num
    #Oracle Notification Server Local port = port_num
    #Oracle Notification Server Remote port = port_num
    #ASG port = port_num
    Has anyone encountered this issue ??

    Port numbers less than 1024 are privileged ports on Unix/Linux. In order for OHS to run on one of the privileged port (e.g. 81 and 441 in your case) you must enable OHS to run as root. By default OHS runs a non-root user, the user that installed Oracle Application Server.
    So to start with installer do not specify custom (static) ports and complete the installation. OHS will be assigned some non-privileged port by installer. Post installation follow the instructions here to change the ports to 81 and 441:
    http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/ports.htm#CIHJEEJH
    Thanks
    Shail

  • Portal runtime issue while starting up

    Hi Friends,
    We are getting the following error while stating portal
    http://<HN>:50000/irj/portal
    error msg "500: Internal server error. Application error occurred during request processing. Details: java.lang.NullPointerException: null".
    Whereas can able to login to http://<HN>/50000/index.html  and able to look in NWA tools.
    1)Navigating to the portal results in the error msg "500: Internal server error. Application error occurred during request processing. Details: java.lang.NullPointerException: null". However this error does not seem to be reflected in the portal logs . However J2EE engine seems to be working as NWA is working. Only the Portal Run time seems to be failing.
    2) Changes to prtCentral.properties file is not picked up after a portal restart. It should be renamed by the system to prtCentral.properties.bak after the changes have been updated into the DB. This does not happen.
    3) The following errors found in dispatcher logs std_server0.out during server restarts:
              com.sap.portal.prt.runtime [SAPEngine_Application_Thread[impl:3]_3] Fatal: [Portal.init] Application Broker - initialization failed
              com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_75] Fatal: Exception while starting: sap.com/com.sap.netweaver.bc.rf
              com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_75] Fatal: Exception while starting: sap.com/com.sap.netweaver.bc.sf.service
    4) Following fatal SSL errors also found during restart:
              Severity:  fatal;Source: ; Description: SSL transport supplier registered; Consequences: <event>; Countermeasures:<event>
              Severity:  fatal; Source: ; Description: Unregistering SSL transport supplier; Consequences: <event>; Countermeasures:<event>
    5)Many many similar errors about not being able to find path of various log files. Example below:
    java.lang.Exception: .\log\applications\sap.com\com.sap.tc.lm.ctc.cul.webservice\common.log.0 (The system cannot find the path specified)
    at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
    Can you please some light on this issue..
    Thanks
    Venkat

    Hi,
    Can't find anything special in the logs.
    jcmon is showing
    jcmon:
    Idx
    Name
    PID
    State
    Error
    Restart
    0
    dispatcher
    4763794
    Running
    0
    yes
    1
    server0
    2367676
    Running
    0
    yes
    2
    SDM
    2158744
    Running
    0
    yes
    nevertheless, for example after a server remove, we are getting the problem. Sub-Directory delete helps, but always a Sub-Directory remove after each UNIX server reboot or password changes ...
    spaces between directories: Spaces between UNIX directories?
    We are using a SeOS UNIX security tool. I did different tests and found, that SeOS in warning mode with a UNIX server reboot made no portal problems. SeOS in Live mode, we got the portal problems. The securtiy team found nothing related to SeOS.
    I am aware about the Portal problem, since I did a SP18 update, maybe we had it before, but I was not aware about it.
    After reviewing a trace, the portal startup failure is the missing coreapplication.xml file. Which seems to be sometimes available and sometimes not.
    Bernd

  • Not able to start server using  wlst in windows

    hi everyone,
    i am trying to start the weblogic 10.3 server thru wlst using the command
    startServer('AdminServer_name','Domain_Name',"............
    first it used to give an error saying that it is not able get the encrypted username and password from the boot.properties file.
    then i tried copy pasting the username and passwd in the same command and it gives me a error saying
    wlst could not start a new jvm for the server process, this might happen if you have provided illegal jvmArgs or the JVM picked up any illegal JVM_OPTIONS from your path.
    if i mention the JVM parameters same as obtained from the help('startServer') command parameters. it says
    Traceback (innermost last):
    File "(console)", line 1, in?
    File "(iostream)", line 398 , in startServer
    TypeError: startSvr(): 10th arg cant be coerced to int.
    i am desperately trying to get through this error
    please help....
    thank you,
    Roop

    Annoying syntax bug:
    60000 works
    '60000' doesn't
    wls:/offline> startServer( 'AdminServer', 'base_domain', 't3://host:7009', 'weblogic', '****'', '/opt/oracle/bea/user_projects/domains/base_domain', 'true', '60000' )
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 398, in startServer
    TypeError: startSvr(): 10th arg can't be coerced to int
    wls:/offline> startServer( 'AdminServer', 'base_domain', 't3://host:7009', 'weblogic', '***', '/opt/oracle/bea/user_projects/domains/base_domain', 'true', 60000 )
    Starting weblogic server ...
    WLST-WLS-1253908409262: <Sep 25, 2009 3:53:29 PM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:

  • Issue While starting the Oracle Database

    Dear All,
    I am getting the below error while starting the database:
    We are using VMware and the database version is 11.2.0.3
    $ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Oct 24 10:21:10 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup nomount
    ORA-10997: another startup/shutdown operation of this instance inprogress
    ORA-09969: unable to close or remove lock file
    Linux-x86_64 Error: 30: Read-only file system
    ORA-09925: Unable to create audit trail file
    Linux-x86_64 Error: 30: Read-only file system
    Additional information: 9925
    SQL>
    Please let me know how to go forward ?..
    Is this issue related to Oracle or OS VMware ?..
    Regards,
    Mahesh

    Mode of  file system on your OS has changed to read-only.
    ORA-09969: unable to close or remove lock file
    Linux-x86_64 Error: 30: Read-only file system
    The above error can be because of your partition where lock file for instance is kept is changed into read only mode.
    You can do the following.
    1. Check if on the instance shutdown operation is pending .
    2. Check which mount points are changed to read only mode.
    3. As you system admin to Remount the same in read write mode or you can try this cmd as root user (mount -o remount,rw <device driver> <partition name>. Eg:- mount -o remount,rw /dev/sdb5 /oracle).
    4 .Let the database to get shutdown
    5. after this startup again

  • Issue while generating report using web.show_document with https

    Hi All,
    I am facing some issue while seeing the report using web.show_document as shown below:
    https://ucrmskr.apac.nsroot.net:10301/forms/html/001725032_gca.rtf_
    In this case the report opens directly without asking for me to save or open or cancel option
    whereas if I hit
    http://scrmskr.apac.nsroot.net:7801/forms/html/001725032_gca.rtf_
    it asks for save or open or cancel option
    so that I can save the report to my machine and open in wordpad format
    The report generated in the first case is not coming in proper format
    Below are my forms.conf mappings:
    # Name
    # forms.conf - Forms component Apache directives configuration file.
    # Purpose
    # It should include the weblogic managed server (routing) directives for
    # the servers where Forms applications are deployed and other miscellaneous
    # Forms component OHS directives.
    # Remarks
    # This file is included with the OHS configuration under
    # $OI/config/OHS/<OHS Node Name>/moduleconf sub-directory.
    # virtual mapping for the /forms/html mapping.
    RewriteEngine on
    RewriteRule ^/forms/html/(..*) /workaroundhtml/$1 [PT]
    AliasMatch ^/workaroundhtml/(..*) "/ucrmap1/weblogic/bea/ucrms/config/FormsComponent/forms/html/$1"
    RewriteRule ^/ucrms/icons/(..*) "/workaroundicons/$1" [PT]
    AliasMatch ^/workaroundicons/(..*) "/ucrmap1/weblogic/bea/ORA_PFRD/forms/java/$1"
    RewriteRule ^/forms/help/(..*) "/workaroundhelp/$1" [PT]
    AliasMatch ^/workaroundhelp/(..*) "/ucrmap1/ucrrgbg2/help/$1"
    <Location /forms>
    SetHandler weblogic-handler
    WebLogicCluster kauh0079:9001
    DynamicServerList OFF
    </Location>
    Please let me know what needs to be done additionally if we are trying to hit https because in the second case we were hitting http with similar mapping in diff environment and it was generating report successfully.
    Regards,
    Harish

    Thanks for answering,
    I changed the URL from
    http://nbotlaguduru.dms.local/export/FMSLaborChargesalcs20060829132645.pdf
    to
    http://nbotlaguduru.dms.local:8889/export/FMSLaborChargesalcs20060829132645.pdf
    and the same problem occured
    the file is located on my local C drive in:
    C:\lcs\export
    seems as though I am missing something else as well
    any ideas?

  • Sporadic issues while starting SOA suite

    Hi All,
    I Installed successfully the SOA suite and am able to do all the development in ESB and able to registered the services in ESB. some time while starting the SOA suite am seeing randomly the ESBconssle,Application server console and BPEL console are not coming up.
    Am getting the following error in Log.
    <2008-02-18 13:52:44,650> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://localhost:8889/orabpel
    <2008-02-18 13:52:44,650> <ERROR> <collaxa> <ProcessJob::execute> Attempt (1/15) ... failed to connect ... retrying in 5 seconds ...
    <2008-02-18 13:53:08,794> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://USHYDASAHAYARA2:8889
    <2008-02-18 13:53:47,380> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://USHYDASAHAYARA2:8889/orabpel
    <2008-02-18 13:54:26,817> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://172.21.48.196:8889/orabpel
    <2008-02-18 13:54:43,391> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://USHYDASAHAYARA2.us.deloitte.com:8889/orabpel
    <2008-02-18 13:55:00,085> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://localhost:8889/orabpel
    This is not happening always.. Some time it's working fine This is happening randomly. When ever it happens am able to connect to Application sever through JDdeveloper but am able to open in IE.
    Can you guys throw light on this..
    Regards
    Antony.

    In your error-stack you can notice that different host-names are used for your environment, sometimes localhsost, sometimes the ip-address and sometimes the computer-name with our without domain-specification.
    Depending on your proxy settings in Jdeveloper and your build.xml files of your esb- and bpel-processes your host-name is filled in automatically.
    Maybe it's best practice to check your configuration settings in your EM on application server level and check that all your components make use of the same hostname.
    Kind regards,
    Nathalie

  • Update the already existing credential store in em using wlst command

    Hi,
    In Oracle Business intelligence in the em in domain-> security->credentials i want to update an already existing credential store with map and key values
    map=oracle.bi.system
    key =system.user.
    So when i connect to the wlst command console in MW_HOME/oracle_common/common/bin/wlst.sh
    and connect to the server and execute the command
    updateCred(map='oracle.bi.system', key='system.user',user='BISystemUser',password='welcome1') i get the error already in the Domain runtime tree.
    I tried
    import jpsWlstCmd
    jpsWlstCmd.updateCred(map='oracle.bi.system', key='system.user',user='BISystemUser',password='welcome1') but still i get the same error.
    Can anyone help me modifying the credentials using a script.

    After extending my domain with JRF and JRF WebService Asynchronous services, I was able to execute "createCred" and "listCred" and so on.
    Yu

  • I can not start oracle using "startup " command

    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZ

    844019 wrote:
    I installed the oracle 11g software on linux red hat, then i connect using “sqlplus / as sysdba”
    but when I type “startup” on SQL prompt it gives the following error:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file'/oraeng/app/oracle/product/11.1.0/dbs/initorcl.ora'
    I tried: export ORACLE_SID=orcl
    But it gives the same error.
    Then i checked the directory “dbs” but could not find the pfile:initorcl.ora,
    however there was a file named “init.ora” only. I remember that in bash_profile I set the ORACLE_SID as “orcl”
    Then i searched the web and tried the following command to set the pfile
    SQL> startup pfile=/oraeng/app/oracle/product/11.1.0/dbs/init.ora
    but it gave me following error
    ORA-00371: not enough shared pool memory, should be at least 102341017 bytes
    Could anyone please help me identify the problem? why i could not start it using start it in SQL prompt.
    Thanks in advance
    AZWhat's the output of the
    ls -l $ORACLE_HOME/dbsWhat is happening that you don't seem to have the required init or SP file for the startup of your instance. If that's the case, you need to create it manually from the copy/paste of the alert.log content if the instance ever started before . Show us hte output of the DBS directory that what it contains.
    HTH
    Aman....

Maybe you are looking for