-
1. Re: Difference in time between server.log and system time
jfclere Jan 9, 2012 2:18 AM (in response to avinsaraf)1 of 1 people found this helpfulIt is the JVM date you need to restart if you change your timezone.
-
2. Re: Difference in time between server.log and system time
avinsaraf Jan 20, 2012 12:20 AM (in response to jfclere)Hi Jean,
Thanks for replying to my question. As suggested by you I restarted the JVM after I changed the timezone and really my problem got solved. Thanks again!
-
3. Re: Difference in time between server.log and system time
fivalo Feb 23, 2012 3:03 PM (in response to avinsaraf)Hi
But how do you restart the Java Virtual Machine? Killing the process?
I stop all the process and reboot the server, however the jboss logs continue having a diferent time than the server.
Thanks
-
4. Re: Difference in time between server.log and system time
avinsaraf Mar 12, 2012 12:34 AM (in response to fivalo)Hi Fidel,
Yes, you can kill the java process (use ps -ef and then grep it) and then restart your appl server.
Hi all,
After analyzing the problem more into my machine I found that it was the OS timezone files which was corrupt. I reinstalled the timezone rpm and now with any change in timezone at OS level the log entry time, in server.log, also changes immediately without restarting the JBOSS.Thanks