[JBoss Cache Users] - NAKACK, not found in retransmission table
by dannoakes
I am running a jboss cache clustered. It appears to be working but i have a number of these warnings in the logs
|03112009|21:58:02|OOB-1,JBossCache-cluster,192.168.2.245:7800|WARN|||org.jgroups.protocols.pbcast.NAKACK|(requester=192.168.2.246:7800, local_addr=192.168.2.245:7800) message 192.168.2.245:7800::4213 not found in retransmission table of 192.168.2.245:7800:
I find this message on the node 192.168.2.245
This is the upd config from that box
<TCP bind_addr="192.168.2.245" start_port="7800" loopback="true">
<TCPPING initial_hosts="192.168.2.244[7800],192.168.2.246[7800]"
port_range="3"
timeout="3500"
num_initial_members="1"
up_thread="true"
down_thread="true">
<MERGE2 min_interval="5000" max_interval="10000"></MERGE2>
<FD shun="true" timeout="2500" max_tries="5" up_thread="true" down_thread="true">
<VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"></VERIFY_SUSPECT>
<pbcast.NAKACK down_thread="true" up_thread="true" gc_lag="100" retransmit_timeout="3000"></pbcast.NAKACK>
<pbcast.STABLE desired_avg_gossip="20000" down_thread="false" up_thread="false"></pbcast.STABLE>
<pbcast.GMS join_timeout="5000"
join_retry_timeout="2000"
shun="false"
print_local_addr="false"
down_thread="true"
up_thread="true"></pbcast.GMS>
<pbcast.STATE_TRANSFER></pbcast.STATE_TRANSFER>
What is tis message for, is there an issue in my config?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263826#4263826
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263826
16 years, 5 months
[JBoss Messaging Users] - Re: sybase-persistence-service.xml
by bdamato
| 2009-11-03 14:21:44,515 DEBUG [org.jboss.messaging.core.impl.JDBCSupport] (main) Failed to execute: CREATE TABLE JBM_MSG_REF (MESSAGE_ID DECIMAL(19, 0) NOT NULL, CHANNEL_ID DECIMAL(19, 0) NOT NULL, TRANSACTION_ID DECIMAL(19, 0) NULL, STATE CHAR(1), ORD DECIMAL(19, 0), PAGE_ORD DECIMAL(19, 0) NULL, DELIVERY_COUNT INTEGER, SCHED_DELIVERY DECIMAL(19, 0), PRIMARY KEY(MESSAGE_ID, CHANNEL_ID))
| com.sybase.jdbc3.jdbc.SybSQLException: The 'CREATE TABLE' command is not allowed within a multi-statement transaction in the 'JBOSS' database.
|
I found how to configure it in Sybase to allow this (sp_dboption JBOSS, "allow ddl in tran", true), but I'm wondering if there's a way to configure the connection in the connection pool so it doesn't behave like that.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263802#4263802
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263802
16 years, 5 months