[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=bbop=viewtopicp=3948184#3948184

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3948184


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3948227#3948227

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3948227


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 server is available again, how do I can I tell my MDB to go and 
reprocessing the messages?

I have tried updating the table and changing the QUEUE from QUEUE.DLQ to 
QUEUE.emailSenderQueue (this regular queue name for sending the messages).   
After that, the MDB will process NEW messages within that queue, but not the 
ones I updates from QUEUE.DLQ.  To make it more interesting, if I restart Jboss 
then all messages get processed upon startup, even then ones I updated from 
QUEUE.DLQ.

Clear as mud?

Is there a particular Bean I can restart in the JMX console that will emulate 
the application restart, but only for that MDB?

Thanks in advance!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3896086#3896086

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3896086


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 I rollback the MDB 
transaction and after the maximum number of retries, the DESTINATION column in 
the JMS_MESSAGES table is changed from QUEUE.emailSenderQueue to QUEUE.DLQ.

That is perfect and exactly what I would like to happen.

Now, the mail server is available again and I want the MDB to process the 
messages in the DLQ.

I have tried:

1) UPDATE JMS_MESSAGES set DESTINATION='QUEUE.emailSenderQueue';

2) Go to the MBean in the JMS Console

MBean Name: Domain Name: jboss.j2ee 
 service:  EjbModule 
 module:  ATS-EJB.jar 
MBean Java Class: org.jboss.ejb.EjbModule 

I call the stop() and start() methods from the console.

This is not working, otherwise you would not be reading this :).


If I restart the application, the messages get processed as soon as the MDB is 
redeployed, however, I do not want to restart the app to recover the messages 
because of application availability.

Can someone please instruct me on how to recover JMS Messages from the DLQ once 
you know your MDB can process the messages successfully?

Thank you in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3890720#3890720

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3890720


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3892085#3892085

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3892085


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3891800#3891800

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3891800


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

attribute name=CacheModeREPL_ASYNC/attribute

shutdown apache
shutdown cluster
startup cluster
start apache

That should do it...work for me!  Good luck!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3891650#3891650

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3891650


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 replication within the Tomcat module, where I use

230.1.2.40:44576 - App A
230.1.2.41:44577 - App B
230.1.2.42:44578 - App C

The answers to your last 2 questions are:

1) Based on your log messages your cluster is aware of its nodes, there fore 
multicast is enabled...although I think it always is, but I could be wrong
2) The partition name can be left alone given the above changes.

I use the following currently in a production environment and it works :)

Enjoy.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3891534#3891534

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3891534


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3889334#3889334

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889334


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3889061#3889061

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889061


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3885274#3885274

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885274


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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't find resource 
org.jboss.web.tomcat.ses
  | sion.LocalStrings WebappClassLoader
  |   delegate: false
  |   repositories:
  | /WEB-INF/classes/
  | -- Parent Classloader:
  | [EMAIL PROTECTED]
  |  2005-03-16 14:28:15,681 [TP-Processor3] INFO  STDOUT - 
[Ljava.net.URL;@8c3eb8
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3885275#3885275

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885275


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 Exception thrown: class 
org.apache.catalina.connector.ClientAbortException
  | 

The line INFO  [STDOUT] IO Error: null gets written 16,947 times.  No that is 
not a typo...sixteen thousand nine hundred forty seven times.  Then it is 
always followed by the ClientAbortException.

Can anyone tell me why this happens.  It doesnt appear to have an impact on the 
running application, but does make for a large log file to manage, not to 
mention a large log file to sift through when searching for other messages.

Any help is greatly appreciated.  Thank you!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3885278#3885278

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885278


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 directory from 4.0.1SP1 to the newly extracted 4.0.2 
tree and then start JBoss 4.0.2 and have everything work without having to 
change settings for all the servers?

If not, then is there a doc or Wiki that explains the differences between the 2 
versions so I dont have to reconfigure every server I currently am running?

Thank you very much in advance



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3884916#3884916

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3884916


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3872843#3872843

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872843


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 in the community
  | DO NOT USE THE STEPS OUTLINED IN THIS WIKI PAGE.(USE 
UsingMod_jk1.2WithJBoss ) 
  | 
  | Please use this other wiki instead: UsingMod_jk1.2WithJBoss. 
  | 
  | Note: Soon, the functionality provided by mod_jk1.2 will be replaced by a 
new module, mod_proxy_ajp, that will be included in Apache 2.1. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872844#3872844

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872844


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3872856#3872856

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872856


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872150#3872150

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872150


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871877#3871877

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871877


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3871975#3871975

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871975


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 to take care of the problem.  

Even though replication was working properly, my logs were getting large b/c of 
the stack trace.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871983#3871983

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871983


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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-clustering-service.xml files to 
be unique to each cluster will separate the clusters and the clustering 
activity.  My example will only use 2 servers since I can not even separate 2 
clusters at this point.

Server 1 - Cluster 1

cluster-service.xml


  | UDP mcast_addr=228.1.2.41 mcast_port=45566 bind_addr=192.168.1.41
  |  ip_ttl=32 ip_mcast=true
  |  mcast_send_buf_size=80 mcast_recv_buf_size=15
  |  ucast_send_buf_size=80 ucast_recv_buf_size=15
  |  loopback=false /
  | 

tc5-cluster-service.xml


  | UDP mcast_addr=230.1.2.41 mcast_port=45577 bind_addr=192.168.1.41
  | ip_ttl=64 ip_mcast=true
  | mcast_send_buf_size=15 mcast_recv_buf_size=8
  | ucast_send_buf_size=15 ucast_recv_buf_size=8
  | loopback=false/
  | 

Server 2 - Cluster 2

cluster-service.xml


  | UDP mcast_addr=228.1.2.42 mcast_port=45566 bind_addr=192.168.1.42
  |  ip_ttl=32 ip_mcast=true
  |  mcast_send_buf_size=80 mcast_recv_buf_size=15
  |  ucast_send_buf_size=80 ucast_recv_buf_size=15
  |  loopback=false /
  | 

tc5-cluster-service.xml


  | UDP mcast_addr=230.1.2.42 mcast_port=45577 bind_addr=192.168.1.42
  | ip_ttl=64 ip_mcast=true
  | mcast_send_buf_size=15 mcast_recv_buf_size=8
  | ucast_send_buf_size=15 ucast_recv_buf_size=8
  | loopback=false/
  | 

The results are as follows.  The first server comes up no problem and deploys 
the expected packages in the deploy and farm directories.  When I bring up the 
second server, it joins a cluster with server 1 and picks up all the files in 
server 1's farm directory.

What else do I need to change to have 2 to n clusters on a single machine when 
each cluster is bound to a different IP address?

Thank you in advance for any assistance.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871142#3871142

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871142


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871145#3871145

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871145


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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://www.jboss.org/index.html?module=bbop=viewtopicp=3871222#3871222

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871222


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871306#3871306

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871306


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3871143#3871143

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871143


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 an IP alias.  


eth0  Link encap:Ethernet  HWaddr 00:0F:1F:66:74:41  
  |   inet addr:192.168.1.11  Bcast:192.168.1.255  Mask:255.255.255.0
  |   inet6 addr: fe80::20f:1fff:fe66:7441/64 Scope:Link
  |   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  |   RX packets:339235 errors:0 dropped:0 overruns:0 frame:0
  |   TX packets:288828 errors:0 dropped:0 overruns:0 carrier:0
  |   collisions:0 txqueuelen:100 
  |   RX bytes:43175205 (41.1 Mb)  TX bytes:233529905 (222.7 Mb)
  |   Interrupt:16 Memory:fcf3-fcf4 
  | 
  | eth0:0Link encap:Ethernet  HWaddr 00:0F:1F:66:74:41  
  |   inet addr:192.168.1.40  Bcast:192.168.1.255  Mask:255.255.255.0
  |   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  |   Interrupt:16 Memory:fcf3-fcf4 
  | 
  | eth0:1Link encap:Ethernet  HWaddr 00:0F:1F:66:74:41  
  |   inet addr:192.168.1.41  Bcast:192.168.1.255  Mask:255.255.255.0
  |   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  |   Interrupt:16 Memory:fcf3-fcf4 
  | 
  | eth0:2Link encap:Ethernet  HWaddr 00:0F:1F:66:74:41  
  |   inet addr:192.168.1.42  Bcast:192.168.1.255  Mask:255.255.255.0
  |   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  |   Interrupt:16 Memory:fcf3-fcf4 
  | 
  | eth0:3Link encap:Ethernet  HWaddr 00:0F:1F:66:74:41  
  |   inet addr:192.168.1.43  Bcast:192.168.1.255  Mask:255.255.255.0
  |   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  |   Interrupt:16 Memory:fcf3-fcf4 
  | 
  | eth1  Link encap:Ethernet  HWaddr 00:0F:1F:66:74:42  
  |   inet addr:192.168.1.12  Bcast:192.168.1.255  Mask:255.255.255.0
  |   inet6 addr: fe80::20f:1fff:fe66:7442/64 Scope:Link
  |   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  |   RX packets:58315 errors:0 dropped:0 overruns:0 frame:0
  |   TX packets:138 errors:0 dropped:0 overruns:0 carrier:0
  |   collisions:0 txqueuelen:100 
  |   RX bytes:15660151 (14.9 Mb)  TX bytes:8880 (8.6 Kb)
  |   Interrupt:17 Memory:fcf1-fcf2 
While everything else seems to bind properly to the IP alias on the NIC, the 
clustering portion of JBoss clusters all server on the physical NIC, regardless 
of the IP address its bound to.

Has anyone sucessfully implemented more than one cluster on the same NIC using 
an IP alias and what must I change in addition to the mcast_addr and bind_addr 
in the cluster-service.xml and tc5-cluster-service.xml files?

Thanks in advance.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871200#3871200

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871200


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 still 
get the following stack trace.  Any help is greatly appreciated.  Thank you:

11:26:06,269 INFO  [EARDeployer] Init J2EE application: 
file:/C:/jboss-4.0.1sp1/server/brightmove/deploy/ATS.ear
11:26:44,577 INFO  [EjbModule] Deploying jmsEmailSender
11:26:45,208 INFO  [EJBDeployer] Deployed: 
file:/C:/jboss-4.0.1sp1/server/brightmove/tmp/deploy/tmp31001ATS.ear-contents/ATS-EJB.jar
11:26:45,338 INFO  [TomcatDeployer] deploy, ctxPath=/ATS, 
warUrl=file:/C:/jboss-4.0.1sp1/server/brightmove/tmp/deploy/tmp31001ATS.ear-contents/ATS-exp.war/
11:26:45,378 ERROR [BaseModelMBean] Error creating class 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Class 
org.apache.commons.logging.impl.Log4JLogger does not implement Log
11:26:45,388 ERROR [WebModule] Starting failed 
jboss.web.deployment:id=1930452164,war=ATS.war
org.jboss.deployment.DeploymentException: Error during deploy; - nested 
throwable: (ReflectionException: Cannot find setter method setDocBase null 
Cause: java.lang.NoSuchMethodException: 
org.apache.commons.modeler.BaseModelMBean.setDocBase(java.lang.String))
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:383)
at org.jboss.web.WebModule.startModule(WebModule.java:62)
at org.jboss.web.WebModule.startService(WebModule.java:40)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy28.start(Unknown Source)
at 
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:360)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:956)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy8.deploy(Unknown Source)
at 

[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  [EjbModule] Deploying jmsEmailSender
12:45:07,969 INFO  [EJBDeployer] Deployed: 
file:/C:/jboss-4.0.1sp1/server/brightmove/tmp/deploy/tmp9141ATS.ear-contents/ATS-EJB.jar
12:45:08,099 INFO  [TomcatDeployer] deploy, ctxPath=/ATS, 
warUrl=file:/C:/jboss-4.0.1sp1/server/brightmove/tmp/deploy/tmp9141ATS.ear-contents/ATS-exp.war/
12:45:08,710 INFO  [PropertyMessageResources] Initializing, 
config='org.apache.struts.util.LocalStrings', returnNull=true
12:45:08,720 INFO  [PropertyMessageResources] Initializing, 
config='org.apache.struts.action.ActionResources', returnNull=true
12:45:08,830 ERROR [Digester] Digester.getParser: 
java.lang.ClassCastException
at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
at org.apache.commons.digester.Digester.getFactory(Digester.java:512)
at org.apache.commons.digester.Digester.getParser(Digester.java:686)
at org.apache.commons.digester.Digester.getXMLReader(Digester.java:902)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at 
org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1433)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
at javax.servlet.GenericServlet.init(GenericServlet.java:211)
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1029)
at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5441)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:289)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:92)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:374)
at org.jboss.web.WebModule.startModule(WebModule.java:62)
at org.jboss.web.WebModule.startService(WebModule.java:40)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:416)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at 

[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/index.html?module=bbop=viewtopicp=3870623#3870623

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870623


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3868544#3868544

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868544


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user