[JBoss-user] [Installation, Configuration & Deployment] - class loading / logging issues

2005-08-23 Thread lordsteve_666
Hi folks, I hope someone has solved this riddle already ... I am trying to make use of a 3rd party library that uses LOG4J in the context of JBoss. Unfortunately, this library subclasses the LoggerFactory. The result is that after the first call to this 3rd party API, JBoss stops logging compl

[JBoss-user] [Clustering/JBoss] - Server's failing to join cluster after restart

2005-08-02 Thread lordsteve_666
Hi folks, I've got a serious problem at hand: My production cluster consists of 4 JBoss 4.0.2 servers (tat-01,tat-02,tat-03,tat-04). The cluster ran stable and undisturbed for the last few weeks. Due to a deployment problem, I had to kill and restart one of the cluster servers, and now it refus

[JBoss-user] [Clustering/JBoss] - Re: hot deployment not correctly working in cluster ?

2005-04-22 Thread lordsteve_666
One additional bit of information: if I do my deployment in three steps - undeploy app. - wait a few secs (to give the other nodes time to catch up) - deploy app. everything works fine ... but that's not how I'd like to do hot deployment :) - Stefan View the original post : http://www.jboss.org/

[JBoss-user] [Clustering/JBoss] - Re: hot deployment not correctly working in cluster ?

2005-04-19 Thread lordsteve_666
here's the relevant part of the log file - quite lengthy, since it's in DEBUG mode, but that's what it's there for :) ... it all looks good to me, no exceptions, it just undeploys the current file, but never gets the new one. System: SuSE Linux 9.1, JBoss 3.2.6, no HTTP session clustering ... A

[JBoss-user] [Clustering/JBoss] - hot deployment not correctly working in cluster ?

2005-04-19 Thread lordsteve_666
Hi folks, I've got an interesting issue at hand: 4 nodes, running JBoss in a cluster. I have consistent problems deploying my applications: Once I deploy a new version of an existing app (e.g. replace the respective file in $JBOSS_HOME/server/all/farm), the file gets correctly deleted on all o