[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2006-05-31 Thread davewebb
That is my problem exactly. Thanks for the closure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948227#3948227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948227

[JBoss-user] [Clustering/JBoss] - Re: MultiHomed clustering setup

2006-05-31 Thread davewebb
Based on your posting, I do not think that is the same issue I was having with the MultiCast Address used in clustering. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948184#3948184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Recovering Messages from DLQ

2005-09-21 Thread davewebb
I am running JBoss 4.0.2 on Linux using Oracle as my JMS Persistence layer. I use JMS to asynchronously send email alerts from my application. In some cases, the SMTP server is unavailable to send out the message and JMS properly puts them in QUEUE.DLQ. My question is this: Once my SMTP serve

[JBoss-user] [Messaging, JMS & JBossMQ] - ReProcessing Messages from DLQ

2005-09-15 Thread davewebb
I am running JBoss 4.0.2 in a clustered environment. I am using Oracle as my JMS persistence layer and my MDBs are using the HA-Singleton functionality of JBoss. I have a MDB that connects to a mail server to process messages from its queue. Occaisionally, the mail server is unavailable and

[JBoss-user] [Clustering/JBoss] - Re: Load balancing and Failover

2005-08-29 Thread davewebb
Please post you tc5-cluster-service.xml file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3892085#3892085 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892085 ---

[JBoss-user] [Clustering/JBoss] - Re: Load balancing

2005-08-26 Thread davewebb
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891800#3891800 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891800

[JBoss-user] [Clustering/JBoss] - Re: My application hangs when more than one node in the clus

2005-08-25 Thread davewebb
You have to use StickySession with mod_jk and make sure your session replication in tc5-cluster-service.xml is set to REPL_ASYNC for performance gains. Add this to you mod_jk configuration: worker.loadbalancer.sticky_session=1 Use this in you tc5-cluster-service.xml REPL_ASYNC shutdown apach

[JBoss-user] [Clustering/JBoss] - Re: JBoss clustering gives errors on starting up new server

2005-08-24 Thread davewebb
You need to use unique multcast addresses and ports for each application. For Jboss (cluster-service.xml) I use 228.1.2.40:44566 - App A 228.1.2.41:44567 - App B 228.1.2.42:44568 - App C You also need to take the same consideration for the tc5-cluster-service.xml file if you are using session r

[JBoss-user] [Clustering/JBoss] - Re: clustering of a tomcat app

2005-08-10 Thread davewebb
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889334#3889334 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889334 -

[JBoss-user] [Clustering/JBoss] - Re: too much unnecessary logging

2005-08-09 Thread davewebb
My solution to the problem was to use different multicast ports for each group. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889061#3889061 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889061 -

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - INFO [STDOUT] IO Error: null

2005-07-18 Thread davewebb
I am running JBoss 4.0.1SP1. After my cluster starts and my application has been running for sometime. I get the following in my log files: | 2005-07-18 08:54:03,462 INFO [STDOUT] IO Error: null | 2005-07-18 08:54:03,463 WARN [org.apache.struts.action.RequestProcessor] Unhandled Except

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat can not find jars under jboss-4.0.1sp1/server/all

2005-07-18 Thread davewebb
I have followed the instructions exactly and I am still getting this error when the server starts up. Can anyone tell me why I get this and is it even a conern since my application appears to function just fine? anonymous wrote : | 2005-03-16 14:28:15,651 [TP-Processor3] INFO STDOUT - Can'

[JBoss-user] [Installation, Configuration & Deployment] - Re: Advice on upgrade from 4.0.1SP1 to 4.0.2

2005-07-18 Thread davewebb
Please disregard. After getting some sleep it occurred to me just how stupid this question is :). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885274#3885274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885274 -

[JBoss-user] [Installation & Configuration] - Advice on upgrade from 4.0.1SP1 to 4.0.2

2005-07-14 Thread davewebb
I am currently running JBoss 4.0.1SP1 and I wish to upgrade to 4.0.2. I have several servers and their corresponding server/ directories that are all configured pretty heavily for HAJNDI, JMS Queues, and the other cool stuff JBoss provides. My simple question is: Can I just move my server direc

[JBoss-user] [Clustering/JBoss] - Re: mod_jk2 with Apache 2 and JBoss 4

2005-04-06 Thread davewebb
I promise its there in 4.0.1SP1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872856#3872856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872856 --- SF email is s

[JBoss-user] [Clustering/JBoss] - Re: mod_jk2 with Apache 2 and JBoss 4

2005-04-06 Thread davewebb
I found this note from JBoss as well to support the reason for using 1.2 only: anonymous wrote : Using mod_jk with JBoss | WARNING: Apache Tomcat and JBoss recommend using mod_jk1.2.x connectors only. Both mod_jk and mod_jk2 are deprecated, unsupported and no further developments are going on

[JBoss-user] [Clustering/JBoss] - Re: mod_jk2 with Apache 2 and JBoss 4

2005-04-06 Thread davewebb
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss I set mine up with: JBoss 4.0.1SP1 Httpd 2.0.53 mod_jk 1.2 Everything works great! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872843#3872843 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Clustering/JBoss] - Re: JBoss Clustered and Oracle Clustered

2005-03-31 Thread davewebb
This is not a JBoss related answer, but from my experience with clustered Oracle10g, it is best to use the OCI driver rather than the thin driver. Have you tried that? Does the thin driver work the way you have it configured on any other application server configuration? View the original pos

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread davewebb
Yes, 4.1.0 is not released yet, but I saw that it is fixed in that build (Currently in Dev). I also remembered something else, if you change the replication type from REPL_SYNC to REPL_ASYNC, the message goes away and the replication algorithm is more efficient as well. That is what I did t

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Issue in Cluster

2005-03-29 Thread davewebb
I have the same messages and after some research I found that: a) it does not affect session replication b) it is a known bug that is fixed as of 4.1.0 Hope this makes you feel better. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871975#3871975 Reply to th

[JBoss-user] [Clustering/JBoss] - Re: jvmRoute attribute not getting appended to session id

2005-03-29 Thread davewebb
I have mod_jk load balancing over a cluster working fine in 4.0.1SP1. I followed these instructions precisely. http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss I am using: httpd 2.0.53 mod_jk1.2 Make sure you have sticky_session=1 in your workers.properties file. View the ori

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2005-03-23 Thread davewebb
Of course it is an option and the way I am curretnly implementing it. Im asking so you can better your product and have it perform like your competition does. Is it a bug? Do I need to report it to JGroups or does JGroups monitor this forum? Do you see my point? View the original post : ht

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2005-03-23 Thread davewebb
I have different IPs, the problem seems to be that the different IPs are all bound to the same physical NIC via Linux Virtual IPs. Any suggestions? I have read all the Wiki's. I understand how to set it up, but it is not behaving properly as described above. View the original post : http://

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2005-03-23 Thread davewebb
I wanted to add that leaving the mcast_addr the same for all servers and changing the mcast_port does effectively separate the clusters on the same machine. However, I think the mcast_addr change by itself should work and I welcome any explanation or help. Thank you. View the original post :

[JBoss-user] [Clustering/JBoss] - Yed clustering setup

2005-03-23 Thread davewebb
I have singe physical machine that one NIC and I need to setup 3 clusters on the machine for 3 different applications. My setup is: Linux JBoss 4.0.1SP1 JDK 1.4.2_03 Tomcat 5 My experience with clustering J2EE servers tells me that changing the mcast_addr in the cluster_services.xml and tc5-cl

[JBoss-user] [Clustering/JBoss] - Re: Yed clustering setup

2005-03-22 Thread davewebb
I actually have 2 NICs on the machine and splitting the servers between the 2 physical IP addresses with different multicast addresses works properly. My delimma is that I have only 2 NICs and I need 3 clusters on the linux box. I have created an additional IP address for one of the NICs using

[JBoss-user] [Clustering/JBoss] - Re: multihomed clustering setup

2005-03-22 Thread davewebb
I dont know how the thread subject made it to "Yed Clustering Setup", but it was meant to be "Multihomed Clustering Setup". If an admin could modify the subject, perhaps it will be more helpful. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871143#3871143

[JBoss-user] [Installation & Configuration] - Re: Deployment problem after Isolated Classpath config

2005-03-17 Thread davewebb
Ill go ahead and answer my own questions since I got it working by removing the following from my EAR files. commons-logging.jar commons-digester.jar xercesImpl.jar xmlParserAPIs.jar Good luck to anyone else who might run into the same problem. View the original post : http://www.jboss.org/in

[JBoss-user] [Installation & Configuration] - Re: Deployment problem after Isolated Classpath config

2005-03-17 Thread davewebb
I removed the commons-logging.jar from the deployment and now I get a different error, which I found no other mention of in the forums. Thanks for your help: 12:44:38,986 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.1sp1/server/brightmove/deploy/ATS.ear 12:45:07,318 INFO [Ejb

[JBoss-user] [Installation & Configuration] - Deployment problem after Isolated Classpath config

2005-03-17 Thread davewebb
I changed my JBoss 4.0.1SP1 server to be J2EE compliant by enabling the ISolated classpaths for each application and I get the following error when starting the application. I have, based on other threads I have read, copied the commons-logging.jar file from $JBOSS_HOME/lib to my EAR file and I

[JBoss-user] [Clustering/JBoss] - Re: RpcDispatcher Errors

2005-03-02 Thread davewebb
Did you find the cause behind this? If so couls you please publish it? Thank you! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868544#3868544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868544

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS HASinglton Failover configuration

2005-03-02 Thread davewebb
I am attempting to setup a JBoss cluster using HAJNDI and a single JMS Queue deployed in deploy-hasingleton. I am using JBoss 4.0.1sp1 on Linux. Oracle is the JMS StateManager My initial question is: If I am running multiple servers on the same machine and utilizing the bindings.xml file, doe