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
-
WinX DVD Ripper
50% Off -
WinX HD Video Converter
56% Off -
MacX Video Converter Pro
56% Off -
Media Player Morpher
85% Off -
MacX DVD Video Converter
58% 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 10.0.0
- dotConnect for Oracle Professional Edition 11.0.0
- Audio DJ Studio for .NET 11.0
- Audio Sound Editor for .NET 8.0
- SmartCode VNC Manager Standard Edition x64 2023.9.1
- PDF-XChange Drivers API 10.1.1.381
- Audio Capture Pro ActiveX Control 2.0
- Python Encryption Library x64 9.5.0.98
- SmartCode VNC Manager Enterprise Edition x64 2023.9.1
- THTMLPopup 10.2.4.0
- Data Burner ActiveX Ocx SDK 4.1
- VideoCap Pro SDK ActiveX 17.0.0.0
- My RSE Extensions 1.0.2
- TsMultiLineComboBox 1.04
- JOpt.NET 2.3.6
- MailMill COM x64 1.2.5
- dotConnect Universal Mobile Edition 5.2.21
- Visualization Toolkit (VTK) 9.1.0
- Ultimate SFTP Component 5.2.9092
- GTK+ for Windows x64 3.24.14
Popular Tags
pdf417
programming
dotnet
asp net
library
activex
net
visual studio
control
.net
net component
mime
visual basic
pdf
dll
pop3
smtp
windows 7
vb net
server
ssl
code 93
barcode
windows
postnet
email
html
delphi
component
sdk
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 10.0.0
- PHP 8.5.2
- dotConnect for Oracle Professional Edition 11.0.0
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.3
- Turbo C++ 3.0
- StyleControls 5.86
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.20
- Windows Post-Install 8.7.2
- Review Assistant 4.1
- Software Ideas Modeler Portable x64 14.55
- Java SE Development Kit (JDK) 8 Update 221
© 2026 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.



