|
From: Ralph S. <ral...@we...> - 2005-06-03 13:57:56
|
Hello, we use the Java Service Wrapper to put a Java Process under the control of a Windows Service. This Java Process in turn controls up to, say, 100 tiny Java Proxies, where each is wrapped in its own Java Service Wrapper. In other words: E.g. after a reboot of the machine, one Windows Service starts the Java Service wrapper which starts the main Java Process, which in turn starts up to 100 Java Service Wrappers which again start their tiny Java Proxies. Now, the problem is that after the startup of some 20 or 30 Java Service Wrappers we obtain error messages shown below and no more wrappers can start. CPU or memory are not problematic. Any ideas? Thank you very much and best regards Ralph --------------------------------------------------------------------------------------------------------------------- STATUS | wrapper | 2005/06/02 16:43:10 | --> Wrapper Started as Console STATUS | wrapper | 2005/06/02 16:43:10 | Launching a JVM... INFO | jvm 1 | 2005/06/02 16:43:10 | Error loading: C:\Progra~1\prince\releases\1.0.1\shared\jre\1.4.2_04\bin\client\jvm.dll ERROR | wrapper | 2005/06/02 16:43:10 | JVM exited while loading the application. STATUS | wrapper | 2005/06/02 16:43:14 | Launching a JVM... INFO | jvm 2 | 2005/06/02 16:43:14 | Error loading: C:\Progra~1\prince\releases\1.0.1\shared\jre\1.4.2_04\bin\client\jvm.dll ERROR | wrapper | 2005/06/02 16:43:14 | JVM exited while loading the application. STATUS | wrapper | 2005/06/02 16:43:18 | Launching a JVM... INFO | jvm 3 | 2005/06/02 16:43:19 | Error loading: C:\Progra~1\prince\releases\1.0.1\shared\jre\1.4.2_04\bin\client\jvm.dll ERROR | wrapper | 2005/06/02 16:43:19 | JVM exited while loading the application. STATUS | wrapper | 2005/06/02 16:43:23 | Launching a JVM... INFO | jvm 4 | 2005/06/02 16:43:23 | Error loading: C:\Progra~1\prince\releases\1.0.1\shared\jre\1.4.2_04\bin\client\jvm.dll ERROR | wrapper | 2005/06/02 16:43:23 | JVM exited while loading the application. STATUS | wrapper | 2005/06/02 16:43:27 | Launching a JVM... INFO | jvm 5 | 2005/06/02 16:43:27 | Error loading: C:\Progra~1\prince\releases\1.0.1\shared\jre\1.4.2_04\bin\client\jvm.dll ERROR | wrapper | 2005/06/02 16:43:27 | JVM exited while loading the application. FATAL | wrapper | 2005/06/02 16:43:27 | There were 5 failed launches in a row, each lasting less than 300 seconds. Giving up. FATAL | wrapper | 2005/06/02 16:43:27 | There may be a configuration problem: please check the logs. STATUS | wrapper | 2005/06/02 16:43:28 | <-- Wrapper Stopped __________________________________________________________ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 |