[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-12-05 Thread craigduncan
We associate the SLSB to the custom-rmi-invoker in our jboss.xml file:


  |   session
  |  ejb-nameOptimizerPilot/ejb-name
  |  jndi-nameOptimizerPilotBean/jndi-name
  |  local-jndi-nameOptimizerPilotLocal/local-jndi-name
  |  configuration-nameSniffer Stateless 
SessionBean/configuration-name
  |  invoker-bindingsinvoker
  |  
invoker-proxy-binding-namecustom-rmi-invoker/invoker-proxy-binding-name
  |  /invoker/invoker-bindings
  |   clusteredtrue/clustered
  | 
  | method-attributes
  | /method-attributes
  |   /session
  | 
  | 

From looking at the snippet of the server.log in my previous post I can see 
that it is calling the ClientInterceptorSniffer class which is listed in the 
custom-rmi-invoker client interceptor list.  But I do not see any debug 
tracing where it is calling any of the classes listed in the 
client-interceptors HOME section.  With the org.jboss.invocation TRACE 
turned on I expect to see some TRACE lines when it hits the InvokerInterceptor.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-12-03 Thread [EMAIL PROTECTED]
The custom-rmi-invoker has not been associated with any container (certainly 
not the Sniffer Stateless SessionBean shown here. See the 
invoker-proxy-binding-name in the jboss_4_0.dtd:


  | !ELEMENT container-configuration (container-name , call-logging?,
  |  invoker-proxy-binding-name?, sync-on-commit-only?,
  |  insert-after-ejb-post-create?, call-ejb-store-on-clean?, 
container-interceptors? ,
  |  instance-pool? , instance-cache? ,  persistence-manager? , 
web-class-loader? ,
  |  locking-policy? ,  container-cache-conf? , container-pool-conf? ,
  |  commit-option? , optiond-refresh-rate? , security-domain?, cluster-config?,
  |  depends*)
  | 
  | !-- The invoker-proxy-binding-name elements maps to the name element of
  | an invoker-proxy-binding definition.
  | 
  |   Used in: container-configuration, invoker
  | --
  | !ELEMENT invoker-proxy-binding-name (#PCDATA)
  | 
  | 


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-12-02 Thread craigduncan
I have done some more testing on this. 

I turned on the TRACE for org.jboss.invocation and found some strange results.  
I see the TRACE logging when JBoss is starting up but when my Servlet is called 
and does the service lookup and subsequent call on the SLSB I do not see any 
TRACE code for org.jboss.transaction.

Here is a snippet from the server.log:

  | 2005-12-02 16:06:09,232 DEBUG 
[com.invisioninc.optimizer.web.MessageServlet] Entering doGet(request, 
response) 
  | 2005-12-02 16:06:09,263 DEBUG [com.invisioninc.optimizer.web.Utils] 
Entering extractMethodName(request)
  | 2005-12-02 16:06:09,263 DEBUG [com.invisioninc.optimizer.web.Utils] 
Returning: TestMessage
  | 2005-12-02 16:06:09,263 DEBUG [com.invisioninc.optimizer.web.Utils] Exiting 
extractMethodName(request)
  | 2005-12-02 16:06:09,263 DEBUG [com.invisioninc.optimizer.web.Utils] 
Entering extractXmlRequest(request) 
  | 2005-12-02 16:06:09,279 DEBUG [com.invisioninc.optimizer.web.Utils] in: 
[EMAIL PROTECTED]
  | 2005-12-02 16:06:09,279 DEBUG [com.invisioninc.optimizer.web.Utils] 
xmlRequest is null or empty, looking for parameter
  | 2005-12-02 16:06:09,279 DEBUG [com.invisioninc.optimizer.web.Utils] 
Entering extractSoapBody(soapMessage)
  | 2005-12-02 16:06:09,279 DEBUG [com.invisioninc.optimizer.web.Utils] Found 
Body begin: 0
  | 2005-12-02 16:06:09,279 DEBUG [com.invisioninc.optimizer.web.Utils] 
Extracted Soap Body: Jaguar
  | 2005-12-02 16:06:09,279 DEBUG [com.invisioninc.optimizer.web.Utils] Exiting 
extractSoapBody(soapMessage)
  | 2005-12-02 16:06:09,279 INFO  
[com.invisioninc.optimizer.web.POMessageService] Getting InitialContext
  | 2005-12-02 16:06:09,279 INFO  
[com.invisioninc.optimizer.web.POMessageService] Using this for jndi url: 
localhost:1200,localhost:1300
  | 2005-12-02 16:06:09,279 INFO  
[com.invisioninc.optimizer.web.POMessageService] InitialContext established.
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.services.BaseStatelessBean] ENTERING void 
com.invisioninc.arch.services.BaseStatelessBean.setSessionContext(SessionContext)
 [EMAIL PROTECTED]
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.services.BaseStatelessBean] EXITING  void 
com.invisioninc.arch.services.BaseStatelessBean.setSessionContext(SessionContext)
 
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.services.BaseStatelessBean] ENTERING void 
com.invisioninc.arch.services.BaseStatelessBean.ejbCreate() ARGS={}
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.services.BaseStatelessBean] EXITING  void 
com.invisioninc.arch.services.BaseStatelessBean.ejbCreate() 
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.data.ClientInterceptorSniffer] In the client interceptor.
  | 2005-12-02 16:06:09,388 DEBUG [com.invisioninc.arch.data.InvThread] Current 
user value is: null
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.data.ClientInterceptorSniffer] Here is userid: null
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.services.ServerInterceptorSniffer]- Username : null
  | 2005-12-02 16:06:09,388 DEBUG 
[com.invisioninc.arch.services.ServerInterceptorSniffer]- User id : null
  | 2005-12-02 16:06:09,388 DEBUG [com.invisioninc.arch.data.InvThread] Setting 
current user to: null
  | 2005-12-02 16:06:09,404 DEBUG 
[com.invisioninc.arch.data.HibernateInterceptor] Invoked Method: public 
abstract java.lang.String 
com.invisioninc.optimizer.data.OptimizerPilot.testMessage() throws 
com.invisioninc.arch.data.InvisionException,java.rmi.RemoteException
  | 2005-12-02 16:06:09,404 DEBUG 
[com.invisioninc.arch.data.HibernateInterceptor] right before invocation
  | 2005-12-02 16:06:09,404 DEBUG [net.sf.hibernate.impl.SessionImpl] opened 
session
  | 2005-12-02 16:06:09,404 DEBUG [com.invisioninc.arch.data.ServiceLocator] 
Attempting to retrieve value for: HibernateFactory
  | 2005-12-02 16:06:09,404 DEBUG [com.invisioninc.arch.data.ServiceLocator] 
Returning string value: java:/HibernateFactoryOptimizer
  | 2005-12-02 16:06:09,404 DEBUG 
[net.sf.hibernate.impl.SessionFactoryObjectFactory] JNDI lookup: 
HibernateFactoryOptimizer
  | 2005-12-02 16:06:09,404 DEBUG 
[net.sf.hibernate.impl.SessionFactoryObjectFactory] lookup: 
uid=402882f507ed35690107ed356d6d
  | 2005-12-02 16:06:09,404 DEBUG 
[com.invisioninc.arch.data.HibernateInterceptor] Created Here? true
  | 2005-12-02 16:06:09,404 DEBUG 
[com.invisioninc.optimizer.services.OptimizerPilotBean] ENTERING String 
com.invisioninc.optimizer.services.OptimizerPilotBean.testMessage() ARGS={}
  | 2005-12-02 16:06:09,982 DEBUG 
[com.invisioninc.optimizer.services.OptimizerBo]   ENTERING void 
com.invisioninc.optimizer.services.OptimizerBo.sendTestMessage(String) 
ARGS={c:\jboss-4.0.2\server\clusterNode2}
  | 

I am using a custom-rmi-invoker and an extension of the container configuration 
for a Stateless Session Bean.  Below is a snippet from my jboss.xml deployment 
descriptor:


  | 
  |  invoker-proxy-bindings
  |   

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-11-01 Thread craigduncan
I think I am having a similar problem to you.  I have servlet that looks up the 
SLSB on HA-JNDI.  The behaviour I see is that the only SLSB that gets called is 
the one living on the same JBoss instance as the servlet.

My guess is that the reason for this is the optimization that JBoss does when 
calling EJB's in the same JVM.  Even though you attempt to do a remote call it 
sees that there is an EJB in the local environment and calls that one instead.

In my case, if I want load balancing of my SLSB I need to front my jboss 
cluster with a HTTP load balancer.

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

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


---
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 SLSB

2005-11-01 Thread craigduncan
Scott,

Thanks for the response.  I looked at the comments for JBAS-1442 but I am still 
a little confused.  I am using jboss4.0.2.  The comments by Adrian Brock on 22 
Feb 05 seem to indicate that this problem was fixed, but I am still seeing the 
incorrect behavior.  To get the correct behavior do I need to use one of the 
workarounds?

BTW, we have a support account with JBoss and when I asked this question there 
the response was that the only fix would be to disable the jboss otpimization 
altogether with the caveat that it could degrade performance.

Craig


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

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


---
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 SLSB

2005-11-01 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-1442


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

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


---
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 SLSB

2005-11-01 Thread [EMAIL PROTECTED]
Certainly disabling the call by reference invoker will fix the issue, but this 
should be working with the default invoker interceptor in 4.0.2. There is a 
org.jboss.test.cluster.test.CrossServerCallsUnitTestCase that validates 
repeated calls to a SLSB from a server in a cluster does in fact result in 
calls to both the local and peer deployment of the SLSB. The details of how the 
SLSB is lookedup/used would be neede to understand how load balancing might be 
failing to work properly. TRACE level logging of the org.jboss.invocation 
category should shed light on what is going on as well.

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

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


---
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 SLSB

2005-10-31 Thread joff
[EMAIL PROTECTED] wrote : Have you tried to test just SLSB clustering first 
without MDB? Check out the example there.
  | http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA
  | 

I've done this - instead of calling the SLSB from the MDB (in my basic test 
example I linked to earlier), I'm calling it from the servlet 
round-robining of the SLSB still  doesn't work; I'm only creating the remote 
interface once, and then calling the method on it repeatedly...

Any further ideas as to where I should look?

anonymous wrote : 
  | I suspect it is just some setup problem. But if you are really pressed for 
time for production, you should consider subsribe to JBoss support.
  | 
OT:
I'm trying to push my boss in that direction :)
We've already gone into production, but i'd still like to get this working in 
time for the next revision :)

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-26 Thread SiOfUmbar
OK, I know it is only being run on one node at a time, but what I'm suggesting 
is that if you change the attribute for ReceiversImpl to use the 
ReceiversImplLinkedList for the queue or ConnectionManager, you can make each 
message get handled on a different node, each node in turn.

In my own case, I have an MDB calling an SLSB, and so long as the MDB that 
handles the message is running on a different node for each message in the 
queue, the SLSB will run on the same node as that MDB.

The default ReceiversImpl implementation makes all messages get handled on the 
same machine as the queue untill the load is too high there. See 
http://jboss.org/index.html?module=bbop=viewtopict=67524. 

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-26 Thread SiOfUmbar
Just so we're clear, this round-robin MDB handling is running using 
HAJMA/HASingleton, so fail-over works too.

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-25 Thread SiOfUmbar
You don't make it clear if the MDB is being run on the different nodes in 
round-robin fashion. Is it? (Have you specified one of the List-based 
ReceiversImpl implementations that makes round-robin work?)

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-25 Thread joff
The MDB is run on just one node at a time, using HAJMA/HASingleton


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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-25 Thread joff
toadie wrote : joff wrote : (via a loadbalancing device in front of them) 
  |   | 
  | can't you use the same device to round-robin the request for the ejb client 
stub for you? especially since your bean is stateless
I'm afraid not, the loadbalancer is only there to handle requests from the 
outside.. the requests are quite infrequent, but result in a long-running task, 
which I want to balance the load of, across the JBoss nodes

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

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


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-21 Thread toadie
joff wrote : (via a loadbalancing device in front of them) 
  | 

can't you use the same device to round-robin the request for the ejb client 
stub for you? especially since your bean is stateless

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-10-21 Thread [EMAIL PROTECTED]
Have you tried to test just SLSB clustering first without MDB? Check out the 
example there.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA

I suspect it is just some setup problem. But if you are really pressed for time 
for production, you should consider subsribe to JBoss support.

Forum post does not give you guranteed response time (if at all).

-Ben

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-09-06 Thread joff
Hi - the next version of my app is about to go into production, but this issue 
is still unresolved, and it runs jobs that can take up to a couple of hours to 
run - being able to balance the load of these jobs across my app servers will 
be a major help. can anyone shed any light as to why the stateless session 
beans aren't load balancing?

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

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


---
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 SLSB

2005-09-06 Thread joff
i've also just added in 
configuration-nameClustered Stateless SessionBean/configuration-name
for my EJB DDs, but still no joy :-/

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

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


---
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 SLSB

2005-07-31 Thread joff
*bump*

Is anyone able to help me here? I'm no closer to finding the solution...

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

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


---
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: Load-Balancing SLSB

2005-07-10 Thread joff
Hi Ben

At the URL below is an EAR containing a minimal test case for my problem. It's 
basically a servlet for triggering the operation, an MDB to receive the JMS 
message, which calls a SLSB ten times

Souce is also included

http://joff.googlehax.com/LBTest.zip

PS. You will either need to add a queue/HordeExecuteBatch queue, or change the 
deployment to use a different queue name.


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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-07-07 Thread [EMAIL PROTECTED]
If you still have a problem, can you attach a sample client and jar file to 
troubleshoot it?

-Ben

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

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


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-07-05 Thread joff
Oops, hit 'submit' instead of 'preview' anyway.. to continue:

the jboss.xml for the SLSB is:
session
  |  ejb-nameTransactionConductor/ejb-name
  |  jndi-nameTransactionConductor/jndi-name
  |  local-jndi-nameTransactionConductorLocal/local-jndi-name
  |  clusteredTrue/clustered
  |  cluster-config
  | partition-nameDefaultPartition/partition-name
  | home-load-balance-policy
  | org.jboss.ha.framework.interfaces.RoundRobin
  | /home-load-balance-policy
  | bean-load-balance-policy
  | org.jboss.ha.framework.interfaces.RoundRobin
  | /bean-load-balance-policy 
  |  /cluster-config
  |   /session

The HAJNDI section of my cluster-config.xml is:
   mbean code=org.jboss.ha.jndi.HANamingService
  |   name=jboss:service=HAJNDI
  |   
dependsjboss:service=${jboss.partition.name:DefaultPartition}/depends
  |   attribute name=PartitionNameDefaultPartition/attribute
  |   !-- attribute name=BindAddress${jboss.bind.address}/attribute 
--
  |   attribute name=BindAddress192.168.225.245/attribute
  |   attribute name=Port1100/attribute
  |   attribute name=Backlog50/attribute
  |   depends optional-attribute-name=LookupPool
  |  proxy-type=attributejboss.system:service=ThreadPool/depends
  | 
  |   attribute name=DiscoveryDisabledfalse/attribute
  |   attribute 
name=AutoDiscoveryBindAddress${jboss.bind.address}/attribute
  |   attribute name=AutoDiscoveryAddress230.0.0.4/attribute
  |   attribute name=AutoDiscoveryGroup1102/attribute
  |   attribute name=AutoDiscoveryTTL16/attribute
  |  
  |   attribute name=RmiPort0/attribute
  |/mbean
  | 

As far as I can tell, multicast is working - the DefaultPartition, etc is 
working with multicast, and I can ping 230.0.0.4 and get responses back from 
both nodes

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

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


---
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