Java Service Wrapper Professional Edition full changelog
Java Service Wrapper Professional Edition 3.5.25
released Jun 17, 2014 (New Release)
Fix a problem where signals received by the JVM were not being logged in debug output correctly if the wrapper.ignore_signals property is set to true. We now also log debug output even if a user event listener consumes the signal event.
Fix a problem on Gentoo Linux where the shell script was not correctly detecting the system architecture. This may also be a problem on other distributions whose 'uname -p' returns a detailed architecture.
In the shell script, when the flag to use systemd (USE_SYSTEMD) is set, the shell script generates a ".service" file in /etc/systemd/system/ when installing the Wrapper as a daemon.
In the shell script, add a function to validate the size of APP_NAME when installing or removing the daemon on AIX.
It was possible to disable the logging of the Java command line even when debug output was enabled by setting the wrapper.java.command.loglevel property to NONE. This made it difficult to debug problems and is no longer possible.
Fix a problem on Gentoo Linux where the shell script was not correctly detecting the system architecture. This may also be a problem on other distributions whose 'uname -p' returns a detailed architecture.
In the shell script, when the flag to use systemd (USE_SYSTEMD) is set, the shell script generates a ".service" file in /etc/systemd/system/ when installing the Wrapper as a daemon.
In the shell script, add a function to validate the size of APP_NAME when installing or removing the daemon on AIX.
It was possible to disable the logging of the Java command line even when debug output was enabled by setting the wrapper.java.command.loglevel property to NONE. This made it difficult to debug problems and is no longer possible.
Java Service Wrapper Professional Edition 3.5.24
released Jan 14, 2014 (New Release)
Fix a problem where the message source of remote syslog messages from the JVM were being logged as quot;jvm %dquot; rather than quot;jvm 1quot;.
Add a new wrapper.syslog.split_messages property which controls whether or not multi-line messages will be logged as is or first split into individual lines.
Fix a problem on Windows Vista and above where the wrapper.single_invocation property was not correctly identifying Wrapper instances running in different sessions under some circumstances.
Add a new wrapper.syslog.split_messages property which controls whether or not multi-line messages will be logged as is or first split into individual lines.
Fix a problem on Windows Vista and above where the wrapper.single_invocation property was not correctly identifying Wrapper instances running in different sessions under some circumstances.
Java Service Wrapper Professional Edition 3.5.20 Testi
released Dec 16, 2012 (New Release)
· Further improvements to the memory footprint of the Wrapper to minimize the memory required when logging JVM output consisting of very long lines.
· Fix a minor potential buffer overflow, which could occur if the path of the first classpath element is larger than 1024 characters. This overflow was detected during a code review and we have no reports that it actually ever caused any problems.
· Improve the error message displayed when the Wrapper's configuration file could not be loaded so that it now includes the name of the file.
· Work around a libc system library bug on some HPUX platforms in which calls to vswprintf can cause a crash if the expanded string does not fit into the buffer. Worked around the problem with the help of HP support by making sure the buffer length followed a rule so that its length was 1+N where N is a multiple of 8.
· Fix a minor potential buffer overflow, which could occur if the path of the first classpath element is larger than 1024 characters. This overflow was detected during a code review and we have no reports that it actually ever caused any problems.
· Improve the error message displayed when the Wrapper's configuration file could not be loaded so that it now includes the name of the file.
· Work around a libc system library bug on some HPUX platforms in which calls to vswprintf can cause a crash if the expanded string does not fit into the buffer. Worked around the problem with the help of HP support by making sure the buffer length followed a rule so that its length was 1+N where N is a multiple of 8.
Java Service Wrapper Professional Edition 3.5.17 Testi
released Dec 16, 2012 (New Release)
· Include information about the base configuration file in the debug output when debugging of cascading configuration files has been enabled.
· Add a check in the UNIX script to output a more descriptive error message, when the user specified in the RUN_AS_USER variable doesn't exist.
· Modify the way the the wrapper.ntservice.generate_console property works so it is now easier to disable the generation of the console using just this property.
· Improve the message logged when the the Wrapper attempts to perform a thread dump without a valid console being available.
· Add new wrapper.ping.alert.threshold and wrapper.ping.alert.loglevel properties which make it much easier to debug ping timeout issues by asking the Wrapper to log messages about ping responses which were shorter than the registered wrapper.ping.timeout, but longer than the threshold.
· Add a check in the UNIX script to output a more descriptive error message, when the user specified in the RUN_AS_USER variable doesn't exist.
· Modify the way the the wrapper.ntservice.generate_console property works so it is now easier to disable the generation of the console using just this property.
· Improve the message logged when the the Wrapper attempts to perform a thread dump without a valid console being available.
· Add new wrapper.ping.alert.threshold and wrapper.ping.alert.loglevel properties which make it much easier to debug ping timeout issues by asking the Wrapper to log messages about ping responses which were shorter than the registered wrapper.ping.timeout, but longer than the threshold.
Java Service Wrapper Professional Edition 3.5.16 Testi
released Dec 3, 2012 (New Release)
· Include information about the base configuration file in the debug output when debugging of cascading configuration files has been enabled.
· Add a check in the UNIX script to output a more descriptive error message, when the user specified in the RUN_AS_USER variable doesn't exist.
· Modify the way the the wrapper.ntservice.generate_console property works so it is now easier to disable the generation of the console using just this property.
· Improve the message logged when the the Wrapper attempts to perform a thread dump without a valid console being available.
· Add new wrapper.ping.alert.threshold and wrapper.ping.alert.loglevel properties which make it much easier to debug ping timeout issues by asking the Wrapper to log messages about ping responses which were shorter than the registered wrapper.ping.timeout, but longer than the threshold.
· Add a check in the UNIX script to output a more descriptive error message, when the user specified in the RUN_AS_USER variable doesn't exist.
· Modify the way the the wrapper.ntservice.generate_console property works so it is now easier to disable the generation of the console using just this property.
· Improve the message logged when the the Wrapper attempts to perform a thread dump without a valid console being available.
· Add new wrapper.ping.alert.threshold and wrapper.ping.alert.loglevel properties which make it much easier to debug ping timeout issues by asking the Wrapper to log messages about ping responses which were shorter than the registered wrapper.ping.timeout, but longer than the threshold.
Java Service Wrapper Professional Edition 3.5.15
released Jul 24, 2012 (New Release)
· Add a new _WRAPPER_CONF_OVERRIDE setting to the Wrapper dedicated command batch files on Windows so it is now possible to control whether or not the first parameter is the configuration file name. The ability to specify an alternate configuration file is now disabled by default as it was confusing for users who tried to pass other parameters to the JVM.
· Correct a couple log messages in the WrapperManager class which were missing the correct prefix identifying where they originated.
· Remove some old reflection code needed for Java 1.2.x support as we have required Java 1.4 since version 3.4.0.
· Remove some code to try to reconnect the backend socket from Java. It has never been possible to do so without restarting the JVM, and the related messages were confusing.
· Add a new wrapper.disable_forced_shutdown property to make it possible to disable the feature to forcibly kill the JVM on shutdown if CTRL-C was pressed twice.
· Correct a couple log messages in the WrapperManager class which were missing the correct prefix identifying where they originated.
· Remove some old reflection code needed for Java 1.2.x support as we have required Java 1.4 since version 3.4.0.
· Remove some code to try to reconnect the backend socket from Java. It has never been possible to do so without restarting the JVM, and the related messages were confusing.
· Add a new wrapper.disable_forced_shutdown property to make it possible to disable the feature to forcibly kill the JVM on shutdown if CTRL-C was pressed twice.
Java Service Wrapper Professional Edition for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Java Service Wrapper Professional Edition from the publisher.
Full Java Service Wrapper Professional Edition 3.5.25 details
Download Java Service Wrapper Professional Edition 3.5.25
Java Service Wrapper Professional Edition 3.5.25 serial key
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Video Converter
58% Off -
MacX MediaTrans
63% Off -
Media Player Morpher
85% Off -
WinX HD Video Converter
56% Off -
WinX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- dotConnect for MySQL Professional 9.3.104
- Mouse Gestures 1.2
- iReport 5.6.0
- Ultimate SFTP Component 5.2.9092
- Active Sound Recorder for .NET 4.4.0.2
- TsMultiLineComboBox 1.04
- jPDFAssemble 2021R1
- Audio Sound Editor for .NET 8.0
- ScNet 1.0.0
- Ultimate ZIP Component 5.2.9092
- Visualization Toolkit (VTK) 9.1.0
- My RSE Extensions 1.0.2
- MailMill COM x64 1.2.5
- Hamsterdb 2.2.1
- Lazarus x64 3.2
- WebData 10.2.4.0
- dotConnect Universal Mobile Edition 5.2.21
- yWriter 7.1.5.2
- LMD-Tools Special Edition 2013
- EditBox 0.0.23
Popular Tags
sdk
windows
library
pdf
windows 7
code 93
activex
dll
postnet
ssl
.net
vb net
component
html
pdf417
barcode
email
mime
programming
net
smtp
dotnet
server
visual studio
control
pop3
net component
visual basic
delphi
asp net
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4338
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- dotConnect for MySQL Professional 9.3.104
- All-In-One Cufon 1.1.1
- Open Fortran Parser 0.8.3
- jPDFImages 2021R1
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.14
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.