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
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX HD Video Converter
56% Off -
WinX DVD Copy Pro
42% Off -
MacX Video Converter Pro
56% Off -
Media Player Morpher
85% 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
- iReport 5.6.0
- Mouse Gestures 1.2
- Ultimate SFTP Component 5.2.9092
- Lazarus x64 3.2
- jPDFAssemble 2021R1
- Visualization Toolkit (VTK) 9.1.0
- TsMultiLineComboBox 1.04
- Active Sound Recorder for .NET 4.4.0.2
- MoSync IDE 3.2
- dotConnect Universal Mobile Edition 5.2.21
- ScNet 1.0.0
- yWriter 7.1.5.2
- Ultimate ZIP Component 5.2.9092
- MailMill COM x64 1.2.5
- Audio Sound Editor for .NET 8.0
- Pantheios 1.0.1 Beta 218
- GTK+ for Windows x32 3.24.14
- EditBox 0.0.23
- iText 7.1.4
Popular Tags
component
smtp
net
dll
.net
sdk
asp net
pdf
windows
activex
server
mime
programming
net component
ssl
pdf417
postnet
visual basic
delphi
visual studio
windows 7
pop3
dotnet
email
code 93
control
library
barcode
html
vb net
Popular Windows 7 Software
- Simply Fortran 3.39 Build 4394
- Qt 6.8.1
- Free OCR C# 2022.8.7804
- Turbo C++ 3.0
- C# QR Barcode Reader 2021.11
- StrokeScribe 5.2.12.0
- ExamDiff Pro 15.0.1.27
- Open Fortran Parser 0.8.3
- PILS 0.4.0
- Turbo Pascal 7.0
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.15
- Microsoft Visual Studio 2022 17.10.3
- jPDFImages 2021R1
- DOSBox 0.74.3
© 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.