Could not prepare resource 'OatmialResource

We´ve been facing a problem while weblogic asks tuxedo to prepare XA transaction before commit, as no response is received it calls rollback after all. Would anybody provide feedback on this error ?
Environment details: Weblogic 10.3.2 acessing Tuxedo 8.1 through WTC
Exception occurred during commit of transaction Xid=BEA1-0441E759B8D59E472B1E(3521575),Status=Rolled back. [Reason=javax.transaction.xa.XAException],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=30,seconds left=30,XAServerResourceInfo[WLStore_DefaultDomain__WLS_DefaultServer]=(ServerResourceInfo[WLStore_DefaultDomain__WLS_DefaultServer]=(state=rolledback,assigned=DefaultServer),xar=WLStore_DefaultDomain__WLS_DefaultServer18552479,re-Registered = false),XAServerResourceInfo[jdbc_xxx_DefaultDomain]=(ServerResourceInfo[jdbc_xxx_DefaultDomain]=(state=rolledback,assigned=DefaultServer),xar=jdbc_xxx,re-Registered = false),XAServerResourceInfo[OatmialResource]=(ServerResourceInfo[OatmialResource]=(state=rolledback,assigned=DefaultServer),xar=com.bea.core.jatmi.internal.TuxedoXA@1d3b2e9,re-Registered = false),SCInfo[DefaultDomain+DefaultServer]=(state=rolledback),local properties=({weblogic.jdbc.jta.jdbc_xxx=[ No XAConnection is attached to this TxInfo ]}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=DefaultServer+X.X.X.X:XXXX+DefaultDomain+t3+, XAResources={OatmialResource, WLStore_DefaultDomain__WLS_DefaultServer, jdbc_xxx_DefaultDomain, WSATGatewayRM_DefaultServer_DefaultDomain},NonXAResources={})],CoordinatorURL=DefaultServer+X.X.X.X:XXXX+DefaultDomain+t3+): weblogic.transaction.RollbackException: Could not prepare resource 'OatmialResource
at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1848)
at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:339)
at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:233)
Caused by: javax.transaction.xa.XAException
at com.bea.core.jatmi.internal.TuxedoXA.internalPrepare(TuxedoXA.java:625)
at com.bea.core.jatmi.internal.TuxedoXA.prepare(TuxedoXA.java:521)
at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:1295)
at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:500)
at weblogic.transaction.internal.ServerSCInfo$1.run(ServerSCInfo.java:361)
... 3 more

Thanks for looking at this. Here is the tuxedo configuration.
#### DMCONFIG
wtc_xxxxxx
GWGRP=WTC
TYPE=TDOMAIN
DOMAINID="wtc_xxxxxx"
BLOCKTIME=20
DMTLOGDEV="/opt/xxxxx/log/xxxxxUDL"
DMTLOGNAME="WTC_DMTLOG"
DMTLOGSIZE=1024
BLOB_SHM_SIZE=5000000
CONNECTION_POLICY=ON_DEMAND
wtc_xxxxxx NWADDR="//x.x.x.x:xxxx"
E0000XXXX
AUTOTRAN=N
CONV=N
API=ATMI
LDOM=xxxxxx
RDOM=mainframe
RNAME="X000:XXXXXXX"
INBUFTYPE="STRING"
OUTBUFTYPE="STRING"
TRANTIME=120
FUNCTION=DPL
#### UBBCONFIG
TLOGDEVICE="/opt/xxxxx/log/xxxxxUDL"
TLOGNAME="TLOG"
TLOGSIZE=1024
xxxxxx LMID=SITE1 GRPNO=777
TMSNAME=oratmss TMSCOUNT=10
OPENINFO="Oracle_XA:Oracle_XA+Acc=P/exxxxxx/xxxxxx+SesTm=240+SesWt=60+DbgFl=0x7+SqlNet=xxxxxx+LogDir=/opt/xxxxx/log"
GWADM SRVGRP=WTC SRVID=666
GWTDOMAIN SRVGRP=WTC SRVID=888
xxxxxxxxxxxx SRVGRP=xxxxxx SRVID=999
REPLYQ=Y RQADDR=RQxxxxxxxxxxxx
RESTART=Y MAXGEN=10 GRACE=0 MIN=1 MAX=10
CLOPT="-A -- -x"
Here is the tuxedo error. It happens before my call from weblogic to tuxedo, not a 100 % sure it´s related:
XXX.081011:120404.XXX!GWTDOMAIN.15430.1.0: gtrid x0 x4e42592e x35f66: LIBTUX_CAT:4055: ERROR: No service '..GWA9' in group 'WTC'
XXX.081011:120404.XXX!GWTDOMAIN.15430.1.0: gtrid x0 x4e42592e x35f66: LIBGW_CAT:5241: WARN: Can't send log request to GWADM. Performance may suffer
Inside CRM log:
When everything is ok:
REQUEST FOR Verb=SNACRM_PREPARE
==> Sending socket data: <<==
When there is an error:
REQUEST FOR Verb=SNACRM_PREPARE
==>> Socket data received: <<==
Couple of additional info:
- The error is intermittent, but when sna is "restarted" everything works just fine up to the error happens again.
- Mainframe is processing just fine
- Oracle is processing just fine
- The error happens when weblogic calls tuxedo via WTC within a XA transaction. Weblogic asks oracle (the other xa participant) to prepare and receives ok, when it asks tuxedo and no response is received 30 secods later (my weblogic transacion timeout) it calls rollback. When I increase this transaction time the same situation happens but the call to rollback happens x seconds later. Rollback is processing just fine.
- When WTC debug was enabled nothing different from this information has been found.
- Based on the research I´ve been doing it seems it would be related to the items below, but as we are not sure, still looking at other options while the ticket is processed:
http://download.oracle.com/docs/cd/E13203_01/tuxedo/eam/v91/relnot/relnot.html
CR233501 & CR235337
Fix for outbound transactions getting lost in CRM after SNACRM_PREPARE is sent to CRM.
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=HOWTO&id=776644.1
Thanks much.

Similar Messages

  • Weblogic.transaction.RollbackException - Could not prepare resource

    Hi All,
    My WLI application transfers data from CrossAccess to Oracle. Once the record is inserted in the Oracle database. A record in another oracle database is updated.
    I am using a session bean to perform this task. With in SessionBean I am using UserTransaction. Once all the data is transfered from CrossAccess to Oracle database, I am commiting the user transaction.
    While commiting the user transaction I am getting the following Exception. The exception occurs very rarely. Once the server is bounced everything works fine.
    The Application server is Weblogic Integeration8.1 SP4 and database is Oralce 9.
    oracle.jdbc.xa.OracleXAException
         at oracle.jdbc.xa.client.OracleXAResource.prepare(Ljavax.transaction.xa.Xid; )I(OracleXAResource.java:558)
         at weblogic.jdbc.wrapper.VendorXAResource.prepare(Ljavax.transaction.xa.Xid; )I(VendorXAResource.java:70)
         at weblogic.jdbc.jta.DataSource.prepare(Ljavax.transaction.xa.Xid; )I(DataSource.java:890)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl;Ljavax.transaction.xa.Xid; )I(XAServerResourceInfo.java:1234)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl; )I(XAServerResourceInfo.java:441)
         at weblogic.transaction.internal.ServerSCInfo$1.execute(Lweblogic.kernel.ExecuteThread; )V(ServerSCInfo.java:253)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest; )V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread; )V(Unknown Source)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Could not prepare resource 'weblogic.jdbc.jta.DataSource - with nested exception:
    [oracle.jdbc.xa.OracleXAException]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException()V(TransactionImpl.java:1683)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit()V(ServerTransactionImpl.java:325)
         at weblogic.transaction.internal.ServerTransactionImpl.commit()V(ServerTransactionImpl.java:246)
         at weblogic.transaction.internal.TransactionManagerImpl.commit()V(TransactionManagerImpl.java:303)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean.java:1072)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean_zf5z70_EOImpl.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean_zf5z70_EOImpl.java:46)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess.perform()V(DCReceiptsProcess.jpd:442)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$ImplPerform6.invoke(Lcom.bea.wli.bpm.runtime.ProcessState; )V(DCReceiptsProcess_wf.java:68)
         at com.bea.wli.bpm.runtime.Perform.execute(Lcom.bea.wli.bpm.runtime.ProcessState; )Lcom.bea.wli.bpm.runtime.Activity;(Perform.java:32)
         at com.bea.wli.bpm.runtime.Receive.messageDelivery(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:91)
         at com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:71)
         at com.bea.wli.bpm.runtime.ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(ProcessState.java:166)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$_ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(DCReceiptsProcess_wf.java:204)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf.subscription(Ljava.lang.String; )V(DCReceiptsProcess_wf.java:184)
         at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Object;ILjava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(DispMethod.java:371)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Ljava.lang.Object;Ljava.lang.String;Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:423)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:396)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(Invocable.java:248)
         at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(BaseContainerBean.java:224)
         at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(SLSBContainerBean.java:103)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContImpl.java:25)
         at com.bea.wlwgen.StatelessContainer_nj08aw_ELOImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(StatelessContainer_nj08aw_ELOImpl.java:99)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContAdpt.invokeOnBean(Ljava.lang.Object;Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContAdpt.java:53)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:153)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run()Ljava.lang.Object;(BaseDispatcherBean.java:85)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(SecurityManager.java:147)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:50)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Satish Chandra wrote:
    Hi All,
    My WLI application transfers data from CrossAccess to Oracle. Once the record is inserted in the Oracle database. A record in another oracle database is updated.
    I am using a session bean to perform this task. With in SessionBean I am using UserTransaction. Once all the data is transfered from CrossAccess to Oracle database, I am commiting the user transaction.
    While commiting the user transaction I am getting the following Exception. The exception occurs very rarely. Once the server is bounced everything works fine.
    The Application server is Weblogic Integeration8.1 SP4 and database is Oralce 9.
    oracle.jdbc.xa.OracleXAException
         at oracle.jdbc.xa.client.OracleXAResource.prepare(Ljavax.transaction.xa.Xid; )I(OracleXAResource.java:558)Hi. This would involve a few steps to debug. I recommend you open
    an official support case to get orchestrated official support.
    Joe
         at weblogic.jdbc.wrapper.VendorXAResource.prepare(Ljavax.transaction.xa.Xid; )I(VendorXAResource.java:70)
         at weblogic.jdbc.jta.DataSource.prepare(Ljavax.transaction.xa.Xid; )I(DataSource.java:890)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl;Ljavax.transaction.xa.Xid; )I(XAServerResourceInfo.java:1234)
         at weblogic.transaction.internal.XAServerResourceInfo.prepare(Lweblogic.transaction.internal.ServerTransactionImpl; )I(XAServerResourceInfo.java:441)
         at weblogic.transaction.internal.ServerSCInfo$1.execute(Lweblogic.kernel.ExecuteThread; )V(ServerSCInfo.java:253)
         at weblogic.kernel.ExecuteThread.execute(Lweblogic.kernel.ExecuteRequest; )V(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:178)
         at java.lang.Thread.startThreadFromVM(Ljava.lang.Thread; )V(Unknown Source)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: Could not prepare resource 'weblogic.jdbc.jta.DataSource - with nested exception:
    [oracle.jdbc.xa.OracleXAException]
         at weblogic.transaction.internal.TransactionImpl.throwRollbackException()V(TransactionImpl.java:1683)
         at weblogic.transaction.internal.ServerTransactionImpl.internalCommit()V(ServerTransactionImpl.java:325)
         at weblogic.transaction.internal.ServerTransactionImpl.commit()V(ServerTransactionImpl.java:246)
         at weblogic.transaction.internal.TransactionManagerImpl.commit()V(TransactionManagerImpl.java:303)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean.java:1072)
         at com.xyz.inventory.dcreceipts.ejb.DCReceiptsGOLDBean_zf5z70_EOImpl.perform(Lcom.xyz.integration.framework.TypedMap; )V(DCReceiptsGOLDBean_zf5z70_EOImpl.java:46)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess.perform()V(DCReceiptsProcess.jpd:442)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$ImplPerform6.invoke(Lcom.bea.wli.bpm.runtime.ProcessState; )V(DCReceiptsProcess_wf.java:68)
         at com.bea.wli.bpm.runtime.Perform.execute(Lcom.bea.wli.bpm.runtime.ProcessState; )Lcom.bea.wli.bpm.runtime.Activity;(Perform.java:32)
         at com.bea.wli.bpm.runtime.Receive.messageDelivery(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:91)
         at com.bea.wli.bpm.runtime.Receive.messageDeliveryAction(Lcom.bea.wli.bpm.runtime.ProcessState;[Ljava.lang.Object; )Ljava.lang.Object;(Receive.java:71)
         at com.bea.wli.bpm.runtime.ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(ProcessState.java:166)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf$_ProcessState.processMessage(I[Ljava.lang.Object;Z)Ljava.lang.Object;(DCReceiptsProcess_wf.java:204)
         at com.xyz.inventory.dcreceipts.process.DCReceiptsProcess_wf.subscription(Ljava.lang.String; )V(DCReceiptsProcess_wf.java:184)
         at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava.lang.Object;ILjava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(Unknown Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
         at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(Ljava.lang.Object;[Ljava.lang.Object; )Ljava.lang.Object;(DispMethod.java:371)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Ljava.lang.Object;Ljava.lang.String;Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:423)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.dispatcher.DispMethod;[Ljava.lang.Object; )Ljava.lang.Object;(Invocable.java:396)
         at com.bea.wlw.runtime.core.container.Invocable.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(Invocable.java:248)
         at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(BaseContainerBean.java:224)
         at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(SLSBContainerBean.java:103)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContImpl.java:25)
         at com.bea.wlwgen.StatelessContainer_nj08aw_ELOImpl.subscription(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(StatelessContainer_nj08aw_ELOImpl.java:99)
         at com.bea.wlwgen.DCReceiptsProcessSLSBContAdpt.invokeOnBean(Ljava.lang.Object;Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.dispatcher.InvokeResult;(DCReceiptsProcessSLSBContAdpt.java:53)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:153)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run()Ljava.lang.Object;(BaseDispatcherBean.java:85)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic.security.subject.AbstractSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedExceptionAction; )Ljava.lang.Object;(SecurityManager.java:147)
         at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(Lcom.bea.wlw.runtime.core.request.Request; )Lcom.bea.wlw.runtime.core.request.Response;(BaseDispatcherBean.java:50)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Weblogic.transaction.RollbackException: Could not prepare resource 'weblogi

    Hi,
              I am getting this error on wls 9.2 and not sure why.
              I have a MultiDataSource which comprises two transactional (XA) DataSources for Oracle 9.2.
              I have a UserTransaction in progress which dequeues messages from a JMS Queue and does JDBC updates using the MultiDataSource.
              Here is the stack trace (get when calling commit on UserTransaction):
              weblogic.transaction.RollbackException: Could not prepare resource 'weblogic.jdbc.wrapper.JTSXAResourceImpl
              JDBC driver does not support XA, hence cannot be a participant in two-phase commit. To force this participation, set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source = MyMultiDS
                   at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1782)
                   at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:331)
                   at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:227)
                   at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:273)
                   at weblogic.transaction.internal.TransactionManagerImpl.commit(TransactionManagerImpl.java:267)
              Any ideas on this ?
              I did create the MultiDataSource (MyMultiDS) as a TX DataSource.
              Thanx

    j2ee iscool wrote:
              > Hi Joe,
              >
              > Many thanx for you reply. I can think of the following four stages during which a failure can occur during (transactional)interaction with RAC:
              >
              > 1.Active RAC Node Fails before the application calls commit (Application takes care of retry).
              >
              > 2.Active RAC node fails after the application calls commit and before the container(WLS) has called prepare on the RAC(Node). WLS takes care of the recovery/retry ?
              >
              > 3.Active RAC node fails after container(WLS) has called prepare on the RAC( Node ) but before commit being called. WLS takes care of the recovery/retry ?
              >
              > 4.Active RAC node fails after container(WLS) has called prepare and commit on the RAC( Node ). Oracle takes care of the recovery ?
              >
              > We are using Transactional Data Sources (Emulate 2 phase commit and Supports Global Transaction )
              > Do the above failure phases apply in this case ?
              >
              > The scenarios which you have described (?partial transacitons being committed, rolled
              > back or data locked indefinitely...? ) can occur during which of the failure stages ? Are there other failure stages which I am missing ?
              >
              >
              > Thanx a lot for your help,
              If multiple WebLogic servers are involved in the same transaction
              they must know that for a given RAC installation, each of these
              WebLogic servers do their tx work to the same RAC node. Otherwise,
              we may prepare, commit, or roll back only one of them, because
              we think the DBMS is really only one, when it's not. Oracle does
              not guarantee transaction ID uniqueness across nodes until prepare,
              so if we unwittingly address multiple RAC nodes for a given XA
              tx, the DBMSes will be quite happy about getting different, conflicting
              transactional commands with the same-named tx ID as far as we're
              concerned... Stuff like that.
              Joe

  • CRS-0210: Could not find resource while start ASM on 10G RAC

    Dear All
    I'm trying to install 10g RAC on Redhat 4.1. At the point at which I try to start ASM it fails with the message
    ORA-03113: end-of-file on communication channel
    select value from v$parameter where name='instance_type'
    ERROR at line 1:
    ORA-01034: ORACLE not available
    This seems to be due to a failure CRS. The trace file shows:
    [Thread-11] [17:14:2:907] [HAOperationImpl.runCommand:1254] CRS cmd is: /u01/app/oracle/product/10.2.0/crs/bin/crs_stat -u ora.bfhxx-sql012.ASM1.asm
    [Thread-41] [17:14:2:964] [StreamReader.run:65] OUTPUT>CRS-0210: Could not find resource ora.bfhxx-sql012.ASM1.asm.
    Executing
    /u01/app/oracle/product/10.2.0/crs/bin/crs_stat
    produces:
    NAME=ora.bfhxx-sql012.LISTENER_BFHXX-SQL012.lsnr
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    NAME=ora.bfhxx-sql012.gsd
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    NAME=ora.bfhxx-sql012.ons
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    NAME=ora.bfhxx-sql012.vip
    TYPE=application
    TARGET=ONLINE
    STATE=ONLINE on bfhxx-sql012
    Is this a red herring or is it the reason ASM won't start? At what point should this entry have been created (ie should it already exist when ASM starts or should ASM create it)? Can I manually create the entry using crsstat.
    Many thanks
    Paul

    It all depends on what your mapping problem was and what you did to resolve it. Here are a couple of things you could try:
    -Make sure the orc.loc file on ebdb1 has the same entry as ebdb2. Also, say you are using shared raw devices for CRS: make sure your raw devices are consistent on both nodes.
    If the above does not work
    -Make sure the shared devices are consistent on both nodes and restore one of the OCR backups. I am sure at least one of the backups 4hrs/8hrs/1day/2day/1week some thing must be a worthwhile. If you do restore OCR from a backup make sure to run cluvfy before you start your CRS.
    Always a good practise to take a backup of status quo before you restore from the backups.
    It would be interesting to know what lead to your disk mapping problem in the first palce.
    Good Luck!

  • Bootcamp 5.1 Windows could not prepare the computer to boot into the next phase of installation

    I've searched the internet, I've tried solutions on some of the discussions on here:
    Windows 8.1 install fails on new 2013 Retina MacBook
    https://discussions.apple.com/message/23490854#23490854
    How to install Windows 8.1 on Haswell MBP
    https://discussions.apple.com/message/23545484#23545484
    Windows 8.1 Install Fails on New 2013 Retina MacBook, Users Report
    http://wind8apps.com/windows-8-1-install-fails-new-2013-retina-macbook/
    (Can't try this one because I don't have physical media or a burner and don't want to upgrade to 8.1)
    Tried maskedferret's and jarvil's instructions that might work for others but not for me. Also the process must be older version of disk utility. There is no "minus" to remove a partition in the one I have.
    Half the problem is those threads are so long with people posting up their problems that are not even the same problem. So then you have to sift through all these responses that aren't even really releated.
    If you're problem isn't this problem then please don't use this thread to solve another issue.
    “Windows could not prepare the computer to boot into the next phase of the installation. To install Windows, restart the installation.”
    I can't find in the release notes of any beta Maverick update that this is being addressed.
    1) Does anyone know if there is a fix coming out for this?
    2) Is there some solution that doesn't require to have physical media?
         a) I have Windows 8.1 iso and product key
         b) I have a 32gb USB stick that I had Bootcamp format
         c) I have a spare 16gb USB stick.  Both are USB 2.0 so I can't do Windows To Go. Maybe I should get one.
    3) I have no idea how tell which MacBookPro I have since no one at Apple seems to believe in model numbers. I just ordered it online two weeks ago and received it this week so I guess it's the "latest" model hardware wise.  Running 10.9
    The cloest possible solution I came across was to boot up Windows 8 OS on a USB stick (Not the install) and run diskpert or fdisk for mbr thought I can' try this out because I don't have Windows To Go.  I'd rather have it worked problem from Apple if I can figure out when they plan to update I might be willing to wait.

    Finally got a physical CD and to the third link option still same issue. Even worse actually as even after formating the partition I get a "Windows cannot be installed on this disk. The selected disk is of the GPT partition style"
    Found my "-" minus remove parition in Disk Utility. Will attempt maskedferret's again

  • Error 10 Could not locate resource

    I tried to auto download the JRE using the JREInstaller and the DownloadServlet (sample in jdk 1.5) from a local server. I got the error 10 Could not locate resource.
    <j2se version="1.5.0*"  href="http://127.0.0.1:8080/Web-Test2/install/javaws-1_0_1-j2re-1_5_0-windows-i586.jnlp"/>If I only take <j2se version="1.5.0*"  href="http://127.0.0.1:8080/Web-Test2/install"/>, I will get an error: "Missing version field in response from server when accessing resource"
    Any idea?

    The request made by java web start to download the jre is a using the extension protocol (version protocol) see the jnlp spec at:
    http://jcp.org/aboutJava/communityprocess/mrel/jsr056/index.html
    basically what this means is that you need to be running a servlet or jsp page on the target that implements the version protocol. see:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/downloadservletguide.html
    I don''t know what you have at the target address of the jre:
    javaws-1_0_1-j2re-1_5_0-windows-i586.jnlp
    but you need servlet running at http://127.0.0.1:8080/Web-Test2/install to implement the version protocol.
    /Andy

  • Could not load resource adapate even though the class exists

    <ResultItem type='error' status='error'>
    <ResultError throwable='com.waveset.util.WavesetException'>
    <ErrorMessage severity='fatal' id='com.waveset.adapter.RAMessages:RESBASE_LOAD_CLASS_FAILED'>
    <String>com.ge.fleet.idm.adapters.SiteMinderResourceAdapter</String>
    </ErrorMessage>
    <StackTrace>com.waveset.util.WavesetException: Could not load Resource Adapter class: 'com.ge.fleet.idm.adapters.SiteMinderResourceAdapter'.&#xA;==> java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:461)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:408)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapterProxy(ResourceAdapterBase.java:373)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getAccountView(AccountInfoViewer.java:1796)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getView(AccountInfoViewer.java:2202)&#xA;&#x9;at com.waveset.view.UserViewConverter.addAccountInfoView(UserViewConverter.java:579)&#xA;&#x9;at com.waveset.view.UserViewConverter.getView(UserViewConverter.java:635)&#xA;&#x9;at com.waveset.view.UserViewer.assembleView(UserViewer.java:901)&#xA;&#x9;at com.waveset.view.UserViewer.getView(UserViewer.java:794)&#xA;&#x9;at com.waveset.object.ViewMaster.getView(ViewMaster.java:549)&#xA;&#x9;at com.waveset.server.InternalSession.getView(InternalSession.java:1960)&#xA;&#x9;at com.waveset.object.WSUserUtil.getUserViewArgs(WSUserUtil.java:415)&#xA;&#x9;at com.waveset.object.WSUserUtil.getRuleDrivenObjectRefs(WSUserUtil.java:305)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getEndUserPrincipal(AccessPolicy.java:513)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.createSubjectPrincipals(AccessPolicy.java:2341)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getSubjectPrincipals(AccessPolicy.java:2404)&#xA;&#x9;at com.waveset.server.SubjectAuthCache.setSubject(SubjectAuthCache.java:296)&#xA;&#x9;at com.waveset.server.AuthCache.getCache(AuthCache.java:341)&#xA;&#x9;at com.waveset.server.InternalSession.<init>(InternalSession.java:291)&#xA;&#x9;at com.waveset.server.InternalSession.getAuthenticatedContext(InternalSession.java:2042)&#xA;&#x9;at com.waveset.object.LighthouseContextWrapper.getAuthenticatedContext(LighthouseContextWrapper.java:222)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;Caused by: java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:289)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:262)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:161)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)&#xA;&#x9;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&#xA;&#x9;at java.lang.Class.forName0(Native Method)&#xA;&#x9;at java.lang.Class.forName(Class.java:164)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:456)&#xA;&#x9;... 22 more&#xA;Wrapped exception:&#xA;java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:289)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:262)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:161)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)&#xA;&#x9;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&#xA;&#x9;at java.lang.Class.forName0(Native Method)&#xA;&#x9;at java.lang.Class.forName(Class.java:164)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:456)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:408)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapterProxy(ResourceAdapterBase.java:373)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getAccountView(AccountInfoViewer.java:1796)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getView(AccountInfoViewer.java:2202)&#xA;&#x9;at com.waveset.view.UserViewConverter.addAccountInfoView(UserViewConverter.java:579)&#xA;&#x9;at com.waveset.view.UserViewConverter.getView(UserViewConverter.java:635)&#xA;&#x9;at com.waveset.view.UserViewer.assembleView(UserViewer.java:901)&#xA;&#x9;at com.waveset.view.UserViewer.getView(UserViewer.java:794)&#xA;&#x9;at com.waveset.object.ViewMaster.getView(ViewMaster.java:549)&#xA;&#x9;at com.waveset.server.InternalSession.getView(InternalSession.java:1960)&#xA;&#x9;at com.waveset.object.WSUserUtil.getUserViewArgs(WSUserUtil.java:415)&#xA;&#x9;at com.waveset.object.WSUserUtil.getRuleDrivenObjectRefs(WSUserUtil.java:305)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getEndUserPrincipal(AccessPolicy.java:513)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.createSubjectPrincipals(AccessPolicy.java:2341)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getSubjectPrincipals(AccessPolicy.java:2404)&#xA;&#x9;at com.waveset.server.SubjectAuthCache.setSubject(SubjectAuthCache.java:296)&#xA;&#x9;at com.waveset.server.AuthCache.getCache(AuthCache.java:341)&#xA;&#x9;at com.waveset.server.InternalSession.<init>(InternalSession.java:291)&#xA;&#x9;at com.waveset.server.InternalSession.getAuthenticatedContext(InternalSession.java:2042)&#xA;&#x9;at com.waveset.object.LighthouseContextWrapper.getAuthenticatedContext(LighthouseContextWrapper.java:222)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;</StackTrace>
    <ResultError throwable='java.lang.ClassNotFoundException'>
    <Message>
    <Text>com.ge.fleet.idm.adapters.SiteMinderResourceAdapter</Text>
    </Message>
    <StackTrace>java.lang.ClassNotFoundException: com.ge.fleet.idm.adapters.SiteMinderResourceAdapter&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:289)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:262)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:306)&#xA;&#x9;at java.lang.ClassLoader.loadClass(ClassLoader.java:251)&#xA;&#x9;at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:161)&#xA;&#x9;at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)&#xA;&#x9;at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)&#xA;&#x9;at java.lang.Class.forName0(Native Method)&#xA;&#x9;at java.lang.Class.forName(Class.java:164)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:456)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapter(ResourceAdapterBase.java:408)&#xA;&#x9;at com.waveset.adapter.ResourceAdapterBase.getAdapterProxy(ResourceAdapterBase.java:373)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getAccountView(AccountInfoViewer.java:1796)&#xA;&#x9;at com.waveset.view.AccountInfoViewer.getView(AccountInfoViewer.java:2202)&#xA;&#x9;at com.waveset.view.UserViewConverter.addAccountInfoView(UserViewConverter.java:579)&#xA;&#x9;at com.waveset.view.UserViewConverter.getView(UserViewConverter.java:635)&#xA;&#x9;at com.waveset.view.UserViewer.assembleView(UserViewer.java:901)&#xA;&#x9;at com.waveset.view.UserViewer.getView(UserViewer.java:794)&#xA;&#x9;at com.waveset.object.ViewMaster.getView(ViewMaster.java:549)&#xA;&#x9;at com.waveset.server.InternalSession.getView(InternalSession.java:1960)&#xA;&#x9;at com.waveset.object.WSUserUtil.getUserViewArgs(WSUserUtil.java:415)&#xA;&#x9;at com.waveset.object.WSUserUtil.getRuleDrivenObjectRefs(WSUserUtil.java:305)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getEndUserPrincipal(AccessPolicy.java:513)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.createSubjectPrincipals(AccessPolicy.java:2341)&#xA;&#x9;at com.waveset.security.authz.AccessPolicy.getSubjectPrincipals(AccessPolicy.java:2404)&#xA;&#x9;at com.waveset.server.SubjectAuthCache.setSubject(SubjectAuthCache.java:296)&#xA;&#x9;at com.waveset.server.AuthCache.getCache(AuthCache.java:341)&#xA;&#x9;at com.waveset.server.InternalSession.<init>(InternalSession.java:291)&#xA;&#x9;at com.waveset.server.InternalSession.getAuthenticatedContext(InternalSession.java:2042)&#xA;&#x9;at com.waveset.object.LighthouseContextWrapper.getAuthenticatedContext(LighthouseContextWrapper.java:222)&#xA;&#x9;at com.waveset.workflow.WorkflowExecutor.execute(WorkflowExecutor.java:235)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;</StackTrace>
    </ResultError>
    </ResultError>
    </ResultItem>
    Any help would be appreciated, I have checked the class exisits, its an intermittent issue that happens since the request sometimes succeed. This is on Weblogic 9.2

    Hi ,
    by any chance are you having multiple weblogic servers in your farm that have different version of idm war files deployed ? may be one without the class or with a class that is having an incompatible byte code version ?
    Thanks,
    Balu

  • CRS-0215: Could not start resource

    Hello
    This is my first time installing clusterware. However, i have not been too successful at it. This is my configuration:
    Operating System: RHES 5.3
    Oracle Database 11gR1
    OpenFiler used to configure shared disks
    After several attempts, i was able to run the root.sh script on both nodes.
    Output on first node:
    [root@vx0301 oracle]# /u01/app/oraInventory/orainstRoot.sh
    Changing permissions of /u01/app/oraInventory to 770.
    Changing groupname of /u01/app/oraInventory to oinstall.
    The execution of the script is complete
    [root@vx0301 oracle]# /u01/crs11g/root.sh
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    Oracle Cluster Registry configuration upgraded successfully
    clscfg: EXISTING configuration version 4 detected.
    clscfg: version 4 is 11 Release 1.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: vx0301 vx0301-priv vx0301
    node 2: vx0302 vx0302-priv vx0302
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Cluster Synchronization Services is active on these nodes.
    vx0301
    Cluster Synchronization Services is inactive on these nodes.
    vx0302
    Local node checking complete. Run root.sh on remaining nodes to start CRS daemons.
    Output on second node:
    [root@vx0301 oracle]# /u01/app/oraInventory/orainstRoot.sh
    Changing permissions of /u01/app/oraInventory to 770.
    Changing groupname of /u01/app/oraInventory to oinstall.
    The execution of the script is complete
    [root@vx0301 oracle]# /u01/crs11g/root.sh
    Checking to see if Oracle CRS stack is already configured
    /etc/oracle does not exist. Creating it now.
    Setting the permissions on OCR backup directory
    Setting up Network socket directories
    Oracle Cluster Registry configuration upgraded successfully
    clscfg: EXISTING configuration version 4 detected.
    clscfg: version 4 is 11 Release 1.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: vx0301 vx0301-priv vx0301
    node 2: vx0302 vx0302-priv vx0302
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Cluster Synchronization Services is active on these nodes.
    vx0301
    vx0302
    I also got the errors:
    Starting GSD application resource on (2) nodes1:CRS-0215: Could not start resource 'ora.vx0301.gsd'
    Starting ONS application resource on (2) nodes1:CRS-0215: Could not start resource 'ora.vx0301.ons'
    There were no log files.
    When i clicked ok on the execute scripts page, i got the following errors in the configuration assistants page:
    Output generated from configuration assistant "Oracle Notification Server Configuration Assistant":
    Command = /u01/crs11g/install/onsconfig add_config vx0301:6251 vx0302:6251
    The ONS configuration failed to create
    Configuration assistant "Oracle Notification Server Configuration Assistant" failed
    The "/u01/crs11g/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Notification Server Configuration Assistant":
    Command = /u01/crs11g/install/onsconfig add_config vx0301:6251 vx0302:6251
    The ONS configuration failed to create
    Configuration assistant "Oracle Notification Server Configuration Assistant" failed
    The "/u01/crs11g/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Notification Server Configuration Assistant" (attempt 2):
    Command = /u01/crs11g/install/onsconfig add_config vx0301:6251 vx0302:6251
    The ONS configuration failed to create
    Configuration assistant "Oracle Notification Server Configuration Assistant" failed
    The "/u01/crs11g/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Contents of the /u01/crs11g/cfgtoollogs/configToolFailedCommands script:
    [oracle@vx0301 ~]$ cat /u01/crs11g/cfgtoollogs/configToolFailedCommands
    # Copyright (c) 1999, 2007, Oracle. All rights reserved.
    /u01/crs11g/install/onsconfig add_config vx0301:6251 vx0302:6251
    /u01/crs11g/bin/oifcfg setif -global eth0/172.30.4.0:public eth1/192.168.1.0:cluster_interconnect
    /u01/crs11g/bin/cluvfy stage -post crsinst -n vx0301,vx0302
    I tried running /u01/crs11g/install/onsconfig add_config vx0301:6251 vx0302:6251 manually from the terminal:
    [root@vx0301 oracle]# /u01/crs11g/install/onsconfig add_config vx0301:6251 vx0302:6251
    The ONS configuration failed to create
    Output of the ons.log file:
    [root@vx0301 oracle]# cat /u01/crs11g/log/vx0301/racg/ons.log
    Oracle Database 11g CRS Release 11.1.0.6.0 - Production Copyright 1996, 2007 Oracle. All rights reserved.
    2010-01-25 13:59:15.786: [    RACG][3055679168] [10113][3055679168][default]: clsrons: procr_init:PROC-32: Cluster Ready Services on the local node is not running Messaging error [9] status = 32
    2010-01-25 13:59:33.359: [    RACG][3055584960] [10229][3055584960][default]: clsrons: procr_init:PROC-32: Cluster Ready Services on the local node is not running Messaging error [9] status = 32
    2010-01-25 14:01:00.319: [    RACG][3086849728] [10734][3086849728][default]: clsrons: procr_init:PROC-32: Cluster Ready Services on the local node is not running Messaging error [9] status = 32
    2010-01-25 14:02:02.723: [    RACG][3086628544] [11105][3086628544][default]: clsrons: procr_init:PROC-32: Cluster Ready Services on the local node is not running Messaging error [9] status = 32
    [root@vx0301 oracle]#
    I am absoutely stumped as to what to do next. Any help is greatly appreciated.

    I tried running ruclufvy.sh stage -post crsinst -n vx0301,vx0302 -verbose. Here is the output:
    [oracle@vx0301 clusterware]$ ./runcluvfy.sh stage -post crsinst -n vx0301,vx0302 -verbose
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "vx0301"
    Destination Node Reachable?
    vx0301 yes
    vx0302 yes
    Result: Node reachability check passed from node "vx0301".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    vx0302 passed
    vx0301 passed
    Result: User equivalence check passed for user "oracle".
    Checking Cluster manager integrity...
    Checking CSS daemon...
    Node Name Status
    vx0302 running
    vx0301 running
    Result: Daemon status check passed for "CSS daemon".
    Cluster manager integrity check passed.
    Checking cluster integrity...
    Node Name
    vx0301
    vx0302
    Cluster integrity check passed
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations.
    Uniqueness check for OCR device passed.
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    ERROR:
    OCR integrity is invalid.
    OCR integrity check failed.
    Checking CRS integrity...
    Checking daemon liveness...
    Check: Liveness for "CRS daemon"
    Node Name Running
    vx0302 yes
    vx0301 yes
    Result: Liveness check passed for "CRS daemon".
    Checking daemon liveness...
    Check: Liveness for "CSS daemon"
    Node Name Running
    vx0302 yes
    vx0301 yes
    Result: Liveness check passed for "CSS daemon".
    Checking daemon liveness...
    Check: Liveness for "EVM daemon"
    Node Name Running
    vx0302 yes
    vx0301 yes
    Result: Liveness check passed for "EVM daemon".
    Liveness of all the daemons
    Node Name CRS daemon CSS daemon EVM daemon
    vx0302 yes yes yes
    vx0301 yes yes yes
    Checking CRS health...
    Check: Health of CRS
    Node Name CRS OK?
    vx0302 yes
    vx0301 unknown
    Result: CRS health check failed.
    CRS integrity check failed.
    Checking node application existence...
    Checking existence of VIP node application
    Node Name Required Status Comment
    vx0302 yes exists passed
    vx0301 yes exists passed
    Result: Check passed.
    Checking existence of ONS node application
    Node Name Required Status Comment
    vx0302 no exists passed
    vx0301 no exists passed
    Result: Check passed.
    Checking existence of GSD node application
    Node Name Required Status Comment
    vx0302 no exists passed
    vx0301 no exists passed
    Result: Check passed.
    Post-check for cluster services setup was unsuccessful on all the nodes.
    [oracle@vx0301 clusterware]$
    I also tried running ./ocrchek on both nodes. Here is the output:
    [oracle@vx0301 bin]$ ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 3306636
    Used space (kbytes) : 2056
    Available space (kbytes) : 3304580
    ID : 1425438992
    Device/File Name : /dev/sdb1
    Device/File integrity check failed
    Device/File not configured
    Cluster registry integrity check failed
    [oracle@vx0301 bin]$ ssh vx0302
    Last login: Mon Jan 25 13:52:03 2010 from vx0301
    [oracle@vx0302 ~]$ cd /u01/crs11g/bin/
    [oracle@vx0302 bin]$ ./ocrcheck
    Status of Oracle Cluster Registry is as follows :
    Version : 2
    Total space (kbytes) : 3306636
    Used space (kbytes) : 2056
    Available space (kbytes) : 3304580
    ID : 1425438992
    Device/File Name : /dev/sdb1
    Device/File integrity check failed
    Device/File not configured
    Cluster registry integrity check failed
    [oracle@vx0302 bin]$
    From the results, the ids are the same, and so is the OCR disk. But the integrity check has failed. How do i interpret this output?

  • Could not find resource 'ora.node2.vip'

    During the extention of node,I get message to run three scipts on nodes:
    1 /opt/u01/app/oracle/oraInventory/orainstRoot.sh node2
    2 /opt/u01/app/oracle/product/10.2.0/crs_1/install/rootaddnode.sh node3
    3 /opt/u01/app/oracle/product/10.2.0/crs_1/root.sh node2
    When I run the 2nd script /opt/u01/app/oracle/product/10.2.0/crs_1/install/rootaddnode.sh on node3,get the following error:
    [root@node3 ~]# /opt/u01/app/oracle/product/10.2.0/crs_1/install/rootaddnode.sh
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    Attempting to add 1 new nodes to the configuration
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 5: node2 node2-priv node2
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    /opt/u01/app/oracle/product/10.2.0/crs_1/bin/srvctl add nodeapps -n node2 -A node2-vip/255.255.255.0/eth0 -o /opt/u01/app/oracle/product/10.2.0/crs_1
    CRS-0210: Could not find resource 'ora.node2.vip'.
    Any idea?

    Have you run cluvfy before the node addition?
    The VIP should be resolvable, but not pingable until added to the oracle clusterware.
    Try nslookup and ping of the node2-vip and let us know the results.

  • Windows could not prepare the computer to boot into the next phase of the installation. Windows 8.1

    Hi! I have a Lenovo G500 notebook with a new HDD. I try to do a clean install but i always get an error message" windows could not prepare the computet the boot into the next phase. Restart the insralattion."  i talked with my country's windows
    help line and the operator said i have to change something in the BIOS. Can somebody help me?

    Hi,
    You can enter BIOS, then change the Boot sequence for CD/DVD, HDD or USB. Make sure that the disk speck is enough for storing the installation files. Make sure the installation media is fine.
    Probably cause of this error is that the associated disk partition is corrupted. In this situation, you need to delete the partition and then repartition the hard drive, after that, try to install Windows again, check if error has gone.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • CRS-0210: Could not find resource 'ora.qlxdgalc001.vip'.

    Hi All,
    I am in a situation where I was not able to add the vip. This is the scenario:
    I recently deleted one of the nodes from a 4 node cluster as some of the h/w maintenance is required for node1. after the maintenance window, I am adding the node back to the cluster. When I add the node back, I am not able to register the vip of the node with the cluster. The command and the error that I am getting are as follows:
    [root@qlx001 ~]# srvctl add nodeapps -n qlxdgalc001 -o $ORACLE_HOME -A qlxd001-vip.abc.com/255.255.255.128/bond0
    CRS-0210: Could not find resource 'ora.qlxd001.vip'.
    Your suggestions are highly appreciated.
    Thanks,
    Sai.

    Any replies are highly appreciated.

  • Reinstallation message: Could not locate Resources file in Configuration folder

    I have new computer. Was running XP on old computer for CS4 Web Premium. Uninstalled from XP. Can't install on new machine with Windows 7. Getting error: Could not locate the Resouirces file in Configuration folder for Dreamweaver (and all other programs in Web Premium). Tried reinstalling  times, no luck. Help please.
    C Shaw

    Do you receive this error message during the install process?  I would recommend reviewing your installation log files.  You can locate steps on how to accomplish this at Troubleshoot installation with install logs | CS3, CS4 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html.

  • Cannot print to PDF - could not find resource file

    Using Adobe Acrobat 8.1.4 Pro on Windows XP SP3
    I've printed to the Adobe PDF printer a few week ago without problem
    Now, when try to print, I get this:
    Unable to find "Adobe PDF" resource files.
    c:\documents and settings\jsmith\Application Data\Adobe\Adobe PDF\Settings\[]
    (the brackets are really a square box that shows up)
    The box says:  Yes / No
    If I click yes, it spends 15 minutes "installing" something and wants a reboot.  That does not fix the problem.
    I've removed Adobe completely, rebooted.  Reinstalled Adobe, still same problem.
    I do have a directory of:
    \Settings where it is looking, but the directory is empty.
    I can EXPORT to PDF just fine
    I can open Firefox/IE and "print to" the Adobe PDF printer and that works fine.

    Thanks TSN.
    (how to check if Ram is full )?
    the memory is 8 G Ram. I only have office 365, Acrobat X1 pro, Gimp, and Inkscape installed. The problem was there before I installed the last two.
    I posted on Microsoft as well and the response was that since I could print the document on regular printer without any issues, then it is an Adobe issue. Using the toolbar is pdfing the full document. That takes a very, very, long time besides at the end of it, many pages are blank in the pdf file and then it is a matter of restarting the computer, re-pdfing until I am tired. So I print the pages incrementally.  Any other way to pdf select pages without any problems?

  • Big bug!!---could not transform resource block data to report in webforms

    I setup Oracle 9ias rel2.
    Use Run_report_object to invoke report.
    the report output doesnot be consistent with the resource block of forms and seems more record than the later.
    code like below :
    declare
              repid REPORT_OBJECT;
              v_rep VARCHAR2(100);
    begin
    repid := find_report_object('QCON_CLOSE_RELEASE');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_testserver');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_RESOURCE_BLOCK,'db_data');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_QUERY_NAME,'db_data');
    v_rep:=run_report_object(repid);
    web.show_document ('/reports/rwservlet/getjobid'||substr(v_rep,16) ||'? server='|| 'rep_testserver','_blank');
    END;

    hello,
    according to the release notes for your platform, oracle9iAS requires osagent (the corba agent) running somewhere on the network since it is not available for your platform.
    i'll forward your message to Oracle9iAS Product Management for clarification where you can get a stand alone version of osagent so you can run it on another machine (of different OS).
    regards,
    philipp

  • Could not resolved resource

    in the Testapp i hav the below code but it keep prompting me tt resource file cant be found. anyone can solve the qns for me. Thks
    C:\testing\WEB-INF\classes\sg\gov\ida\epdp\testIbatis\Testapp.java
    C:\testing\WEB-INF\classes\conf\SqlTestConfig.xml
    Reader reader = Resources.getResourceAsReader("conf/SqlTestConfig.xml");
    Im using ibatis and trying to use the sqlmapping... but unable to read the sqlconfig file.

    I have changed JDBC driver to oracle standart instead of weblogic. And it is working now!

Maybe you are looking for

  • TcpListener not working on Azure: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host

    Hi Everybody, i'm playing a little bit with Windows Azure and I'm blocked with a really simple issue (or maybe not). I've created a Cloud Service containing one simple Worker Role. I've configured an EndPoint in the WorkerRole configuration, which al

  • Using Ipod as a backup

    I was concerned about backing up my music files when I realized that the Ipod itself was a handy backup. All of my music was on the portable harddrive known as "my Ipod". I went into the Apple store and wanted to talk to the technicians about using t

  • CS3 export to PDF jagged text

    My file is just text, and it looks beautiful when I print directly from InDesign. However, when I export to PDF, the text has noticeably jagged edges. I've tried all the included export settings. I've tried printing to a PDF directly. These all look

  • Not receiving mail in soap-xi-mail scenario

    Hi guys, I've a doubt related to a scenario soap-xi-mail. I've configured the scenario and everything seems to be working ok except the receiver mail adapter. I don't have any kind of error on the adapter monitoring, everything is ok. After I send th

  • Returning Varrays to Client Technologies

    A lot of functions in my PL/SQL API return varrays. I've been getting some grief from programmer/users who call the APIs from various client technologies (PERL, Java). Their argument is that they are unable to work with the varray return type. When I