|
From: Christian M. <chr...@ta...> - 2012-12-11 10:35:13
|
Hi Chris, the Wrapper itself does not contain a message saying "not enough space". So I assume, it's rather a error message delivered from the system. Could you please send us the log file, where the message is being shown? Best would be if you could activate debug output, by setting wrapper.debug=true in your conf file and rerun the Wrapper with your application and send us that log file. Best Regards, Christian Mueller Tanuki Software, Ltd. On Tue, Dec 11, 2012 at 4:28 AM, Christopher Burian <cb...@ll...>wrote: > Hi, > > We have a service which supports a synchronous serial connection. Most > of the implementation is Java, but a native call to a .dll is needed for > the serial adapter. Platform is Windows with Java 1.6 32-bit. > > The issue is that whenever the service starts, the wrapper log contains > a message "Not enough space." Yet the program still appears to be fully > functional despite the error message. Figuring that the problem is the > native call causing this since none of our other (all-Java) services > show this error message. I don't even know whether "space" refers to > heap or file system or whatever. We don't open any files at all, per > se, except handles for the serial I/O. > > Any ideas what triggers the "Not enough space" message? Can this be > alleviated using some parameter in the wrapper config file? > > Thanks, > Chris > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |