[JBossCache] - Re: TCP replication conf issue ? now Works
by oew
Hi All,
Turning around the problem , and testing conf possibilites, I found that :
<TCP start_port="7802" />
| <TCPPING down_thread="true" initial_hosts="10.32.2.48[7800],10.32.2.48[7801],10.32.2.48[7802]" timeout="3500" up_thread="true" />
| <MERGE2 max_interval="10000" min_interval="5000"/>
| <FD down_thread="true" max_tries="5" shun="true" timeout="2500" up_thread="true"/>
| <VERIFY_SUSPECT down_thread="false" timeout="1500" up_thread="false"/>
| <pbcast.NAKACK down_thread="true" gc_lag="100" retransmit_timeout="3000" up_thread="true"/>
| <pbcast.STABLE desired_avg_gossip="20000" down_thread="false" up_thread="false"/>
| <pbcast.GMS down_thread="true" join_retry_timeout="2000" join_timeout="5000" print_local_addr="false" shun="false" up_thread="true"/>
| <pbcast.STATE_TRANSFER down_thread="true" up_thread="true"/>
works as expected.
removing attributes bind_addr from TCP and port_range from TCPPING
Now I have 3 caches running on the same PC that replicate well.
If someone has an explanation......
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997902#3997902
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997902
19 years, 3 months
[Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting Exception for Derby Data Source
by rolando
I googled and found this site where you can dowload all the varia jars, including derby-plugin-4.0.4
http://rpm.pbone.net/index.php3/stat/4/idpl/3691384/com/jboss4-varia-4.0....
hope it helps.
Since it is added to the server/xxx/ib the Derby NPE has gone but another problem shows up:
13:43:31,828 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca
:service=DataSourceBinding,name=DerbyDS' to JNDI name 'java:DerbyDS'
13:43:32,000 WARN [ServiceController] Problem starting service jboss.mq:service
=PersistenceManager
javax.management.AttributeNotFoundException: not found: BindName
at org.jboss.mx.server.AbstractMBeanInvoker.getAttribute(AbstractMBeanIn
voker.java:335)
If I remove the hsqldb-ds.xml file this error goes but anohter unfriendly message shows up:
13:47:12,656 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
loy/jmx-console.war/
13:47:12,859 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database
State: CONFIGURED
I Depend On:
jboss.jca:service=DataSourceBinding,name=DefaultDS
ObjectName: jboss.mq:service=StateManager
State: CONFIGURED
I Depend On:
jboss.jca:service=DataSourceBinding,name=DefaultDS
Depends On Me:
jboss.mq:service=DestinationManager
This means that it must be more config to use Derby instead of HSQLDB
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997898#3997898
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997898
19 years, 3 months