TransactionTimeout Exception in JPD

Hi,
I wrote one WLI Process(jpd). It contains one explicit transaction, with in that one DB Control method (select query in MS SQL Server), business logic and one more DB Control method (insert query in Oracle). For each node exception block is there.
If MS SQL Server performance is low, then jpd is hanging in the first DB Control method. And in console only TransactionTimeout Warning is displaying nothing else. Process is hanging the control is not going to exception block.
Can you tell me anybody why this is happening.
thanks
Prathap P
Message was edited by:
shettypaluru

Hi Prathap
Please note that WLI documentation specifies that :
"<b>Note:</b> If an exception occurs within a transaction block, the transaction is rolled back and the exception handler is called at a later time. However, if the business process is marked <b>freeze on failure</b>, instead of calling the exception handler later, the process freezes and the exception handler is never called. In this case, when freeze on failure is configured inside a transaction block, you should either not use a transaction block or include global transaction logic within your transaction blocks."
link: http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
One more useful link on exception handling :
http://support.bea.com/application_content/product_portlets/support_patterns/wli/WLI_HandlingExceptionsPattern.html#Handling_exceptions_in_transaction_blocks
So the problem can be that you've specified your process to be freeze-on-failure and your EH block must have been outside your transaction block.
Regards
Tarun

Similar Messages

  • Socket Exception in Weblogic Server when invoking webservice via JPD

     

    We faced with the similar issue in WLS 7.X after below Assertion error after restoring services we were able to resolve this issue for time being as per the weblogic there is a patch provided by BEA and this sort of issue is resolved.
    This issue has been identified and updated under cars CR103525
    Regards,
    CSR
    BEA Analyst

  • Invoking a Jws from a Jpd

    Hi,
    In my application , you can invoke a jpd from a jws without any problem. It has security and you have a pop up where you can type the user and the password. that 's work fine.
    Now i need to invoke a jws from a jpd. The inverse invocation ;-). I keep the corresponding security tags in my files web.xml and weblogic.xml
    The problem is that i get the following message when i tried to execute de jpd . As you will see, it fails when it try to invoke the jws .
    Any idea of what could be happening??
    Thanks in advance
    NiceHobbit
    <Warning> <WLW> <000000> <Id=myId; Method=pro
    cesses.common.webService.myWSControl.myMethod(); Failure=com.bea.control.ServiceControlException: SERVICE FAULT:
    Code:javax.xml.soap.SOAPException
    String:Unsupported Content-Type: text/html
    Detail:
    END SERVICE FAULT>
    <16-ago-2006 12H49' ART> <Warning> <WLW> <000000> <Id=top-level; Method=processes.common.webService.myTest.clientRequest(); Failure=com.bea.wli.bpm.runtime.UnhandledProcessException: Unhandled process exception [ServiceException]>
    <16-ago-2006 12H49' ART> <Warning> <WLW> <000000> <A message was unable to be delivered from a WLW Message Queue. Attempting to deliver the onAsyncFailure event
    url

    Hi,
    I'm assuming you invoking the JWS from JPD via a service control.
    In this case, the serviceControl has setUsername and setPassword method which will allow you to specify the username and password
    cheers
    Raj

  • Class cast exception in Process Control

    Hello,
    I am trying to use a SubProcess through a Process Control from a ParentProcess in another Workshop application.
    They are both deployed in the same domain.
    The SubProcess Control is packaged in a Control Project whose jar is imported in the other ParentProcess Workshop application.
    The data that is passed is in form of XML documents described as schemas. And both applications use the same Schema.jar.
    The call from the ParentProcess looks like it is OK.
    But when the reply comes back it looks like the transform fails. I get a "class cast exception"
    The feeling I get is that the returning xml document variable can't be cast into the local xml document variable. Even though they are of the exact same type...
    All help is very much appreciated!!!
    Unhandled Process Exception:
    java.lang.ClassCastException
    at se.telia.object.kund.control.sokKundPControl.clientRequest(Unknown Source)
    at se.telia.tab.regae.process.Untitled.sokKundPctrlClientRequest(Untitled.jpd:101)
    -------------

    I'm having some problems with a transformation and I'm getting a cast exception so maybe it's the same thing.
    The problem is when the source schema has some element with minOccurs="0". If the element is not present in the xml document that is received, the transformation seems to be trying to cast it anyway.

  • Unhandled event loop exception in workshop 10.3

    Hi All,
    when I tried to generate a Process controller from a JPD using WLI workshop 10.3 I found following error says
    Message :
    Unhandled event loop exception
    here is following exception stack trace :
    java.lang.ExceptionInInitializerError
         at com.bea.wli.bpm.compiler.CheckerVisitor.addIssue(CheckerVisitor.java:44)
         at com.bea.wli.bpm.compiler.CheckerVisitor.addWarning(CheckerVisitor.java:58)
         at com.bea.wli.bpm.compiler.CheckerVisitor.visit(CheckerVisitor.java:476)
         at com.bea.wli.bpm.model.ProcessNode.accept(ProcessNode.java:63)
         at com.bea.wli.bpm.model.BaseNode.accept(BaseNode.java:283)
         at com.bea.wli.bpm.compiler.Compiler.check(Compiler.java:46)
         at com.bea.wli.bpm.compiler.JpdChecker.checkProcessDefinition(JpdChecker.java:567)
         at com.bea.wli.bpm.compiler.JpdChecker.check(JpdChecker.java:146)
         at com.bea.wli.knex.runtime.core.compiler.WlwChecker.wrapCheck(WlwChecker.java:139)
         at com.bea.wli.knex.runtime.core.compiler.WlwChecker.checkType(WlwChecker.java:112)
         at com.bea.wli.knex.runtime.core.compiler.WlwAnnotationProcessor.check(WlwAnnotationProcessor.java:54)
         at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.check(JpdAnnotationProcessor.java:61)
         at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.check(JpdAnnotationProcessor.java:95)
         at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.getProcessControl(JpdAnnotationProcessor.java:283)
         at com.bea.wli.ide.controls.process.ProcessControlInsertionDelegate.getControlContents(ProcessControlInsertionDelegate.java:85)
         at com.bea.wli.ide.controls.process.ControlGenerator.generate(ControlGenerator.java:57)
         at com.bea.wli.ide.jpd.actions.GenerateProcessControl.run(GenerateProcessControl.java:101)
         at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3687)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3299)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:112)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:448)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1174)
         at org.eclipse.equinox.launcher.Main.eclipse_main(Main.java:1148)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:33)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: java.util.MissingResourceException: Can't locate bundle for class 'com.bea.wli.core.l10n.CoreBpmCompilerLogLocalizer'
         at weblogic.i18ntools.L10nLookup.getLocalizer(L10nLookup.java:382)
         at weblogic.i18ntools.L10nLookup.getLocalizer(L10nLookup.java:345)
         at com.bea.wli.bpm.compiler.CompileErrorImpl.<clinit>(CompileErrorImpl.java:35)
         at com.bea.wli.bpm.compiler.CheckerVisitor.addIssue(CheckerVisitor.java:44)
         at com.bea.wli.bpm.compiler.CheckerVisitor.addWarning(CheckerVisitor.java:58)
         at com.bea.wli.bpm.compiler.CheckerVisitor.visit(CheckerVisitor.java:476)
         at com.bea.wli.bpm.model.ProcessNode.accept(ProcessNode.java:63)
         at com.bea.wli.bpm.model.BaseNode.accept(BaseNode.java:283)
         at com.bea.wli.bpm.compiler.Compiler.check(Compiler.java:46)
         at com.bea.wli.bpm.compiler.JpdChecker.checkProcessDefinition(JpdChecker.java:567)
         at com.bea.wli.bpm.compiler.JpdChecker.check(JpdChecker.java:146)
         at com.bea.wli.knex.runtime.core.compiler.WlwChecker.wrapCheck(WlwChecker.java:139)
         at com.bea.wli.knex.runtime.core.compiler.WlwChecker.checkType(WlwChecker.java:112)
         at com.bea.wli.knex.runtime.core.compiler.WlwAnnotationProcessor.check(WlwAnnotationProcessor.java:54)
         at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.check(JpdAnnotationProcessor.java:61)
         at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.check(JpdAnnotationProcessor.java:95)
         at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.getProcessControl(JpdAnnotationProcessor.java:283)
         at com.bea.wli.ide.controls.process.ProcessControlInsertionDelegate.getControlContents(ProcessControlInsertionDelegate.java:85)
         at com.bea.wli.ide.controls.process.ControlGenerator.generate(ControlGenerator.java:57)
         at com.bea.wli.ide.jpd.actions.GenerateProcessControl.run(GenerateProcessControl.java:101)
         at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3687)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3298)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
         at org.eclipse.equinox.launcher.Main.eclipse_main(Main.java:1148)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:33)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         ... 1 more
    Session Data:
    eclipse.buildId=M20080221-1800
    java.version=1.6.0_05
    java.vendor=BEA Systems, Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    Any idea on this issue would be appreciated.
    Regards,
    Kal.

    Got the same error in Ubuntu as well.
    Found any solution?

  • Cannot Deploy JPD with Timer Event Subscription in WLI 9.2 MP1 cluster

    Has anyone had any luck deploying a JPD with a timer event subscription to a 9.2 MP1 WLI cluster? I am able to deploy Synchronous Client Request JPDs without any trouble but the ones that rely on internal WLI queues for invocation will not deploy in production. I am able to deploy the problematic JPDs to a non-clustered development environment without any issues but when I try to deploy the same artifact to a 9.2 MP1 cluster I see the following error:
    Throwable: java.security.PrivilegedActionException: java.security.PrivilegedActionException: java.security.PrivilegedActionException: javax.management.InstanceNotFoundException: tosipDomain_phase2:Name=cgJMSServer,Type=JMSServer
    Stack Trace:
    java.security.PrivilegedActionException: java.security.PrivilegedActionException: java.security.PrivilegedActionException: javax.management.InstanceNotFoundException: tosipDomain_phase2:Name=cgJMSServer,Type=JMSServer
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator.deployWorkshopQueues(EJBGenerator.java:178)
         at com.bea.wli.knex.runtime.core.dispatcher.DispResources.deployQueues(DispResources.java:727)
         at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:667)
         at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:1025)
         at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:946)
         at com.bea.wli.management.adminhelper.AdminHelperBean.getDispFile(AdminHelperBean.java:348)
         at com.bea.wli.management.adminhelper.AdminHelperBean.getProcessMetadata(AdminHelperBean.java:94)
         at com.bea.wli.management.adminhelper.AdminHelperSSB_wivmoo_EOImpl.getProcessMetadata(AdminHelperSSB_wivmoo_EOImpl.java:70)
         at com.bea.wli.management.adminhelper.AdminHelperSSB_wivmoo_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:548)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:438)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:434)
         at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:57)
         at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:965)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    I am suprised about this error, b/c we are running out of a vanilla WLI domain created with the Configuration Wizard and the error message has to do with an internal JMS server that we have left with the default configuration. Has anyone else had success with this?
    On a side note, I have to complain about the lack of 9.2 WLI documentation about deploying applications to production. The links on e-docs.bea.com actually redirect you to 8.5 documentation?!? I can't believe that this is the documentation we are left to use for 9.2 because there are so many changes between WLS 8 and 9.

    Hey buddies,
    I have a very similar error on WLI 9.2 MP2 on development mode with a cluster of managed servers on the same machine. I'm afraid that the automatic resource creation feature of dev mode is creating the error.
    The ...processes.UnlockService is jpd called by a JMS Broker thru a channel, and I considering it as the first suspect point.
    Any help is welcome.
    LOG CONTENT:
    <May 15, 2008 8:04:57 PM GMT-03:00> <Notice> <Stdout> <000000> <2008-05-15 20:04:57,575 [PERFO] localServer 10.10.10.10 xMDA  [iid=15899 prd=TC DATA act=INSTALL otp=I onb=00011552111 cid=12345189 mrt=]  END Designar_TCDATA OK>
    <May 15, 2008 8:04:57 PM GMT-03:00> <Error> <WLI> <000000> <Exception processing com.oi.integra.provisioning.lockManager.processes.UnlockService
    java.security.PrivilegedActionException: java.security.PrivilegedActionException: java.security.PrivilegedActionException: javax.management.InstanceNotFoundException: granite_wli_dev:Name=cgJMSServer,Type=JMSServer
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator.deployWorkshopQueues(EJBGenerator.java:178)
         at com.bea.wli.knex.runtime.core.dispatcher.DispResources.deployQueues(DispResources.java:727)
         at com.bea.wli.knex.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:671)
         Truncated. see log file for complete stacktrace
    java.security.PrivilegedActionException: java.security.PrivilegedActionException: javax.management.InstanceNotFoundException: granite_wli_dev:Name=cgJMSServer,Type=JMSServer
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator.ensureQueue(EJBGenerator.java:442)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator.ensureWorkshopQueues(EJBGenerator.java:412)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator$3.run(EJBGenerator.java:194)
         Truncated. see log file for complete stacktrace
    java.security.PrivilegedActionException: javax.management.InstanceNotFoundException: granite_wli_dev:Name=cgJMSServer,Type=JMSServer
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator.doesQueueExist(EJBGenerator.java:359)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator$6.run(EJBGenerator.java:449)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         Truncated. see log file for complete stacktrace
    javax.management.InstanceNotFoundException: granite_wli_dev:Name=cgJMSServer,Type=JMSServer
         at weblogic.management.mbeanservers.compatibility.internal.MBeanHomeImpl.getProxy(MBeanHomeImpl.java:68)
         at weblogic.management.mbeanservers.compatibility.internal.MBeanHomeImpl.getMBean(MBeanHomeImpl.java:88)
         at weblogic.management.mbeanservers.compatibility.internal.MBeanHomeImpl.getAdminMBean(MBeanHomeImpl.java:265)
         at com.bea.wli.knex.runtime.core.bean.WLSUtil.getWorkshopJMSServer(WLSUtil.java:713)
         at com.bea.wli.knex.runtime.core.bean.EJBGenerator$5.run(EJBGenerator.java:372)
         Truncated. see log file for complete stacktrace
    >
    java.security.PrivilegedActionException: java.security.PrivilegedActionException: java.security.PrivilegedActionException: javax.management.InstanceNotFoundException: granite_wli_dev:Name=cgJMSServer,Type=JMSServer
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:373)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)

  • "ORA-03113" exception on a global transaction in XAEmulation

    Hi everybody,
    we're experiencing the following problem on a foreach node of a jpd:
    This foreach node performs (basically) two - grouped - db ctrls send/receive operations, both using the same TXDatasource (in XA-Emulation on a thin driver's connections pool non-XA)
    The first statement is a lookup executed against a table, while the second is an insert against a "remote" db schema via a synonim/db link.
    Each sql operation (inside same node group) is exception-handled as "retrow", while - at foreach level - the exception handler is set to "no retry/skip".
    In this configuration any failure on the dblink (i.e. "ORA-03113: end-of-file on communication channel" on 2nd operation) shouldn't stop the iteration since the bubbled exception is handled and skipped at next group which correspond to next iteration.
    What we notice instead is that in case of dblink exception ,
    1- any subsequent operation (i.e. next loop / 1st operation ) fails and
    2- at the end of jpd, the test-on-released connection (SELECT 1 FROM DUAL) fails as well , causing a continuous closing/recreation of the jdbc conn.
    Can it be that the "EOF on communiction channel " resets the jdbc connection by reducing it at a "UNHEALTY" state for the WHOLE rest of its life-cycle? (i.e. for any subsequent db ctrl operations, since in XAEmulation the same jdbc connection instance is recycled for any TXDatasource clients of the same TX)?
    thanks for any help
    Gabriele

    I might not have understood the problem clearly. Can you provide additional detail.
    Do you have test connection on reserve set to true in the connection pool configuration? That might help here.
    If both the SQL stmts are executing in the same transaction, when one fails the other will fail too.

  • Problem in using database control in JPD.

    Hi All,
    I am developing a JPD which also involves using DB control. The connected DB is Oracle 9.2.
    I have created DB control with "insert" method and one with "update" method.
    When i call "insert" method in JPD by dynamically passing values, it works fine. I have a "task control" in a JPD and once the task is complted by a specific user, again I am calling "update" method.
    Here it fails to update the DB. The strange part is that the perform node executes after the control send node and there are no exceptions. Heres my update method
    * @jc:sql command-type="update" statement::
    * UPDATE PROPOSAL_INFO SET status = {status} WHERE track_num = {trackingNumber}
    * @common:message-buffer enable="false"
    void updateStatusAndDesc(String status,String trackingNumber);
    The strange part is that, If I hard code the "status" and "trackingNumber" value instead of passing dynalically by using (ie without using {}), then update happens.
    Can somebody suggest me the solution for this problem??
    Thanks in advance,
    Prashanth Bhat.

    Hello,
    I do not know the source of your problem, but
    a.) Check if the db colum types match the parameter types
    See http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/controls/database/conMappingDBFieldsToJavaTypesInTheDBCtrl.html for more info
    b.) command-type is only used for rowset controls.
    -Kai

  • Calling a JPD Process using the Stateless Container and EJBLocal Interfaces

    Hello all,
    We are trying to call a jpd process through EJBLocalcalls. Weblogic wrokshop generate a Stateless container through the one you can obtain the EJBLocalInterface as here:
    try {
    ServiceLocator serviceLocator = new ServiceLocator();
    StatelessContainer_LocalHomeImpl home = (StatelessContainer_LocalHomeImpl) serviceLocator.getLocalHome("PruebaWeb.processes.process.bean.StatelessContainer");
    processSLSBContIntf local = home.create();
    local.ClientRequest(...);
    } catch(ServiceLocatorException se) {
    return "JNDI ERROR" + se.getMessage();
    catch (CreateException ce) {
    return "CREATE ERROR" + ce.getMessage();
    ServiceLocator is a class that returns an EJBLocalHome instance from a ContextInterface.lookup() call. We pass the LOCAL_JNDI_NAME of the process as a parameter (this name is defined in weblogic-ejb-jar.xml of the process).
    Debugging we see that the type of this returned object is a StatelessContainer_LocalHomeImpl. We have made a cast from EJBLocalHome to this type in order to call the create() method.
    The create method returns a EJBLocal object with the methods of the process.
    We think that this is the good way to acces to the local EJB interface of a jpd process but the code throw a cast exception when we made the cast from EJBLocalHome object to a StatelessContainer_LocalHomeImpl.
    Could you help us??, What is the correct way to call a jpd process through a Local Interface???.
    NOTE: Obviously everything is in the same EAR applicattion in order to make the local calls.
    Thanks

    Hmm, my mistake. First, I thought that it has something to do with literal/document/rpc-style. But instead of using types for input/output message parts in the schema, I should have used elements - that´s all.
    Just for the notes :)

  • Javadoc out of files with extensions jpd/jws/ejb/jcx

    Hi,
    I see lot of messages on this newsgroup for javadoc help (unfortunately without any reply with solution except temporarily changing extension to .java).
    I am facing the same problem of creating javadoc out of jpd/jws/ejb/jcx or .work file itself.
    Can anyone please guide me?
    regards,
    -Ranjan

    What do you mean "just like a java file"? Does it contain class, constructor, method and field declarations? Javadoc comments are interpreted only ahead of these declarations.
    The javadoc tool is limited to java source files. It's pretty much a precondition of the javadoc tool that a source file must be able to be compiled by the javac compiler. Javadoc uses parts of javac to parse the source file and build a doc structure, using javac internal data structures. If your files cannot be compiled by javac, they are unlikely to be parsed by the javadoc tool (though there are exceptions for Java source files that have compiler errors). Javadoc tool also looks for the ".java" extension on files.

  • Design view for jpd

    Hello,
    I just installed Weblogic workshop on my Mac running OS X - everything looks OK except the editor doesnt show design/source tabs for jpds ( shows these tabs for others). can anybody please help ?
    thanks
    meera

    Jeff,
    I have checked with engineering and found that JSP Design View support on
    Linux is a planned feature for the next release. I don't think we will have
    this feature as part of a Service Pack for 8.1
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanvoa" <[email protected]> wrote in message
    news:3f4df04e$[email protected]..
    >
    Raj,
    Thanks for the information!! Any timeframe when it might be supportedon Linux
    Thanks,
    Jeff
    "Raj Alagumalai" <[email protected]> wrote:
    Jess,
    Unfortunately, the JSP design view is currently not supported on Linux.
    Workshop does allow to do remote development where the IDE is running
    on a
    Windows machine and connects to a server running on Linux/Solaris.
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Jeff Cassanova" <[email protected]> wrote in message
    news:[email protected]..
    Does anybody else who is running the Linux version of Workshop 8.1have
    troubling
    getting the Design View of JSP files to come up. All I see is thesource,
    with
    no tabs at the bottom to switch to/from the Design View. When I bootover
    to
    Windows and run 8.1 Workshop, I see both tabs and I am able to useboth
    views.
    Is it something I have set in Preferences somewhere that disablesthe
    Design
    View ???
    Thanks,
    Jeff

  • Error invoking a jpd  from a proxy from Aqualogic

    We run a proxy from Aqualogic(AL). This proxy invokes a jpd that resides in weblogic.
    When the proxy is running, we get the following message:
    [WliSbTransports:381304]Exception in HttpOutboundMessageContext.RetrieveHttpResponseWork.run: java.net.SocketTimeoutException
    java.net.SocketTimeoutException
    at weblogic.net.http.AsyncResponseHandler$MuxableSocketHTTPAsyncResponse$SocketTimeoutNotification.<clinit>(AsyncResponseHandler.java:526)
    at weblogic.net.http.AsyncResponseHandler$MuxableSocketHTTPAsyncResponse.handleTimeout(AsyncResponseHandler.java:382)
    at weblogic.net.http.AsyncResponseHandler$MuxableSocketHTTPAsyncResponse.timeout(AsyncResponseHandler.java:465)
    at weblogic.socket.SSLFilter.timeout(SSLFilter.java:280)
    at weblogic.socket.SocketMuxer$TimerListenerImpl.timerExpired(SocketMuxer.java:928)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:259)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    We checked the log and we can see that the jpd ran successfully. Can anyone help us???

    Did you design your proxy with request/response pattern. In that case if the JPD is request only, after a while ALSB is going to time out, waiting on the response.
    Try to modify the QOS when invoking the ALSB business service. If you use QOS=exactly-once the http call is synchronous, if you use best-effort it will become asynchronous and you are unlikely to get any timeout.
    Gregory

  • Getting javadoc out of jpd/jws/ejb/jcx/work files

    Hi,
    I see lot of messages on this newsgroup for javadoc help (unfortunately without any reply with solution except temporarily changing extension to .java).
    I am facing the same problem of creating javadoc out of jpd/jws/ejb/jcx or .work file itself.
    Can anyone please guide me?
    regards,
    -Ranjan

    Hi dkramer,
    Sorry for the delay in the response.
    I visited the link that you have mentioned:
    http://java.sun.com/j2se/javadoc/faq/index.html#sourcecode
    It redirects me to www.sun.com, and from there a series of steps begins. Then at one stage it says "Click here for download". I click this, but what is this. I am told that I have been LOGGED OUT! I tried downloading from different computers and with different accounts, but the same result.
    I think that the source files download has been discontinued by Sun.
    Can you actually try downloading the source files from this link and let me know the status?
    Thanx
    SNODX
    Pssssst.... Barbarian is trying to be much more reasonable, he is asking me to download a zip de-compression utility for Linux, but I am the kind of person who prefers to climb up the mountain rather that try to get around it. In any case if anyone asks me in a job interview how would you build the javadocs for Linux, what do I tell them, decompress the zip file on Linux!

  • Marking the transaction as rollback in JPD

    I have a stateless JPD (with Client Request with Return as the start node).
    If an exception is thrown anywhere in the JPD and "remains" unhandled the transaction
    rollbacks automatically - which is desired. However any piece that happens as
    a result is that the Process is marked as "Aborted" (on the WLI admin console)
    and the client gets a runtime unhandled exception (SOAP Fault)- which is not wan't
    I wan't to return to the client as a JPD developer.
    So I am stuck as I wan't the transaction to rollback but at the same time I wan't
    to send a more user friendly response (say an XML contract) with the error details....
    I am using WLI 8.1 SP2.
    BEA folks - please speak up ... Do you guys have any inside info. that you could
    please share or point to!
    Thanks very much

    Hi Ric,
    Thanks for your input. Although this document has aided my undertanding of state management and connection pooling, I am still none the wiser as to why I am experiencing this issue.
    On closer inspection I have found that the doDML(int, TransactionEvent) is not being called until I insert a row.
    So if I query my master VO, set the first row to current, update an attribute on a detail row then postChanges on the transaction, doDML does not get called.
    If I insert a row into my detail VO then postChanges on the transaction, it calls doDML issuing the original update I entered in the above step.
    It seems I have a similar problem to the that described in the following thread but there seems to be no outcome.
    Re: doDML() not called at postChanges?
    In my desparation, I am tempted to just insert a row and then remove it just to put the EO's in the correct state if the user updates a row before inserting a new one.
    Any help would be greatly appreciated.
    Thanks.

  • Jpd restarting

    Hi
    I have a jpd that performs a search and returns 100's-1000's of users which need to be processed, this can take a few hours to complete but we are having some problems with the jpd because it is starting 3 processes at 5 minute intervals (this will cause some users to be processed 3 times).
    The search takes a few seconds and the process seems to run correctly through the users, but problems arise after the second proces starts.
    What can I do to prevent a second\third process to run?
    We then also start to see XA exceptions (see below), these exceptions are cause because a db pool is dropped.
    The first issue I need to resolve is why are 3 processes starting? After 5 mins when the second process starts, the process instance shows the process are aborted with this exception
    java.lang.Throwable: Process aborted due to transaction rollback
    at com.bea.wli.bpm.runtime.JpdContainer$TxnListener.abortProcess(JpdContainer.java:510)
    at com.bea.wli.bpm.runtime.JpdContainer$TxnListener.afterCompletion(JpdContainer.java:444)
    at weblogic.transaction.internal.ServerSCInfo.callAfterCompletions(ServerSCInfo.java:853)
    at weblogic.transaction.internal.ServerTransactionImpl.callAfterCompletions(ServerTransactionImpl.java:2773)
    at weblogic.transaction.internal.ServerTransactionImpl.setRolledBack(ServerTransactionImpl.java:2620)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRetryRollback(ServerTransactionImpl.java:2850)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRollback(ServerTransactionImpl.java:2610)
    at weblogic.transaction.internal.TransactionImpl$1.execute(TransactionImpl.java:1798)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Jan 11, 2007 1:24:11 PM ie.users.registration.process.processActivationExpire progressCase
    INFO: Have response from case management
    <Jan 11, 2007 1:24:11 PM GMT> <Warning> <Common> <BEA-000631> <Unknown resource "weblogic.jdbc.common.internal.ConnectionEnv@105b516" being released to pool "
    intDev". Printing out current pool contents.>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Dumping Resource Pool:intDev>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool currCapacity = 8>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool dumping avlList #entries = 8>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[0] = weblogic.common.resourcepool.PooledResourceWrapper@
    1c404bb>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[0].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@105b516>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[1] = weblogic.common.resourcepool.PooledResourceWrapper@
    1537883>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[1].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@1b3d8b3>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[2] = weblogic.common.resourcepool.PooledResourceWrapper@
    51bcba>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[2].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@57ffd4>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[3] = weblogic.common.resourcepool.PooledResourceWrapper@
    123fb8>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[3].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@15cdd6d>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[4] = weblogic.common.resourcepool.PooledResourceWrapper@
    1a6b6c5>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[4].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@1cd4bea>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[5] = weblogic.common.resourcepool.PooledResourceWrapper@
    18dafec>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[5].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@132f8c7>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[6] = weblogic.common.resourcepool.PooledResourceWrapper@
    1760f5b>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[6].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@1d9a0c8>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[7] = weblogic.common.resourcepool.PooledResourceWrapper@
    17f4bb3>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool avlList[7].PooledResource = weblogic.jdbc.common.internal.Connec
    tionEnv@cacd45>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool dumping unavlList #entries = 0>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Resource Pool:intDev:dumpPool dumping resvList #entries = 0>
    <Jan 11, 2007 1:24:11 PM GMT> <Debug> <Common> <BEA-000610> <Dumping Resource Pool: intDev complete>
    <Jan 11, 2007 1:24:11 PM GMT> <Warning> <WLW> <000000> <Id=userStateControl; Method=ie.users.registration.controls.auditUserStateControl.getDetail
    s(); Failure=java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAER_NOTA : The XID is not valid start(
    ) failed on resource 'intDev': XAER_NOTA : The XID is not valid
    oracle.jdbc.xa.OracleXAException
    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:938)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:244)
    at weblogic.jdbc.wrapper.VendorXAResource.start(VendorXAResource.java:50)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:649)
    at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1140)
    at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1072)
    at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:255)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:447)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1441)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1383)
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:195)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
    at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:356)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.getStatement_v2(DatabaseControlImpl.jcs:1676)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.invoke(DatabaseControlImpl.jcs:2567)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy124.getDetails(Unknown Source)
    at ie.users.registration.process.processActivationExpire.getLanguageCode(processActivationExpire.jpd:492)
    at ie.users.registration.process.processActivationExpire.buildProgressCaseML(processActivationExpire.jpd:572)
    at ie.users.registration.process.processActivationExpire_wf$ImplPerform14.invoke(processActivationExpire_wf.java:135)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Block.execute(Block.java:39)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:726)
    at ie.users.registration.process.processActivationExpire_wf$_ProcessState.executeInternalCallback(processActivationExpire_wf.java:407)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:685)
    at com.bea.wli.bpm.runtime.ProcessState.processNodeOrchestration(ProcessState.java:681)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at com.bea.wli.bpm.runtime.JpdInternalDispMethod.invoke(JpdInternalDispMethod.java:87)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:248)
    at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at com.bea.wlwgen.PersistentContainer_cgimlf_ELOImpl.invoke(PersistentContainer_cgimlf_ELOImpl.java:153)
    at com.bea.wlwgen.processActivationExpireBMPContAdpt.invokeOnBean(processActivationExpireBMPContAdpt.java:90)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run(BaseDispatcherBean.java:85)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:50)
    at com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1446)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1383)
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:195)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
    at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:356)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.getStatement_v2(DatabaseControlImpl.jcs:1676)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.invoke(DatabaseControlImpl.jcs:2567)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy124.getDetails(Unknown Source)
    at ie.users.registration.process.processActivationExpire.getLanguageCode(processActivationExpire.jpd:492)
    at ie.users.registration.process.processActivationExpire.buildProgressCaseML(processActivationExpire.jpd:572)
    at ie.users.registration.process.processActivationExpire_wf$ImplPerform14.invoke(processActivationExpire_wf.java:135)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Block.execute(Block.java:39)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:726)
    at ie.users.registration.process.processActivationExpire_wf$_ProcessState.executeInternalCallback(processActivationExpire_wf.java:407)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:685)
    at com.bea.wli.bpm.runtime.ProcessState.processNodeOrchestration(ProcessState.java:681)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at com.bea.wli.bpm.runtime.JpdInternalDispMethod.invoke(JpdInternalDispMethod.java:87)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:248)
    at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at com.bea.wlwgen.PersistentContainer_cgimlf_ELOImpl.invoke(PersistentContainer_cgimlf_ELOImpl.java:153)
    at com.bea.wlwgen.processActivationExpireBMPContAdpt.invokeOnBean(processActivationExpireBMPContAdpt.java:90)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run(BaseDispatcherBean.java:85)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:50)
    at com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    [ServiceException]>
    java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAER_NOTA : The XID is not valid start() failed on r
    esource 'intDev': XAER_NOTA : The XID is not valid
    oracle.jdbc.xa.OracleXAException
    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:938)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:244)
    at weblogic.jdbc.wrapper.VendorXAResource.start(VendorXAResource.java:50)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:649)
    at weblogic.transaction.internal.XAServerResourceInfo.start(XAServerResourceInfo.java:1140)
    at weblogic.transaction.internal.XAServerResourceInfo.xaStart(XAServerResourceInfo.java:1072)
    at weblogic.transaction.internal.XAServerResourceInfo.enlist(XAServerResourceInfo.java:255)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(ServerTransactionImpl.java:447)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1441)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1383)
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:195)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
    at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:356)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.getStatement_v2(DatabaseControlImpl.jcs:1676)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.invoke(DatabaseControlImpl.jcs:2567)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy124.getDetails(Unknown Source)
    at ie.users.registration.process.processActivationExpire.getLanguageCode(processActivationExpire.jpd:492)
    at ie.users.registration.process.processActivationExpire.buildProgressCaseML(processActivationExpire.jpd:572)
    at ie.users.registration.process.processActivationExpire_wf$ImplPerform14.invoke(processActivationExpire_wf.java:135)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Block.execute(Block.java:39)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:726)
    at ie.users.registration.process.processActivationExpire_wf$_ProcessState.executeInternalCallback(processActivationExpire_wf.java:407)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:685)
    at com.bea.wli.bpm.runtime.ProcessState.processNodeOrchestration(ProcessState.java:681)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at com.bea.wli.bpm.runtime.JpdInternalDispMethod.invoke(JpdInternalDispMethod.java:87)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:248)
    at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at com.bea.wlwgen.PersistentContainer_cgimlf_ELOImpl.invoke(PersistentContainer_cgimlf_ELOImpl.java:153)
    at com.bea.wlwgen.processActivationExpireBMPContAdpt.invokeOnBean(processActivationExpireBMPContAdpt.java:90)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run(BaseDispatcherBean.java:85)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:50)
    at com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1446)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1383)
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:195)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
    at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:356)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.getStatement_v2(DatabaseControlImpl.jcs:1676)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.invoke(DatabaseControlImpl.jcs:2567)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy124.getDetails(Unknown Source)
    at ie.users.registration.process.processActivationExpire.getLanguageCode(processActivationExpire.jpd:492)
    at ie.users.registration.process.processActivationExpire.buildProgressCaseML(processActivationExpire.jpd:572)
    at ie.users.registration.process.processActivationExpire_wf$ImplPerform14.invoke(processActivationExpire_wf.java:135)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Block.execute(Block.java:39)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:726)
    at ie.users.registration.process.processActivationExpire_wf$_ProcessState.executeInternalCallback(processActivationExpire_wf.java:407)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:685)
    at com.bea.wli.bpm.runtime.ProcessState.processNodeOrchestration(ProcessState.java:681)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at com.bea.wli.bpm.runtime.JpdInternalDispMethod.invoke(JpdInternalDispMethod.java:87)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:248)
    at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at com.bea.wlwgen.PersistentContainer_cgimlf_ELOImpl.invoke(PersistentContainer_cgimlf_ELOImpl.java:153)
    at com.bea.wlwgen.processActivationExpireBMPContAdpt.invokeOnBean(processActivationExpireBMPContAdpt.java:90)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run(BaseDispatcherBean.java:85)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:50)
    at com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1396)
    at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:195)
    at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:84)
    at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:356)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.getStatement_v2(DatabaseControlImpl.jcs:1676)
    at com.bea.wlw.runtime.core.control.DatabaseControlImpl.invoke(DatabaseControlImpl.jcs:2567)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
    at $Proxy124.getDetails(Unknown Source)
    at ie.users.registration.process.processActivationExpire.getLanguageCode(processActivationExpire.jpd:492)
    at ie.users.registration.process.processActivationExpire.buildProgressCaseML(processActivationExpire.jpd:572)
    at ie.users.registration.process.processActivationExpire_wf$ImplPerform14.invoke(processActivationExpire_wf.java:135)
    at com.bea.wli.bpm.runtime.Perform.execute(Perform.java:32)
    at com.bea.wli.bpm.runtime.Block.execute(Block.java:39)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:726)
    at ie.users.registration.process.processActivationExpire_wf$_ProcessState.executeInternalCallback(processActivationExpire_wf.java:407)
    at com.bea.wli.bpm.runtime.ProcessState.executeInternalCallback(ProcessState.java:685)
    at com.bea.wli.bpm.runtime.ProcessState.processNodeOrchestration(ProcessState.java:681)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
    at com.bea.wli.bpm.runtime.JpdInternalDispMethod.invoke(JpdInternalDispMethod.java:87)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:423)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:396)
    at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:248)
    at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
    at com.bea.wlw.runtime.core.bean.BMPContainerBean.invoke(BMPContainerBean.java:2033)
    at com.bea.wli.bpm.runtime.ProcessContainerBean.invoke(ProcessContainerBean.java:163)
    at com.bea.wlwgen.PersistentContainer_cgimlf_ELOImpl.invoke(PersistentContainer_cgimlf_ELOImpl.java:153)
    at com.bea.wlwgen.processActivationExpireBMPContAdpt.invokeOnBean(processActivationExpireBMPContAdpt.java:90)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.run(BaseDispatcherBean.java:85)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:50)
    at com.bea.wlw.runtime.core.bean.AsyncDispatcherBean.onMessage(AsyncDispatcherBean.java:248)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:370)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:262)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2678)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2598)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Jan 11, 2007 1:24:11 PM ie.users.registration.process.processActivationExpire getLanguageCode

    Hello Again! Always glad to be of assistance! I also recommend DiskWarrior as a "must have" utility for these type problems. DW is the undisputed king of disk directory repair which is the leading cause of disk related problems. It is by far better at what it does than any other utility and will save you time and money not to mention peace of mind. Tom

Maybe you are looking for

  • Supplier invoice in pre approved exp batches

    can we enter supplier invoice in pre approved exp batches ?

  • Help:  Only 2-channel stereo audio!

    I only get Stero audio off my Apple TV.  I have it connected via HDMI to my Pioneer Elite receiver which is HDMI to my Plasma TV set.  I have updated it to the latest software but cannot get the receiver to switch to Dolby for movies or anything.  My

  • Email autosave

    I'm new to DROID (and coming from BB) so I hope I'm expplaining this right... I'm using my aol account through the email "widget". When a call, text message, or email comes in while I'm composing an email the email is lost. My message isn't automatic

  • How do I write in greek script in Pages?

    I want to write in greek script (symbol font) but pages doesn't show it. It is in font book. How do I get pages to let me write in the symbol font?

  • Purchase iPhone in Australia for use in UK?

    Hello, Im currently living in Australia for a year (studying abroad) and my old iPhone 4 is on it's last legs. I am looking to buy a new iphone (maybe the new model ) whilst out here. I will buy it unlocked from Apple directly and use a sim only cont