|
From: Geoffrey M. <ga...@im...> - 2005-06-03 14:26:10
|
I believe that the wrapper uses a port to communicate with the JVM. Maybe you are running out of ports? I'm sure Leif will weigh in with a much more informed answer, but this might be something to look at. Ralph Schreyer wrote: >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 > > > >------------------------------------------------------- >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=offad-ysdn-ostg-q22005 >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user >--- >[This E-mail scanned for viruses by Declude Virus] > > > > > --- [This E-mail scanned for viruses by Declude Virus] |