Hi Oliver, When you get somtimes an out of memory error on your Client, then I guess your Client got the leak of memory. short time ago I got the same trouble. I found my error. I did not release an object which got an Vector in it so it took a lot of space. it was not released because it still was hooked on a listener, while it was created an new object f its class. I found out that error while I was watching the memorie amount of the client while I was testint certian featuers of my application. I think you should look on the clients application an whatch in what circumstances your application uses new memory.
hope it helps a bit Malte -----Ursprungliche Nachricht----- Von: Oliver Rettig [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Februar 2003 10:43 An: [EMAIL PROTECTED] Betreff: Apache-Soap2.2/3 count of JavaVMs Hallo, I`m using tomcat4.0 and apache soap2.2/3. I have trouble with a memory leak in my application and that is the reason I am interesting in how many java VMs are started and in which VMs my the Threads of my soap-RPCs are running. As I have configured in server.xml tomcat has started 10 Threads. Are all these Threads running in the same VM or has every Thread the same VM. Can I config how much memory the VMs allocated? My class which includes the methodos which are provided as soap-rpcs is configured as "application" in the Deploymentdescriptor. How many VMs are started if e.g. 10 Clients are invoking soap-RPCs? I get sometimes a java.lang.outofMemory error on the clients. If this happens only the client which get this error damanges and all the other clients are working fine. So I suggest, that there are more than one VM running. I would be nice, if somebody cauld help me. best regards Oliver -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>