Delivery Status Notification (Failure)
by postmaster@lists.jboss.org
This is an automatically generated Delivery Status Notification.
Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop.
tmov(a)technodom.kz
18 years, 2 months
[Installation, Configuration & DEPLOYMENT] - Re: JBoss restarts without shutting down
by jaikiran
This is what i see in the debug logs. I have just pasted the relevant logs which show the sequence of events.
............ Application specific messages (including the next few lines), indicates that the system has been up for some time.
| ............ The next few log messages show some application specific errors which probably kills and restarts the JBoss server
|
| 2008-05-14 19:52:01,594 WARN [be.tinc.bkw.core.tasks.NTPDaemonCheckSchedulableTask] (be.tinc.bkw.core.tasks.NTPDaemonCheckSchedulableTask.perform(NTPDaemonCheckSchedulableTask.java:62))
| Connection with NTP Daemon dropped
|
| 2008-05-14 19:52:01,594 INFO [be.tinc.bkw.com.ApplicationEventSender] (be.tinc.bkw.com.ApplicationEventSender.send(ApplicationEventSender.java:117))
| Sending Event: ERROR_MESSAGE
|
| 2008-05-14 19:52:01,594 INFO [be.tinc.bkw.com.ApplicationEventSender] (be.tinc.bkw.com.ApplicationEventSender.send(ApplicationEventSender.java:119))
| Connection with NTP Daemon is dropped. Contact a responsible.
|
| ......................
|
| 2008-05-14 19:52:57,238 DEBUG [org.jboss.logging.Log4jService] (org.jboss.logging.Log4jService.installSystemAdapters(Log4jService.java:411))
| Installed System.out adapter
|
| ........................ Server startup logs and finally the server startup completion message
|
| 2008-05-14 19:53:11,395 INFO [org.apache.catalina.startup.Catalina] (org.apache.commons.logging.impl.Log4JLogger.info(Log4JLogger.java:94))
| Server startup in 94 ms
Going by this, looks like there's some application specific error that happens at around 2008-05-14 19:52:01,594 and some code in the application (be.tinc.bkw.com.ApplicationEventSender) probably restarts the server. You might have to look into what's going on in the application that has been deployed on JBoss.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151109#4151109
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151109
18 years, 2 months
[Messaging, JMS & JBossMQ] - wmq.jmsra.rar WSMQ JCA adaptor - configure MDB pool
by bonio100
Hi all,
I am currently using the WSMQ JCA adaptor with JBOSS 4.2.2 with XA and EJB 3.
The trouble is I am having a real hard time finding out how to increase the MDB pool beyond 10. Everytime I begin to consume messages, websphere MQ only shows 10 connections.
I would really like to increase the number of MDBs which can listen to a queue.
I have tried adjusting the ra.xml within the wmq.jmsra.rar file, and also tried various jboss settings with no effect.
Does anyone know have to increase the number of MDB connections available with this resource adaptor? I have also tried various annotations.
The MDB conf -
@ResourceAdapter("wmq.jmsra.rar")
@Depends("stc.instation:service=StartupService")
@MessageDriven(name="TestPriority", activationConfig = {
@ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"),
@ActivationConfigProperty(propertyName="destination", propertyValue="Q.TEST"),
@ActivationConfigProperty(propertyName="useJNDI", propertyValue="false"),
@ActivationConfigProperty(propertyName="hostName", propertyValue="mqhost"),
@ActivationConfigProperty(propertyName="queueManager", propertyValue="TESTQM"),
@ActivationConfigProperty(propertyName="port", propertyValue="1420")
})
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151108#4151108
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151108
18 years, 2 months