" /> Email server java - Genesys CTI User Forum

Author Topic: Email server java  (Read 4751 times)

Williams

  • Guest
Email server java
« on: April 04, 2008, 04:34:06 PM »
Advertisement
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

Offline catanirex

  • Sr. Member
  • ****
  • Posts: 272
  • Karma: 11
Re: Email server java
« Reply #1 on: April 05, 2008, 02:50:31 PM »
  • Best Answer
  • Have you installed Java separatly and configured ESJ to use it? Or are you using the normal, bundled jre in Third Party Components?


    Offline René

    • Administrator
    • Hero Member
    • *****
    • Posts: 1832
    • Karma: 62
    Re: Email server java
    « Reply #2 on: April 06, 2008, 09:27:19 PM »
  • Best Answer
  • 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é

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: Email server java
    « Reply #3 on: April 07, 2008, 12:46:05 AM »
  • Best Answer
  • Hehehe,

    without any logs and setup files, and considering that you are in US, my initial guess would be DST.

    Williams

    • Guest
    Re: Email server java
    « Reply #4 on: April 07, 2008, 03:17:10 PM »
  • Best Answer
  • 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

    Williams

    • Guest
    Re: Email server java
    « Reply #5 on: April 08, 2008, 09:03:56 PM »
  • Best Answer
  • Restarted and things look good. hummm