Any issues with Mojave?
Answered
I haven't been running the macOS Mojave beta. It's looking imminent. Are there any issues with IntelliJ and Java development?
Please sign in to leave a comment.
So far we did not get any problems reported specifically for macOS Mojave version.
After upgrading to the official version of Mojave, idea will take a long time to open the loading interface.
Pycharm is lagging while running code that would run just fine before the Mojave update.
i noticed a very very very minor issue, when creating the windows (sometimes it happens with the main window and pretty much with all the dialogs) there's a quick yellow flash which happens only the first time you open the window, i'm attaching a screenshot to show what i mean, the flash is very very quick (i'm talking milliseconds) but very noticeable :)
Why idea wants to access my contacts and calendar?!
https://www.dropbox.com/s/dgcjilobbpguy3k/Captura%20de%20pantalla%202018-10-01%20a%20las%2016.01.34.png?dl=0
After upgrading to Mojave, now my IntelliJ takes nearly 5 min to load. quite annoying
Main window dissapeared after selecting project, so I have to restart multiple time to get the main window reappear again.
Pychram says: Сannot Run Git
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
after update to Mojeve
I upgraded last night and found that after using it a while I can no longer enter characters. I can click to move the cursor, but when I type nothing happens. If I switch to another app I can type fine, so I am assuming that this is an IntelliJ issue. Restarting IntelliJ fixed it until it just happened the second time today.
Please check https://youtrack.jetbrains.com/issue/IDEA-199259#focus=streamItem-27-3088982-0-0 for the workaround.
David Krcil,
I had that too. That is just that the command line tools need to be re-installed with "xcode-select --install". That was a quick fix for me.
Ah, so pressing and holding a key brings up the accented character selector and then freezes IntelliJ. Then, pressing and holding a character to bring up the selector again unfreezes IntelliJ so I can type again without restarting. Got it. This is a good workaround for the present.
DataGrip is also much slower switching between databases, running queries, and showing up results. Overall, the experience feels laggy, which was not the case before. I've checked the activity monitor to see if there was any strange CPU or memory spikes, but it seems to match on average the consumption it had on the previous OS.
When debugging tests Intellj now hangs for several seconds (10 seconds), these are test with no external dependencies and should run in less than 1 second.
Intellj version: 2018.2.5 (Ultimate)
Running Java tests
You may have a problem with DNS, see the following documents:
https://youtrack.jetbrains.com/issue/IDEA-157303
http://stackoverflow.com/a/39698914/104891
Find the hostname that's output from the .jar.
`sudo nano /etc/hosts` and add these two entries.
Thank you, that fixed it, very fast and good reply to my problem :-)
Updated to Mojave and immediately started seeing terrible performance in DataGrip while getting result sets.
Initial try at adding the entries to hosts didn't resolve anything but I'll try a few more things to see if it works, just wanted to add another report here as a warning against updating to Mojave if you like DataGrip.
Please report at https://youtrack.jetbrains.com/issues/DBE with the logs/dumps and CPU snapshots. It may be not specific to Mojave.
Updated to Mojave, launching Java debug in IntelijIdea will be stuck for several minutes, how to resolve this problem.
Did you check this comment above?
Since installing Mojave, I have been having trouble with basic debugging commands: when I use the "step over" or "step into" commands, the program immediately executes to the next break point or completion, rather than just one line of code. Oddly, the "run to cursor" command works, and so I have had to resort to using that, though it is rather cumbersome to have to keep moving the cursor then the run command. I'm currently running Mojave 10.14.1 Beta and PyCharm 2018.2.4 on a MacBook Pro (15" 2017). Any help/pointers would be greatly appreciated. Thanks.
I'm noticing the yellow flash problem in other Java applications. It is timing dependent. The yellow may be a debugging aid that was mistakenly left on in Mojave. It interacts badly with a known Java bug.
Checking back in due to more research findings. The bug that started with Mojave for me is 100% reproducible as long as the result set it has to render is wide. It seems to be directly tied to scrolling across result sets that are too big for the monitor.
Intellij is very slow and keeps repeating the Indexing very frequently. Gets stuck very frequently even when 6-8GB ram is free and 4 GB is allocated to Intellij. Debugging is very slow too.
Please raise a ticket at https://youtrack.jetbrains.com/issues with complete log folder compressed including ThreadDump directory: https://intellij-support.jetbrains.com/hc/en-us/articles/207241085
yes intellij slows down mojave to the point that it needs a restart. 2 instances of Intellij amplifies it.
Try disabling all Plugins and see if that helps with the performance problems.
Updating to macOS 10.14.2 and resetting the NVRAM fixed the slow scrolling issue for me.
The update alone didn't cure it, so it may be that resetting the NVRAM is enough.
Thanks Dean! Only time will tell if this is a permanent fix but resetting NVRAM caused scrolling to go back to normal. DataGrip is usable again.
Before upgrade , IDEA parse "VM options: location=/data/apps/tao.sar" is ok.
After upgrade, IDEA parse "VM options: location=/data/apps/tao.sar" is not ok : run main Class, Java class found "location=.data.apps.tao.sar"