Hi, I am using jboss 4.2.3GA release for clustring with Apache 2.2 HTTP Server as a load balancer. I have cluster consist of two nodes. I deployed in the following way;
1) Installe jBoss messaging for clustring (MySQL as a shared database in nodes) using automated installtion using xml file in 'utils' folder. ant -f release-admin.xml -Dmessaging.config.source=all -Dmessaging.config.name=LCHServer1 and complete the installtion with some extra steps. 2) Alter following attribute to true in C:\jboss-4.2.3.GA\server\LCHServer1\deploy\jboss-web.deployer\META-INF\jboss-service.xml for clustring jboss. true 2) Edit following attribute with jvmRoute in C:\jboss-4.2.3.GA\server\LCHServer2\deploy\jboss-web.deployer\server.xml <Engine name="jboss.web" defaultHost="localhost" jvmRoute="LCHServer1"> 3) I have configred both my app servers to use exactly the same TCP configuration to connect to each other as follows [both on windows so loopback is true.; | <Config> | <TCP bind_addr="10.44.5.89" start_port="7800" loopback="true" | tcp_nodelay="true" | recv_buf_size="20000000" | send_buf_size="640000" | discard_incompatible_packets="true" | enable_bundling="false" | max_bundle_size="64000" | max_bundle_timeout="30" | use_incoming_packet_handler="true" | use_outgoing_packet_handler="false" | down_thread="false" up_thread="false" | use_send_queues="false" | sock_conn_timeout="300" | skip_suspected_members="true"/> | <TCPPING initial_hosts="10.44.5.83[7800]" port_range="1" | timeout="3000" | down_thread="false" up_thread="false" | num_initial_members="1"/> | <MERGE2 max_interval="100000" | down_thread="false" up_thread="false" min_interval="20000"/> | <FD_SOCK/> | <!--down_thread="false" up_thread="false"/> Part of the FD_SOCK above but doesn't require fro low load setup--> | <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/> | <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/> | <pbcast.NAKACK max_xmit_size="60000" | use_mcast_xmit="true" gc_lag="0" | retransmit_timeout="300,600,1200,2400,4800" | down_thread="false" up_thread="false" | discard_delivered_msgs="true"/> | <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000" | down_thread="false" up_thread="false" | max_bytes="400000"/> | <pbcast.GMS print_local_addr="true" join_timeout="3000" | down_thread="false" up_thread="false" | join_retry_timeout="2000" shun="true" | view_bundling="true"/> | <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/> | </Config> | 4) I copied my MDB, destination-service.xml (holding clustered queues) and Browser application into '*\server\LCHServer1\farm' directory and sart the server (All application got deploye in the end if you notice in bold) and it got started properly with no errors [Some of the server startup output] | C:\jboss-4.2.3.GA\bin>call run.bat -b 0.0.0.0 -c LCHServer1 | =============================================================================== | | JBoss Bootstrap Environment | | JBOSS_HOME: C:\jboss-4.2.3.GA | | JAVA: C:\jdk1.6.0_13\bin\java | | JAVA_OPTS: -Djava.util.logging.config.file="C:\jdk1.6.0_13\jre\lib\logging.properties" -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.ser | ver.gcInterval=3600000 | | CLASSPATH: C:\jdk1.6.0_13\lib\tools.jar;C:\jboss-4.2.3.GA\bin\run.jar | | =============================================================================== | | 09:28:37,797 INFO [Server] Starting JBoss (MX MicroKernel)... | 09:28:37,813 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417) | 09:28:37,813 INFO [Server] Home Dir: C:\jboss-4.2.3.GA | 09:28:37,813 INFO [Server] Home URL: file:/C:/jboss-4.2.3.GA/ | 09:28:37,813 INFO [Server] Patch URL: null | 09:28:37,813 INFO [Server] Server Name: LCHServer1 | 09:28:37,813 INFO [Server] Server Home Dir: C:\jboss-4.2.3.GA\server\LCHServer1 | 09:28:37,828 INFO [Server] Server Home URL: file:/C:/jboss-4.2.3.GA/server/LCHServer1/ | 09:28:37,828 INFO [Server] Server Log Dir: C:\jboss-4.2.3.GA\server\LCHServer1\log | 09:28:37,828 INFO [Server] Server Temp Dir: C:\jboss-4.2.3.GA\server\LCHServer1\tmp | 09:28:37,828 INFO [Server] Root Deployment Filename: jboss-service.xml | 09:28:38,203 INFO [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc. | 09:28:38,219 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 11.3-b02,Sun Microsystems Inc. | 09:28:38,219 INFO [ServerInfo] OS-System: Windows Server 2008 6.0,amd64 | 09:28:38,922 INFO [Server] Core system initialized | 09:28:41,547 INFO [ServiceBindingManager] Initializing store | 09:28:41,547 INFO [ServiceBindingManager] Using StoreURL: file:/C:/jboss-4.2.3.GA/docs/examples/binding-manager/sample-bindings.xml | 09:28:42,516 INFO [WebService] Using RMI server codebase: http://hmlwin08serv:8183/ | 09:28:42,531 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml | 09:28:43,094 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc. | 09:28:43,094 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer | 09:28:43,547 INFO [TransactionManagerService] Starting recovery manager | 09:28:43,719 INFO [TransactionManagerService] Recovery manager started | 09:28:43,719 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference | 09:28:47,672 INFO [EJB3Deployer] Starting java:comp multiplexer | 09:28:52,078 WARN [UDP] failed to join /224.0.0.75:7500 on net3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:28:52,078 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:28:52,094 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.89:58942 | ------------------------------------------------------- | 09:28:54,125 INFO [TreeCache] viewAccepted(): [10.44.5.89:58942|0] [10.44.5.89:58942] | 09:28:54,156 INFO [TreeCache] TreeCache local address is 10.44.5.89:58942 | 09:28:54,172 INFO [TreeCache] State could not be retrieved (we are the first member in group) | 09:28:54,172 INFO [TreeCache] parseConfig(): PojoCacheConfig is empty | 09:28:56,828 INFO [NativeServerConfig] JBoss Web Services - Native | 09:28:56,843 INFO [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044) | 09:28:57,937 INFO [SnmpAgentService] SNMP agent going active | 09:28:59,062 INFO [DefaultPartition] Initializing | 09:28:59,124 WARN [TCP] failed to join /224.0.0.75:7500 on net3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:28:59,140 WARN [TCP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:28:59,140 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.89:7800 | ------------------------------------------------------- | 09:29:02,140 INFO [DefaultPartition] Number of cluster members: 1 | 09:29:02,140 INFO [DefaultPartition] Other members: 0 | 09:29:02,156 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds): | 09:29:02,156 INFO [DefaultPartition] State could not be retrieved (we are the first member in group) | 09:29:02,202 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1200, backlog=50, bindAddress=/0.0.0.0 | 09:29:02,233 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on 0.0.0.0/0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=10.44.5.89:1200 | 09:29:02,732 INFO [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used | 09:29:02,912 WARN [UDP] failed to join /224.0.0.75:7500 on net3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:02,914 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:02,917 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.89:58947 | ------------------------------------------------------- | 09:29:04,929 INFO [TreeCache] viewAccepted(): [10.44.5.89:58947|0] [10.44.5.89:58947] | 09:29:04,934 INFO [TreeCache] TreeCache local address is 10.44.5.89:58947 | 09:29:05,450 WARN [UDP] failed to join /224.0.0.75:7500 on net3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:05,452 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:05,455 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.89:58950 | ------------------------------------------------------- | 09:29:07,467 INFO [TreeCache] viewAccepted(): [10.44.5.89:58950|0] [10.44.5.89:58950] | 09:29:07,472 INFO [TreeCache] TreeCache local address is 10.44.5.89:58950 | 09:29:08,593 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3000000000000200000000000000F800010200000000 | 0B31302E34342E352E383900000E2C0000000000114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C000000000001000100000001050100010001010900000001050100010 | 000002100000070000000000000000100000000000000240000001E0000007E00000000000000010000000B31302E34342E352E383900000DC900400000000000000008060667810201010100000017040100080606678102010101000000076465 | 6661756C7400000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003] | 09:29:08,707 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F72794578743A312E30000000000200000 | 000000000F8000102000000000B31302E34342E352E383900000E2C0000000000144A426F73732F5472616E73616374696F6E732F46000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001 | 0001010900000001050100010000002100000070000000000000000100000000000000240000001E0000007E00000000000000010000000B31302E34342E352E383900000DC90040000000000000000806066781020101010000001704010008060 | 66781020101010000000764656661756C7400000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F00000004000000 | 03] | 09:29:09,758 INFO [Embedded] Catalina naming disabled | 09:29:10,088 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\jdk1.6.0_13\bin;. | ;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\jdk1.6.0_13\bin;C:\jdk1.6.0_13\jre\bin;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framewor | k64\v3.5;C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft .NET Framework 3.5 (Pre-Release Version);C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studi | o 9.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files (x86)\Microsoft Visual Studio | 9.0\Common7\Tools\bin;C:\Program Files\\Microsoft SDKs\Windows\v6.0A\bin\x64;C:\Program Files\\Microsoft SDKs\Windows\v6.0A\bin\win64\x64;C:\Program Files\\Microsoft SDKs\Windows\v6.0A\bin;C:\apa | che-ant-1.6.1\bin;C:\cygwin\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Windows\System32\Windo | wsPowerShell\v1.0";C:\Program Files\MySQL\MySQL Server 5.1\bin | 09:29:10,267 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8180 | 09:29:10,270 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8109 | 09:29:10,272 INFO [Catalina] Initialization processed in 515 ms | 09:29:10,274 INFO [StandardService] Starting service jboss.web | 09:29:10,279 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA | 09:29:10,390 INFO [Catalina] Server startup in 115 ms | 09:29:10,689 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/ | 09:29:11,635 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/ | 09:29:11,855 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/ | 09:29:12,003 INFO [TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddi.war/ | 09:29:12,149 INFO [RegistryServlet] Loading jUDDI configuration. | 09:29:12,151 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties | 09:29:12,154 INFO [RegistryServlet] Initializing jUDDI components. | 09:29:13,736 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ | 09:29:14,840 INFO [MailService] Mail Service bound to java:/Mail | 09:29:14,998 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar | 09:29:15,091 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar | 09:29:15,130 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar | 09:29:15,208 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar | 09:29:15,271 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms-ra.rar | 09:29:15,482 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jremote-ra.rar | 09:29:15,533 ERROR [STDERR] 24-Jul-2009 09:29:15 com.jbase.jremote.io.inflow.RequestListenerService run | INFO: RequestListenerService(NIO) accepting connections on * :[55012] | 09:29:15,727 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar | 09:29:15,799 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar | 09:29:15,812 INFO [QuartzResourceAdapter] start quartz!!! | 09:29:15,882 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main | 09:29:15,912 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. | 09:29:15,916 INFO [RAMJobStore] RAMJobStore initialized. | 09:29:15,918 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' | 09:29:15,921 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 | 09:29:15,923 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. | 09:29:16,585 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' | 09:29:16,772 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' | 09:29:17,686 WARN [JDBCPersistenceManager] | | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently REPEATABLE_READ. | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | | 09:29:17,946 WARN [SecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its pa | ssword changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this. | 09:29:18,121 INFO [ServerPeer] JBoss Messaging 1.4.4.GA server [0] started | 09:29:18,288 WARN [UDP] failed to join /224.0.0.75:7500 on net3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:18,290 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:18,292 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.89:58954 | ------------------------------------------------------- | 09:29:20,311 INFO [GroupMember] org.jboss.messaging.core.impl.postoffice.groupmember$controlmembershipliste...@2c4dd413 got new view [10.44.5.89:58954|0] [10.44.5.89:58954], old view is null | 09:29:20,314 INFO [GroupMember] I am (10.44.5.89:58954) | 09:29:20,318 INFO [GroupMember] New Members : 1 ([10.44.5.89:58954]) | 09:29:20,320 INFO [GroupMember] All Members : 1 ([10.44.5.89:58954]) | 09:29:20,364 WARN [TCP] failed to join /224.0.0.75:7500 on net3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:20,368 WARN [TCP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address associated with interface | 09:29:20,372 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.89:7900 | ------------------------------------------------------- | 09:29:24,800 INFO [ConnectionFactory] Connector bisocket://hmlwin08serv:4557 has leasing enabled, lease period 10000 milliseconds | 09:29:24,802 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.connectionfact...@1d4cee08 started | 09:29:25,064 INFO [ConnectionFactory] Connector bisocket://hmlwin08serv:4557 has leasing enabled, lease period 10000 milliseconds | 09:29:25,068 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.connectionfact...@1664978b started | 09:29:25,813 WARN [SecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its pa | ssword changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this. | 09:29:27,191 INFO [ConnectionFactory] Connector bisocket://hmlwin08serv:4557 has leasing enabled, lease period 10000 milliseconds | 09:29:27,194 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.connectionfact...@bab5e85 started | 09:29:27,210 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,217 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,222 INFO [TopicService] Topic[/topic/testTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,225 INFO [TopicService] Topic[/topic/securedTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,229 INFO [TopicService] Topic[/topic/testDurableTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,237 INFO [QueueService] Queue[/queue/testQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,244 INFO [QueueService] Queue[/queue/A] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,251 INFO [QueueService] Queue[/queue/B] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,257 INFO [QueueService] Queue[/queue/C] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,263 INFO [QueueService] Queue[/queue/D] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,269 INFO [QueueService] Queue[/queue/ex] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,276 INFO [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,287 INFO [QueueService] Queue[/queue/PrivateExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,295 INFO [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,298 INFO [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,304 INFO [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,307 INFO [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,314 INFO [QueueService] Queue[/queue/testDistributedQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,317 INFO [TopicService] Topic[/topic/testDistributedTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:27,508 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=jca/t24ConnectionFactory' to JNDI name 'java:jca/t24ConnectionFactory | ' | 09:29:27,522 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=jca/t24ConnectionFactory_DLQ' to JNDI name 'java:jca/t24ConnectionFac | tory_DLQ' | 09:29:27,553 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 09:29:28,599 INFO [QueueService] Queue[/queue/t24OFSQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:28,606 INFO [QueueService] Queue[/queue/t24OFSDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:28,640 INFO [QueueService] Queue[/queue/t24OFSReplyQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:29:29,356 INFO [EjbModule] Deploying OFSMessageMDB | 09:29:29,428 INFO [EjbModule] Deploying OFSMessageMDB_DLQ | 09:29:34,109 INFO [EJBDeployer] Deployed: file:/C:/jboss-4.2.3.GA/server/LCHServer1/farm/ofsmessage-ejb.jar | 09:29:37,991 INFO [TomcatDeployer] deploy, ctxPath=/BrowserWeb, warUrl=.../tmp/deploy/tmp2237627116855427770BrowserWeb-exp.war/ | 09:29:38,671 INFO [STDOUT] Loaded properties{com.temenos.arc.stripFrameToolbars=false, com.temenos.arc.useNewSkin=false, com.temenos.arc.useFrames=true, com.temenos.arc.hotfields=true, com.temen | os.arc.suppressMissingHelp=false, com.temenos.arc.debug.saveXml=false, com.temenos.arc.useExternalObfuscation=false, com.temenos.arc.bypassBackButtonFix=true, com.temenos.arc.refresh=true, com.te | menos.arc.print=false, com.temenos.arc.useTabbedMenu=false, com.temenos.arc.useInternalObfuscation=false} | 09:29:39,036 INFO [JBossCacheManager] Starting JBossManager | 09:29:39,054 INFO [JBossCacheManager] We are using mod_jk(2) for load-balancing. Will add JvmRouteValve. | 09:29:39,177 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8180 | 09:29:39,403 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8109 | 09:29:39,499 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:1s:671ms | I dont know how to tackel these warnings [TCP and UDP] OR these warnings can make some difference or not??? 5) Repeat Step 1 - 4 on second machine with 'jvmRoute=LCHServer2' for second server and start the server with following output. | C:\jboss-4.2.3.GA\bin>call run.bat -b 0.0.0.0 -c LCHServer2 | =============================================================================== | | JBoss Bootstrap Environment | | JBOSS_HOME: C:\jboss-4.2.3.GA | | JAVA: C:\jdk1.6.0_13\bin\java | | JAVA_OPTS: -Djava.util.logging.config.file="C:\jdk1.6.0_13\jre\lib\logging.properties" -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc | .client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 | | CLASSPATH: C:\jdk1.6.0_13\lib\tools.jar;C:\jboss-4.2.3.GA\bin\run.jar | | =============================================================================== | | 09:45:39,641 INFO [Server] Starting JBoss (MX MicroKernel)... | 09:45:39,642 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417) | 09:45:39,643 INFO [Server] Home Dir: C:\jboss-4.2.3.GA | 09:45:39,643 INFO [Server] Home URL: file:/C:/jboss-4.2.3.GA/ | 09:45:39,644 INFO [Server] Patch URL: null | 09:45:39,644 INFO [Server] Server Name: LCHServer2 | 09:45:39,644 INFO [Server] Server Home Dir: C:\jboss-4.2.3.GA\server\LCHServer2 | 09:45:39,644 INFO [Server] Server Home URL: file:/C:/jboss-4.2.3.GA/server/LCHServer2/ | 09:45:39,645 INFO [Server] Server Log Dir: C:\jboss-4.2.3.GA\server\LCHServer2\log | 09:45:39,645 INFO [Server] Server Temp Dir: C:\jboss-4.2.3.GA\server\LCHServer2\tmp | 09:45:39,645 INFO [Server] Root Deployment Filename: jboss-service.xml | 09:45:39,828 INFO [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc. | 09:45:39,828 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 11.3-b02,Sun Microsystems Inc. | 09:45:39,828 INFO [ServerInfo] OS-System: Windows Server 2008 6.0,amd64 | 09:45:40,095 INFO [Server] Core system initialized | 09:45:41,409 INFO [ServiceBindingManager] Initializing store | 09:45:41,410 INFO [ServiceBindingManager] Using StoreURL: file:/C:/jboss-4.2.3.GA/docs/examples/binding-manager/sample-bindings.xml | 09:45:41,832 INFO [WebService] Using RMI server codebase: http://HMLW08X64BLD1:8183/ | 09:45:41,835 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml | 09:45:42,126 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc. | 09:45:42,127 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer | 09:45:42,266 INFO [TransactionManagerService] Starting recovery manager | 09:45:42,317 INFO [TransactionManagerService] Recovery manager started | 09:45:42,318 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference | 09:45:43,834 INFO [EJB3Deployer] Starting java:comp multiplexer | 09:45:44,975 WARN [UDP] failed to join /224.0.0.75:7500 on eth3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:45:44,975 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:45:44,975 WARN [UDP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:45:44,980 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.83:56933 | ------------------------------------------------------- | 09:45:46,996 INFO [TreeCache] viewAccepted(): [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:45:47,009 INFO [TreeCache] TreeCache local address is 10.44.5.83:56933 | 09:45:47,009 INFO [TreeCache] State could not be retrieved (we are the first member in group) | 09:45:47,009 INFO [TreeCache] parseConfig(): PojoCacheConfig is empty | 09:45:48,244 INFO [NativeServerConfig] JBoss Web Services - Native | 09:45:48,245 INFO [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044) | 09:45:48,709 INFO [SnmpAgentService] SNMP agent going active | 09:45:48,956 INFO [DefaultPartition] Initializing | 09:45:48,992 WARN [TCP] failed to join /224.0.0.75:7500 on eth3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:45:48,993 WARN [TCP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:45:48,993 WARN [TCP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:45:48,995 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.83:7800 | ------------------------------------------------------- | 09:45:53,857 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:45:53,857 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:45:54,823 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:45:54,823 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:01,093 INFO [DefaultPartition] Number of cluster members: 2 | 09:46:01,093 INFO [DefaultPartition] Other members: 1 | 09:46:01,093 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds): | 09:46:01,181 INFO [DefaultPartition] state was retrieved successfully (in 88 milliseconds) | 09:46:10,380 WARN [FD_SOCK] I was suspected by 10.44.5.89:7800; ignoring the SUSPECT message | 09:46:13,420 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:13,421 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:13,825 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:13,826 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:15,381 WARN [FD_SOCK] I was suspected by 10.44.5.89:7800; ignoring the SUSPECT message | 09:46:20,381 WARN [FD_SOCK] I was suspected by 10.44.5.89:7800; ignoring the SUSPECT message | 09:46:22,228 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1200, backlog=50, bindAddress=/0.0.0.0 | 09:46:22,234 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on 0.0.0.0/0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=10.44.5.83:1200 | 09:46:22,337 INFO [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used | 09:46:22,427 WARN [UDP] failed to join /224.0.0.75:7500 on eth3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:22,429 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:22,431 WARN [UDP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:22,435 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.83:59242 | ------------------------------------------------------- | 09:46:24,440 INFO [TreeCache] viewAccepted(): [10.44.5.83:59242|0] [10.44.5.83:59242] | 09:46:24,443 INFO [TreeCache] TreeCache local address is 10.44.5.83:59242 | 09:46:24,527 WARN [UDP] failed to join /224.0.0.75:7500 on eth3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:24,529 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:24,530 WARN [UDP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:24,532 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.83:59245 | ------------------------------------------------------- | 09:46:26,535 INFO [TreeCache] viewAccepted(): [10.44.5.83:59245|0] [10.44.5.83:59245] | 09:46:26,537 INFO [TreeCache] TreeCache local address is 10.44.5.83:59245 | 09:46:26,818 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E | 3000000000000200000000000000F8000102000000000B31302E34342E352E383300000E2C0000000000114A426F73732F4E616D696E672F726F6F740000000000000500000000000000080 | 00000004A414300000000010000001C000000000001000100000001050100010001010900000001050100010000002100000070000000000000000100000000000000240000001E0000007E | 00000000000000010000000B31302E34342E352E383300000DC9004000000000000000080606678102010101000000170401000806066781020101010000000764656661756C74000000000 | 00000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F00000004000000 | 03] | 09:46:26,880 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6 | E466163746F72794578743A312E30000000000200000000000000F8000102000000000B31302E34342E352E383300000E2C0000000000144A426F73732F5472616E73616374696F6E732F46 | 000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000007000000000000000010000000 | 0000000240000001E0000007E00000000000000010000000B31302E34342E352E383300000DC900400000000000000008060667810201010100000017040100080606678102010101000000 | 0764656661756C7400000000000000000000000000000000000000002000000004000000000000001F000000040000000300000001000000200000000000000002000000200000000400000 | 0000000001F0000000400000003] | 09:46:27,065 INFO [Embedded] Catalina naming disabled | 09:46:27,180 WARN [Digester] [SetPropertiesRule]{Server/Service/Engine} Setting property 'jmvRoute' to 'LCHServer2' did not find a matching property. | 09:46:27,206 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on | the java.library.path: C:\jdk1.6.0_13\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\jdk1.6.0_13\bin;C:\jdk1.6.0_13\jre\bin;C:\Progra | m Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64;C:\Windows\Microsoft.NET\Framework64\v3.5;C:\Windows\Microsoft.NET\Framework64\v3.5\Microsoft .N | ET Framework 3.5 (Pre-Release Version);C:\Windows\Microsoft.NET\Framework64\v2.0.50727;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCPackages | ;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools;C:\Program Files (x86) | \Microsoft Visual Studio 9.0\Common7\Tools\bin;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\x64;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\ | win64\x64;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;C:\SoftwareTools\Oracle11G\product\11.1.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Wi | ndows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\ | 09:46:27,246 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8180 | 09:46:27,248 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8109 | 09:46:27,249 INFO [Catalina] Initialization processed in 184 ms | 09:46:27,250 INFO [StandardService] Starting service jboss.web | 09:46:27,253 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA | 09:46:27,285 INFO [Catalina] Server startup in 34 ms | 09:46:27,346 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/ | 09:46:27,682 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/ | 09:46:27,771 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/ | 09:46:27,831 INFO [TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddi.war/ | 09:46:27,892 INFO [RegistryServlet] Loading jUDDI configuration. | 09:46:27,894 INFO [RegistryServlet] Resources loaded from: /WEB-INF/juddi.properties | 09:46:27,896 INFO [RegistryServlet] Initializing jUDDI components. | 09:46:28,125 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ | 09:46:28,365 INFO [MailService] Mail Service bound to java:/Mail | 09:46:28,453 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar | 09:46:28,480 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar | 09:46:28,501 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar | 09:46:28,523 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar | 09:46:28,558 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms-ra.rar | 09:46:28,624 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jremote-ra.rar | 09:46:28,663 ERROR [STDERR] 24-Jul-2009 09:46:28 com.jbase.jremote.io.inflow.RequestListenerService run | INFO: RequestListenerService(NIO) accepting connections on * :[55012] | 09:46:28,714 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar | 09:46:28,738 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar | 09:46:28,745 INFO [QuartzResourceAdapter] start quartz!!! | 09:46:28,784 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main | 09:46:28,800 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. | 09:46:28,803 INFO [RAMJobStore] RAMJobStore initialized. | 09:46:28,804 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.pr | operties' | 09:46:28,806 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 | 09:46:28,807 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. | 09:46:28,978 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java | :JmsXA' | 09:46:29,050 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:De | faultDS' | 09:46:29,349 WARN [JDBCPersistenceManager] | | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently REPEATABLE_READ. | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | | 09:46:29,462 WARN [SecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages | from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on | how to do this. | 09:46:29,522 INFO [ServerPeer] JBoss Messaging 1.4.4.GA server [1] started | 09:46:29,611 WARN [UDP] failed to join /224.0.0.75:7500 on eth3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:29,613 WARN [UDP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:29,614 WARN [UDP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:29,617 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.83:59249 | ------------------------------------------------------- | 09:46:31,627 INFO [GroupMember] org.jboss.messaging.core.impl.postoffice.groupmember$controlmembershipliste...@3e722530 got new view [10.44.5.83:59249 | |0] [10.44.5.83:59249], old view is null | 09:46:31,628 INFO [GroupMember] I am (10.44.5.83:59249) | 09:46:31,630 INFO [GroupMember] New Members : 1 ([10.44.5.83:59249]) | 09:46:31,631 INFO [GroupMember] All Members : 1 ([10.44.5.83:59249]) | 09:46:31,649 WARN [TCP] failed to join /224.0.0.75:7500 on eth3: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:31,650 WARN [TCP] failed to join /224.0.0.75:7500 on net4: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:31,651 WARN [TCP] failed to join /224.0.0.75:7500 on net5: java.net.SocketException: Unrecognized Windows Sockets error: 0: no Inet4Address asso | ciated with interface | 09:46:31,653 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is 10.44.5.83:7900 | ------------------------------------------------------- | 09:46:35,257 WARN [NAKACK] 10.44.5.83:59245] discarded message from non-member 10.44.5.89:58950, my view is [10.44.5.83:59245|0] [10.44.5.83:59245] | 09:46:35,258 WARN [NAKACK] 10.44.5.83:59245] discarded message from non-member 10.44.5.89:58950, my view is [10.44.5.83:59245|0] [10.44.5.83:59245] | 09:46:35,828 INFO [ConnectionFactory] Connector bisocket://HMLW08X64BLD1:4557 has leasing enabled, lease period 10000 milliseconds | 09:46:35,830 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.connectionfact...@1c1150a8 started | 09:46:35,887 INFO [ConnectionFactory] Connector bisocket://HMLW08X64BLD1:4557 has leasing enabled, lease period 10000 milliseconds | 09:46:35,890 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.connectionfact...@2672e862 started | 09:46:36,095 WARN [NAKACK] 10.44.5.83:59245] discarded message from non-member 10.44.5.89:58950, my view is [10.44.5.83:59245|0] [10.44.5.83:59245] | 09:46:36,098 WARN [NAKACK] 10.44.5.83:59245] discarded message from non-member 10.44.5.89:58950, my view is [10.44.5.83:59245|0] [10.44.5.83:59245] | 09:46:36,128 WARN [SecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages | from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on | how to do this. | 09:46:36,636 INFO [ConnectionFactory] Connector bisocket://HMLW08X64BLD1:4557 has leasing enabled, lease period 10000 milliseconds | 09:46:36,637 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.connectionfact...@6f73dab4 started | 09:46:36,645 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,650 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,653 INFO [TopicService] Topic[/topic/testTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,655 INFO [TopicService] Topic[/topic/securedTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,657 INFO [TopicService] Topic[/topic/testDurableTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,662 INFO [QueueService] Queue[/queue/testQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,675 INFO [QueueService] Queue[/queue/A] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,679 INFO [QueueService] Queue[/queue/B] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,682 INFO [QueueService] Queue[/queue/C] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,686 INFO [QueueService] Queue[/queue/D] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,690 INFO [QueueService] Queue[/queue/ex] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,695 INFO [QueueService] Queue[/queue/PrivateDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,700 INFO [QueueService] Queue[/queue/PrivateExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,705 INFO [QueueService] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,707 INFO [TopicService] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,712 INFO [QueueService] Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,714 INFO [TopicService] Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,718 INFO [QueueService] Queue[/queue/testDistributedQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,720 INFO [TopicService] Topic[/topic/testDistributedTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:36,866 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=jca/t24ConnectionFactory' | to JNDI name 'java:jca/t24ConnectionFactory' | 09:46:36,876 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=jca/t24ConnectionFactory_ | DLQ' to JNDI name 'java:jca/t24ConnectionFactory_DLQ' | 09:46:36,897 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 09:46:37,005 INFO [FarmMemberService] **** pullNewDeployments **** | 09:46:37,007 INFO [ClusterFileTransfer] Start pull of file t24-destinations-service.xml from cluster. | 09:46:37,033 INFO [ClusterFileTransfer] Finished cluster pull of file t24-destinations-service.xml to t24-destinations-service.xml | 09:46:37,034 INFO [ClusterFileTransfer] Start pull of file ofsmessage-ejb.jar from cluster. | 09:46:37,051 INFO [ClusterFileTransfer] Finished cluster pull of file ofsmessage-ejb.jar to ofsmessage-ejb.jar | 09:46:37,052 INFO [ClusterFileTransfer] Start pull of file cluster-examples-service.xml from cluster. | 09:46:37,064 INFO [ClusterFileTransfer] Finished cluster pull of file cluster-examples-service.xml to cluster-examples-service.xml | 09:46:37,065 INFO [ClusterFileTransfer] Start pull of file BrowserWeb.war from cluster. | 09:46:40,539 INFO [ClusterFileTransfer] Finished cluster pull of file BrowserWeb.war to BrowserWeb.war | 09:46:40,595 INFO [QueueService] Queue[/queue/t24OFSQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:40,600 INFO [QueueService] Queue[/queue/t24OFSDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:40,604 INFO [QueueService] Queue[/queue/t24OFSReplyQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | 09:46:40,719 INFO [EjbModule] Deploying OFSMessageMDB | 09:46:40,755 INFO [EjbModule] Deploying OFSMessageMDB_DLQ | 09:46:45,002 INFO [EJBDeployer] Deployed: file:/C:/jboss-4.2.3.GA/server/LCHServer2/farm/ofsmessage-ejb.jar | 09:46:48,245 WARN [NAKACK] 10.44.5.83:59249] discarded message from non-member 10.44.5.89:58954, my view is [10.44.5.83:59249|0] [10.44.5.83:59249] | 09:46:48,249 WARN [NAKACK] 10.44.5.83:59249] discarded message from non-member 10.44.5.89:58954, my view is [10.44.5.83:59249|0] [10.44.5.83:59249] | 09:46:48,447 INFO [TomcatDeployer] deploy, ctxPath=/BrowserWeb, warUrl=.../tmp/deploy/tmp406933948722899812BrowserWeb-exp.war/ | 09:46:48,660 WARN [NAKACK] 10.44.5.83:59249] discarded message from non-member 10.44.5.89:58954, my view is [10.44.5.83:59249|0] [10.44.5.83:59249] | 09:46:48,661 WARN [NAKACK] 10.44.5.83:59249] discarded message from non-member 10.44.5.89:58954, my view is [10.44.5.83:59249|0] [10.44.5.83:59249] | 09:46:48,674 INFO [STDOUT] Loaded properties{com.temenos.arc.stripFrameToolbars=false, com.temenos.arc.useNewSkin=false, com.temenos.arc.useFrames=tru | e, com.temenos.arc.hotfields=true, com.temenos.arc.suppressMissingHelp=false, com.temenos.arc.debug.saveXml=false, com.temenos.arc.useExternalObfuscati | on=false, com.temenos.arc.bypassBackButtonFix=true, com.temenos.arc.refresh=true, com.temenos.arc.print=false, com.temenos.arc.useTabbedMenu=false, com | .temenos.arc.useInternalObfuscation=false} | 09:46:48,752 INFO [JBossCacheManager] Starting JBossManager | 09:46:48,764 INFO [JBossCacheManager] We are using mod_jk(2) for load-balancing. Will add JvmRouteValve. | 09:46:48,835 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8180 | 09:46:48,853 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8109 | 09:46:48,863 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:9s:216ms | 09:46:50,850 WARN [NAKACK] 10.44.5.83:59242] discarded message from non-member 10.44.5.89:58947, my view is [10.44.5.83:59242|0] [10.44.5.83:59242] | 09:46:50,851 WARN [NAKACK] 10.44.5.83:59242] discarded message from non-member 10.44.5.89:58947, my view is [10.44.5.83:59242|0] [10.44.5.83:59242] | 09:46:51,092 WARN [NAKACK] 10.44.5.83:59242] discarded message from non-member 10.44.5.89:58947, my view is [10.44.5.83:59242|0] [10.44.5.83:59242] | 09:46:51,094 WARN [NAKACK] 10.44.5.83:59242] discarded message from non-member 10.44.5.89:58947, my view is [10.44.5.83:59242|0] [10.44.5.83:59242] | 09:46:56,546 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:56,549 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:57,391 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | 09:46:57,392 WARN [NAKACK] 10.44.5.83:56933] discarded message from non-member 10.44.5.89:58942, my view is [10.44.5.83:56933|0] [10.44.5.83:56933] | There are so many NAKACK but both joined the cluster if you notice Number of cluster memeber : 2 6) worker.properties file in Apache HTTP Server is as follows: | # Define list of workers that will be used | # for mapping requests | worker.list=loadbalancer,status | | # Define Node2 | # modify the host as your host IP or DNS name. | worker.LCHServer2.port=8109 | worker.LCHServer2.host=127.0.0.1 | worker.LCHServer2.type=ajp13 | worker.LCHServer2.lbfactor=1 | worker.LCHServer2.cachesize=10 | | # Define Node1 | # modify the host as your host IP or DNS name. | worker.LCHServer1.port=8109 | worker.LCHServer1.host=10.44.5.89 | worker.LCHServer1.type=ajp13 | worker.LCHServer1.lbfactor=1 | worker.LCHServer1.cachesize=10 | | # Load-balancing behaviour | worker.loadbalancer.type=lb | worker.loadbalancer.balance_workers=LCHServer1,LCHServer2 | worker.loadbalancer.sticky_session=1 | #worker.list=loadbalancer | | # Status worker for managing load balancer | worker.status.type=status | Questions 1) All of my request are routing through the Server1. If first goes down then it rout request to Server2. 2) My Login page loads fine but yesterday When I am submting my login page with user name and password on jboss console I am having following exception and my Browser application stops by diaplyaing 'Done' in left pane of firefox or IE. Exception [nearly as follows becase its start working now but not earlier] | jvmRouteValue is null. Please define jvmRoute in Tomcat server.xml | java.lang......Exception | I know this post is huge but I tried to provide as much as possible information to debug the issu properly. Regards, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245768#4245768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245768 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user