Add a machine to Managed Server using silent mode script in wls12c (x64)

Hi,
I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
I need to add followings to the domain.
1. Data source
2. JMSServer
3. ConnectionFactory
4. JMSModule
5. Queue
6. Machine which can be assigned to Managed Server.
7. subdeployment
I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
Can anybody please help me creating the script to add these?
Following is my Silent mode script
read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
set CreateStartMenu "false";
set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
set ServerStartMode "prod";
find Server "AdminServer" as AdminServer;
set AdminServer.ListenAddress "";
set AdminServer.ListenPort "7003";
set AdminServer.SSL.Enabled "true";
set AdminServer.SSL.ListenPort "7002";
//We can directly create a new managed server.
create Server "ManagedServer_1" as ManagedServer_1;
set ManagedServer_1.ListenAddress "";
set ManagedServer_1.ListenPort "7001";
set ManagedServer_1.SSL.Enabled "true";
set ManagedServer_1.SSL.ListenPort "7002";
//Create JDBC datasource and targeting it to cluster
create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
set MVestDSName.Password "xxxxxxx";
set MVestDSName.Properties "user=xxxxxxx_user";
assign JDBCConnectionPool "*" to target "ManagedServer_1";
//create JMS server
create JMSServer "MVestJMSServer" as jmsserver;
assign JMSServer "*" to target "ManagedServer_1";
//create JMS queue, default subdeployment will be created and targeted. Not sure
create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
//create JMS queue, default subdeployment will be created and targeted. Not sure
//create JMSQueue "PfPerformanceProfileQueue" as queue;
//set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
//set queue.StoreEnabled "false";
//set queue.JMSServer "JMSServer"; //Target queue to JMS server
//use templates default weblogic user
find User "weblogic" as u1;
set u1.password "weblogic1";
//create a new user
create User "Admin" as u2;
set u2.password "weblogic1";
//assign User "Admin" to Group "Administators";
write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
close template;
Edited by: 998028 on 4 Apr, 2013 5:35 AM
Edited by: 998028 on 9 Apr, 2013 6:28 AM

Hi,
I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
I need to add followings to the domain.
1. Data source
2. JMSServer
3. ConnectionFactory
4. JMSModule
5. Queue
6. Machine which can be assigned to Managed Server.
7. subdeployment
I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
Can anybody please help me creating the script to add these?
Following is my Silent mode script
read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
set CreateStartMenu "false";
set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
set ServerStartMode "prod";
find Server "AdminServer" as AdminServer;
set AdminServer.ListenAddress "";
set AdminServer.ListenPort "7003";
set AdminServer.SSL.Enabled "true";
set AdminServer.SSL.ListenPort "7002";
//We can directly create a new managed server.
create Server "ManagedServer_1" as ManagedServer_1;
set ManagedServer_1.ListenAddress "";
set ManagedServer_1.ListenPort "7001";
set ManagedServer_1.SSL.Enabled "true";
set ManagedServer_1.SSL.ListenPort "7002";
//Create JDBC datasource and targeting it to cluster
create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
set MVestDSName.Password "xxxxxxx";
set MVestDSName.Properties "user=xxxxxxx_user";
assign JDBCConnectionPool "*" to target "ManagedServer_1";
//create JMS server
create JMSServer "MVestJMSServer" as jmsserver;
assign JMSServer "*" to target "ManagedServer_1";
//create JMS queue, default subdeployment will be created and targeted. Not sure
create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
//create JMS queue, default subdeployment will be created and targeted. Not sure
//create JMSQueue "PfPerformanceProfileQueue" as queue;
//set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
//set queue.StoreEnabled "false";
//set queue.JMSServer "JMSServer"; //Target queue to JMS server
//use templates default weblogic user
find User "weblogic" as u1;
set u1.password "weblogic1";
//create a new user
create User "Admin" as u2;
set u2.password "weblogic1";
//assign User "Admin" to Group "Administators";
write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
close template;
Edited by: 998028 on 4 Apr, 2013 5:35 AM
Edited by: 998028 on 9 Apr, 2013 6:28 AM

Similar Messages

  • Unable to start Manager server using Node Manager

    Hi,
    I have deployed Admin server in one of my unix machine(machine1) and i able to start my Admin server using node manager, and when i try to start my Managed server in another machine(machine2) using the node manager(that machine node manager) its throwing error;
    Note: am able to start Managed server using Adminurl and able to connect to Managed server node manager successfully,
    but not able to start Managed server using node manager
    its giving exception as below;
    error:- wls:/nm/webdomain> nmStart('ms1')
    Starting server ms1 ...
    Error Starting server ms1: weblogic.nodemanager.NMException: Exception while starting server 'ms1'
    Managed server log: -
    <Dec 13, 2011 3:40:17 PM> <INFO> <NodeManager> <Working directory is '/root/Oracle/Middleware/user_projects/domains/webdomain'>
    [root@LinuxVM ~]# cat /root/Oracle/Middleware/user_projects/domains/webdomain/servers/ms1/logs/ms1.out00071
    <Dec 13, 2011 3:40:17 PM> <INFO> <NodeManager> <Starting WebLogic server with command line: /root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/bin/java -Dweblogic.Name=ms1 -Dbea.home=/root/Oracle/Middleware -Djava.security.policy=/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Djava.library.path="/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/lib/i386/jrockit:/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/lib/i386:/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/../lib/i386:/root/Oracle/Middleware/patch_wls1035/profiles/default/native:/root/Oracle/Middleware/patch_ocp360/profiles/default/native:/root/Oracle/Middleware/wlserver_10.3/server/native/linux/i686:/root/Oracle/Middleware/wlserver_10.3/server/native/linux/i686/oci920_8" -Djava.class.path=/root/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/root/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/lib/tools.jar:/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/root/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/root/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/root/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/root/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/root/Oracle/Middleware -Dweblogic.system.BootIdentityFile=/root/Oracle/Middleware/user_projects/domains/webdomain/servers/ms1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true weblogic.Server >
    <Dec 13, 2011 3:40:17 PM> <INFO> <NodeManager> <Working directory is '/root/Oracle/Middleware/user_projects/domains/webdomain'>
    Nodemanager log:
    <Dec 13, 2011 3:40:17 PM> <INFO> <webdomain> <ms1> <Rotated server output log to "/root/Oracle/Middleware/user_projects/domains/webdomain/servers/ms1/logs/ms1.out00070">
    <Dec 13, 2011 3:40:17 PM> <INFO> <webdomain> <ms1> <Server error log also redirected to server log>
    <Dec 13, 2011 3:40:17 PM> <INFO> <webdomain> <ms1> <Starting WebLogic server with command line: /root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/bin/java -Dweblogic.Name=ms1 -Dbea.home=/root/Oracle/Middleware -Djava.security.policy=/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Djava.library.path="/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/lib/i386/jrockit:/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/lib/i386:/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/jre/../lib/i386:/root/Oracle/Middleware/patch_wls1035/profiles/default/native:/root/Oracle/Middleware/patch_ocp360/profiles/default/native:/root/Oracle/Middleware/wlserver_10.3/server/native/linux/i686:/root/Oracle/Middleware/wlserver_10.3/server/native/linux/i686/oci920_8" -Djava.class.path=/root/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/root/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/root/Oracle/Middleware/jrockit_160_24_D1.1.2-4/lib/tools.jar:/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/root/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/root/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/root/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/root/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/root/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/root/Oracle/Middleware -Dweblogic.system.BootIdentityFile=/root/Oracle/Middleware/user_projects/domains/webdomain/servers/ms1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true weblogic.Server >
    <Dec 13, 2011 3:40:17 PM> <INFO> <webdomain> <ms1> <Working directory is '/root/Oracle/Middleware/user_projects/domains/webdomain'>
    <Dec 13, 2011 3:40:17 PM> <INFO> <webdomain> <ms1> <Rotated server output log to "/root/Oracle/Middleware/user_projects/domains/webdomain/servers/ms1/logs/ms1.out00071">
    <Dec 13, 2011 3:40:17 PM> <INFO> <webdomain> <ms1> <Server error log also redirected to server log>
    <Dec 13, 2011 3:40:17 PM> <INFO> <webdomain> <ms1> <Server output log file is '/root/Oracle/Middleware/user_projects/domains/webdomain/servers/ms1/logs/ms1.out'>
    <Dec 13, 2011 3:40:26 PM> <INFO> <webdomain> <ms1> <Server failed during startup so will not be restarted>
    <Dec 13, 2011 3:40:26 PM> <WARNING> <Exception while starting server 'ms1'>
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.AbstractServerManager.start(AbstractServerManager.java:200)
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:23)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:604)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:119)
    at weblogic.nodemanager.server.Handler.run(Handler.java:71)
    at java.lang.Thread.run(Thread.java:662)

    You can start a managed server as follows:
    print 'START NODE MANAGER';
    startNodeManager(verbose='true', NodeManagerHome=nodemanagerhomelocation, ListenPort='5556', ListenAddress='localhost');
    print 'CONNECT TO NODE MANAGER';
    nmConnect(adminusername, adminpassword, 'localhost', '5556', domainname, domainlocation, 'ssl');
    print 'START ADMIN SERVER';
    nmStart('AdminServer');
    nmServerStatus('AdminServer');
    print 'CONNECT TO ADMIN SERVER';
    connect(adminusername, adminpassword);
    print 'START MANAGED SERVER';
    start('VideotheekWebServer','Server');
    nmServerStatus('VideotheekWebServer');
    print 'START CLUSTER';
    start('VideotheekCluster','Cluster');
    nmServerStatus('VideotheekServer1');
    nmServerStatus('VideotheekServer2');JVM properties are set using the admin console and edit the startup properties of your managed server (configuration, server start).
    The properties file (startup.properties) is saved in the directory <domain-home>/servers/<server-name>/data/nodemanager.

  • Failes to start Managed server using Nodemanager from admin console

    Hi
    I have created the cluster using Weblogic version 9.2 MP3 with
    Machine 1 --> Admin (AS) + Managed server (MS1)
    Machine 2 --> Managed server(MS2)
    All the servers(AS,MS1,MS2) are SSL configured to run in production mode.
    Machine is associated with each managed server and node manager is up and running.
    I have made Host name verification as "None"
    When i start the MS 1 from admin console it comes up in running.However MS2 is not coming in running mode.
    The server logs states that "Could not connect to admin server"
    Cannot decrypt the password ,username and TrustKeyStorePrivatepassphrase.
    Even when i write the clear text password and username in Server_Name/data/nodemanager/boot.properties,then also it throws the same error.
    Node manager is not configured to SSL.
    Any Clue what i am missing????

    Is your Machine #2 shown as "Reachable" in the admin console ( Machines -> Machine2 -> Monitoring )?
    Does your managed server #2 have the same userid and password on its Server -> Configuration -> Server Start page ( UserName & Password fields ) as managed server #1?
    Your boot.properties only needs 2 lines, like:
    password=your plain text password
    username=your plain text username

  • Failed_Not_Restartable Excep while starting Managed Server using NManager

    Hi Experts,
    I have installed SOA Server 11.1.1.5 and i need to install AIA3.0 on the system, bbut before installing AIA it is saying us to start the Manager Server using Node Manager. where i have configured
    my node manager to weblogic server and trying to start manged server but it is giving filed not restartable exception.
    The Node Manager is up and running in weblogic - > Machines - > localhost -> Montoring -> Reachable ->10.3 FYR...
    Exception
    unable to start the soa_server using Node Manager
    Can anybody can guide me to how to reoslve the issue. your help is highly appreciated.
    Regards,
    Ch

    Hi All,
    Can anybody can guide how to resolve the above as it is very impartant for me bcoz need to install AIA on the system.
    Can anybody can provide me an URL or else how to reolve the issue. Your help is hilghly appreciated.
    Regards,
    CH

  • Starting Manage Server using node manager

    Hi,
    Hi,
    I am using Weblogic server 11g and I have deployed Admin server in one of my unix machine(machine1) and i able to start my Admin server using node manager, and when i try to start my Managed server in another machine(machine2) using the node manager(that machine node manager) its throwing error;
    Note: am able to start Managed server using Adminurl and able to connect to Managed server node manager successfully,
    but not able to start Managed server using node manager
    its giving exception as below;
    error:- wls:/nm/webdomain> nmStart('ms1')
    Starting server ms1 ...
    Error Starting server ms1: weblogic.nodemanager.NMException: Exception while starting server 'ms1'
    plz help me out in this
    Thanks in advance

    An example to start managed servers on different machine is provided here: http://middlewaremagic.com/weblogic/?p=6637
    "By default, WebLogic is installed and configured with the DemoIdentity.jks keystore. This certificate and key are created by utils.CertGen with the default options of containing only the host name in the common name field (cn), and not the fully-qualified DNS name. As a result, attempts to establish SSL connections may fail in some situations due to a host name verification exception. When using the demo certificates in a multi-server domain, managed server instances will fail to boot if they cannot establish an SSL connection with the Admin Server and the a BAD_CERTIFICATE error is generated. This error occurs because the host name verifier, which is enabled by default in all WebLogic domains and which is used during the SSL handshake, compares the value of the cn field in the certificate with the fully-qualified DNS name of the SSL server that accepts the SSL connection. If these names do not match, the SSL connection is dropped."

  • WLST - error when i start managed server using nmstart() command.

    i am receiving an error when start the managed server using nmstart(). Please advise.
    Do I have add any parameter to nodemanager.properties file?
    Thankyou
    pasted below is the error message i am receiving when i start managed server.
    Starting server hssclient ...This Exception occured at Thu Mar 19 10:30:02 EDT 2
    009.
    java.lang.IllegalArgumentException: Invalid host name: Null or empty
    at weblogic.nodemanager.client.NMClient.checkNullOrEmpty(NMClient.java:7
    2)
    at weblogic.nodemanager.client.NMClient.setHost(NMClient.java:79)
    at weblogic.nodemanager.mbean.NodeManagerRuntime.getNMClient(NodeManager
    Runtime.java:527)
    at weblogic.nodemanager.mbean.NodeManagerRuntime.getNMClient(NodeManager
    Runtime.java:565)
    at weblogic.nodemanager.mbean.NodeManagerRuntime.start(NodeManagerRuntim
    e.java:188)
    at weblogic.server.ServerLifeCycleRuntime.startServer(ServerLifeCycleRun
    time.java:439)
    at weblogic.server.ServerLifeCycleRuntime.start(ServerLifeCycleRuntime.j
    ava:124)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean
    .java:428)
    at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImp
    l.java:213)
    at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
    BeanServerInterceptor.java:815)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784
    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBea
    nServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:248)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.
    run(WLSMBeanServerInterceptorBase.java:443)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.inv
    oke(WLSMBeanServerInterceptorBase.java:441)
    at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterce
    ptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:63)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.
    run(WLSMBeanServerInterceptorBase.java:443)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.inv
    oke(WLSMBeanServerInterceptorBase.java:441)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(
    SecurityInterceptor.java:426)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterce
    ptor$10$1.run(AuthenticatedSubjectInterceptor.java:582)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterce
    ptor$10.run(AuthenticatedSubjectInterceptor.java:580)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterce
    ptor.invoke(AuthenticatedSubjectInterceptor.java:573)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanSer
    ver.java:310)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnecti
    onImpl.java:1410)
    at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectio
    nImpl.java:81)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run
    (RMIConnectionImpl.java:1247)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(R
    MIConnectionImpl.java:1350)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImp
    l.java:784)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown S
    ource)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:553)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:443)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:439)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:6
    1)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicSer
    verRef.java:983)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    Hi I am getting below exception, is nmStart only start AdminServer ????
    There are 1 nested errors:
    weblogic.management.ManagementException: Booting as admin server, but servername, MS1, does not match the admin server name, AdminServer
    at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:67)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:803)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:493)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    at weblogic.Server.main(Server.java:67)
    >
    <Feb 10, 2010 1:45:17 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 10, 2010 1:45:17 PM UTC> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 10, 2010 1:45:17 PM UTC> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Feb 10, 2010 1:45:17 PM> <FINEST> <NodeManager> <Waiting for the process to die: 8275>
    <Feb 10, 2010 1:45:17 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <Feb 10, 2010 1:45:17 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    ~

  • Not able to connect with managed server using ssl connection

    Hi Guys,
    My weblogic server is running on linux. I have setup ssl connction bu using Demo Identity and Demo Trust.In server logs i can find the following infomation that server is running on secure port.
    But once i try connect to managed server using client i m facing below error:
    <May 27, 2013 2:55:00 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <May 27, 2013 2:55:00 PM IST> <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>
    <May 27, 2013 2:55:00 PM IST> <Info> <Security> <BEA-090908> <Using default WebLogic SSL Hostname Verifier implementation.>
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://host:port: Destination unreachable; nested exception is:
         javax.net.ssl.SSLHandshakeException: General SSLEngine problem; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:767)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
         at weblogic.jndi.Environment.getContext(Environment.java:315)
         at weblogic.jndi.Environment.getContext(Environment.java:285)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:307)
         at javax.naming.InitialContext.init(InitialContext.java:242)
         at javax.naming.InitialContext.<init>(InitialContext.java:216)
         at com.akt.client.WLCLIENT.makeConnection(WLCLIENT.java:40)
         at com.akt.client.WLCLIENT.main(WLCLIENT.java:60)
    Caused by: java.net.ConnectException: t3s://host:port: Destination unreachable; nested exception is:
         javax.net.ssl.SSLHandshakeException: General SSLEngine problem; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
         at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
         ... 9 more
    Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
         javax.net.ssl.SSLHandshakeException: General SSLEngine problem; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:260)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         ... 15 more
    But in server logs i can see below message
    opt/Oracle/Middleware/wlserver_12.1/server/lib/DemoIdentity.jks.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/Oracle/Middleware/wlserver_12.1/server/lib/DemoTrust.jks.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /opt/jdk1.7.0_21/jre/lib/security/cacerts.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on hostname:port for protocols iiops, t3s, ldaps, https.>
    <May 27, 2013 2:47:06 PM IST> <Notice> <WebLogicServer> <BEA-000332> <Started the WebLogic Server Managed Server "Server-Test" for domain "base_domain" running in development mode.>
    Please suggest
    Edited by: 1008140 on May 27, 2013 2:37 AM

    Welcome to OTN
    This section related to Database question not fusion middle ware Post your question
    Oracle Discussion Forums » Fusion Middleware

  • Problem starting managed server using Node Manager/WL 7

    I have just configured Node Manager for the first time to start a managed server,
    following the documentation 'Managing Server Availability with Node Manager'. However
    when I attempt to start the managed server from the Administration Console I always
    get the following exception:
    <Jul 10, 2002 1:59:29 PM EDT> <Info> <[email protected]:5555> <Starting
    Server webdevDomain::apps ...>
    <Jul 10, 2002 1:59:29 PM EDT> <Info> <[email protected]:5555> <BaseProcessControl:
    saving process id of Weblogic Managed server 'apps', pid: 15094>
    Starting WebLogic Server...
    Connecting to http://198.242.140.49:17043...
    <Jul 10, 2002 1:59:32 PM EDT> <Critical> <WebLogicServer> <000364> <Server failed
    during initialization. Exception:weblogic.management.configuration.ConfigurationException:
    Exception encountered connecting to http://198.242.140.49:17043/wl_management_internal2/Bootstrap
    - with nested exception:
    [java.io.StreamCorruptedException: InputStream does not contain a serialized object]
    java.io.StreamCorruptedException: InputStream does not contain a serialized object
         at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:844)
         at java.io.ObjectInputStream.<init>(ObjectInputStream.java:163)
         at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:212)
         at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:665)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
         at weblogic.Server.main(Server.java:31)
    But I am able to start the managed server using the startApps.sh script with no problems.
    I am running WL 7 on Solaris 2.8. All processes are running on the same host.
    Any help is appreciated!
    John

    Re-installing WL Server 7.0.0.1 resolved this problem.
    - John

  • Starting managed server using node manager

    When i try to start the managed server using node manager i get the following error
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    Abort - core dumped
    <Sep 21, 2010 3:58:07 PM> <FINEST> <NodeManager> <Waiting for the process to die: 22708>
    <Sep 21, 2010 3:58:07 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <Sep 21, 2010 3:58:07 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    The managed server lok file is deleted, port is not in use. With similar node manager settings the managed server on the redundant server starts fine

    Hi,
    I am getting same issue. Not able to start the soa_server1. Can you pleae tell me the soulution if you able to reslove the issue.
    starting weblogic with Java version:
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    [ERROR] aborted
    JRockit aborted: Unknown error (50)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JROCKI~1.0-6\bin\java -jrockit -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms512m -Xmx512m -Dweblogic.Name=soa_server1 -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.system.BootIdentityFile=D:\Oracle\Middleware\user_projects\domains\domain2\servers\soa_server1\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -Xverify:none -da:org.apache.xmlbeans... -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=D:\Oracle\MIDDLE~1\USER_P~1\domains\domain2 -Dcommon.components.home=D:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=D:\Oracle\MIDDLE~1\USER_P~1\domains\domain2\config\FMWCON~1 -Doracle.server.config.dir=D:\Oracle\MIDDLE~1\USER_P~1\domains\domain2\config\FMWCON~1\servers\soa_server1 -Doracle.security.jps.config=D:\Oracle\MIDDLE~1\USER_P~1\domains\domain2\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=D:\Oracle\MIDDLE~1\USER_P~1\domains\domain2\config\FMWCON~1\carml -Digf.arisidstack.home=D:\Oracle\MIDDLE~1\USER_P~1\domains\domain2\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Doracle.security.jps.policy.migration.validate.principal=false -da:org.apache.xmlbeans... -Dsoa.archives.dir=D:\Oracle\Middleware\Oracle_SOA1\soa -Dsoa.oracle.home=D:\Oracle\Middleware\Oracle_SOA1 -Dsoa.instance.home=D:\Oracle\MIDDLE~1\USER_P~1\domains\domain2 -Dtangosol.coherence.clusteraddress=227.7.7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Djava.protocol.handler.pkgs="oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler|oracle.bpm.io.fs.protocol" -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.net.ssl.trustStore=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks -Dem.oracle.home=D:\Oracle\Middleware\oracle_common -Djava.awt.headless=true -Dbam.oracle.home=D:\Oracle\Middleware\Oracle_SOA1 -Dums.oracle.home=D:\Oracle\Middleware\Oracle_SOA1 -Dweblogic.management.discover=false -Dweblogic.management.server=http://192.168.1.102:7001 -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_oepe1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_ocp353\profiles\default\sysext_manifest_classpath weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
    [ERROR] aborted
    JRockit aborted: Unknown error (50)
    ERROR: transport error 202: bind failed: Address already in use
    ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
    JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
    <Oct 4, 2010 6:25:39 AM> <FINEST> <NodeManager> <Waiting for the process to die: 700>
    <Oct 4, 2010 6:25:39 AM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <Oct 4, 2010 6:25:39 AM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>

  • ManagedServer entry using silent mode

              Folks,
              I created a Silent script for WebLogic81sp2 domain creation and everything seems
              to be ok.After creating the domain, I will be in the position to edit the startManagedWebLogic.cmd
              file manually to add the server name(set SERVER_NAME=ManagedServer).
              How can I update this using silent mode?
              See my script below, Thanks, Johnson
              //////Create the Admin Server
              find Server "myserver" as s1;
              set s1.Name "AdminServer";
              set s1.ListenAddress "localhost";
              set s1.ListenPort "10000";
              set s1.SSL.Enabled "false";
              //set s1.SSL.ListenPort "10001";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              //////Create the Managed Server
              create Server "ManagedServer" as s2;
              set s2.ListenAddress "localhost";
              set s2.ListenPort "10010";
              set s2.SSL.Enabled "false";
              //set s2.SSL.ListenPort "10011";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.
    jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • Starting WLS 10.3.5 Managed Server in MSI mode

    (1) The first time you start the managed server in MSI, should the Admin Server be in Running Mode?
    Or
    (2) The Managed Server can be started in MSI mode (first time) with out having Admin Server in RUNNING MODE.
    Which is true?
    I think (1) is correct as the managed server directory wont be available under <DOMAIN_HOME>/Servers directory until you start the Managed Server. So only once you start the Managed Server, then only you can copy the config folder under Managed Server to start it in MSI mode (Having ADMIIN SERVER in SHUTDOWN state).
    Is that correct?
    So you can never ever start the Managed Server in MSI mode for the first time (with out having Admin Server in RUNNING MODE) after you create the managed server.
    Is that correct?
    Edited by: user734247 on Apr 18, 2012 2:58 PM

    Your understanding is right.
    The first time you are trying to start a managed server, you need admin server in RUNNING state.
    From the next time onwards you can start managed server in MSI mode.
    Although, as a workaround you can probably create certain files and directories to try and start managed server in MSI mode the first time itself:
    1. Ensure that the entire domain directory is present in the machine where managed server is started.
    2. Create directory <DOMAIN_HOME>/Servers/<ManagedServerName>/security
    3. Create boot.properties file in <DOMAIN_HOME>/Servers/<ManagedServerName>/security/boot.properties with username and password
    4. Create config-msi.xml copying from the config.xml in config directory
    This list is not exclusive, it might need some more additional files.
    You will have to create additional files like startServer.properties etc if we use node manager to start a managed server in MSI mode.
    ORACLE strongly recommends to start the managed server through admin server the first time.
    Arun

  • DBCA using silent mode

    Hi All
    I want to install Oracle R2 with silent mode, and when I used below sentence to create database,I hope the process is in silent mode,but a console always appear,and many progress info always appear inside too,Is it correct?
    dbca -silent -createDatabase -templateName cyDB.dbc -gdbname TEST -sid TEST -sysPassword xiaby -systemPassword xiaby .
    thanks

    Ref. Oracle® Database Readme
    10g Release 2 (10.2)
    Part Number B14233-04
    40.3.2 Running Database Configuration Assistant (DBCA) in Silent Mode
    In Chapter 2, "Creating an Oracle Database", the following information should be included.
    Silent mode does not have a user interface (other than what you initially input on the command line) or user interaction. It outputs all messages, including information, errors, and warnings, to a log file.
    From the command line, enter the following to see all of the DBCA options that are available when using silent mode:
    dbca -help
    The following sections contain examples that illustrate the use of silent mode.
    DBCA Silent Mode Example 1: Creating a New Database To create a clone database, enter the following on the command line:
    % dbca -silent -createDatabase -templateName Transaction_Processing.dbc
    -gdbname ora10i -sid ora10i -datafileJarLocation
    /private/oracle10i/ora10i/assistants/dbca/templates -datafileDestination
    /private/oracle10i/ora10i/oradata -responseFile NO_VALUE
    -characterset WE8ISO8859P1
    DBCA Silent Mode Example 2: Creating a Seed Template To create a seed template, enter the following on the command line:
    % dbca -silent -createCloneTemplate -sourceDB ora10i -sysDBAUserName
    sys -sysDBAPassword change_on_install -templateName copy_of_ora10i.dbc
    -datafileJarLocation /private/oracle/ora10i/assistants/dbca/templates
    dbca syntax (partial)
    dbca  [-silent | -progressOnly | -customCreate] {<command> <options> }  | { [<command> [options] ] -responseFile  <respo
    nse file > } [-continueOnNonFatalErrors <true | false>]
            -createDatabase
                    -templateName <name of an existing  template>
                    [-cloneTemplate]
                    -gdbName <global database name>
                    [-sid <database system identifier>]
                    [-sysPassword <SYS user password>]
                    [-systemPassword <SYSTEM user password>]
                    [-emConfiguration <CENTRAL|LOCAL|ALL|NOBACKUP|NOEMAIL|NONE>
                            -dbsnmpPassword <DBSNMP user password>
                            -sysmanPassword <SYSMAN user password>
                            [-hostUserName <Host user name for EM backup job>
                             -hostUserPassword <Host user password for EM backup job>
                             -backupSchedule <Daily backup schedule in the form of hh:mm>]
                            [-smtpServer <Outgoing mail (SMTP) server for email notifications>
                             -emailAddress <Email address for email notifications>]
                            [-centralAgent <Enterprise Manager central agent location>]]
                    [-datafileDestination <destination directory for all database files> |  -datafileNames <a text file cont
    aining database objects such as controlfiles, tablespaces, redo log files and spfile to their corresponding raw device f
    ile names mappings in name=value format.>]
                    [-recoveryAreaDestination <destination directory for all recovery files>]
                    [-datafileJarLocation  <location of the data file jar, used only for clone database creation>]
                    [-storageType < FS | ASM | RAW>
                            [-diskList    <list of disks to be used by ASM>
    [                       -diskGroupName    <disk group name to be used by ASM>
                            -redundancy    <HIGH|NORMAL|EXTERNAL>
                            -diskString    <disk discovery path to be used by ASM>
                            -asmPassword    <SYS password for ASM instance>]]
                    [-characterSet <character set for the database>]
                    [-nationalCharacterSet  <national character set for the database>]
                    [-registerWithDirService <true | false>
                            -dirServiceUserName    <user name for directory service>
                            -dirServicePassword    <password for directory service >
                            -walletPassword    <password for database wallet >]
                    [-listeners  <list of listeners to configure the database with>]
                    [-variablesFile   <file name for the variable-value pair for variables in the template>]]
                    [-variables  <comma seperated list of name=value pairs>]
                    [-initParams <comma seperated list of name=value pairs>]
                    [-memoryPercentage <percentage of physical memory for Oracle>
                            [-databaseType <MULTIPURPOSE|DATA_WAREHOUSING|OLTP>]]~ Madrid.

  • Remotely starting the CMS server using a SSH script in a Unix environment.

    Is it possible to remotely start a CMS server using a shell script which starts an SSH session and runs the startservers command asin the command below:
    ssh -o ConnectionAttempts=2 -o ConnectTimeout=10 -l boadmin huxd0226 '/opt/BO/boxir2/bobje/startservers'
    The command securely logs into the server (huxd0226) and runs the command described in single quotes.
    the CMS server actually appears to start but then dies inexplicably and displays no errors in the trace logs. The full log file is displayed below:-
    Timestamp ProcessID ThreadID Message
    Thu Sep 18 10:59:05 2008 913548 1 (wireobinit.cpp:97): trace messa
    ge: Creating the shared CWireObject::PropertyNameMap
    Thu Sep 18 10:59:05 2008 913548 1 (wireobinit.cpp:119): trace mess
    age: Setting static property map
    Thu Sep 18 10:59:05 2008 913548 1 (wireobinit.cpp:126): trace mess
    age: CWireObject::InitializeStaticPropertyMap() - reference count: 1
    Thu Sep 18 10:59:05 2008 913548 1 Log: level=3 cat=1 msg=35100 p=C
    entral Management Server started
    Thu Sep 18 10:59:05 2008 913548 1 trace message: SIServerControlle
    r::run: Before initialize
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:416): trace messag
    e: SUNIXDaemon::init: starting
    Thu Sep 18 10:59:05 2008 913548 1 trace message: SUNIXDaemon::init
    : redirecting stdio to /dev/null
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:209): trace messag
    e: installing fg terminiation handler
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:220): trace messag
    e: installing abnormal sys handler
    Thu Sep 18 10:59:05 2008 913548 1 (sidaemon.cpp:506): trace messag
    e: SUNIXDaemon::init: finished
    Thu Sep 18 10:59:12 2008 913548 1 trace message: GetClockSequenceU
    pdater: Getting clock sequence updater
    Thu Sep 18 10:59:13 2008 913548 1 trace message: SSimpleBuffer::lo
    adFromFile: calling mmap(): fileName[/opt/BO/boxir2/bobje/enterprise115/aix_rs60
    00/sqlrule.llr], lFileLength47132, fd10
    Thu Sep 18 10:59:13 2008 913548 1 trace message: SSimpleBuffer::lo
    adFromFile: calling mmap(): fileName[/opt/BO/boxir2/bobje/enterprise115/aix_rs60
    00/sqlrule.dfa], lFileLength26824, fd10
    Thu Sep 18 10:59:14 2008 913548 1 trace message: Loading: database
    subsystem: db2databasesubsystem
    This is exactly the same as a normal manual startup of the CMS server except it dies at the loading of the db2databasesubsystem section.
    Business Objects is patched to Fix Pack 3.6 and is clustered in a HACMP environment. It is a requirement that when the DB2 database fails, shortly after restarting it can automatically start the Business Objects services remotely.
    SSH will work if the command is entered manually from within a secured session, but it is only when automated that the failure occurs. Does anyone have an idea on why this is happening and whether it is in fact possible ?

    we're going to run into deep offtopic if we continue that line ))
    But I believe there is a big push to get the forum format actualy working this time.

  • Need to install oracle10g in windows7 using silent mode

    Dear All,
    I need to install oracle10g in windows7 using silent mode.Please provide steps to install in windows.
    Thank you in advance,
    Regards,
    DB.

    The only version of "10g" certified on Win 7 Professional or higher (Home versions are not supported) is 10.2.0.5
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#CIHCFAGA
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#BABEBBJF
    10.2.0.5 is only available from My Oracle Support (https://support.oracle.com), access to which requires a paid support contract with Oracle.
    Silent install process is documented - http://docs.oracle.com/cd/B19306_01/install.102/b14316/advance.htm
    HTH
    Srini

  • Problem while starting managed server using nodemanager

    Hi everyone,
    I am using WLST of Weblogic server 10.3, to automate the creation of domain, managed servers,JDBC,JMS resources etc.. and trying to start the managed servers using node manager. I have an environment which contains few domains. All the domains are using machine named "X".
    Now, i am creating the same machine in my domain WLSTDomain. I have the following doubts.
    Is there a way to check whether the nodemanager(of X) is already running.
    If there is a way to check that, how can we start the managed servers in WLSTDomain using that existing nodemanager.

    1. yes you can check if the nodemanage is running using the following ways.
    For linux env:-
    a. Check if the JAVA process for nodemanager is running ps -ef | grep java and see the nodemanager process else /usr/sbin/lsof -i:$port (port of nodemanager).
    b. Login to Admin Console --> Environment --> Machines --> Click on Machines --> Nodemanager --> Monitoring will give you nodemanager status from Admin console.
    c. use nm() command with WLST
    Example:
    wls:/mydomain/serverConfig> nm()
    Currently connected to Node Manager that is monitoring the domain "mydomain"
    wls:/mydomain/serverConfig> nm()
    Not connected to any Node Manager
    wls:/mydomain/serverConfig>
    To see if WLST connects to nodemanager or not?
    help('nmLog') --> to check the nm logs
    2. To start the nodemanager using WLST here are the commands
    Example:
    For single managed Server
    wls:/mydomain/serverConfig> start('myserver', 'Server', block='false')
    Starting server 'myserver' ...
    The server 'myserver' started successfully.
    wls:/mydomain/serverConfig>
    For Cluster
    wls:/mydomain/serverConfig> start('mycluster', 'Cluster')
    Starting the following servers in Cluster, mycluster: MS1, MS2, MS3...
    All servers in the cluster mycluster are started successfully.
    wls:/mydomain/serverConfig>

Maybe you are looking for

  • How can I open and print a unix E....le file

    how can I open and print a unix E...le file

  • What USB storage devices have a block size of 512 bytes?

    After pulling my hair out for weeks trying to get a usb hard drive to work with my new AirPort Extreme (802.11n), I ran across this http://docs.info.apple.com/article.html?artnum=305038 AirPort Extreme (802.11n): USB storage device supported formats

  • User exits for crosschecking from EBAN,ESLL, ESUH @ runtime

    Hi all @ SDN forums, question: i have to find an user exit to introduce a new check that has to be executed during the creation of a purchase request (me51n). The task must evaluate the data inserted so far in the request doing a check that involves

  • SQL tune for temp table

    I am executing a query for which there is a system temp table is used, How could i tune for better execution? Please see the execution plan below | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time | | 0 | SELECT STATEMENT | | 25 | 2650 | 83 (

  • How to Bootcamp on a dual leopard/snow leopard partition

    Is it possible to install Win7 on a Hardrive that already has a dual booting mac set-up. Currently the Hard Drive has leopard and snow leopard on it. Bootcamp states that I must only have one partition for it to proceed.