com.intellij.ide.IdeEventQueue - System clock's jumped back by
I am continually getting these warnings. They are just annoying.
2020-01-09 12:13:52,121 [69033265] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~65 sec
I am using VMware ubunutu LTS 18 VM on windows 10 host. I installed ntp to sync the time to ntp. the system time (as seen from date) is correct. Before ntpd activation the warning messages were coming for every minute. After ntpd the message are probably 5-6 minutes apart.
The idea.log is
2020-01-08 17:04:55,935 [ 97079] INFO - packaging.PyPackageManagerImpl - Running packaging tool: pycharm-community-2019.1.3/plugins/python-ce/helpers/packaging_tool.py list
2020-01-08 17:05:14,831 [ 115975] INFO - hon.packaging.PyPIPackageCache - Loaded 211960 packages from PyCharmCE2019.3/system/python_packages/pypi-cache.json
2020-01-08 17:36:26,638 [1987782] WARN - .diagnostic.PerformanceWatcher - UI freezed for 5091ms, details saved to .PyCharmCE2019.3/system/log/threadDumps-freeze-20200108-173621-PC-193.5662.61-DrawImage.scaleImage-5sec
2020-01-08 17:47:00,265 [2621409] WARN - .diagnostic.PerformanceWatcher - UI freezed for 5520ms, details saved to PyCharmCE2019.3/system/log/threadDumps-freeze-20200108-174654-PC-193.5662.61-XRBackendNative.XRenderCompositeTextNative-5sec
2020-01-09 11:56:37,333 [67998477] INFO - rationStore.ComponentStoreImpl - Saving Project (name=, containerState=ACTIVE, componentStore=) CommitMessageInspectionProfile took 13 ms, XDebuggerManager took 11 ms
2020-01-09 11:59:25,369 [68166513] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~65 sec
2020-01-09 12:03:23,142 [68404286] INFO - ta.index.VcsLogPersistentIndex - Indexing 5 commits in
2020-01-09 12:03:23,611 [68404755] INFO - ta.index.VcsLogPersistentIndex - 468ms for indexing 5 new commits out of 5 in
2020-01-09 12:03:24,389 [68405533] INFO - ntellij.analysis.SonarLintTask - Running SonarLint Analysis for 'Box.py'
2020-01-09 12:03:24,943 [68406087] INFO - ntellij.analysis.SonarLintTask - SonarLint analysis done
2020-01-09 12:03:26,021 [68407165] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt sdk-stubs from PyCharmCE2019.3/system/index/.persistent/prebuilt/Python/sdk-stubs.input
2020-01-09 12:05:18,246 [68519390] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~65 sec
2020-01-09 12:05:41,878 [68543022] INFO - agnostic.FrequentEventDetector - Too many events posted, #1. Event: java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.Timer$DoPostEvent@59f435b9,notifier=null,catchExceptions=false,when=1578551741849] on sun.awt.X11.XToolkit@6ba6d3e5
java.lang.Throwable
at com.intellij.openapi.diagnostic.FrequentEventDetector.generateMessage(FrequentEventDetector.java:83)
at com.intellij.openapi.diagnostic.FrequentEventDetector.getMessageOnEvent(FrequentEventDetector.java:62)
at com.intellij.ide.IdeEventQueue.doPostEvent(IdeEventQueue.java:1312)
at com.intellij.ide.IdeEventQueue.postEvent(IdeEventQueue.java:1205)
at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312)
at java.desktop/javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1421)
at java.desktop/javax.swing.Timer$1.run(Timer.java:622)
at java.desktop/javax.swing.Timer$1.run(Timer.java:620)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.desktop/javax.swing.Timer.post(Timer.java:620)
at java.desktop/javax.swing.TimerQueue.run(TimerQueue.java:183)
at java.base/java.lang.Thread.run(Thread.java:834)
2020-01-09 12:13:52,121 [69033265] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~65 sec
2020-01-09 12:15:10,233 [69111377] INFO - rationStore.ComponentStoreImpl - Saving appProjectJdkTable took 13 ms
Please sign in to leave a comment.
Sorry for delayed reply. This message appears when the system clock time "jumps" backwards - IDE checks this when dispatching AWT events (main events processing loop) for debugging purposes. It can not be disabled.
Please verify your system time is correctly working. Try enabling Ubuntu time sync, check e.g. https://linuxconfig.org/how-to-sync-time-on-ubuntu-18-04-bionic-beaver-linux#h6-3-enable-disable-time-synchronization
Thanks Andrey. It does not work. terminal log attached.
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ date
Wed Jan 22 23:14:09 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ 2020-01-22 23:15:40,271 [552015518] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~68 sec
2020-01-22 23:19:40,329 [552255576] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~68 sec
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ date
Wed Jan 22 23:22:14 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ timedatectl
Local time: Wed 2020-01-22 23:22:20 +0530
Universal time: Wed 2020-01-22 17:52:20 UTC
RTC time: Wed 2020-01-22 17:52:20
Time zone: Asia/Colombo (+0530, +0530)
System clock synchronized: yes
systemd-timesyncd.service active: yes
RTC in local TZ: no
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ sudo timedatectl set-ntp off
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ date
Wed Jan 22 23:22:32 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ sudo date 03210800
Sat Mar 21 08:00:00 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ date
Sat Mar 21 08:00:02 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ date
Sat Mar 21 08:00:09 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ timedatectl
Local time: Sat 2020-03-21 08:00:22 +0530
Universal time: Sat 2020-03-21 02:30:22 UTC
RTC time: Wed 2020-01-22 17:53:08
Time zone: Asia/Colombo (+0530, +0530)
System clock synchronized: no
systemd-timesyncd.service active: no
RTC in local TZ: no
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ sudo timedatectl set-ntp on
[sudo] password for ABCDEFGH:
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ 2020-01-22 23:23:36,878 [552492125] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~5042233 sec
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ 2020-01-22 23:23:40,411 [552495658] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~68 sec
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ date
Wed Jan 22 23:23:44 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ timedatectl
Local time: Wed 2020-01-22 23:23:49 +0530
Universal time: Wed 2020-01-22 17:53:49 UTC
RTC time: Wed 2020-01-22 17:53:49
Time zone: Asia/Colombo (+0530, +0530)
System clock synchronized: yes
systemd-timesyncd.service active: yes
RTC in local TZ: no
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ 2020-01-22 23:24:40,039 [552555286] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~68 sec
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$ date
Wed Jan 22 23:26:59 +0530 2020
(abcdefpy36) ABCDEFGH@ubuntu-18-512:~/ABCDEFG/git/abcdef-gh$
2020-01-23 11:46:58,272 [597093519] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~69 sec
2020-01-23 11:47:58,117 [597153364] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~69 sec
2020-01-23 11:48:58,252 [597213499] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~69 sec
2020-01-23 11:49:58,436 [597273683] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~68 sec
2020-01-23 11:50:58,057 [597333304] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~69 sec
2020-01-23 11:51:58,158 [597393405] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~69 sec
2020-01-23 11:52:58,325 [597453572] WARN - com.intellij.ide.IdeEventQueue - System clock's jumped back by ~69 sec
I'm also experiencing this with a parallel desktop ubuntu VM. The thing is very annoying because IDE hangs and you have to start lover again.
Also experiencing this using WSL as a container dev environment. PhpStorm freezes after one or two of these messages.