[JBoss-user] [JNDI/Naming/Network] - Re: How to use HAJNDI without JBoss AS

2006-06-29 Thread JerryGauth
If you want to use HA-JNDI autodiscovery, you must have a JBoss server as the 
JNDI store since HA-JNDI is not a separate application.  You can write your own 
remote client to use autodiscovery or use the one provided by JBoss.  See the 
clustering doc for further information.

If you want remote discovery capabilities without running a JBoss server, look 
at JBoss's remoting module.  It's a standalone module with various remote 
discovery capabilities.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954383#3954383

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954383

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: How to use HAJNDI without JBoss AS

2006-06-29 Thread JerryGauth
The Naming Service must run on a JBoss server as it's not an independent module.

A remote client can use the auto discovery feature.  This is described in the 
HA-JNDI section of the Clustering Guide.  The server and client must use the 
same multicast address and port for this to work (they do by default).

http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954366#3954366

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954366

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Separating wars and jar for clustering

2006-06-29 Thread JerryGauth
I think the preferred approach is to deploy the application (e.g., the ear) to 
the farm directory of a node and then let JBoss distribute it throughout the 
cluster.  There are some open issues with the farming feature so you should 
verify that it works properly for you in you choose this option.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954364#3954364

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954364

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: I cann't access http://localhost/jmx-console/ in Multip

2006-06-28 Thread JerryGauth
I'm not sure what the problem is but you can't use "the same IP address and 
same port number (8009)."  If you're using a binding address at JBoss server 
startup (-b parameter), the IP's will differ.  If you're using JBoss service 
bindings, the ports will differ.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954211#3954211

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954211

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Problem creating two intances on the same machine

2006-06-26 Thread JerryGauth
Are you actually using the "default" server?  If so, your cluster instances 
need to be copies of the "all" server.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953426#3953426

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953426

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Cluster or not Cluster?

2006-06-16 Thread JerryGauth
Clustering is useful if you have a need for any of the following when running 
your application on multiple servers: failover support, replication, load 
balancing of artifacts other than sessions (e.g., EJB's), true singletons, 
notifications, etc.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951344#3951344

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951344


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Problem with cluster JNDI lookups in JBoss 4.0.2

2006-06-15 Thread JerryGauth
You need to differentiate your clusters.  They're distinguished by name, 
multicast address and multicast port in cluster-service.xml.

The HA-JNDI provider url is used to locate an HA-JNDI server.  After that, 
HA-JNDI lookups use round-robin load balancing throughout the cluster so your 
requests don't necessarily go to the same HA-JNDI server.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951076#3951076

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951076


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Error on lookup From a clustered SLSB to another cluster

2006-06-14 Thread JerryGauth
If you're using JNDI to perform lookups on multiple nodes in a cluster or 
clusters from a remote client, you'll need to know how to access each node.  If 
your cluster is dynamic, you'll need to know how to detect nodes entering and 
exiting the cluster if you want to access each one remotely.

As jahlborn noted, you only need to access one node via HA-JNDI in order to get 
load balancing as well as access to all other JNDI data in the cluster.  In 
addition to providing cluster wide lookups, HA-JNDI has its own replicated 
store.  You can bind something in HA-JNDI and have it available locally on all 
nodes.

Note that HA-JNDI operates within a single cluster so a client accessing 
multiple clusters via HA-JNDI would require different provider urls for each 
cluster.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950813#3950813

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950813


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Clustering auto-discovery --> TCP

2006-06-12 Thread JerryGauth
How did you change the stack to use TCP?  Disabling AutoDiscovery shouldn't 
have the effect you note.  I disabled AutoDiscovery and used a TCP stack for 
ClusterPartition in both 4.0.2 and 4.0.4 (I don't have 4.0.3 installed) - the 
servers started fine in both cases.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950424#3950424

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950424


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Loadbalancing issue

2006-06-09 Thread JerryGauth
mod_jk instructions -

http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950120#3950120

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950120


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: No effect if change HAJNDI Port/RmiPort with ServiceBind

2006-05-17 Thread JerryGauth
I use the sample-bindings file from 5.0 and the host attribute has been removed 
there.  In either case, the bindings should work.  Are you getting a "port in 
use" error for 1100 and 1101?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944200#3944200

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944200


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: No effect if change HAJNDI Port/RmiPort with ServiceBind

2006-05-16 Thread JerryGauth
Why do you have the host attributes defined?  The following works fine for me.  
Note that if you have multiple IP addresses on your machine, you can 
alternatively bind your nodes at runtime using the run -b myIP parameter and 
avoid having to use the bindings file.

  
 
1201
 
 
  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943836#3943836

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943836


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Clustering and UDP traffic (and errors) in non-clustered

2006-05-11 Thread JerryGauth
there is no dependency on clustering in the "default" configuration.  If you 
started with this configuration, it seems likely that you added something which 
does have a clustering dependency.

You note that you removed cluster-service.xml.  This configuration file isn't 
included in the default configuration.  If you had to remove it, did you start 
with the "all" configuration instead?   

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942905#3942905

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942905


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HA-JNDI in Cluster on 1 PC

2006-05-08 Thread JerryGauth
Use your server addresses.  For example -

java.naming.provider.url=localhost:1100,localhost:1200

-or-

java.naming.provider.url=192.168.1.100:1100,192.168.1.101:1100

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941863#3941863

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941863


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: statistics for different cache regions??

2006-05-05 Thread JerryGauth
Statistics are generated by cache interceptors.  See 
org.jboss.cache.interceptors.*.  Generally, each interceptor maintains its own 
statistics (e.g., CacheLoaderInterceptor maintains cache loading statistics).  
CacheMgmtInterceptor maintains statistics for the cache itself (e.g., hits, 
misses). 

Additional information is available in ..docs/design/ManagementAttributes.txt.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941562#3941562

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941562


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: statistics for different cache regions??

2006-05-05 Thread JerryGauth
The initial implementation of statistics isn't region based.  I don't know if 
there's a JIRA issue for this yet but it's certainly a feasible enhancement.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941548#3941548

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941548


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Connecting from one server to other

2006-05-05 Thread JerryGauth
Code like the folloiwng should be sufficient to direct your JNDI lookups to a 
specific server.  Change the provide url as needed.

You can use HA-JNDI by using the HA-JNDI port in the url.  By default, this is 
port 1100.  Note that HA-JNDI requests may not go to the specified server as 
HA-JNDI uses round-robin load balancing.  This would only matter if you had 
local entries bound with the same name to different values in which case you 
wouldn't want to use HA-JNDI.

env.put(Context.INITIAL_CONTEXT_FACTORY, 
org.jnp.interfaces.NamingContextFactory");
env.put(Context.PROVIDER_URL, "jnp://myserver:1099");
env.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
Context naming = new InitialContext(env);

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941539#3941539

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941539


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: 2 JBoss 4.0.1 SP1 instaces not joined in cluster on same

2006-05-04 Thread JerryGauth
The first step in debugging would be to confirm that JGroups works properly in 
your environment.  You can see 
http://wiki.jboss.org/wiki/Wiki.jsp?page=BasicClusterTest for further details.

FWIW - the "usual" way to cluster JBoss nodes on a single machine is to copy 
the "all" server directory and make new copies (e.g., jboss1, jboss2) under 
..\jboss-4.0.1sp1\server\.  I don't think this would cause the clustering 
problem but you would only need one JBoss server installation.  You would still 
need to differentiate the ports using service-bindings as you did previously.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941273#3941273

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941273


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Connecting from one server to other

2006-05-04 Thread JerryGauth
You can use HA-JNDI instead of a local JNDI address if you're running in a 
cluster.  If you know which server to use for various lookups, you might also 
try creating initial contexts for each server and use the one appropriate for 
each lookup.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941282#3941282

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941282


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Clustering without EJB

2006-05-04 Thread JerryGauth
Here's the doc for clustering.
http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf

The JBoss clustering wiki also has useful information.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA

Not sure what your second question is.  JBoss itself uses JGroups for cluster 
node communication; this is usually multicast based.  You can also use JGroups 
independently of JBossAS if what you need is a low level cluster communications 
module.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941267#3941267

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941267


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HA-JNDI in Cluster on 1 PC

2006-05-04 Thread JerryGauth
HA-JNDI definitely works in a single machine cluster.  I use it in this mode 
frequently and all of the HA-JNDI tests in the test suite do so as well.

You can differentiate the HA-JNDI servers either through service-bindings or by 
using multihome addresses.  In either case, HA-JNDI should work properly.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941264#3941264

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941264


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: MethodCallTimeout

2006-05-03 Thread JerryGauth
It's a timeout value for remote method calls.  You can change it via the 
ClusterPartition MBean in the JMX Console.  See the mbean named 
jboss:service=DefaultPartition.

I don't know if changing the value dynamically in the console will have any 
effect.  You may need to restart the service; I suspect this depends on 
how/when client code retrieves the attribute.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941081#3941081

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941081


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Difference betwwen TreeCache cluster and JBoss Cluster?

2006-05-01 Thread JerryGauth
The three clusters are different logical groups.  The Tomcat cluster grouping 
is handling session replication.  The DefaultPartition cluster handles core 
clustering including HA-JNDI.  Any TreeCache related clusters are handling 
replicated TreeCache instances.

These clusters all use JGroups internally and they are differentiated by 
cluster name, multicast address and port.  Currently separate configurations 
are required for each cluster.  The forthcoming JGroups 2.3 release will allow 
multiplexing of cluster configurations in cases where cluster groups are able 
to share configurations (e.g., JGroups stacks).

If you are running multiple partitions in a cluster, you need to distinguish 
them via the name, address and port settings.  This is true for all of the 
clusters in your topology (e.g., Tomcat, TreeCache).



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940475#3940475

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940475


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Clustering without EJB

2006-04-28 Thread JerryGauth
Clustering is independent of EJB's.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940124#3940124

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940124


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Setting up Clustering

2006-04-26 Thread JerryGauth
I'm just noting that if you're running mod_jk and node1 on the same machine, 
you need to direct your application requests to mod_jk, not to node1.  So if 
mod_jk is running on port 80 and node1 on port 8080, you need to direct your 
application requests to port 80, not 8080.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939565#3939565

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939565


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Setting up Clustering

2006-04-26 Thread JerryGauth
Are you directing your application requests to the load balancer?  If not, you 
need to do this.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939533#3939533

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939533


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: time to deploy in the cluster

2006-04-25 Thread JerryGauth
"All" is a superset of "default", containing additional services including 
clustering support.

The Farm directory will be in your "all" server, not the "default" server as 
the latter doesn't support clustering.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939352#3939352

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939352


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Connect To Cluster

2006-04-18 Thread JerryGauth
Have you tried without the jnp prefix and the trailing slash?  I use the 
following successfully on my local machine.  You should be able to access 
HA-JNDI services by specifying providers in this format.

java.naming.provider.url=localhost:1100,localhost:1200

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937991#3937991

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937991


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Unregistering MBeans

2006-03-31 Thread JerryGauth
This has been fixed in JBossCache 1.3.0 GA release.  See JBCACHE-523 for 
further details.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934072#3934072

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934072


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: InstanceAlreadyExistsException

2006-03-31 Thread JerryGauth
This has been fixed in JBossCache 1.3.0 GA release.  See JBCACHE-523 for 
further details.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934071#3934071

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934071


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Problem with clustering tests in Windows XP SP2

2006-03-29 Thread JerryGauth
A "multihomed" machine would have multiple network cards.  If you have a laptop 
with a wireless and ethernet card, then you should be able to run a cluster 
using the two IP addresses for your nodes.

You can use this in the clustering test suite by modifying local.properties in 
the testsuite folder.  Set the node0 and node1 properties to your IP addresses. 
 These are normally the only properties you need to modify.

Note that most clustering tests use JGroups so if the majority of tests aren't 
successful, you should verify that JGroups is working properly on your machine 
or network.  See the Troubeshooting section of the JGroups wiki page at 
http://www.jboss.org/wiki/Wiki.jsp?page=JGroups.

Jerry

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933364#3933364

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933364


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Problem with clustering tests in Windows XP SP2

2006-03-24 Thread JerryGauth
I've recently run the tests-clustering target for both 4.0.4 and 5.0 on Windows 
XP Pro SP2, using a multihome machine.  Most of the tests execute successfully. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932388#3932388

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932388


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: clustering tests in testsuite failed

2006-03-20 Thread JerryGauth
1) You shouldn't have to create a local.properties file in the testsuite 
folder.  It should already be there as it's under cvs control.

2)  There was a problem late last week with running cluster tests in 4.0.4.  It 
was fixed over the weekend.  You should refresh your 4.0.4 code if you haven't 
done so recently.  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931305#3931305

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931305


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: clustering tests in testsuite failed

2006-03-17 Thread JerryGauth
Have you checked your local.properties file and configured the node0= and 
node1= entries?

When you run the clustering tests (e.g., build tests-clustering), the suite 
should add node0 and node1 to your server and then run tests using them.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930958#3930958

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930958


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: I just need a single cache but it is creating 2 cache fo

2006-03-16 Thread JerryGauth
So your cache should be replicated and if the first server node goes down, the 
application should still be able to retrieve cached entries from the cache 
instance on the second node.

If the cache isn't replicated successfully, then it's likely that your nodes 
aren't communicating properly.  Your cluster configuration should be ok as long 
as you have the same configuration on both nodes.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930663#3930663

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930663


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: I just need a single cache but it is creating 2 cache fo

2006-03-16 Thread JerryGauth
Where is your cache configuration?  Did you specify CacheMode as REPL_SYNC or 
REPL_ASYNC?  This is necessary to indicate that you want a replicated cache.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930653#3930653

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930653


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/ HAJMS Discovery Problem

2006-03-08 Thread JerryGauth
HA-JNDI bindings are replicated so any HA-JNDI bindings on one node would be 
copied to the other node.  Global JNDI bindings would not be replicated as 
they're only bound locally.  In either case, using HA-JNDI to perform a lookup 
should locate all local and ha bindings on nodes in the cluster.

If your HA lookup is failing from a restarted node, it seems like one of the 
following is the problem.

1)  The lookup is being performed locally, not via ha.
2)  The new node isn't recognized as part of the cluster.
3)  There's a problem in the HA code and the lookup isn't being properly 
propagated to other nodes in the cluster.  Remote lookups of locally bound 
objects are included in the unit tests for HA-JNDI so in general this should 
work properly.

Sorry I don't have any more to offer on this issue as I'm not familiar with the 
inner workings of the server or naming service.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928790#3928790

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928790


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/ HAJMS Discovery Problem

2006-03-08 Thread JerryGauth
Does your PROVIDER_URL property specify the HA-JNDI port?  For example,
jnp://localhost:1100


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928762#3928762

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928762


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/ HAJMS Discovery Problem

2006-03-08 Thread JerryGauth
I don't have any information on your problem, just an observation about the 
Global Namespace in the JNDIView mbean.

The Global Namespace is unrelated to HA-JNDI; it's a store for local JNDI 
bindings.  So if you bind something in HA-JNDI, it won't appear there.  Of 
course, HA-JNDI should locate bindings in local namespaces on other nodes so if 
something is bound there on one node, it should be found via an HA-JNDI lookup 
on any node.

JBossAS 4.0.4 includes HA-JNDI bindings in the JNDIView mbean's list() output 
so that you can also view HA-JNDI bindings.  They're included under the heading 
HA-JNDI Namespace.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928744#3928744

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928744


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: I wanted to know about load balancing and fail over meth

2006-02-14 Thread JerryGauth
See section on HTTP Session Clustering in 
http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf

See wiki pages on similar topic.
http://wiki.jboss.org/wiki/Wiki.jsp?page=TomcatClustering

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923582#3923582

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923582


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Persisting cache loader changes

2006-02-06 Thread JerryGauth
Seems like cache loader default persistence should be consistent, or at least 
better documented so that it's more clear.

I can look at the documentation on this subject and clean it where appropriate 
so that this behavior is better described.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921877#3921877

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921877


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Transactions hang when using JDBC Cache Loader with repl

2006-02-03 Thread JerryGauth
I didn't have a "shared" setting; I guess the default value is false.  I added 
a shared=true setting to my configuration and the problem disappeared.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921481#3921481

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921481


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Transactions hang when using JDBC Cache Loader with replicat

2006-02-03 Thread JerryGauth
Using latest JBossCache HEAD code -

If I configure a replicated cache (two nodes) with a JDBC cache loader as 
backing store, my transactions hang and never complete.

This problem only occurs if the cache instances share a common JDBC data 
source; it doesn't occur if they use separate data sources.

If I use passivations. the transactions work properly.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921475#3921475

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921475


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Persisting cache loader changes

2006-01-30 Thread JerryGauth
If I use FileCacheLoader, cache entries are persisted and consequently 
available on cache restart.  If I use JDBCCacheLoader, its default behavior is 
to drop the cache table during shutdown so that entries aren't available on 
restart.  Is this difference in behavior intentional?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920491#3920491

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920491


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Transactions in a replicated cache

2006-01-30 Thread JerryGauth
I've just tried using two clustered cache instances on a single server and it 
seemed to run fine.  I created the second cache configuration by copying the 
first and then modifying the service name.  The instances were registered 
properly and replication worked as expected.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920471#3920471

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920471


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Transactions in a replicated cache

2006-01-30 Thread JerryGauth
The fix seems to be fine.  At least my own sample code having transactions in a 
replicated cache now works.  :)

re: the multiple instance issue - I recently modified the interceptor mbean 
registration code so that the mbean will only be registered if not already 
registered.  So the server should no longer regurgitate but it's still not 
going to do what you need.  It seems like you would need to define two separate 
instances of the cache having different service names.  You can also disable 
the interceptor mbeans by setting UseInterceptorMbeans to false in the cache's 
configuration.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920468#3920468

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920468


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Transactions in a replicated cache

2006-01-27 Thread JerryGauth
I'm trying to cache several nodes within a transaction in a replicated cache 
environment.  I'm using the latest JBossCache HEAD code along with a fairly 
recent build of JBossAS HEAD.  The transaction is being executed from a servlet 
running on one of the cluster nodes.

If I use a non-replicated environment (e.g., INVALIDATION_SYNC), the 
transaction executes properly and commits or rolls back as expected.

If I use a replicated environment (e.g., REPL_SYNC), the transaction executes 
properly as long as I configure the cache to use the DummyTransactionManager 
and I use this manager to execute the transaction from the servlet.

If I get a transaction manager from JNDI (either java:TransactionManager or 
UserTransaction) and I configure my cache to use JBossTransactionManagerLookup, 
the transaction always fails during the prepare phase on the remote node.  As 
noted, the same code works properly if the cache isn't replicated.  I've 
attached the relevant stack trace.

I've looked for a JBossCache test that executes similarly (i.e., transaction in 
a replicated environment) but I've only been able to find one that executes in 
standalone mode using the dummy manager.

Any ideas on whether I'm missing something here?

ERROR [RpcDispatcher] failed invoking method
org.jboss.util.NestedRuntimeException: Already associated with a tx; - nested 
throwable: (java.lang.IllegalStateException: Already associated with a tx)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:4247)
at org.jboss.cache.TreeCache._replicate(TreeCache.java:3894)
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.jgroups.blocks.MethodCall.invoke(MethodCall.java:286)
at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:236)
at 
org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:618)
at 
org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:515)
at 
org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326)
at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:734)
at 
org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:566)
at 
org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:703)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.IllegalStateException: Already associated with a tx
at org.jboss.tm.TxManager.resume(TxManager.java:660)
at 
org.jboss.cache.interceptors.TxInterceptor.handleRemotePrepare(TxInterceptor.java:263)
at 
org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:124)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:67)
at 
org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:128)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:4241)






View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920113#3920113

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920113


---
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Distributed MBeans

2006-01-12 Thread JerryGauth
If you require an app server independent solution, JBossCache can be used with 
other app servers.  HA-JNDI and DistributedState have dependencies on JBossAS.

The JBossAS Clustering manual contains a brief description of DistributedState. 
 See the index for its location. 
http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf

One place to look for sample code is in the testsuite.  There's a test case for 
DistributedState in org.jboss.test.cluster.test.DistributedStateTestCase.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917117#3917117

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917117


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Help required to create a partition

2006-01-12 Thread JerryGauth
If you want to use IP addresses, you should only need to modify the command you 
use to start the node.  The -b parameter is used for the IP address.  For 
example, 
run.bat -c node1 -b 192.168.1.101


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917114#3917114

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917114


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Distributed MBeans

2006-01-11 Thread JerryGauth
JBossCache running in replication mode is an example of a service that ''s 
exposed via an mbean on each node.

If you want to use the singleton mbean approach, you can store your state in 
one of the replicated JBoss services (JBossCache, HA-JNDI or DistributedState). 
 When you need to nominate a new master node, you can obtain the state from the 
service on that node and then dynamically register the associated mbean.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917034#3917034

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917034


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: clustering & database

2005-12-20 Thread JerryGauth
As noted, you can store your data in a common database so that it's accessible 
from each node.

You can also store your data in a replicated store in a JBoss cluster.  
Possibilities include JBossCache (using replication), HAJNDI and 
DistributedState.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913608#3913608

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913608


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Clustering and JBossCache

2005-12-16 Thread JerryGauth
I don't think it's currently feasible as HA services and distributed cache 
instances are independent groups.  Currently you need to distinguish these 
groups via group name, bind address, and bind port.  I think that future plans 
for JGroups include supporting a common configuration; perhaps someone from 
JBoss can confirm this.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913198#3913198

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913198


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: migration from 4.0.2 to 4.0.3SP1, HA-JNDI not working an

2005-12-16 Thread JerryGauth
HAJNDI should work out of the box. in the default configuration for the "all" 
server.

There's no cross-dependency between DefaultPartition and HAJNDI as the latter 
depends on the former, not vice-versa.

You can try relocating HAJNDI to a different port to see if the problem 
persists on the new port.  The HAJNDI port is specified by the Port attribute 
in the HAJNDI configuration, located in ../deploy/cluster-service.xml. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913100#3913100

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913100


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: How does http client connect to a Jboss cluster?

2005-12-13 Thread JerryGauth
What are you trying to achieve with your cluster?  Clustering will work without 
a load balancer but you won't have server load balancing or session failover.  
The nodes will still be in a cluster and some cluster functionality will work 
(e.g., HA-JNDI, DistributedState, TreeCache replication etc.).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912403#3912403

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912403


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: conf/jndi.properties + HAJNDI question

2005-12-09 Thread JerryGauth
If you specify port 1100, your lookups will be directed to HA-JNDI.  While this 
will return local JNDI bindings, it won't be as efficient as if you use local 
jndi lookups.  Of course, local jndi lookups won't work if the target isn't on 
the same cluster node.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911845#3911845

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911845


---
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=7637&alloc_id=16865&op=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 using Apache2.x, mod_jk1.2.x

2005-12-08 Thread JerryGauth
What version of JBoss are you using?  Sourceforge issue 1037726 corresponds to 
JBoss JIRA issue JBAS-1103.  According to the JIRA issue, this problem was 
fixed in JBoss 4.0.1.

A similar issue is reported and open per JBCLUSTER-73.  It's possible that the 
thisis a duplicate and the issue has been fixed.

Both JIRA issues indicate that the problem was observed in 4.0.0.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911571#3911571

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911571


---
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=7637&alloc_id=16865&op=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 using Apache2.x, mod_jk1.2.x

2005-12-08 Thread JerryGauth
Do you have a reference to the reported problem or fix (e.g., a JBoss JIRA 
issue)?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911555#3911555

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911555


---
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=7637&alloc_id=16865&op=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 using Apache2.x, mod_jk1.2.x

2005-12-08 Thread JerryGauth
Load balancing and failover should normally work if configured properly.  Have 
you reviewed the instructions provided on the wiki page at 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911495#3911495

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911495


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Do I need Apache ?

2005-12-01 Thread JerryGauth
If you want load balancing and/or failover, you'll need Apache mod_jk or some 
other means (e.g., hardware) to accomplish this.  The JBoss servers will run in 
a cluster without this (i.e., they'll communicate and share clustered 
artifacts) but you won't get load balancing or failover.

Jerry

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910125#3910125

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910125


---
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=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: doubts regarding clustering in jboss

2005-11-18 Thread JerryGauth
1.  If you're running copies of the "all" configuration on the same network, 
the copies will be clustered (along with "all" if you're using it).  The 
software and configuration files included in the "all" configuration are 
cluster enabled by default.  You don't need to do anything to "enable" the 
cluster.

2.  To test session load balancing, open sessions on the Apache url.  One 
simple test is to just access the JBoss JMX Console from a new browser session. 
 If you've configured mod_jk for round robin balancing, the console should 
alternate from one node to the other.

3.  In general, the service should work.  If you deploy an ear to the farm 
directory in node1, it should be copied to the farm directory in node 2.
However there are some unresolved problems with farming so it may not be 
working in your situation.

4.  You shouldn't need to change the multicast address and port for your JBoss 
clusters.  If you do change them, you need to make the same changes on all 
nodes in the cluster.  Note that the JBoss "all" configuration provides two 
distinct cluster configurations - one is defined in cluster-service.xml and 
provides core clustering services.  The other is defined in 
tc5-cluster-service.xml and provides session replication.  These clusters are 
independent and require separate multicast addresses and ports.

Jerry 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907837#3907837

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907837


---
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. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: JMS Queue Problem with other cluster members

2005-11-09 Thread JerryGauth
I can't answer your question about the discarded messages but I can advise 
about the DefaultPartition.

DefaultPartition is the name of the primary cluster group in JBoss.

If you're using a clustered JBoss server (i.e., "all" configuration), JBoss 
itself uses two cluster groups.  One is named DefaultPartition; it provides 
core clustering services.  The other is named Tomcat-Cluster and provides 
session replication for the tomcat server in JBoss.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906287#3906287

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906287


---
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] [JNDI/Naming/Network] - Re: JNDI context

2005-10-27 Thread JerryGauth
Retrieve the initial context (or any other context) and add your subcontext to 
it.

Context ctx = new InitialContext();
Context newCtx = ctx.createSubcontext(newCtxName);

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903781#3903781

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903781


---
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: Does JBoss Cluster HA_JNDI support this implementation

2005-10-19 Thread JerryGauth
I think you can't configure HA-JNDI to direct all lookups to a single node.  
I'm not familiar with 3.2.7 but in later code, HA-JNDI uses the smart proxy 
with a round-robin policy to service HA-JNDI lookups.  Perhaps I'm 
misinterpreting something but that's my understanding of the current 
implementation.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902066#3902066

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902066


---
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: JBoss4.0.1 Clustering

2005-10-10 Thread JerryGauth
Are you directing your requests to the Apache server (i.e., port 80)?

Are the application requests being load balanced to the two servers or is 
everything being forwarded to one of the servers?  If you use the configuration 
provided on the wiki page, you should have failover and load balancing enabled.

If you only start the server on port 8180, do your requests get handled by it?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900275#3900275

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900275


---
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: JBoss4.0.1 Clustering

2005-10-06 Thread JerryGauth
Are you sure you've configured Apache correctly?  If Apache is running on port 
8080, how can one of your nodes be running on 8080 on the same machine?  Are 
you using multiple IP addresses?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899659#3899659

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899659


---
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: JBoss4.0.1 Clustering

2005-10-06 Thread JerryGauth
Are you sure you've configured mod_jk correctly with JBoss?  You can check the 
wiki page for guidance at 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss

If you've configured everything correctly, your application will be accessible 
on whatever port you've specified for Apache.  So if node1 uses port 8080, 
node2 uses port 8180, and Apache uses port 8000, your application will be 
accessible at http:/:8000/.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899585#3899585

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899585


---
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: JBoss4.0.1 Clustering

2005-10-05 Thread JerryGauth
You'l need to run multiple copies of your server, using different node names 
such as node1 and node2.  Copy the 'all' server configuration to to create the 
new servers.  You can then start a server using "run.bat -c node1"

You'll also need to vary the port addresses of the second server if you're 
running on a single machine.  This can be accomplished either through the use 
of multiple IP addresses on your machine (e.g., wired and wireless IP 
addresses) or via the JBossBindingManager.  If you use multiple IP addresses, 
use "run -c YourNode -b YourIP" to specify the IP address of the server.  If 
you use a single IP address,  use the JBossBindingManager as described in JBoss 
online documentation.

If you want loadbalancing and failover,  you'll need loadbalancing software 
such as Apache mod_jk.  The JBossAS Clustering Guide available online describes 
how to install, configure and use this software.

Jerry 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899277#3899277

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899277


---
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: cluster windows 2 nodes single machine

2005-09-26 Thread JerryGauth
There are several ways to configure multiple nodes on a single Windows machine.

1)  If you have multiple IP addresses (e.g., wired and wireless connections), 
you can start each node using a separate IP address.  For example -
run.bat -c node1 -b 168.1.68.100

2)  You can use the service-bindings manager to specify  different ports for 
the JBoss services.

A sample bindings file is provided at 
../docs/examples/binding-manager/sample-bindings.xml.  This file contains port 
assignments for servers named ?ports-default?, ?port-01? and ?port-02?.  Copy 
the file to a new location and change the server names in the file to match 
your installation. 

Then modify the your ../conf/jboss-service.xml file for each server to specify 
the use of the service binding manager.  Uncomment the ServiceBindingManager 
mbean and
provide the server name.  You can hardcode it or use a variable name such as 
${jboss.server.name}.  You also need to specify the binding file location 
(e.g., ${jboss.home.url}/server/server-bindings.xml).

Use of the service binding manager is described in the JBoss Admin and Devt 
Guide.

Jerry

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897092#3897092

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897092


---
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: Inconsistent JNDI Lookup

2005-09-21 Thread JerryGauth
You should be able to invoke list() or listBindings() to see what's stored in 
HA-JNDI.  These calls don't access the local JNDI tree.

One observation I have after working with HA_JNDI in JBoss 5 Alpha is that even 
though you specify a provider url such as "jnp://nodeA:1100", the "smart stub" 
is distributing your lookups based upon a designated load balancing policy.  In 
the case of HA-JNDI, the load balancing policy is currently hard-coded to round 
robin.  So your lookup directed towards nodeA:1100 could be handled by 
nodeB:1100.  This should only matter if the object is located in HA-JNDI and 
replication fails or if you're bound different objects into local JNDI.

I haven't tested this in JBoss 4 so I'm not sure how it's handled there.  If 
you turn logging up and check the log, you can see which servers are handling 
your lookups and you should be able to determine whether this affects your 
results.

Jerry   

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896145#3896145

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896145


---
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] [JBossCache] - Re: how to access jboss cache from client code

2005-09-21 Thread JerryGauth
"this has been posted more than a month back.still i didn't get a single reply.
this is very dissapointing. this is big problem with open source."

Why is this a problem with open source?  You've posted to a free list that 
developers review and respond to as time/circumstances permit.  If you want to 
be assured of a response, you need to subscribe to a support offering where 
staff are paid to respond to your issues.

This isn't any different from using a commercial server; you get responses when 
you buy a support contract with the vendor and work with their support staff.  
If you just post to a public forum, you may not get a response.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896095#3896095

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896095


---
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: Web and EJB clustering: some questions

2005-09-08 Thread JerryGauth
1.  You can use a hardware load balancer for your http sessions.  I don't know 
if there are other software solutions besides apache/mod_jk.

2.  The JBoss Clustering Guide recommends that you deploy beans to all nodes 
for performance.  If you only deploy to a single node, you can probably locate 
it through HA-JNDI though.

You can use the JMX Console (e.g., http://localhost:8080/jmx-console/) to see 
what's bound in your JNDI namespace.  Select the JNDIView service and then 
invoke the list() method.  You can also accomplish this programatically.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893676#3893676

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893676


---
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] [JNDI/Naming/Network] - Re: Error Starting Jboss Server

2005-08-28 Thread JerryGauth
If you have a conflict with another application, you can change the JBoss 
configuration for a service's ports.  In the case of port 1098, this port 
binding is configured in the conf/jboss-service.xml file of your server.  
Change the port number in the configuration file and restart the server.

If your conflict occurs because you have multiple JBoss servers running on the 
same machine, you should review instructions on how to cluster JBoss on a 
single machine.  Your choices basically are to use multiple IP addresses or the 
service binding manager.

Jerry

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891973#3891973

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891973


---
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 JerryGauth
Are you directing the requests to the port on which Apache is running?  If node 
1 is running on port 8080 and Apache is running on port 80, the requests need 
to be directed to port 80 on the Apache server.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891804#3891804

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891804


---
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 JerryGauth
I think your web requests need to be directed to the Apache server where you 
have mod_jk configured.  The requests will then be distributed per your 
configuration.

e.g., http://:8080/xlWebApp 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891795#3891795

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891795


---
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-25 Thread JerryGauth
Not sure why you're having problems with the OIL & UIL2 ports but the bindings 
are probably the ones defined in ..\deploy-hasingleton\jms\oil-service.xml and 
..\deploy-hasingleton\jms\uil2-service.xml.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891714#3891714

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891714


---
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: Mutiple Instances same server/different http://addresses

2005-08-17 Thread JerryGauth
Have you looked at JBoss Services Binding Management?  It's described at 
http://docs.jboss.com/jbossas/admindevel326/html/ch10.html#d0e20806.

This should allow you to specify all of the incremented ports in a single file.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890375#3890375

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890375


---
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: New to clustering

2005-07-27 Thread JerryGauth
There are several ways to run multiple nodes from a single machine.

1)  As noted in an earlier reply, you can configure multiple IP addresses on a 
machine and then start the JBoss server with an associated IP address (e.g., 
run.bat -c mynode1 -b 192.168.1.100)

2)  You can use a single IP address as long as you use a different set of ports 
for each server.  The easiest way to accomplish this is via the Service Binding 
Manager, as described in the Services Binding Management section of the JBoss 
AS Guide.  http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch10.html#d0e23108

If you require load balancing, it can be achieved using Apache mod_jk as noted 
in an earlier post.  This process is described in Chapter 6 of the JBoss AS 
Clustering Guide.  See the section on configuring session replication and 
installing mod_jk.
http://docs.jboss.org/jbossas/clustering/JBossClustering7.pdf


The installation and configuration of mod_jk is also discussed on the JBoss 
Clustering wiki at 
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss.

The wiki page notes that the worker.nodex.local_worker=1 entries in the 
configuration file must be commented out to achieve load balancing.  This 
information isn't currently provided in the Clustering Guide so you need to do 
this if you want load balancing.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886880#3886880

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886880


---
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=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user