|
From: Earnie D. <ed...@vr...> - 2005-06-03 14:01:00
|
Could it be a memory issue? Why do you need to start your proxies as = individual wrapper instances? Could they not just be threads started by = the "main" wrapper class? Earnie! -----Original Message----- From: wra...@li... [mailto:wra...@li...]On Behalf Of Ralph Schreyer Sent: Friday, June 03, 2005 9:58 AM To: wra...@li... Subject: [Wrapper-user] Problems while starting multiple wrappers 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=3D021201 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit = http://developer.yahoo.net/?fr=3Doffad-ysdn-ostg-q22005 _______________________________________________ Wrapper-user mailing list Wra...@li... https://lists.sourceforge.net/lists/listinfo/wrapper-user |