|
From: Leif M. <lei...@ta...> - 2009-09-02 16:28:26
|
Ian,
Thank you for reporting this along with the great description. We
will run some tests and get this fixed for the next release.
Sincerely,
Leif Mortenson
Tanuki Software, Ltd.
On Thu, Sep 3, 2009 at 12:41 AM, <IKo...@ax...> wrote:
> Hello,
> In regards to the enhancement where you added the ability to change the timezone, I ran into an issue. I am in the EST timezone (so GMT-5) but with Daylight Saving Time in effect here, we are really only GMT-4. When I set wrapper.timezone=GMT in the wrapper.config, the logs generated by our Java program (which always uses GMT) have the correct times in them, but the time in the wrapper log is off by 1 hour (i.e. in the program log I see 15:22:45 but in the wrapper log I see 16:22:45). If, however, I uncheck the box to automatically adjust for Daylight Saving Time both the times from our Java program and the times in the Wrapper log are the same.
> Our Java program gets the time by making a call to
> Java.util.TimeZone.getTimeZone("GMT") which appears to correctly adjust to add only 4 hours vs. the 5 normally. It seems that the calculation used for the Wrapper is strictly +5 hours regardless of Daylight Saving Time or not.
>
> Not really a big deal, but though I'd point this out.
>
> Thanks,
> Ian Koelliker
>
> -----Original Message-----
> From: Leif Mortenson [mailto:lei...@ta...]
> Sent: Sunday, August 30, 2009 11:43 PM
> To: Wrapper User List
> Subject: [Wrapper-user] Java Service Wrapper 3.3.6 released
>
> Hello all,
> We are proud to announce the release of version 3.3.6 of the Java
> Service Wrapper.
>
> New Features are:
> * We now have a Japanese version of our web site. It is still
> undergoing some work but most of the main pages are ready.
> * The ability to set the timezone used by the Wrapper and its JVM to a
> value other than that of the system. This can be very useful for
> distributed companies who wish to keep all their logs in sync.
> (Standard, Professional Edition)
> * Improved error messages to help resolve integration problems.
> * Make it possible to configure event messages in the logs
> (Professional Edition)
> * It is no longer necessary to specify classpaths, java parameters,
> etc. as sequential lists of properties. This has been a much
> requested feature which will make it much easier to maintain the
> Wrapper configuration file.
> * Add the ability to invoke thread dumps automatically in response to
> certain JVM output. Very useful in tracking down deadlocks, etc.
> * Make it possible to obfuscate the upgrade term in the license key
> files to avoid confusion with end users.
>
> There were also a few bug fixes and other minor features added so be
> sure to take a look at the full release notes:
> http://wrapper.tanukisoftware.org/doc/english/release-notes.html
>
> Version 3.3.6 is available on the usual download page:
> http://wrapper.tanukisoftware.org/doc/english/download.jsp
>
> Let me know if you have any questions getting upgraded.
>
> Cheers,
> Leif
|