Hello.
Thank you for looking at my problem.
It looks like the problem appear only when I use *vm* JMS listener. In
fact I have in geronimo.xml:
<resourceadapter-instance>
<resourceadapter-name>jms-resources</resourceadapter-name>
<config-property-setting
name="ServerUrl">vm://localhost:61617</config-property-setting>
<nam:workmanager
xmlns:nam="http://geronimo.apache.org/xml/ns/naming-1.2">
<nam:gbean-link>DefaultWorkManager</nam:gbean-link>
</nam:workmanager>
</resourceadapter-instance>
When I switch to tcp listener (simply by comment 3rd line of above)
everything works ok!
Regards, Marcin
David Jencks wrote:
These errors are not a problem here:
08:16:12,760 ERROR [Transaction] Please correct the integration and
supply a NamedXAResource
java.lang.IllegalStateException: Cannot log transactions as
[EMAIL PROTECTED] is not a
NamedXAResource.
These errors are definitely a problem:
08:16:12,870 ERROR [Transaction] Unexpected exception
[EMAIL PROTECTED];
continuing to commit other RMs
javax.transaction.xa.XAException: The connection is already closed
...
Caused by: org.apache.activemq.ConnectionClosedException: The
connection is already closed
... ... 22 more
08:16:13,089 ERROR [Transaction] The Transaction Manager has
encountered an unexpected error condition while attempting to commit
the transaction: null
Figuring out why the connection got closed would be very useful, but
I'm not sure how to do it without digging into the code.
thanks
david jencks
On Nov 15, 2007, at 6:36 AM, Marcin Waldowski wrote:
Hello.
I have an information what was happen after Geronimo restart.
gronimo.log is: http://rafb.net/p/Ay58Wd60.html
MDB received 10 messages. That is equal to JMS ConnectorThreadPool size.
Regards,
Marcin
Marcin Waldowski wrote:
Hello.
I'm using Geronimo 2.0.1.
I faced problem during starting Geronimo. After 3 exceptions (stack
trace: http://rafb.net/p/hIyadp45.html) MDB didn't receive any
message for few days.
After restarting Geronimo (today) only about 20 messages was sent to
MDB, but we know that there must be thousand times as much.
Unfortunately I haven't got any access to logs after restart.
Does anyone knows what can be a reason of "hang"? What can I do to
make AMQ and MDB work together again?
Regards,
Marcin