|
From: Leif M. <le...@ta...> - 2003-05-01 02:36:44
|
Most likely the problem is that you have not integrated with the Wrapper correctly. That message normally is displayed when the WrapperManager class has not been initialized correctly. Please go back and reread the integration options: http://wrapper.tanukisoftware.org/doc/english/integrate.html Most likely, the first integration method, using the WrapperSimpleApp helper class will work for you: http://wrapper.tanukisoftware.org/doc/english/integrate-simple-win.html As a side note, to enable debug output in the wrapper. you need to set the log level of either the console or log file output http://wrapper.tanukisoftware.org/doc/english/props-logging.html Cheers, Leif naso taso wrote: >Hi all, > >Thanks a lot for releasing this s/w in public. >I'm trying to load a freeware server Multiserver which >is basically a Java ServerSocket that listens to port >9999 for XML docs from a Flash server. > >However, although the TestWrapper example is loading >OK and I can run My app from command line, I'm having >some problems loading the Multiserver. >When I try to start the Multiserver, the wrapper makes >5 retries and then times out with the message "JVM >didn't respond". > >I have been trying to get some debug info but I can't >find out any more information. > >Did any of you guys have the same problem or now a way >to monitor the discussion with the JVM? If I use >-verbose param for the jvm I don't really see anything >useful. > >Thanks in advance for any answers guys!! > > |