Restart adminserver from a remote node?

Greetings,
Is there a command to restart ( not stop / start ) admin server from a remote node using nodemanager?
thanks
Seetharaman

Hi Seetharaman,
I don't think so you can restart the admin server using nodemanager without stop and start as there is no dedicated command for it. The commands with Node Manager Commands can be seen below.
Topic: Node Manager Commands
http://download.oracle.com/docs/cd/E13222_01/wls/docs90/config_scripting/reference.html#1030876
Regards,
Ravish Mody

Similar Messages

  • Error starting observer from remote node

    Hello all.
    I have a two nodes Veritas (not important) cluster with Data Guard. I don't have shared drives, I know!
    Now, I had configured an observer in one of the nodes which was working fine but for obvious reasons, I tried to move it to a third node.
    This is the error I'm getting and I have no idea how to solve it out. What surprises me is that the wrong "parameter" is not shown even in Metalink.
    {code}
    DGMGRL> connect sys@primary
    Password:
    Connected.
    DGMGRL> show configuration
    Configuration - testing-replication
      Protection Mode: MaxAvailability
      Databases:
        primary - Primary database
          Warning: ORA-16819: fast-start failover observer not started
        standby - (*) Physical standby database
          Warning: ORA-16819: fast-start failover observer not started
    Fast-Start Failover: ENABLED
    Configuration Status:
    WARNING
    DGMGRL> start observer;
    Corrupted document
    <FAST_START_FAILOVER  enabled="yes" MIV="24" OBID="553124169" threshold="15" obsv_recn="0" auto-reinstate="yes"><PRIMARY  name="primary">primary</PRIMARY><STANDBY  name="standby">standby</STANDBY></FAST_START_FAILOVER>
    Error: LPX-00106: Warning: attribute "obsv_recn" of element "FAST_START_FAILOVER" is undefined
    Error: ORA-16591: unknown field "obsv_recn" in document
    Error: ORA-16593: XML conversion failed
    Failed.
    {code}
    Thanks for any help you can give me.
    Alex.

    Hmm. Well, I don't see how would that help. It's the same command I'm running but in silent mode. The result is the same.
    What bothers me is the message:
    Error: ORA-16591: unknown field "obsv_recn" in document
    I couldn't find anything related to that field/parameter on the web. Also, what's the "document" is referring too? fsfo.dat?  In that case, is blank in my case.
    Again, I've set this up on another server (one of the nodes where the databases resides) and created the configuration "create configuration" and "enable configuration" from there, but not here.
    Do I have to remove the configuration and start all over again from this third node?
    Thanks,
    Alex.

  • Obiee11.1.1.3 installation fails at step 11 at Restarting AdminServer

    Fails at step 11 at Restarting AdminServer that comes after Deploying BI JEE applications & before Provisioning Core Security Artifacts.
    on 2003 server sp2
    4Gig ram
    11g r2 db
    Error from log:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    progress in calculate progress2
    Executing Task: Restarting AdminServer
      AdminServer port is 7001
      trying to connect to epmobiee 7001
      Successful
      getDomainRuntimeMBeanServerConnection ...
      Connecting to Domain runtime ...
      trying to connect to epmobiee 7001
      Successfully connected to the Domain Runtime ...
      trying to connect to epmobiee 7001
      Successful
      MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@15e45b9
    Stopping AdminServer
      Stopping the domain ...
      ASDomain.getMBeanServerConnection ...
      ASDomain.getMBeanServerConnection ...
    SVR_GRP =
    Stopping Weblogic Server...
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    Exception in thread "Main Thread" java.lang.NullPointerException
         at java.util.zip.Inflater.ensureOpen(Inflater.java:335)
         at java.util.zip.Inflater.inflateBytes(Inflater.java:349)
         at java.util.zip.Inflater.inflate(Inflater.java:218)
         at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:135)
         at java.io.DataInputStream.readFully(DataInputStream.java:178)
         at java.util.jar.JarFile.hasClassPathAttribute(JarFile.java:465)
         at java.util.jar.JavaUtilJarAccessImpl.jarFileHasClassPathAttribute(JavaUtilJarAccessImpl.java:15)
         at sun.misc.URLClassPath$JarLoader.getClassPath(URLClassPath.java:899)
         at sun.misc.URLClassPath.getLoader(URLClassPath.java:300)
         at sun.misc.URLClassPath.getResource(URLClassPath.java:167)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:192)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: weblogic.WLST.  Program will exit.
    Done
    Stopping Derby Server...
    java.lang.Exception: AdminServer not Stopped.
         at oracle.as.provisioning.weblogic.ASDomain.stopDomain(ASDomain.java:3299)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:823)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:484)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainRestartTask.doExecute(DomainRestartTask.java:36)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:79)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:110)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainRestartTask.doExecute(DomainRestartTask.java:36)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:79)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:110)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while setting control flag {0}.
    Cause:
    An internal operation has failed: AdminServer not Stopped.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.stopDomain(ASDomain.java:3320)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:823)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:484)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 14 more
    Caused by: java.lang.Exception: AdminServer not Stopped.
         at oracle.as.provisioning.weblogic.ASDomain.stopDomain(ASDomain.java:3299)
         ... 17 more
      AdminServer port is 7001
      trying to connect to epmobiee 7001
      Successful
      getDomainRuntimeMBeanServerConnection ...
      Connecting to Domain runtime ...
      trying to connect to epmobiee 7001
      Successfully connected to the Domain Runtime ...
      trying to connect to epmobiee 7001
      Successful
      MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@1131db5
    Stopping AdminServer
      Stopping the domain ...
      ASDomain.getMBeanServerConnection ...
      ASDomain.getMBeanServerConnection ...
    SVR_GRP =
    Stopping Weblogic Server...
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    [ERROR][memory ] Failed to create bitset (33554432/67108864 bits).
    [ERROR] Bitset setup failed
    JRockit aborted: Out of memory during VM bootstap (69)
    Done
    Stopping Derby Server...

    Hi,
    We are also receiving the same error in starting Admin server on the BI server. Please advise on this issue.

  • Software only install- Failing at the "Restarting AdminServer"

    The problem is with software only install. At the final step of execution of config.exe, it waits for a long time at the "Restarting Adminserver" and then fails with the message of timeout.
    D:/OracleBI_116/Oracle_BI1/common/templates/applications/oracle.bi_template_11.1.1.jar
    CLASSPATH=D:\ORACLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;D:\ORACLE~1\WLSERV~1.1\server\lib\weblogic_sp.jar;D:\ORACLE~1\WLSERV~1.1\server\lib\weblogic.jar;D:\ORACLE~1\modules\features\weblogic.server.modules_12.1.1.0.jar;D:\ORACLE~1\WLSERV~1.1\server\lib\webservices.jar;D:\ORACLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\ORACLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;D:\ORACLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;D:\ORACLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;D:\ORACLE~1\utils\config\10.3\config-launch.jar;D:\ORACLE~1\WLSERV~1.1\common\derby\lib\derbynet.jar;D:\ORACLE~1\WLSERV~1.1\common\derby\lib\derbyclient.jar;D:\ORACLE~1\WLSERV~1.1\common\derby\lib\derbytools.jar;;
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    progress in calculate progress2
    Executing Task: Restarting AdminServer
    AdminServer port is 7001
    trying to connect to WUPWA02A0450 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to WUPWA02A0450 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to WUPWA02A0450 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@4256d3a0
    Stopping AdminServer
    Stopping the domain ...
    ASDomain.getMBeanServerConnection ...
    ASDomain.getMBeanServerConnection ...
    SVR_GRP =
    Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://WUPWA02A0450:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'bifoundation_domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Shutting down the server AdminServer with force=false while connected to AdminServer ...
    WLST lost connection to the WebLogic Server that you were
    connected to, this may happen if the server was shutdown or
    partitioned. You will have to re-connect to the server once the
    server is available.
    Disconnected from weblogic server: AdminServer
    Disconnected from weblogic server:
    Exiting WebLogic Scripting Tool.
    Done
    Stopping Derby Server...
    Starting AdminServer
    Starting the domain ...
    LOADING DLL : D:\OracleBI_116\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loading DLL : D:\OracleBI_116\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loaded DLL : D:\OracleBI_116\Oracle_BI1\install\config\\StartUtil64.dll
    In doCancel method ...
    Yes option....
    outputFile:C:\Program Files\Oracle\Inventory\logs\installProfile2012-04-26_10-33-02AM.log
    in writeProfile method..
    [ENGINE] Adding C:\Users\X49109~1.AD-\AppData\Local\Temp\OraInstall2012-04-26_10-33-02AM for deletion.

    The problem is with software only install. At the final step of execution of config.exe, it waits for a long time at the "Restarting Adminserver" and then fails with the message of timeout.
    D:/OracleBI_116/Oracle_BI1/common/templates/applications/oracle.bi_template_11.1.1.jar
    CLASSPATH=D:\ORACLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\PROGRA~1\Java\JDK17~1.0_0\lib\tools.jar;D:\ORACLE~1\WLSERV~1.1\server\lib\weblogic_sp.jar;D:\ORACLE~1\WLSERV~1.1\server\lib\weblogic.jar;D:\ORACLE~1\modules\features\weblogic.server.modules_12.1.1.0.jar;D:\ORACLE~1\WLSERV~1.1\server\lib\webservices.jar;D:\ORACLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\ORACLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;D:\ORACLE~1\ORACLE~1/modules/oracle.jrf_11.1.1/jrf-wlstman.jar;D:\ORACLE~1\ORACLE~1\common\wlst\lib\ADF-SH~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\lib\ADFSCR~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\lib\mdswlst.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\AUDITW~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\IGFWLS~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\jps-wlst.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\jrf-wlst.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAP_~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OAMAUT~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\ossoiap.jar;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OSSOIA~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\OVDWLS~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\SSLCON~1.JAR;D:\ORACLE~1\ORACLE~1\common\wlst\RESOUR~1\wsm-wlst.jar;D:\ORACLE~1\utils\config\10.3\config-launch.jar;D:\ORACLE~1\WLSERV~1.1\common\derby\lib\derbynet.jar;D:\ORACLE~1\WLSERV~1.1\common\derby\lib\derbyclient.jar;D:\ORACLE~1\WLSERV~1.1\common\derby\lib\derbytools.jar;;
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    progress in calculate progress2
    Executing Task: Restarting AdminServer
    AdminServer port is 7001
    trying to connect to WUPWA02A0450 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to WUPWA02A0450 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to WUPWA02A0450 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@4256d3a0
    Stopping AdminServer
    Stopping the domain ...
    ASDomain.getMBeanServerConnection ...
    ASDomain.getMBeanServerConnection ...
    SVR_GRP =
    Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://WUPWA02A0450:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'bifoundation_domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Shutting down the server AdminServer with force=false while connected to AdminServer ...
    WLST lost connection to the WebLogic Server that you were
    connected to, this may happen if the server was shutdown or
    partitioned. You will have to re-connect to the server once the
    server is available.
    Disconnected from weblogic server: AdminServer
    Disconnected from weblogic server:
    Exiting WebLogic Scripting Tool.
    Done
    Stopping Derby Server...
    Starting AdminServer
    Starting the domain ...
    LOADING DLL : D:\OracleBI_116\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loading DLL : D:\OracleBI_116\Oracle_BI1\install\config\\StartUtil64.dll
    DEBUG : Loaded DLL : D:\OracleBI_116\Oracle_BI1\install\config\\StartUtil64.dll
    In doCancel method ...
    Yes option....
    outputFile:C:\Program Files\Oracle\Inventory\logs\installProfile2012-04-26_10-33-02AM.log
    in writeProfile method..
    [ENGINE] Adding C:\Users\X49109~1.AD-\AppData\Local\Temp\OraInstall2012-04-26_10-33-02AM for deletion.

  • The selected remote nodes 'node3' are not accessible

    Hello,
    I removed node3 from 2 node RAC Cluster.
    After this I have re-add this node to my RAC. I added without any problem to CRS but I have a problem with script addNode.sh (/u01/app/oracle/product/crs/oui/bin).
    I have to separate homes for ORACLE_HOME and ASM_HOME, so I need to run this script twice for each ORACLE_HOME.
    I run addNode.sh from one of the cluster nodes (node1), if I run:
    export ORACLE_HOME=/u01/app/oracle/product/11.1.0/asm
    cd $ORACLE_HOME/oui/bin
    ./addNode.sh -silent CLUSTER_NEW_NODES={node3} CLUSTER_NEW_PRIVATE_NODE_NAMES={node3-priv} CLUSTER_NEW_VIRTUAL_HOSTNAMES={node3-vip}
    I got the following error:
    Performing tests to see whether nodes node2,node3 are available
    ............................................................SEVERE:The selected remote nodes 'node3' are not accessible.
    ... 100% Done.
    I reviewed logs located in /u01/app/oraInventory/logs I found
    Status of node 'node3':
    null
    The virtual host name 'node3-vip' for node 'node3' is already in use.
    I checked crs_stat from $ORA_CRS_HOME, but all applications (ons, gsd, vip) and targets are ONLINE. I tried to run vipca -nodelist node1,node2,node3 and updated a configuration. I checked /etc/hosts, connection via SSH between all hosts belonging to RAC: node1, node1-vip, node1-priv etc. Everything looks like fine, so I have no idea what caused this problem.
    Software which I used:
    Linux: UNL 5.4 x86_64
    11g Release 11.1.0.7.0 - 64bit, Oracle Clusterware
    Thank you for your answer,
    Best Regards,
    Edited by: user4924714 on 2010-02-15 07:50

    Hi,
    Thanks for your reply.
    I am running addNode.sh from node which already exist in the Rac Cluster. I tried on node1, node2 but the resulat are the same.
    Best regards,

  • Getting error when reading xml file from a remote connection

    Hi all,
    I want to read an xml file from a remote connection, not from my local machine.So when i am creating the data server i am giving the host name(that is the ip of the machine where the xml file is located), giving the proper username and password and giving the path of the xml file. When i am testing the connection the error that is coming:- "Connection failed and the xml file could not be created, verify that you have write permission in the directory"...
    but read write and execute permissions have been given on the directory as well as to the file...
    Regards,
    Sourav

    Hi Sutirtha,
    Initially I have started the agent.sh giving the agent name <agent name>and port number 20910 and defined it in the topology manager it is showing that the agent test is succesful. Then I tested a particular Data server against that agent and the test was successful.
    After this we had stopped the agent and restarted it.
    However now suddenly the testing against the remote agent is failing with the following excep:
    java.lang.Exception:
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.pm.s(pm.java)
         at com.sunopsis.graphical.l.pm.g(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.pm.a(pm.java)
         at com.sunopsis.graphical.l.iz.actionPerformed(iz.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog.show(Unknown Source)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at com.sunopsis.graphical.l.pm.q(pm.java)
         at com.sunopsis.graphical.l.pm.<init>(pm.java)
         at com.sunopsis.graphical.frame.b.jh.bx(jh.java)
         at com.sunopsis.graphical.frame.bo.w(bo.java)
         at com.sunopsis.graphical.frame.bo.d(bo.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    PS: do i have to modify any file after or before starting the odi agent
    Thnks and Rgds,
    Sourav
    Edited by: user13263578 on Mar 15, 2011 9:35 PM
    Edited by: user13263578 on Mar 15, 2011 9:48 PM

  • Want to keep the data on one node and allow remote nodes to read it?

    by default, we have a distributed cache with backupcount=1 and data is kept over all the members in equal parts
    is there a way to do set it another way: i need only one 'main' node to put entries into the cache and keep them locally, while remote nodes can only read entries? the reason for that - i want to update the entries on the main node quite frequently (do not them travel anywhere over the network) - while remote read operations are infrequent. Also, Iwant the whole dataset survive the shutdown of any secondary node. In other words, I need 'all eggs in one backet' with remote read access.

    Andrey -
    Provided the 'remote/secondary' nodes are within the local area network, you could use a dedicated distributed cache service; storage enabled
    on the 'main' node and storage disabled on the 'secondary' nodes. Access from outside the LAN will require configuring a proxy service on the
    'main' node and 'secondary' node access over Coherence*Extend.
    /Mark

  • Integration Broker - PTool 8.50 - Pinging remote node errors out

    Hi! I am trying to configure default local nodes on HCM 9.1 and FSCM 9.1, both systems have PeopleTools 8.50.
    HCM 9.1 is installed on Windows 7 Home Premium. DB is Oracle 10g
    FSCM 9.1 is installed on Windows 2003 server. DB is Oracle 10g
    Problem:
    =====
    When I ping remote node from HCM 9.1 it displayes the following message
    “PeopleSoftTargetConnector - The application server is down (or not responding). Check AppServer URL.”
    When I ping the remote node from FSCM 9.1 then I get the following message:
    “PSFT Authentication token failed for Node PSFT_HR. (158,454)”
    Setup Details:
    =========
    Here are steps I followed on both systems:
    FSCM 9.1. side :
    =========
    1.Defined local gateway. http://<My-Machine B>:/PSIGW/PeopleSoftListeningConnector When I ping it from Gateway page, it shows it is active.
    2.Renamed default node PSFT_EP to PSFT_TRN. Before renaming ran the appmsgpurgeall.dms script from <PS_HOME>\scripts\ to make sure there are no references to PSFT_EP in runtime tables. This is PS supplied dms script and they recommend to run this script before renaming any node (It should be done at the initial setup time).
    3.On the Node page, PSFT_TRN node is defined as default node. Specified the default user Id as ‘PTINT’ the common User id created by cloning ‘VP1’. On the ‘Connectors’ tab Gateway ID is ‘LOCAL’ and connector id is ‘PSFTTARGET’. From the ‘Connectors’ tab Pinged the PSFT_TRN node and it was pinged successfully.
    4.On Gateway Properties page, defined "APP Server URL" as ‘<Machine Name B>:9000, user Id/pwd as ‘PTINT’ and tool release as ‘8.50’.
    5.Defined PSFT_TRN node, with APP Server URL as ‘<Machine Name B>:9000, user Id/pwd as ‘PTINT’ and tool release as ‘8.50’. When I ping this node, it is pinged successfully.
    6.Inserted another node PSFT_HR, with APP Server URL as ‘<Machine Name A>:9000, user Id/pwd as ‘PTINT’ and tool release as ‘8.50’. When I ping PSFT_HR node from this page I get the following error:
    “PSFT Authentication token failed for Node PSFT_HR. (158,454)”
    HCM 9.1. side:
    =========
    1.Defined local gateway. http://<My-Machine A>:/PSIGW/PeopleSoftListeningConnector. When I ping it from Gateway page, it shows it is active.
    2.On the Node page made sure ‘PSFT_HR’ node is default and active. Specified the default user Id as ‘PTINT’ the common User id created by cloning ‘PS’. On the ‘Connectors’ tab Gateway ID is ‘LOCAL’ and connector id is ‘PSFTTARGET’. From the ‘Connectors’ tab clicked on ‘Ping Node’ button for PSFT_HR node and it was pinged successfully.
    3.On Gateway Properties page, defined "APP Server URL" as '<Machine Name A>:9000', user Id/pwd as ‘PTINT’ and tool release as ‘8.50’.
    4.Defined PSFT_TRN node, with "APP Server URL" as ‘<Machine Name B>:9000', user Id/pwd as ‘PTINT’ and tool release as ‘8.50’. When I ping this node, the following message is displayed:
    “PeopleSoftTargetConnector - The application server is down (or not responding). Check AppServer URL.”
    Basically, I am unable to ping remote node on both systems. Local node ping successfully on both systems.
    Has any one encountered similar problem and found a solution?
    Thanks
    Raj
    Edited by: 865522 on Jun 13, 2011 2:18 PM

    Yes, I could ping both machines from each other.
    Here is the host file contents from Windows 7:
    127.0.0.1 localhost
    ::1 localhost
    127.0.0.1 activate.adobe.com
    192.168.1.106 RAJ-PC
    Here is from Window 2003 server:
    127.0.0.1 localhost
    192.168.1.100 saroja
    Both nodes are listed under PeopleTools>Security Objects> Single Signon
    Both nodes are secured with userid/pwd on Node page.
    One of my machine had fire wall on, so I swtiched the fire wall off. Now machine A can ping both nodes but machine B can ping only local node. Pinging remote node displays "User name not defined in database".
    Raj
    Edited by: Raj on Jun 13, 2011 11:37 PM

  • OAS 4.0.8.1 Administration from a remote location

    We have installed OAS 4.0.8.1 on NT and it is functioning.
    I am able to access this from a remote place and get a static web page. I don't have a registered domain name
    Can I go into Node manager (OAS Manager) from a remote location (through Internet) and manager the server.
    null

    I increased the severity level for logging to 15 for the Cartridge configuration
    in the OASManager.
    It says init method did not return. For my init method I have that following :
    public void init(ServletConfig config) throws ServletException
    super.init(config) ;
    All the above was generated by the Servlet Wizard.
    Below if the level 15 trace information :
    OWS-10911: Throwing exception for reason: wrkwExecute: Exec callback returned WRB_ERROR `
    OWS-10833: Cartridge HelloServlet/HelloCart init runtime callback did not return WRB_DONE `
    OWS-10911: Throwing exception for reason: wrkwfInit:Error in wrkwfInit `
    OWS-10911: Throwing exception for reason: wrkwfStartOrig:Error at creation time `
    OWS-10911: Throwing exception for reason: wrkwfStart: Cartridge Instance factory creation failed. `
    OWS-10803: Cartridge instance factory for HelloServlet/HelloCart not intialized `
    OWS-10911: Throwing exception for reason: No Carrtridge Instance Factories Initialized Properly `
    OWS-10821: Application HelloServlet failed to deregister with the name server `
    OWS-10850: Cartridge Server HelloServlet received exception IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering
    Can anyone advise why and what needs to be
    done to fix this ??
    Please help.
    Thanks,

  • How to asmcmd cp non ASM files to ASM on a remote node

    We have a 8TB database, RDBMS 11,1. on Solaris 10, non ASM. Need to copy the 1290 files to remote node of AIX ASM to prepare for a upgrading to 11.2.0.2.
    We tried to use asmcmd cp to copy the files directly from non ASM too ASM remotely, but did not work.
    $ asmcmd cp -ifr [email protected]:/oradata/prdsdev/datafiles/dev_4.dbf +PRDSU_DATA/PRDSU/TEMPFILE/dev_4.dbf
    Enter password: ********
    Argument "normal" isn't numeric in numeric ge (>=) at /optware/oracle/11.2.0.2/grid/lib/asmcmdshare.pm line 1676.
    errors
    ORA-01031: insufficient privileges (DBD ERROR: OCISessionBegin)
    We were using the user fttr. Do we need to login as SYSASM, do we need to go through OS auth, any other privilege required. What instance do we need to login, regular database that is using the data files, or ASM instance is goin g to manage the files.
    Thanks in advance

    1. my previous question is if asmcmd cp can accomplish the task.
    2. RMAN COPY, as I know, will either copy non asm files to ASM files locally, or copy files asm to asm across nodes. which means that we have to do two steps, rather copy the non asm files to a node of asm directly.

  • Restart Adminserver in OBIEE 11g

    I created new Security Realm and wanted to migrate users and groups from myrealm to Newrealm which I created.
    But its showing that Adminserver needs to be retarded to apply changes. How can I restart Adminserver by Console.
    Thanks in Advance

    Hi,
    Go to Weblogic Console ---> Home --> servers---> Summary of Servers---> Control --->here u can select Admin server check box restart it
    also u can run it via CMD prompt --->
    opmnctl startall
    Thanks
    Deva

  • Unabe to ping Remote Node

    Hi:
    I have PS FMS 9.0 and PS HRMS 9.0 IBs (both PT 8.49.18) configured for SSO and messaging. I am able to ping remote node - PSFT_EP from HRMS environment but unable to ping remote node - PSFT_HR from FMS environment. I have performed the steps mentioned in the following thread:
    Re: PeopleSoft Integration Broker from FSCM9 [PT8.48] to CRM9 [PT8.49]
    But still I get the following message in app server log file:
    PeopleSoft Token authentication failed: token has expired: VP1@JavaClient
    Any suggestions?
    Thanks,
    Sameer.

    Is your gateway configured on SSL?
    If its the default value on both the sides is same you could try the following:
    1> Ensure the time zone diff (*IF ANY*) b/w the web n App server of the HR & FMS is catered for.
    2> Try increasing the log fence to 5 on both the sides and ping the nodes to capture the Auth Token value.

  • Workflow Restart Error from transaction SWPR

    Hi workflow Gurus,
    I am facing problem restarting workflow from transaction SWPR. Instead of restarting workflow I am getting an error message as “unable to start subflow (ID: XYZ, node: abc)”.
    How can I restart the workflow?
    Regards,
    Abhishek.

    The problem wad caused by mistake in workflow template WS75100021. After task 'Create test log' there is a loop. The end condition of the loop is 'test log is Submitted or Validated'. But the test log can have also status 'Closed' (The tester created the test log and close it immediately). It cause endless loop.
    You can proceed following manual steps.
    1. Go to transaction SWDD (Workflow Builder).
    2. Open workflow template WS75100021.
    3. Open loop number 000177
    4. Change the condition this way
    &FOPC_CASEL.STATUS& = IFO09 or
    &FOPC_CASEL.STATUS& = IFO10 or
    &FOPC_CASEL.STATUS& = IFO07
    5. Activate the workflow template
    if it helpful rewards points are appreciated

  • SSH User equivalence is not set up on the remote nodes

    I'm getting the above message when trying to push deploy a Linux agent 10.2.0.2 from an OEM.
    I have run the sshUserSetupNT.sh succesfully - I believe there were no error messages being returned.
    I can cygwin ssh to connect successfully to the linux box and issue commands without providing a password.
    - and I've run the failing command from the log below successfully from a command prompt. (changed it to run date)
    C:/cygwin/bin/ssh.exe -o FallBackToRsh=no -o PasswordAuthentication=no -o StrictHostKeyChecking=yes -l oraoem centos5 /bin/sh -c '/bin/date '
    I appears to be complaining about an RSA key - but how can that be when I can connect from a command prompt succesfully.
    Any suggestions!
    snip from deployment logfile
    =======================================================================
    Performing check for CheckSSHEquivalence
    Does SSH equivalence exist with the remote nodes
    Setting username to oraoem
    Setting FallbackToRSH to false
    Setting REMOTE_PATH_PROPERTIES_LOC to D:\OracleHomes\oms10g\/sysman/agent_download/10.2.0.2.0/linux/agentdeploy
    C:\WINDOWS\system32\ping.exe#centos5#-n#5#-w#5000
    C:\WINDOWS\system32\ping.exe centos5 -n 5 -w 5000
    Exitcode of the remote command [rnode centos5]: 0
    Errstream [rnode centos5]:
    CommandResult status [rnode centos5]: true
    C:/cygwin/bin/ssh.exe#-o#FallBackToRsh=no#-o#PasswordAuthentication=no#-o#StrictHostKeyChecking=yes#-l#oraoem#centos5#/bin/sh#-c#'/bin/true '
    C:/cygwin/bin/ssh.exe -o FallBackToRsh=no -o PasswordAuthentication=no -o StrictHostKeyChecking=yes -l oraoem centos5 /bin/sh -c '/bin/true '
    Exitcode of the remote command [rnode centos5]: 255
    Errstream [rnode centos5]: No RSA host key is known for centos5 and you have requested strict checking.
    Host key verification failed.
    CommandResult status [rnode centos5]: false
    Expected result: centos5
    Actual Result: Problem: 'PROV-16018: The command C:/cygwin/bin/ssh.exe failed.'
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: SSH equivalence check has failed
    Recommendation: Setup SSH equivalence with the remote hosts and retry

    Reboot the box and try again.

  • Installing RAC Problem: Oracle Clusterware 10g is present on remote node

    Folks,
    Hello.
    I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer.
    I have been installing Grid Infrastructure using runInstaller in the first VM rac1 from step 1 to step 9 of 10.
    On the step 9 of 10 in the Wizard, accidentally, I touch the Mouse, and the Wizard is gone.
    The directory for installing Grid in the 2 VMs is the same: /u01
    In order to make sure everything is correct, I delete entire directory /u01 in the 2 VMs and install Grid in rac1 again.
    But get the error message as follows:
    [INS-40915] The Installer has detected the presence of Oracle Clusterware 10g on the remote node rac2.localdomain.
    Cause: Oracle Clusterware 10g is present on remote node rac2.localdomain but not on the local node.
    Action: To upgrade the Oracle Clusterware 10g Installation to this release, run Installer on a node where Oracle Clusterware 10 installation is located. To create a new cluster, choose a set of nodes that are not part of an existing cluster.
    Regarding the above error message, I do not install any Oracle Clusterware 10g in rac2 because it's the first time when I install Grid using rac1 and rac2.
    My question is:
    Do any folk understand how to remove something in rac2 to solve the above issue so that I can install Grid again ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    The tutorial http://docs.oracle.com/cd/E11882_01/install.112/e22489/rem_orcl.htm#CBHEFHAC is about the regular procedure to deinstall Grid Clusterware and Database.
    I have just installed Grid and have not installed the Database. I have removed ORACLE HOME /u01 completely in both VMs. There is no way to follow the regular procedure to deinstall at this time.
    I do not install any Oracle Clusterware 10g in the VM rac2 because it's the first time when I install Grid using VM rac1 and rac2.
    When install Grid again. I get the error message:
    "[INS-40915] The Installer has detected the presence of Oracle Clusterware 10g on the remote node rac2.localdomain."
    This is strange! It seems that we need to remove some files in the VM rac2 like /etc/oracle that I am not sure.
    My questions are:
    First, where is 10g directory to remove ?
    Second, what files left on the system to clean up ?
    Third, what does " Follow 239998.1" means regarding asanqa's replying to me ?
    Thanks.

Maybe you are looking for

  • Bootcamp and WIndows 7 doesn't work

    Hi, well I'm kinda freaking out. Since I installed a SSD myself into my Imac 21,5 inch, I had to replace the optical drive with the SSD. So now I had the prblem that I wasn't able to install Win 7 via Bootcamp since it doesn't support external DVD-Dr

  • Problem moving folders with Lightroom 4.4 on Mac OS 10.7.5

    I am trying to move a folder of recently edited files from my desktop to an external drive where I keep all my processed files using Lightroom but I keep getting a message that the folder can not be moved. If I try to create a new folder on the exter

  • Error when executing APD-Job cancelled after system exception ERROR_MESSAGE

    Hi, We have a process chain which executes a APD using an ABAP program RSAN_PROCESS_EXECUTE. It was executing successfully until few days back but now a days frequently once in 3 days roughly it is getting cancelled during execution of ABAP Program w

  • UWC Login problem from explorer

    Dear All I am having funny problem with UWC, if I try to login to uwc via windows explorer with correct username and password repeatedly I receiving login page and uwc leave some errors in regards of SSO, but if I use the firefox, I can login to UWC

  • Execute immediate a sql block of istructions

    Hello, i need to to do something like this: execute immediate par; where par is a big file stored in a table that is simply a pl/sql script like this comment on table SOMETABLE.COLUMN is 'this' ; comment on table SOMETABLE.COLUMN2 is 'this' ; and so