[Messaging, JMS & JBossMQ] - Re: Cluster nodes fails to correctly deploy JMS Topic
by meghanai_99
What is the right location and contents of hajndi-jms-ds.xml file? According to the link -
http://wiki.jboss.org/wiki/JBossMQHAOverview
It should be under deploy-hasingleton but that doesn't seem to be its right place because I get deployment errors for DefaultJMSProvider. I have that file and the jms-ra.rar file under 'deploy' folder and all other JMS related files and my queue service file under deploy-hasingleton.
We are using JBoss 4.0.5GA and 2 servers running in cluster pointing to same 'deploy' folder. Our master node comes up just fine but the slave node throws following exception -
| 00000 ERROR 2008-06-27 13:52:16,438 org.jboss.ejb.plugins.jms.JMSContainerInvoker -- Reconnect failed: JMS provider failure detected for ALFServiceFlow
| javax.naming.NameNotFoundException: ALFServiceFlowRemoteQueueProvider not bound
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
| at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
| at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
| at javax.naming.InitialContext.lookup(InitialContext.java:351)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker.getJMSProviderAdapter(JMSContainerInvoker.java:1051)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:502)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$ExceptionListenerRunnable.run(JMSContainerInvoker.java:1428)
| at java.lang.Thread.run(Thread.java:595)
We have configured ejb-jar.xml and jboss.xml [pointing to localhost:1100 for HA-JNDI] for our MDB as per the link above. We have also installed the example sar file that is distributed on the wiki to verify HA-JMS on clustered nodes and it is working as expected so what else could be wrong?
Thank you,
Meghana
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161304#4161304
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161304
17 years, 9 months
[JBoss jBPM] - Task-create events not executing multiple times
by BrettG
All,
I'm wondering if anyone has experienced a rather strange problem that I've been trying to figure out for a while now. I have a task-node in a process:
| <task-node name="directedBuyApprovalAction">
| <task name="directedBuyApprovalAction" description="#{actionItemLinkHelper.findDirectedBuyApprovalActionDescription()}">
| <assignment pooled-actors="#{pooledActorIdFactory.findDirectedBuyApprovalActionActorIds()}"/>
| </task>
| <event type="task-create">
| <action expression="#{actionItemManager.addActionItemMetaDataDbMaPendingApprovalAction()}"/>
| </event>
| <event type="task-end">
| <action expression="#{actionItemManager.removeActionItemMetaDataDbMaPendingApprovalAction()}"></action>
| </event>
| <transition to="certifyFunds" name="approved"></transition>
| <transition to="requestQuoteDirectedBuy" name="rejected"></transition>
| <transition to="cancelled" name="orderCancelled"></transition>
| </task-node>
|
When I instantiate the process and get to this node, the task-create event fires, but only the first time that the process is instantiated, subsequent instantiations of the process do not fire off the action on task-create. Another strange piece of the puzzle is that earlier in the process, there are actions that fire on task-create that are always fired, no matter how many times the process is instantiated in the life of the application.
Has anyone seen this behavior happen before, or does anyone have any insight?
Thanks,
Brett
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161301#4161301
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161301
17 years, 9 months
[JNDI/Naming/Network] - problem with deploy file jboss
by ahmed_bacha
Iam trying to deploy ear (jsf file connect to oracle db using EJB 3.0) file using jdeveloper 11 on jbos 4.2.2
and it deployed ok without any exception and dosnot list data from DB
but when i call my jsf it throw exception
2008-06-27 21:10:17,656 ERROR [STDERR] javax.naming.NameNotFoundException: SessionEJB not bound
2008-06-27 21:10:17,796 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
2008-06-27 21:10:17,796 ERROR [STDERR] at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
2008-06-27 21:10:17,796 ERROR [STDERR] at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
2008-06-27 21:10:17,796 ERROR [STDERR] at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
2008-06-27 21:10:17,796 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.naming.InitialContext.lookup(Unknown Source)
2008-06-27 21:10:17,812 ERROR [STDERR] at project1.backing.Untitled1.getForm1(Untitled1.java:29)
2008-06-27 21:10:17,812 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2008-06-27 21:10:17,812 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2008-06-27 21:10:17,812 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2008-06-27 21:10:17,812 ERROR [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.el.BeanELResolver.getValue(BeanELResolver.java:62)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)
2008-06-27 21:10:17,812 ERROR [STDERR] at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.el.parser.AstValue.getValue(AstValue.java:97)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jasper.el.JspValueExpression.getValue(JspValueExpression.java:101)
2008-06-27 21:10:17,812 ERROR [STDERR] at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:229)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:211)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:476)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:660)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1111)
2008-06-27 21:10:17,812 ERROR [STDERR] at com.sun.faces.taglib.html_basic.FormTag.doStartTag(FormTag.java:273)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jsp.untitled1_jsp._jspx_meth_h_005fform_005f0(untitled1_jsp.java:154)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jsp.untitled1_jsp._jspx_meth_f_005fview_005f0(untitled1_jsp.java:119)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jsp.untitled1_jsp._jspService(untitled1_jsp.java:77)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
2008-06-27 21:10:17,812 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
2008-06-27 21:10:17,812 ERROR [STDERR] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
2008-06-27 21:10:17,812 ERROR [STDERR] at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:408)
2008-06-27 21:10:17,812 ERROR [STDERR] at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:442)
2008-06-27 21:10:17,828 ERROR [STDERR] at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:115)
2008-06-27 21:10:17,828 ERROR [STDERR] at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
2008-06-27 21:10:17,828 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
2008-06-27 21:10:17,828 ERROR [STDERR] at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
2008-06-27 21:10:17,828 ERROR [STDERR] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
2008-06-27 21:10:17,828 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
2008-06-27 21:10:17,890 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
2008-06-27 21:10:17,890 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
2008-06-27 21:10:17,890 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
2008-06-27 21:10:17,890 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
2008-06-27 21:10:17,890 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
2008-06-27 21:10:17,890 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
2008-06-27 21:10:17,890 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
2008-06-27 21:10:17,890 ERROR [STDERR] at java.lang.Thread.run(Unknown Source)
2008-06-27 21:10:18,109 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:10:18>
2008-06-27 21:10:18,109 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:10:18,109 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:10:18,109 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:10:28,109 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:10:28>
2008-06-27 21:10:28,109 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:10:28,109 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:10:28,109 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:12:28,125 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:12:28>
2008-06-27 21:12:28,125 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:12:28,203 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:12:28,281 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:12:38,296 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:12:38>
2008-06-27 21:12:38,312 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:12:38,312 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:12:38,312 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:14:38,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:14:38>
2008-06-27 21:14:38,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:14:38,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:14:38,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:14:48,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:14:48>
2008-06-27 21:14:48,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:14:48,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:14:48,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:16:48,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:16:48>
2008-06-27 21:16:48,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:16:48,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:16:48,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:16:58,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:16:58>
2008-06-27 21:16:58,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:16:58,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:16:58,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:18:58,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:18:58>
2008-06-27 21:18:58,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:18:58,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:18:58,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:19:08,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:19:08>
2008-06-27 21:19:08,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:19:08,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:19:08,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:21:08,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:21:08>
2008-06-27 21:21:08,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:21:08,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:21:08,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:21:18,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:21:18>
2008-06-27 21:21:18,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:21:18,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:21:18,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:23:18,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:23:18>
2008-06-27 21:23:18,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:23:18,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:23:18,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:23:28,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:23:28>
2008-06-27 21:23:28,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:23:28,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:23:28,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:25:28,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:25:28>
2008-06-27 21:25:28,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:25:28,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:25:28,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:25:38,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:25:38>
2008-06-27 21:25:38,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:25:38,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:25:38,328 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:27:38,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:27:38>
2008-06-27 21:27:38,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:27:38,328 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:27:38,375 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:27:48,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:27:48>
2008-06-27 21:27:48,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:27:48,375 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:27:48,375 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:29:48,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:29:48>
2008-06-27 21:29:48,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:29:48,375 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:29:48,375 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:29:58,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:29:58>
2008-06-27 21:29:58,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:29:58,375 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:29:58,375 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:31:58,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:31:58>
2008-06-27 21:31:58,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:31:58,375 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:31:58,375 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:32:08,437 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:32:08>
2008-06-27 21:32:08,437 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:32:08,437 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:32:08,437 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:34:08,437 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:34:08>
2008-06-27 21:34:08,437 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:34:08,437 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:34:08,437 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:34:18,437 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:34:18>
2008-06-27 21:34:18,437 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:34:18,437 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:34:18,437 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:36:24,843 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:36:23>
2008-06-27 21:36:26,531 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:36:27,968 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:36:30,546 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:36:41,031 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:36:40>
2008-06-27 21:36:41,031 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:36:41,062 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:36:41,171 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:38:41,296 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:38:41>
2008-06-27 21:38:41,375 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:38:41,421 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:38:41,484 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:38:51,515 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:38:51>
2008-06-27 21:38:51,515 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:38:51,515 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:38:51,515 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:40:51,593 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:40:51>
2008-06-27 21:40:51,703 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:40:51,828 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:40:51,937 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:41:01,984 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:41:01>
2008-06-27 21:41:01,984 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:41:01,984 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:41:01,984 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:43:02,000 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:43:02>
2008-06-27 21:43:02,000 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:43:02,031 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:43:02,046 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:43:12,046 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:43:12>
2008-06-27 21:43:12,046 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:43:12,046 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:43:12,046 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:45:12,046 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:45:12>
2008-06-27 21:45:12,046 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:45:12,046 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:45:12,046 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:45:22,046 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:45:22>
2008-06-27 21:45:22,046 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:45:22,046 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:45:22,062 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:46:32,687 DEBUG [org.jboss.security.plugins.JaasSecurityManager.other] CallbackHandler: org.jboss.security.auth.callback.SecurityAssociationHandler@e51510
2008-06-27 21:46:32,703 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@1c9f8fb
2008-06-27 21:46:35,453 DEBUG [org.jboss.security.plugins.JaasSecurityManager.other] CachePolicy set to: org.jboss.util.TimedCachePolicy@eb3c84
2008-06-27 21:46:35,453 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@eb3c84
2008-06-27 21:46:35,531 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Added other, org.jboss.security.plugins.SecurityDomainContext@1d2162c to map
2008-06-27 21:47:22,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:47:22>
2008-06-27 21:47:22,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:47:22,078 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:47:22,078 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:47:32,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:47:32>
2008-06-27 21:47:32,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:47:32,078 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:47:32,093 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:49:32,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:49:32>
2008-06-27 21:49:32,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:49:32,093 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:49:32,093 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:49:42,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:49:42>
2008-06-27 21:49:42,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:49:42,093 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:49:42,093 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2008-06-27 21:51:42,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <ج, 27 ÙÙÙ 2008 21:51:42>
2008-06-27 21:51:42,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2008-06-27 21:51:42,093 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2008-06-27 21:51:42,093 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2008-06-27 21:51:52,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <ج, 27 ÙÙÙ 2008 21:51:52>
2008-06-27 21:51:52,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2008-06-27 21:51:52,093 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2008-06-27 21:51:52,093 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
my oracle-ds.xml
<?xml version="1.0" encoding="UTF-8" ?>
- <!-- =====================================================================
-->
- <!--
-->
- <!-- JBoss Server Configuration
-->
- <!--
-->
- <!-- =====================================================================
-->
- <!-- $Id: oracle-ds.xml 63175 2007-05-21 16:26:06Z rrajesh $
-->
- <!-- ====================================================================
-->
- <!-- Datasource config for Oracle originally from Steven Coy
-->
- <!-- ====================================================================
-->
-
- <local-tx-datasource>
<jndi-name>Connection1DS</jndi-name>
<connection-url>jdbc:oracle:thin:@localhost:1521:XE</connection-url>
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
<user-name>aa</user-name>
aa
- <!-- Uses the pingDatabase method to check a connection is still valid before handing it out from the pool
-->
- <!-- valid-connection-checker-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker</valid-connection-checker-class-name
-->
- <!-- Checks the Oracle error codes and messages for fatal errors
-->
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
-
<type-mapping>Oracle10g</type-mapping>
</local-tx-datasource>
my session bean is stateless
@Stateless(name="SessionEJB")
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161294#4161294
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161294
17 years, 9 months