[jboss-user] [Clustering/JBoss] - Problem with automatic discovery in jboss 4.0.4

2007-02-10 Thread somejunk
Hi, We have 4 jboss 4.0.4 instances in a cluster on two 64-bit windows 2003 servers. We are using NLB for load balancing. Initially the instances failed to discover each other. I looked at the etc/hosts file and changed 127.0.0.1 to the IP/hostname of that machine. Then the instance on one ma

[jboss-user] [JBossCache] - Re: How to turn off session replication in JBoss 4.0.4?

2007-02-02 Thread somejunk
Thanks it works fine now... I noticed that fail over is seamless to end user. How is this possible without session replication? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010020#4010020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossCache] - Re: How to turn off session replication in JBoss 4.0.4?

2007-02-01 Thread somejunk
Thanks for your reply... If I understand it correctly, I do not have to change anything in JBoss to turn off session replication. I just have to remove distributable tag from web.xml in the ear file. Is that right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBossCache] - Re: How to turn off session replication in JBoss 4.0.4?

2007-02-01 Thread somejunk
Since we are using modjk, I also commented out the following snapshot mode attributes: name="SnapshotMode">instant name="SnapshotInterval">2000 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009551#4009551 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBossCache] - How to turn off session replication in JBoss 4.0.4?

2007-02-01 Thread somejunk
Hi, We are having two JBoss 4.0.4 on the same machine in a cluster in active-active way.With active active cluster, we are running into serializable exceptions because of session replication and are experiencing unacceptable latency. So we have decided to use cluster just for fail over and not

[jboss-user] [Messaging, JMS & JBossMQ] - MDBs and Connection Factories

2006-12-01 Thread somejunk
I have a two node JBoss 4.0.2 cluster with one node per machine. I set the connection factories in \jboss-4.0.2\server\bbw\deploy-hasingleton\jms\ uil2-service.xml as QueueConnectionFactory ConnectionFactory java:/JmsXA jboss:service=Naming TopicConnectionFacto

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDBs and Connection Factories

2006-12-01 Thread somejunk
Incorrectly posted earlier ? sorry I have a two node JBoss 4.0.2 cluster with one node per machine. I set the connection factories in \jboss-4.0.2\server\bbw\deploy-hasingleton\jms\ uil2-service.xml as QueueConnectionFactory ConnectionFactory java:/JmsXA jboss:service=

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDBs and Connection Factories

2006-12-01 Thread somejunk
code in uil2-service.xml on both machines QueueConnectionFactory ConnectionFactory java:/JmsXA jboss:service=Naming TopicConnectionFactory ConnectionFactory java:/Jms

[jboss-user] [Installation, Configuration & Deployment] - Setting Up three JBoss instances as NT service

2006-11-08 Thread somejunk
Hi, I have a 3 node JBoss 4.0.4 cluster on the same machine. I installed JavaService 1.2.7. I was trying to start the instances as NT service. I used the command shown below but nothing starts up. I get the message that JBoss is started and stopped. Please suggest me on this..Thanks "%JAVASERVI

[jboss-user] [Clustering/JBoss] - JBoss as a JavaService

2006-11-08 Thread somejunk
Hi, I have three instances of JBoss V4.0.4 running on the same machine in a cluster. How should set up all three as NT service? I tried this for all three instances but none of them is starting. Please let me know the correct procedure... "%JAVASERVICE_HOME%\bin\JavaService.exe" -install JBo

[jboss-user] [Clustering/JBoss] - DeploymentException

2006-11-06 Thread somejunk
Hi, I have two instances of JBoss 4.0.2 on two different machines in a cluster. Two instances are recognizing each other and every thing is fine. But I get this exception. I posted the exception stack trace for two of the files but it shows the same deployment exception for 6-7 files. Any idea

[jboss-user] [Clustering/JBoss] - Re: Incomplete Deployment listing error in JBoss 4.0.4

2006-11-06 Thread somejunk
Thanks, it did work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983562#3983562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983562 ___ jboss-user mailing list jboss-user

[jboss-user] [Clustering/JBoss] - Incomplete Deployment listing error in JBoss 4.0.4

2006-11-03 Thread somejunk
Hi, I have three JBoss 4.0.4 instances running on the same machine (node1, node2 & node3) in a cluster. My first node starts up well but I see the following start up errors for other two nodes. Please suggest me what could be incorrect here. Thanks 2006-11-03 15:28:01,781 ERROR [org.jboss.depl

[jboss-user] [JBossWS] - Is JBoss J2EE 1.5 Certified?

2006-11-03 Thread somejunk
Hi, We are planning to go with JBoss 4.0.4 and Java 1.5. Our application uses web services. I read in the web services column that Jboss is J2EE 1.4 certified. My concern - is JBoss certified on J2EE 1.5? Anyone please help me here. Thanks View the original post : http://www.jboss.com/index.h

[jboss-user] [JBossCache] - Re: TomcatClusteringCache's member attribute lists only one

2006-11-02 Thread somejunk
I am seeing that message on the node that I start first. whereas mbean for both nodes show only one member. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982814#3982814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBossCache] - Re: TomcatClusteringCache's member attribute lists only one

2006-11-02 Thread somejunk
[sb1585] New Members:1 ([ip address]) [sb1585] All Members:2 ([ip address node1], [ip address node2]) [TreeCache] viewAccepted(): new members:[node1:port number, node2:port number] >From these messages, I understood that they are in a cluster. Is there any other way that we can verify if they are

[jboss-user] [JBossCache] - TomcatClusteringCache's member attribute lists only one memb

2006-11-02 Thread somejunk
I have two instances of jboss 4.0.2 on two different machines in a cluster using TCP stack. I can see the two members on the command prompts console. But TomcatClusteringCache MBean's member attribute only shows one. i.e if I am on node1, it only shows node1 as the member;and if I am node2, it s

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
I got it working finallyThanks Bela for your help! I really appreciate it! It was taking different partition names for nodes previously because I have JBOSS_CLUSTER_NAME as environment variable. I changed the environment variable and so it is taking the correct partition name View the

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
If the environment variable is not getting expanded correctly, Please suggest me how should I proceed further? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982728#3982728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
Also in boot.log, I see differen partition names. node 1 jboss.partition.name: %JBOSS_CLUSTER_HOME% node 2 tomcat.partition.name: tomcat-sb1585 I have same cluster name in tc5-cluster-service.xml on both nodes. I also have same environment variable and value on both nodes. But why is it takin

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
This is what I am getting on node2. 2006-11-02 11:56:55,294 WARN [org.jgroups.protocols.TCP] discarded message from different group (tomcat-%JBOSS_CLUSTER_NAME%). Sender was APP1:7810 2006-11-02 11:57:01,138 WARN [org.jgroups.protocols.TCP] discarded message from different group (%JBOSS_CLUSTE

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
My JGroups is working now. I am getting the message as in the link. I still keep getting warning messages as mentioned in my previous post. Please help me further with this. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982702#3982702 Reply to the post

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
I tried procedure given in the link. On node1 which I started first I get GMS: address is App2:7800 ** New View: [App2:7800|0] [App2:7800] When node2 on other machine is started, I get ChannelException: unable to setup protocol stack. Please help me on this further. Thanks View the original pos

[jboss-user] [Clustering/JBoss] - Re: TCP Clustering problem

2006-11-02 Thread somejunk
Thanks Bela for your quick response. In tc5-cluster-service.xml, I have this: ${tomcat.partition.name:TomcatDefaultPartition} Also, I set an environment variable called JBOSS_CLUSTER_NAME with value sb1585. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39826

[jboss-user] [Clustering/JBoss] - TCP Clustering problem

2006-11-01 Thread somejunk
Hi I have two instances of JBoss 4.0.2 running on two different machines in a cluster. One node is automatically detecting the other node if I use UDP stack. If I use TCP stack, they are not communicating. I am getting the following messages frequently. 2006-11-01 16:41:04,975 INFO [org.jbos

[jboss-user] [Clustering/JBoss] - Procedure to use TCP stack

2006-10-31 Thread somejunk
Hi, Can someone explain me the procedure to use TCP stack rather than UDP in a two node JBOSS 4.0.2 Cluster? Thanks, somu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982092#3982092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBossWS] - Incomplete Deployment Listing Error in JBoss 4.0.4

2006-10-30 Thread somejunk
I get this error in stand-alone as well as three node JBoss 4.0.4 clustered environment when I try to deploy the application (without webservices). [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing But when I delete jbossws14.sar, I can deploy the application suc