Services running in one server is failing in other server

We have two BPEL installations. Once is for development and the other is for staging.
10.1.3.3.1 is their installed version. Services developed for dev installation is not working in staging. DBAdaptors are failing in the staging server. An extra namespace is getting added to the dbadaptor response in the staging server which was not coming for the dev server..
Here is the dbadaptors response from dev server.
<transactionResponse>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="OutputParameters">
<OutputParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/SP_BUSINESS_LAYER_DB/SP_TRANSACTION_LOGGER/">
<OUT_ID>4548</OUT_ID>
</OutputParameters>
</part>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">[]
</part>
</transactionResponse
Here is the dbadaptor's response from staging server.
<transactionResponse>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="OutputParameters">
<db:OutputParameters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/SP_BUSINESS_LAYER_DB/SP_TRANSACTION_LOGGER/">
<OUT_ID>4552</OUT_ID>
</db:OutputParameters>
</part>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="response-headers">
</part>
</transactionResponse
Can some one help me to fix this.
Thx
Krishna Chowdary

Did you look up the error in the Error Messages documentation ?
01779, 00000, "cannot modify a column which maps to a non key-preserved table"
// *Cause: An attempt was made to insert or update columns of a join view which
//         map to a non-key-preserved table.
// *Action: Modify the underlying base tables directly.Apparently, your "query" is a DML statement that is attempting to update a view that is a join of two tables.
Hemant K Chitale

Similar Messages

  • Query running in one env and failing in other due to ORA-01779

    Hello All,
    I am running a query in one environment and it runs fine and when I try to run into other environment then it gives me a
    ORA-01779: cannot modify a column which maps to a non key-preserved table
    I am not sure where I am doing wrong. What can be the possible reasons for that?
    Thanks
    Lee

    Did you look up the error in the Error Messages documentation ?
    01779, 00000, "cannot modify a column which maps to a non key-preserved table"
    // *Cause: An attempt was made to insert or update columns of a join view which
    //         map to a non-key-preserved table.
    // *Action: Modify the underlying base tables directly.Apparently, your "query" is a DML statement that is attempting to update a view that is a join of two tables.
    Hemant K Chitale

  • Query running fine in one environment but failing in other environment

    Hi,
    I have a query which i am trying to execute in two different environments.
    Test :- Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Prod:- Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Now query executes finely in one environment and fails in other environment.
    It gives following error.
    ORA-01861: literal does not match format string
    01861. 00000 - "literal does not match format string"
    The query is too long and contains CHAR-DATE and DATE-CHAR conversions.
    The same query works fine on TEST environment and and fails on PROD environment.
    Any help related to it would be appreciated.
    Thanks,
    Mahesh

    MaheshGx wrote:
    Hi,
    I have a query which i am trying to execute in two different environments.
    Test :- Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Prod:- Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Now query executes finely in one environment and fails in other environment.
    It gives following error.
    ORA-01861: literal does not match format string
    01861. 00000 - "literal does not match format string"
    The query is too long and contains CHAR-DATE and DATE-CHAR conversions.
    The same query works fine on TEST environment and and fails on PROD environment.
    Any help related to it would be appreciated.
    Thanks,
    MaheshThat's called a bug. One caused by the person who developed the code. They relied on implicit conversion between strings and dates when
    production quality code will always use to_char and to_date functions with a format mask.

  • BPEL server connection failed in Integration Server connect

    I am creating an 'Integration server' in the JDeveloper.
    After furnishing the details (App server name, Host, Port) on testing the connection it gets failed for BPEL process manager server:
    Application Server: OK
    BPEL Process Manager Server: FAILED
    ESB Server: OK
    The BPEL identity service failed to start because of the error: java.io.FileNotFoundException:http://hostname:8888/integration/services/testconnection/BPELConnection
    Any ideas?
    thanks in advance.
    Bin

    Hi Françoise,
    I think Application Server Test uses OPMN Port and for testing BPEL and ESB HTTP port is used.
    Do you use default 8888 HTTP Port Number? When you create a Integration Server Connection it is default value, but maybe you have installed Oracle Application Server on another http port.
    Regards,
    J

  • Need to create service order in one system with SO from other sys

    Hi,
    i need to create a DTO program to copy service order from one system to other system. Both systems are SAP systems.
    My requirement is to create service order with same number as it was in the existing system.
    Service order type : SM03
    Now standard SAP automatically create a service order of type SM03 when i add repair qty within the repair tab of IRPA line within a RAS order.
    Can you please let me know if there is a way by which i can change the service order number while creating it from a RAS order??
    Thanks,
    Willban

    Hi!
    In the customizing, you have to set its numbering to
    external in the receiver system for the SM03 order type. And of course you have to set its range the same, as in the sender system. 
    It's working fine here.
    Regards
    Tamá

  • Install. of obi11g on one server using weblogic from other server

    Hi All,
    I have installed Web logic on one server and i have to install OBIEE11g on other server using the same weblogic server.
    Is it feasible and if yes please let me know how?
    I have to install OBIEE11g on Linux 64 bit.
    Web logic is installed on windows machine
    Thanks a lot in advance...

    Hi,
    This should be possible. You must do software only install to avoid weblogic being installed again on your linux machine. After doing the installation you should point obiee to use the weblogic installed on your windows server.
    Thanks,
    -Amith.

  • Server behaviors which require other server behaviors

    I have a server behavior which initializes my CMS, and it is
    required by all the other server behaviors I've created for the
    CMS. I can use getServerBehaviors() to detect that the
    initialization is missing, but when I try to add it on-the-fly by
    calling popupServerBehavior() I get an error that I can't add a
    server behavior at that time. Is there a way I can effectively have
    one server behavior install another required behavior?
    Thanks!

    "zymsys" <[email protected]> wrote in
    message
    news:fiv3b8$sbv$[email protected]..
    > I have a server behavior which initializes my CMS, and
    it is required by
    > all
    > the other server behaviors I've created for the CMS. I
    can use
    > getServerBehaviors() to detect that the initialization
    is missing, but
    > when I
    > try to add it on-the-fly by calling
    popupServerBehavior() I get an error
    > that I
    > can't add a server behavior at that time. Is there a way
    I can
    > effectively
    > have one server behavior install another required
    behavior?
    >
    > Thanks!
    Just add the participants from the other serverbehavior with
    partType="member".
    For example: all database serverbehaviors include the
    connection Include
    <groupParticipant name="Connection_include"
    partType="member" />

  • ANT Deployment issue. works fine in one environment but fails in other

    Hi,
    Ant script is working fine in Dev environment but is failing in the other environment. Somehow the BPEL server is not able to pick the latest deployed process , due to this the dependent BPEL processes are failing. If we restart the server , it moves forward and then fails at the point where it couldn’t find reference to the processes deployed after restart. Restarting the server at every failed interval will deploy all the BPEL processes which is not the solution.
    example : we have BPEL Processes say A, B, C, D and E. A,B are independent processes C is dependent on A, D is independent and E is dependent on D. So I have Ant script to deploy in A,B,C,D,E order. Now I run the Ant Script: It deploys A,B processes and Fails at C saying it couldn't find the process A.wsdl(But A is deployed). So if i restart now it recognizes A and B are deployed so C is also deployed succesfully it also deploys D as it is Independent but fails at E. If i restart the server E is also deployed.
    The Environment is clustered.
    Any suggestion to make my Ant script to run at a go will be highly appreciated
    Thanks
    Krishna

    Hi KrishnaBhaskarla,
    I have something related to ant script, Can you please provide me the steps for deploying applications using ant script.
    Regards
    Kumar

  • Which role do I need DFS or File server on fail over cluster server 2012 R2?

    what I want to achieve is that I want to share all my user data files in a central location and to be highly available all the time whether it's a general share or folder redirection data. BUT I'm a bit confused;  I have fail over cluster  set-up
    on server 2012, now I would like to add DFS as a role but than we have another role called File server and virtually it does the same thing as DFS? Means it creates a namespace share that can be access even one of the nodes goes down. Now I am thinking is
    that DFS does the replication between two physical location but fail over cluster works slightly differently  and with file server it pretty much does the same thing except for replicating data from one drive to another. Now what do you suggest I do or
    did I get the concept wrong like a noob?

    DFS and Failover Clustering for file shares provides a similar end result for file access, but they are significantly different implementations.
    Clustering provides high availability to files by presenting shared access to set a files served from a cluster.  With 2012 R2 Microsoft added the ability to create a Scale-out File Server that even allows all nodes of the cluster to server access to
    the files for a higher level of performance and other great things.  Bottom line with Failover Clusters for files is that there is a single copy of the file presented from the cluster.
    DFS on the other hand provides high availability to files by presenting multiple copies of the file by making a copy in two or more locations and presenting a naming space that allows access to the file through any of the network paths.  DFS works very
    well for files that are primarily read-only.  When you get into a situation where there is a lot of updating of the shared files, DFS is not a very good solution.  There are ways to implement DFS for read/write files, but it generally requires a
    good knowledge of how the files are used and how you want to manage them.
    The key to answering your question comes in your first sentence "I want to share all my user data files in a central location and to be highly available all the time".  My initial reaction to this is that central location means Failover Cluster
    - there is only a single copy of the file.  However, "all the time" can be compromised by network failures to the central site.  Remote sites would not have access if they can't access the central site.  DFS provides the ability to
    have copies remotely, but then if you allow updating at multiple sites, you have to manage the merging of the changes, among other things.
    . : | : . : | : . tim

  • Printing inmediately works in one step but fails in other step of same job

    Hello all,
    I´m defining a job in SM37 with 2 steps which both of them should be printed inmediately. For this reason in each step I define "print out inmediately" in print specifications>properties>time of printing-->print out inmediately. The strange thing is that only works in one step (works means is printed inmediately) but in the other it doesn´t and I get the message SY355 "spool request without inmediate output"
    In Default Tab of user who is running both steps is not marked "output inmediately" but as far as I know it is not needed (that´s the reason we marked the option in the steps of the job).
    I changed the option f time of printing from "print out inmediately" to "print later" and back again to "print out inmediately" but it didn´t work. I deleted the step of the job and recreated again but it didn´t work.
    I have the same job with 2 steps defined in other SAP systems and are working properly (same version but probably different patching). The version of the system is ECC 6.0.
    Any ideas?
    Thanks in advanced,
    Félix

    Hi,
    We dind´t find the reason to this behaviour but we did a workaround: define a third step with program rspo0065 which print spool orders.
    Best regards,
                    Félix
    Edited by: Felix Granados on Dec 16, 2010 1:42 PM

  • Lookup JMS resource from server level failed, but other level will success

    I have a jms resource in websphere the full jndi is
    cell/nodes/sampleNode/servers/sampleServer/jms/foundation/SimpleQueue.TCFIf I use
    Context jndiContext = (Context)jndiInitialContext.lookup("cell/nodes/sampleNode/servers/sampleServer/jms/foundation/SimpleQueue.TCF");No problem
    but if use
    Context jndiContext = (Context)jndiInitialContext.lookup("cell/nodes/sampleNode/servers/sampleServer");
    (TopicConnectionFactory)jndiContext.lookup("jms/foundation/SimpleQueue.TCF");This will fail with exception
    0000000a  W UOW=3-fc00fc-21429626:localhost source=com.ibm.ws.naming.util.Helpers org=IBM prod=WebSphere component=Application Server thread=[P=500142:O=0:CT]
              NMSV0610I: A NamingException is being thrown from a javax.naming.Context implementation. Details follow:
    Context implementation: com.ibm.ws.naming.jndicos.CNContextImpl
    Context method: lookupExt
    Target name: jms/foundation/SimpleQueue.TCF
    Other data: ""
    Exception stack trace: javax.naming.NamingException: Error during resolve [Root exception is org.omg.CORBA.INTERNAL: initial and forwarded IOR inaccessible  vmcid: IBM  minor code: 58C  completed: No]
            at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1939)
            at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1862)
            at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1552)
            at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1354)
            at Main.main(Main.java:98)
    Caused by: org.omg.CORBA.INTERNAL: initial and forwarded IOR inaccessible  vmcid: IBM  minor code: 58C  completed: No
            at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1213)
            at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1320)
            at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1109)Even I change the lookup level to other like
    Context jndiContext = (Context)jndiInitialContext.lookup("cell/nodes/sampleNode/servers");
    (TopicConnectionFactory)jndiContext.lookup("sampleServer/jms/foundation/SimpleQueue.TCF");It will success, only from server level, exception happened.
    Any idea?
    Thank you.

    I haven't tried this before, but I think you need to tell Apache to tunnel t3 and/or iiop explicitly in the config:
    http://e-docs.bea.com/wls/docs103/plugins/apache.html#wp124662
    Which client jar are you using? The thin client or the wlfullclient.jar/weblogic.jar?
    If you read this section of the JMS thin client docs, it discusses how thin client t3 urls are transparently switched to iiop and http urls use iiop tunneling:
    http://e-docs.bea.com/wls/docs103/client/jms_thin_client.html#wp1026979

  • Migrate Server Mail IMAP to other server

    Our Mac (Lion) Server is currently having issues and I'd like to wipe fresh and start again. We currently have IMAP with around 40 mailboxes set up on the server, and I'm wondering how to port the mail accounts and mailbox contents over to the fresh server with the least administrative effort.
    Any ideas?

    if your users and import them into the new server, them all users will retain their GUID.
    All mailboxes are named with the user's GUID.
    On new server, import users. Setup mail service from scratch.
    Copy the GUID mailboxes from old server to new.
    Reset permissions of the mailboxes.
    Its pretty straightforward.
    The key is to keep the same User/GUID list.

  • Hyper-V host fails with "RPC Server unavailable" error when I try to promote Windows Server in virtual machine to a domain controller

    Host: Windows Server 2012 R2 with Hyper-V and RRAS (for Internet over NAT)
    VM: Windows Server 2012 R2 with installed Active Directory Domain Services
    When I open AD DS configuration window (“promote this server to a domain controller”) many services and programs on my host (include Hyper-V, RRAS & Server Manager) fails with RPC Server unavailable error.

    Hello Aleksandr,
    There wasn't any configuration information, ipconfig /all, network setup, etc. So it's difficult to tell.
    More importantly, are you trying to promote the host server? If yes, that is not advised, for one, because it's a Hyper-V server, (not suggested at all), and two, RRAS is installed. RRAS is problematic with any domain controller because it turns it into
    a multihomed domain controller.
    Active Directory communication fails on multihomed domain controllers
    http://support.microsoft.com/kb/272294/
    Multihomed DCs (with more than one unteamed NIC or multiple IPs) with DNS, RRAS, iSCSI, Clustering interfaces, management interfaces, backup interfaces, and/or PPPoE adapters - A multihomed DC is not a recommended configuration, however there are ways to
    configure a DC with registry mods:
    http://blogs.msmvps.com/acefekay/2009/08/17/multihomed-dcs-with-dns-rras-and-or-pppoe-adapters/
    7 Reasons not to Make Hyper-V a Domain Controller
    http://www.altaro.com/hyper-v/reasons-not-to-make-hyper-v-a-domain-controller/
    Domain Controller as Hyper-V host
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/4ff14bec-a815-473b-8d2a-33e91e17197b/domain-controller-as-hyperv-host?forum=winserverhyperv
    Networking?
    I don't know how your networking is setup, whether there are multiple NICs on the host server, if they are teamed, if you have the host interface set to allow the operating system to share administration, or if there are separate interfaces for each. Can
    the host OS ping/communicate with the DC virtual machine?
    If there are more than one NIC, you have the choice to team the NICs and share the Teamed NICs for the Hyper-V OS and the VMs, or keep them separate where one is devoted for the Hyper-V OS, and one for the VMs.
    Hyper-V Server VLAN Network Configuration
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/0aa71d2a-ebf9-4a3e-bbf5-94db55339fa2/hyperv-server-vlan-network-configuration?forum=winserverhyperv 
    Recommendation:
    Why not just create another VM DC?
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Add Server to Server Pool failed

    Hi, All!
    When you try to add a server to the pool, is an error ... Tell me what could be wrong?
    Hardware:
    Server: IBM x3550m3 - OVMSERVER1 ip 192.168.1.247, 10.20.2.1
    Server: IBM x3550m3 - OVMSERVER2 ip 192.168.1.248, 10.20.2.2
    Storage: IBM DS3524 - SAS link
    Storage disk:
    HS 1.5Gb
    HC 2.5Gb
    OVMPOOL 100Mb
    Sofrware:
    Oracle VM 3.1.1
    OVMPOOL mount as /opt on OVMSERVER1 and mount as nfs-partitions
    mount:
    /dev/sdd3 on / type ext3 (rw)
    proc on /proc type proc (rw)
    sysfs on /sys type sysfs (rw)
    devpts on /dev/pts type devpts (rw,gid=5,mode=620)
    */dev/sdc1 on /opt type ext3 (rw)*
    /dev/sdd1 on /boot type ext3 (rw)
    tmpfs on /dev/shm type tmpfs (rw)
    debugfs on /sys/kernel/debug type debugfs (rw)
    xenfs on /proc/xen type xenfs (rw)
    none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
    sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
    configfs on /sys/kernel/config type configfs (rw)
    ocfs2_dlmfs on /dlm type ocfs2_dlmfs (rw)
    nfsd on /proc/fs/nfsd type nfsd (rw)
    none on /var/lib/xenstored type tmpfs (rw)
    *192.168.1.247:/opt/OVMS on /nfsmnt/b40bd57f-1ab1-4d03-9254-0151b6f635f7 type nfs (rw,addr=192.168.1.247)*
    /dev/mapper/ovspoolfs on /poolfsmnt/0004fb00000500006352acb0d04c104b type ocfs2 (rw,_netdev,heartbeat=global)
    /dev/mapper/360080e50002d797a0000051e501bc836 on /OVS/Repositories/0004fb00000300008b9920aae151469d type ocfs2 (rw,heartbeat=none)
    /dev/mapper/360080e50002d797a00000523501bc85c on /OVS/Repositories/0004fb00000300007c5a44a941e15d32 type ocfs2 (rw,heartbeat=none)
    exportfs:
    /opt/OVMS 192.168.1.247(rw,sync,no_root_squash,no_subtree_check) 192.168.1.248(rw,sync,no_root_squash,no_subtree_check) 10.20.2.1(rw,sync,no_root_squash,no_subtree_check) 10.20.2.2(rw,sync,no_root_squash,no_subtree_check)
    dmesg OVMSERVER2
    Aug 28 08:18:37 OVMSERVER2 twisted: [-] Log opened.
    Aug 28 08:18:37 OVMSERVER2 twisted: [-] twistd 8.2.0 (/usr/bin/python 2.4.3) starting up.
    Aug 28 08:18:37 OVMSERVER2 twisted: [-] reactor class: twisted.internet.selectreactor.SelectReactor.
    Aug 28 08:18:37 OVMSERVER2 twisted: [monitor] Rescanning all plugins
    Aug 28 08:18:37 OVMSERVER2 twisted: [monitor.plugin.xen_plugin] Starting plugin process /usr/lib/python2.4/site-packages/monitor/plugins/xen_plugin.py
    Aug 28 08:18:37 OVMSERVER2 twisted: [monitor.plugin.xen_plugin] Plugin process /usr/lib/python2.4/site-packages/monitor/plugins/xen_plugin.py launched, PID 5181
    Aug 28 08:18:37 OVMSERVER2 twisted: [monitor.plugin.xen_plugin] Process 5181 started, launching watchdog with gracetime 3600
    Aug 28 08:18:37 OVMSERVER2 twisted: [monitor.plugin.oel] Starting plugin process /usr/lib/python2.4/site-packages/monitor/plugins/oel.py
    Aug 28 08:18:37 OVMSERVER2 twisted: [monitor.plugin.oel] Plugin process /usr/lib/python2.4/site-packages/monitor/plugins/oel.py launched, PID 5182
    Aug 28 08:18:37 OVMSERVER2 twisted: [monitor.plugin.oel] Process 5182 started, launching watchdog with gracetime 3600
    Aug 28 08:18:38 OVMSERVER2 kernel: FS-Cache: Loaded
    Aug 28 08:18:38 OVMSERVER2 kernel: FS-Cache: Netfs 'nfs' registered for caching
    Aug 28 08:18:38 OVMSERVER2 kernel: device-mapper: nfs: version 1.0.0 loaded
    Aug 28 08:18:38 OVMSERVER2 multipathd: dm-4: add map (uevent)
    Aug 28 08:18:39 OVMSERVER2 kernel: OCFS2 DLM 1.8.0
    Aug 28 08:18:39 OVMSERVER2 kernel: ocfs2: Registered cluster interface o2cb
    Aug 28 08:18:39 OVMSERVER2 kernel: OCFS2 DLMFS 1.8.0
    Aug 28 08:18:39 OVMSERVER2 kernel: OCFS2 User DLM kernel interface loaded
    Aug 28 08:18:39 OVMSERVER2 o2cb.init: online a2b7d59e374df2ba
    Aug 28 08:18:39 OVMSERVER2 kernel: o2hb: Heartbeat mode set to global
    Aug 28 08:18:43 OVMSERVER2 kernel: o2net: Connection to node OVMSERVER1 (num 0) at 10.20.2.1:7777 shutdown, state 7
    Aug 28 08:18:51 OVMSERVER2 last message repeated 4 times
    Aug 28 08:18:51 OVMSERVER2 kernel: o2hb: Heartbeat started on region 0004FB00000500006352ACB0D04C104B (dm-4)
    Aug 28 08:18:51 OVMSERVER2 o2hbmonitor: Starting
    Aug 28 08:18:51 OVMSERVER2 kernel: o2cb: This node is not connected to nodes: 0.
    Aug 28 08:18:51 OVMSERVER2 kernel: o2cb: Cluster check failed. Fix errors before retrying.
    Aug 28 08:18:51 OVMSERVER2 kernel: (mount.ocfs2,5633,5):ocfs2_dlm_init:3001 ERROR: status = -22
    Aug 28 08:18:51 OVMSERVER2 kernel: (mount.ocfs2,5633,5):ocfs2_mount_volume:1883 ERROR: status = -22
    Aug 28 08:18:51 OVMSERVER2 kernel: ocfs2: Unmounting device (252,4) on (node 0)
    Aug 28 08:18:51 OVMSERVER2 kernel: (mount.ocfs2,5633,5):ocfs2_fill_super:1240 ERROR: status = -22
    Aug 28 08:18:53 OVMSERVER2 kernel: o2net: Connection to node OVMSERVER1 (num 0) at 10.20.2.1:7777 shutdown, state 7
    Aug 28 08:18:53 OVMSERVER2 kernel: o2hb: Region 0004FB00000500006352ACB0D04C104B (dm-4) is now a quorum device
    Aug 28 08:18:55 OVMSERVER2 kernel: o2net: Connection to node OVMSERVER1 (num 0) at 10.20.2.1:7777 shutdown, state 7
    Aug 28 08:18:56 OVMSERVER2 kernel: o2cb: This node is not connected to nodes: 0.
    Aug 28 08:18:56 OVMSERVER2 kernel: o2cb: Cluster check failed. Fix errors before retrying.
    Aug 28 08:18:56 OVMSERVER2 kernel: (mount.ocfs2,5710,9):ocfs2_dlm_init:3001 ERROR: status = -22
    Aug 28 08:18:56 OVMSERVER2 kernel: (mount.ocfs2,5710,9):ocfs2_mount_volume:1883 ERROR: status = -22
    Aug 28 08:18:56 OVMSERVER2 kernel: ocfs2: Unmounting device (252,4) on (node 0)
    Aug 28 08:18:56 OVMSERVER2 kernel: (mount.ocfs2,5710,9):ocfs2_fill_super:1240 ERROR: status = -22
    Aug 28 08:18:57 OVMSERVER2 kernel: o2net: Connection to node OVMSERVER1 (num 0) at 10.20.2.1:7777 shutdown, state 7
    Aug 28 08:19:01 OVMSERVER2 last message repeated 2 times
    Aug 28 08:19:01 OVMSERVER2 kernel: o2cb: This node is not connected to nodes: 0.
    Aug 28 08:19:01 OVMSERVER2 kernel: o2cb: Cluster check failed. Fix errors before retrying.
    Aug 28 08:19:01 OVMSERVER2 kernel: (mount.ocfs2,5808,5):ocfs2_dlm_init:3001 ERROR: status = -22
    Aug 28 08:19:01 OVMSERVER2 kernel: (mount.ocfs2,5808,5):ocfs2_mount_volume:1883 ERROR: status = -22
    Aug 28 08:19:01 OVMSERVER2 kernel: ocfs2: Unmounting device (252,4) on (node 0)
    Aug 28 08:19:01 OVMSERVER2 kernel: (mount.ocfs2,5808,5):ocfs2_fill_super:1240 ERROR: status = -22
    Aug 28 08:19:02 OVMSERVER2 o2cb.init: offline ocfs2 0
    Aug 28 08:19:03 OVMSERVER2 kernel: o2net: Connection to node OVMSERVER1 (num 0) at 10.20.2.1:7777 shutdown, state 7
    Aug 28 08:19:35 OVMSERVER2 last message repeated 16 times
    Aug 28 08:19:41 OVMSERVER2 last message repeated 3 times
    Aug 28 08:19:43 OVMSERVER2 kernel: o2net: No connection established with node 0 after 60.0 seconds, giving up.
    Aug 28 08:20:43 OVMSERVER2 kernel: o2net: No connection established with node 0 after 60.0 seconds, giving up.
    Oracle VM Manager log:
    Job Construction Phase
    begin()
    Appended operation 'Server Role Update' to object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'.
    Appended operation 'Server Join Server Pool' to object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'.
    Appended operation 'Server Pool Member Update' to object '0004fb0000020000a2b7d59e374df2ba (OVMPOOL)'.
    Appended operation 'Server Cluster Configuration Update' to object 'fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)'.
    Appended operation 'Server Cluster Configure' to object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'.
    Appended operation 'Server Cluster Join' to object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [ServerPool] 0004fb0000020000a2b7d59e374df2ba (OVMPOOL)
    Operation: Server Pool Member Update
    Object (IN_USE): [Server] ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)
    Operation: Server Role Update
    Operation: Server Join Server Pool
    Operation: Server Cluster Configure
    Operation: Server Cluster Join
    Object (IN_USE): [Server] fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)
    Operation: Server Cluster Configuration Update
    Object (IN_USE): [Cluster] a2b7d59e374df2ba
    Job Running Phase at 16:08 on Tue, Aug 28, 2012
    Job Participants: []
    Actioner
    Starting operation 'Server Pool Member Update' on object '0004fb0000020000a2b7d59e374df2ba (OVMPOOL)'
    Completed operation 'Server Pool Member Update' completed with direction ==> LATER
    Starting operation 'Server Role Update' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Completed operation 'Server Role Update' completed with direction ==> DONE
    Starting operation 'Server Join Server Pool' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Completed operation 'Server Join Server Pool' completed with direction ==> LATER
    Starting operation 'Server Cluster Configuration Update' on object 'fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)'
    Completed operation 'Server Cluster Configuration Update' completed with direction ==> LATER
    Starting operation 'Server Pool Member Update' on object '0004fb0000020000a2b7d59e374df2ba (OVMPOOL)'
    Completed operation 'Server Pool Member Update' completed with direction ==> DONE
    Starting operation 'Server Cluster Configure' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Completed operation 'Server Cluster Configure' completed with direction ==> LATER
    Starting operation 'Server Cluster Configuration Update' on object 'fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)'
    Completed operation 'Server Cluster Configuration Update' completed with direction ==> LATER
    Starting operation 'Server Cluster Join' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Completed operation 'Server Cluster Join' completed with direction ==> LATER
    Starting operation 'Server Cluster Configuration Update' on object 'fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)'
    Completed operation 'Server Cluster Configuration Update' completed with direction ==> LATER
    Starting operation 'Server Join Server Pool' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Completed operation 'Server Join Server Pool' completed with direction ==> DONE
    Starting operation 'Server Cluster Configure' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Completed operation 'Server Cluster Configure' completed with direction ==> LATER
    Starting operation 'Server Cluster Configuration Update' on object 'fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)'
    Completed operation 'Server Cluster Configuration Update' completed with direction ==> DONE
    Starting operation 'Server Cluster Join' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Completed operation 'Server Cluster Join' completed with direction ==> LATER
    Starting operation 'Server Cluster Configure' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: OVMSERVER2 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 configure_server_for_cluster nfs 192.168.1.247:/opt/OVMS 0004fb00000500006352acb0d04c104b b40bd57f-1ab1-4d03-9254-0151b6f635f7, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['mount', '/dev/mapper/ovspoolfs', '/poolfsmnt/0004fb00000500006352acb0d04c104b'] failed (1): stderr: mount.ocfs2: Invalid argument while mounting /dev/mapper/ovspoolfs on /poolfsmnt/0004fb00000500006352acb0d04c104b. Check 'dmesg' for more information on this error.
    stdout:
    Tue Aug 28 08:32:23 MSK 2012
    Tue Aug 28 08:32:23 MSK 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.ClusterAction.configureServerForCluster(ClusterAction.java:88)
    at com.oracle.ovm.mgr.op.physical.ServerClusterConfigure.configureCluster(ServerClusterConfigure.java:139)
    at com.oracle.ovm.mgr.op.physical.ServerClusterConfigure.action(ServerClusterConfigure.java:58)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.ServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 configure_server_for_cluster nfs 192.168.1.247:/opt/OVMS 0004fb00000500006352acb0d04c104b b40bd57f-1ab1-4d03-9254-0151b6f635f7, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['mount', '/dev/mapper/ovspoolfs', '/poolfsmnt/0004fb00000500006352acb0d04c104b'] failed (1): stderr: mount.ocfs2: Invalid argument while mounting /dev/mapper/ovspoolfs on /poolfsmnt/0004fb00000500006352acb0d04c104b. Check 'dmesg' for more information on this error.
    stdout:
    Tue Aug 28 08:32:23 MSK 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 30 more
    FailedOperationCleanup
    Starting failed operation 'Server Cluster Configure' cleanup on object 'OVMSERVER2'
    Complete rollback operation 'Server Cluster Configure' completed with direction=OVMSERVER2
    Rollbacker
    Executing rollback operation 'Server Pool Member Update' on object '0004fb0000020000a2b7d59e374df2ba (OVMPOOL)'
    Complete rollback operation 'Server Pool Member Update' completed with direction=LATER
    Executing rollback operation 'Server Cluster Configure' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Complete rollback operation 'Server Cluster Configure' completed with direction=DONE
    Executing rollback operation 'Server Join Server Pool' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Complete rollback operation 'Server Join Server Pool' completed with direction=LATER
    Executing rollback operation 'Server Cluster Configuration Update' on object 'fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)'
    Complete rollback operation 'Server Cluster Configuration Update' completed with direction=DONE
    Executing rollback operation 'Server Pool Member Update' on object '0004fb0000020000a2b7d59e374df2ba (OVMPOOL)'
    Complete rollback operation 'Server Pool Member Update' completed with direction=LATER
    Executing rollback operation 'Server Join Server Pool' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Complete rollback operation 'Server Join Server Pool' completed with direction=DONE
    Executing rollback operation 'Server Role Update' on object 'ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)'
    Complete rollback operation 'Server Role Update' completed with direction=DONE
    Executing rollback operation 'Server Pool Member Update' on object '0004fb0000020000a2b7d59e374df2ba (OVMPOOL)'
    Complete rollback operation 'Server Pool Member Update' completed with direction=DONE
    Objects To Be Rolled Back
    Object (IN_USE): [ServerPool] 0004fb0000020000a2b7d59e374df2ba (OVMPOOL)
    Object (IN_USE): [Server] ba:16:46:6e:ed:7c:3d:d7:9c:76:35:78:12:36:4f:79 (OVMSERVER2)
    Object (IN_USE): [Server] fa:2d:de:e2:ee:af:3b:1b:a3:cc:ab:74:8a:32:c7:ef (OVMSERVER2)
    Object (IN_USE): [Cluster] a2b7d59e374df2ba
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=12038 method=addTransactionIdentifier accessLevel=6
    Class=ServerPoolDbImpl vessel_id=493 method=addServer accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=lock accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=addServerRole accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=addServerRole accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=addServerRole accessLevel=6
    Class=ServerPoolDbImpl vessel_id=493 method=addServerInternal accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setServerPool accessLevel=6
    Class=ClusterDbImpl vessel_id=499 method=allocateSlotForServer accessLevel=6
    Class=ClusterDbImpl vessel_id=499 method=addServer accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=lock accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=lock accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setAsset accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=reconfigureCluster accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCluster accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setAsset accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setAsset accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setAssociatedHandles accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerPoolDbImpl vessel_id=493 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCurrentJobOperationComplete accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerPoolDbImpl vessel_id=493 method=setCurrentJobOperationComplete accessLevel=6
    Class=ServerPoolDbImpl vessel_id=493 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCurrentJobOperationComplete accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setProgressMessage accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=setCurrentJobOperationComplete accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=setCurrentOperationToLater accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setFailedOperation accessLevel=6
    Class=ServerPoolDbImpl vessel_id=493 method=nextJobOperation accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=nextJobOperation accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=nextJobOperation accessLevel=6
    Class=ClusterDbImpl vessel_id=499 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=420 method=nextJobOperation accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=InternalJobDbImpl vessel_id=12038 method=setTuringMachineFlag accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=nextJobOperation accessLevel=6
    Class=ServerDbImpl vessel_id=9544 method=nextJobOperation accessLevel=6
    Class=ServerPoolDbImpl vessel_id=493 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job failed commit (internal) due to OVMAPI_4010E Attempt to send command: dispatch to server: OVMSERVER2 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 configure_server_for_cluster nfs 192.168.1.247:/opt/OVMS 0004fb00000500006352acb0d04c104b b40bd57f-1ab1-4d03-9254-0151b6f635f7, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['mount', '/dev/mapper/ovspoolfs', '/poolfsmnt/0004fb00000500006352acb0d04c104b'] failed (1): stderr: mount.ocfs2: Invalid argument while mounting /dev/mapper/ovspoolfs on /poolfsmnt/0004fb00000500006352acb0d04c104b. Check 'dmesg' for more information on this error.
    stdout:
    Tue Aug 28 08:32:23 MSK 2012
    Tue Aug 28 08:32:23 MSK 2012
    com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: dispatch to server: OVMSERVER2 failed. OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 configure_server_for_cluster nfs 192.168.1.247:/opt/OVMS 0004fb00000500006352acb0d04c104b b40bd57f-1ab1-4d03-9254-0151b6f635f7, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['mount', '/dev/mapper/ovspoolfs', '/poolfsmnt/0004fb00000500006352acb0d04c104b'] failed (1): stderr: mount.ocfs2: Invalid argument while mounting /dev/mapper/ovspoolfs on /poolfsmnt/0004fb00000500006352acb0d04c104b. Check 'dmesg' for more information on this error.
    stdout:
    Tue Aug 28 08:32:23 MSK 2012
    Tue Aug 28 08:32:23 MSK 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:507)
    at com.oracle.ovm.mgr.action.ActionEngine.sendDispatchedServerCommand(ActionEngine.java:444)
    at com.oracle.ovm.mgr.action.ActionEngine.sendServerCommand(ActionEngine.java:378)
    at com.oracle.ovm.mgr.action.ClusterAction.configureServerForCluster(ClusterAction.java:88)
    at com.oracle.ovm.mgr.op.physical.ServerClusterConfigure.configureCluster(ServerClusterConfigure.java:139)
    at com.oracle.ovm.mgr.op.physical.ServerClusterConfigure.action(ServerClusterConfigure.java:58)
    at com.oracle.ovm.mgr.api.collectable.ManagedObjectDbImpl.executeCurrentJobOperationAction(ManagedObjectDbImpl.java:1009)
    at sun.reflect.GeneratedMethodAccessor408.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.storage.Transaction.invokeMethod(Transaction.java:822)
    at com.oracle.odof.core.Exchange.invokeMethod(Exchange.java:245)
    at com.oracle.ovm.mgr.api.physical.ServerProxy.executeCurrentJobOperationAction(Unknown Source)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:218)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:309)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1140)
    at sun.reflect.GeneratedMethodAccessor933.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:330)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:290)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:773)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: com.oracle.ovm.mgr.api.exception.IllegalOperationException: OVMAPI_4004E Server Failed Command: dispatch https://?uname?:[email protected]:8899/api/2 configure_server_for_cluster nfs 192.168.1.247:/opt/OVMS 0004fb00000500006352acb0d04c104b b40bd57f-1ab1-4d03-9254-0151b6f635f7, Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:Command: ['mount', '/dev/mapper/ovspoolfs', '/poolfsmnt/0004fb00000500006352acb0d04c104b'] failed (1): stderr: mount.ocfs2: Invalid argument while mounting /dev/mapper/ovspoolfs on /poolfsmnt/0004fb00000500006352acb0d04c104b. Check 'dmesg' for more information on this error.
    stdout:
    Tue Aug 28 08:32:23 MSK 2012
    at com.oracle.ovm.mgr.action.ActionEngine.sendAction(ActionEngine.java:798)
    at com.oracle.ovm.mgr.action.ActionEngine.sendCommandToServer(ActionEngine.java:503)
    ... 30 more
    End of Job
    ----------

    Due to the fact that Oracle VM Release 3.1.1 does support shared SAS storage (SAS SAN)
    I created a partition, share it by NSF and placed there ovspoolfs.img ... access to this partition is at all servers ...
    You can mount it manually, but when you try to enter a server in the cluster, OVMM write that the partition is mounted on a different path
    (sorry ... machine translation ...)
    Edited by: bignic on 30.08.2012 8:48

  • NW2004s Connect to Message Server Host Failed - BW to Portals connection

    Hi,
    I am trying to connect a SAP BW NW2004s Patch 8 system to a NW2004s Portal. All of the checks in RSPOR_SETUP are successful.
    However when I try to launch a query from Bex Query it fails with the following message.
    "Connect to message server host failedConnect_PM  TYPE=B MSHOST=SAPMSCR6 GROUP=webshop1_biw R3NAME=CR6 MSSERV=01 PCS=1"
    The message server entry in the System Landscape object for the BW Server is "SAPMSCR6". Is this right?
    I have searched for information about this and can't find anything. I am sure it is something basic. As anyone else resolved this issue or do they have an idea what might be causing the problem?
    Any suggestions gratefully received.
    Dave

    Guys look at the below SAP note. it will help
    SAP Note Number: 764881 Inf. Broad.Connect to message server host failed - sapms

Maybe you are looking for