[JBoss-user] [Clustering/JBoss] - Re: Caching of SLSB Proxies and Problems while lookup

2004-09-13 Thread cherold
Hi I'dont remember where, but I found some hint about a solution: It seems some weak reference are hold inside the JNDI classes and not freed when geting an Exception on stale objects. So call the System GC (System.gc()) and get rid of them. In my case it works fine, even if not yet so beatiful

[JBoss-user] [Clustering/JBoss] - Problem with farming

2004-07-08 Thread cherold
Hi We use Jboss 3.2.4 with JDK 1.4.2 on a Linux Cluster with 3 nodes. When using farming we recognized 2 main Problems: 1. farming is very slow when hot deploying on three nodes. (take about 3 minutes for 8 files with at total 3 MB). When stopping two nodes , hot deploy and then restart the no

[JBoss-user] [Clustering/JBoss] - Re: Is jbossha.jar fixed in jboss-3.2.5?

2004-07-08 Thread cherold
After downloading JBoss 3.2.5 I found in Web-Console for my org.jboss.ha.framework.server.ClusterPartition the following jgroups version: JGroupsVersion (R) java.lang.String MBean Attribute. 2.2.4( $Id: Version.java,v 1.5 2004/04/28 18:44:58 belaban Exp $) best regards Christian View the

[JBoss-user] [Clustering/JBoss] - Hot-deploy failure with farming in cluster

2004-04-05 Thread cherold
I'm usong JBoss 3.2.3 on Linux 2.4.x JDK 1.4.2. I'm using two nodes in a cluster using autoDiscovery with multicast. For deployment I use farming, by copying the files to the farming directoryon node1. In some cases it's running without problems (especialy if I'm testing it for get more informa

[JBoss-user] [Clustering/JBoss] - additional Info to Caching of SLSB Proxies and Problems whil

2004-03-29 Thread cherold
Hi again still working on the same problem... I recognized that I still get errors when trying to lookup home after restart of jboss from extern tomcat. I 'm running two jboss, one is located on the same mashine as my tomcat server. It seems jboss-client-classes also tries to lookup on localhos

[JBoss-user] [JCA/JBoss] - Re: JBOSS - DB2

2004-03-29 Thread cherold
Hi I'm using DB2 8.1.4 with jboss 3.2.3. I#m using the JCC type 4 driver because we found this to be faster than appdriver and much easier to install. Therefor you need the files: db2jcc.jar and may be one or both of these db2jcc_license_cisuz.jar db2jcc_license_cu.jar It works fine in our case.

[JBoss-user] [Clustering/JBoss] - Caching of SLSB Proxies and Problems while lookup

2004-03-29 Thread cherold
Hi I'm using JBoss 3.2.3 with SLSB in a Cluster SLSB are Called rom a seperate Tomcat machin (we do not use internal Tomcat). For increasing performance, we cache Home and Remote Proxies in custom classes using RountRobin. When restarting JBoss, we get in many cases (not always) Problems looking

[JBoss-user] [JCA/JBoss] - Re: PreparedStatementCache

2004-03-23 Thread cherold
Hi what do you meen hen you say " per transaction". I use an JDBC DataSource. Transaktions are Handled by DB2 Database. I do not use CMP or User Transacton in JBoss. So my Conncetion Pool just Pools Connections for my Application. Each Connection is used only by my custom Classes (called from SLSB)

[JBoss-user] [JCA/JBoss] - PreparedStatementCache

2004-03-21 Thread cherold
Hi Does anybody know if there is a runnning preparedStatementCache in Jboss 3.2.x ? I use JBoss 3.2.3 with JDK 1.4.2 and DB2 8.1 in Linux. I saw there is a property for the Datasource: 100 but setting this (with different values) didn't change anything. On the DB side, it doesn't seem to cache cli