Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Williams on April 04, 2008, 04:34:06 PM
-
Hello,
I just realized that the time stamp in my email server java appliation is off by an hour. The time stamp looks fine on the interaction server logs. The ESJ logs are off by an hour. I'm using 7.2 MCR apps. The java version is 1.4.2_12. Using windows 2003 server. BTW, the both apps are located on the same box.
I looked though the option section of the ESJ application template and didn't see anything referencing time stamp.
Any suggestions??
Thanks
-
Have you installed Java separatly and configured ESJ to use it? Or are you using the normal, bundled jre in Third Party Components?
-
Hi Williams,
You can find what locale and timezone is used by JVM/ESJ in ESJ log after start-up. See the sample excerpt of ESJ log below:
---
23:31:00.072 Std 05200 JavaMail(TM) API Design Specification. Version 1.4
23:31:01.244 Trc 20003 [EmailServer] Java Virtual Machine: Java HotSpot(TM) Server VM release 1.4.2_04-b05 (Sun Microsystems Inc.) - mixed mode.
23:31:01.244 Trc 20004 [EmailServer] JVM default encoding: 'Cp1252'.
23:31:01.244 Trc 20007 [EmailServer] System information: 'Windows 2003 version 5.2 (level Service Pack 1) - Platform x86 (32 bits)'.
23:31:01.244 Trc 20008 [EmailServer] System locale: 'English (United States)'.
23:31:01.244 Trc 20009 [EmailServer] System timezone: 'Central European Time (Europe/Prague) / GMT+01:00'.
---
BTW: ESJ is written in Java whereas Interaction Server is pure Windows application (C/C++). It doesn't make sense to compare these.
René
-
Hehehe,
without any logs and setup files, and considering that you are in US, my initial guess would be DST.
-
thanks for the feedback.
The install was actually done by Genesys professional services. I think java is installed separately and ESJ uses it.
Rene- I will get the start up logs from ESJ and verify the tz and locale.
will let you know asap
-
Restarted and things look good. hummm