IntelliJ IDEA 2016.2.4 Update is Out
TGIF! The good news today (apart from that it’s Friday) is that IntelliJ IDEA 2016.2.4 is out. Inside you’ll find a number of important bugfixes.
Feel free to download and install the new version from scratch, or (if you’re running IntelliJ IDEA 2016.2.3), apply the patch by clicking Check for Updates and then Download and Install.
Enjoy your weekend!
W. says:
September 13, 2016And again in-place-update/patch-update doesn’t work :/
I’m running (still) 2016.2 and I can’t go neither to 2016.2.4 nor in steps 2016.2.1->2->3->4.
This definitely requires some work as it’s especially annoying with often updates :[
Andrey Cheptsov says:
September 13, 2016This is a known limitation. Currently we don’t provide patches between non-sibling versions. Sorry about this. We plan to fix that in future.
Andrey Cheptsov says:
September 13, 2016Please follow this issue for progress: https://youtrack.jetbrains.com/issue/IDEA-108061
w says:
September 13, 2016Good to know that you’re aware about it. However it would be cool if you allow at least partial updates (i.e. don’t push only latests one at the time so one would get stranded with the older version). And I know patch-updates apply only in sub-version and you have to manually download big releases…
Is there any way to watch the issues in youtrack?
Andrey Cheptsov says:
September 13, 2016To watch an issue, log in, and then click the Star icon next to the issue’s title. Feel also free to add comments to the issue.
FTR, Also I recommend reading about Toolbox App: https://blog.jetbrains.com/blog/2016/05/25/introducing-jetbrains-toolbox-app/
John M says:
September 13, 2016Seconding what @W says, however, the update doesn’t even seem to work in-place from 2016.2.3 to 2016.2.4.
The symptom I’m experiencing (on Windows 7, with IntelliJ IDEA 2016.2.3 installed) is that I get prompted to update, I click the Update hyperlink, then I click Update and Restart in the dialog box. It downloads the patch, shuts down IntelliJ, gives me a UAC prompt to allow JetBrains Updater Launcher to make changes to my computer (to which I respond “Yes”), and then it skips the update and relaunches IntelliJ 2016.2.3 again, which then checks for updates and prompts me to go through the same process all over again.
Nicolas says:
September 14, 2016Just updated for 2.3 to 2.4.
when I go to SVN file history, cursor becomes a hand, and idea64 is burning 1 cpu but completely frozen.
Windows 7, 64bits
also, Every update, I have a conflic on idea.properties file that can only be replaced and then re-edited to copy paste the same two lines (location of caches), if you could do something about that, that would be appreciated.
David del Rio says:
September 14, 2016Frequent freezes and numerous issues on OSX El Capitan 10.11.6. Keyboard will stop working. Highlights will stop working. Search preview will stop working. IDE lock-ups occur frequently. I was not experiencing this in the earlier version. Requires frequent IDE quits/force-quits and restarts. Please test this out asap and fix it. It’s essentially unusable.
Dino Fancellu says:
September 16, 2016Update from 2.3 to 2.4 not working, tried several times.
Updating Intellij IDEA (build 162.1812.17) to Intellij IDEA (build 162.2032.8)
Says “Failed to apply patch”
Temp. directory: C:\Users\Dino\AppData\Local\Temp\
java.io.IOException: Data error (cyclic redundancy check)
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(FileInputStream.java:255)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at com.intellij.updater.Digester.doDigestStream(Digester.java:72)
at com.intellij.updater.Digester.digestStream(Digester.java:65)
at com.intellij.updater.Digester.digestRegularFile(Digester.java:21)
at com.intellij.updater.Patch.digestFile(Patch.java:371)
at com.intellij.updater.PatchAction.isModified(PatchAction.java:180)
at com.intellij.updater.PatchAction.doValidateNotChanged(PatchAction.java:145)
at com.intellij.updater.BaseUpdateAction.validate(BaseUpdateAction.java:60)
at com.intellij.updater.Patch$1.forEach(Patch.java:271)
at com.intellij.updater.Patch.forEach(Patch.java:360)
at com.intellij.updater.Patch.validate(Patch.java:267)
at com.intellij.updater.PatchFileCreator.prepareAndValidate(PatchFileCreator.java:68)
at com.intellij.updater.Runner.doInstall(Runner.java:302)
at com.intellij.updater.Runner.access$000(Runner.java:32)
at com.intellij.updater.Runner$1.execute(Runner.java:265)
at com.intellij.updater.SwingUpdaterUI.lambda$doPerform$2(SwingUpdaterUI.java:186)
at com.intellij.updater.SwingUpdaterUI$$Lambda$13/1821501333.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Adrian says:
September 20, 2016Maven Project support is broken in this release. I try to use embeded Maven plugin and it can’t find Artifacts while creating MAven project, it can’t donwnload dependencies and basically all Maven support is broken:(
2016-09-20 16:31:56,596 [ 555264] ERROR – #org.jetbrains.idea.maven – IntelliJ IDEA 2016.2.4 Build #IC-162.2032.8
2016-09-20 16:31:56,596 [ 555264] ERROR – #org.jetbrains.idea.maven – JDK: 1.8.0_112-release
2016-09-20 16:31:56,596 [ 555264] ERROR – #org.jetbrains.idea.maven – VM: OpenJDK 64-Bit Server VM
2016-09-20 16:31:56,596 [ 555264] ERROR – #org.jetbrains.idea.maven – Vendor: JetBrains s.r.o
2016-09-20 16:31:56,596 [ 555264] ERROR – #org.jetbrains.idea.maven – OS: Mac OS X
2016-09-20 16:31:56,596 [ 555264] ERROR – #org.jetbrains.idea.maven – Last Action: ShowLog
2016-09-20 16:31:56,595 [ 555263] ERROR – plication.impl.ApplicationImpl – Cannot reconnect.
java.lang.RuntimeException: Cannot reconnect.
at org.jetbrains.idea.maven.server.RemoteObjectWrapper.perform(RemoteObjectWrapper.java:82)
at org.jetbrains.idea.maven.server.MavenIndexerWrapper.getArchetypes(MavenIndexerWrapper.java:175)
at org.jetbrains.idea.maven.indices.MavenIndicesManager.getArchetypes(MavenIndicesManager.java:310)
at org.jetbrains.idea.maven.wizards.MavenArchetypesStep.lambda$updateArchetypesList$2(MavenArchetypesStep.java:236)
at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:307)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.rmi.RemoteException: Cannot start maven service; nested exception is:
java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
at org.jetbrains.idea.maven.server.MavenServerManager.create(MavenServerManager.java:168)
at org.jetbrains.idea.maven.server.MavenServerManager.create(MavenServerManager.java:73)
at org.jetbrains.idea.maven.server.RemoteObjectWrapper.getOrCreateWrappee(RemoteObjectWrapper.java:41)
at org.jetbrains.idea.maven.server.MavenServerManager$4.create(MavenServerManager.java:487)
at org.jetbrains.idea.maven.server.MavenServerManager$4.create(MavenServerManager.java:483)
at org.jetbrains.idea.maven.server.RemoteObjectWrapper.getOrCreateWrappee(RemoteObjectWrapper.java:41)
at org.jetbrains.idea.maven.server.MavenIndexerWrapper$7.execute(MavenIndexerWrapper.java:178)
at org.jetbrains.idea.maven.server.MavenIndexerWrapper$7.execute(MavenIndexerWrapper.java:175)
at org.jetbrains.idea.maven.server.RemoteObjectWrapper.perform(RemoteObjectWrapper.java:76)
… 9 more
Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:342)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at com.intellij.execution.rmi.RemoteProcessSupport.lambda$acquire$2(RemoteProcessSupport.java:258)
at com.intellij.execution.rmi.RemoteUtil.executeWithClassLoader(RemoteUtil.java:226)
at com.intellij.execution.rmi.RemoteProcessSupport.acquire(RemoteProcessSupport.java:256)
at com.intellij.execution.rmi.RemoteProcessSupport.acquire(RemoteProcessSupport.java:162)
at org.jetbrains.idea.maven.server.MavenServerManager.create(MavenServerManager.java:165)
… 17 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.(Socket.java:434)
at java.net.Socket.(Socket.java:211)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
… 26 more
John LaBarge says:
September 21, 2016Did you ever get this fixed? I’m having the same issue :/
Eric Majerus says:
September 23, 2016When will 2016.2.5 be released? It has a backported Spock bugfix for @Unroll that I am very eager to use.
Fred says:
October 2, 2016Hi
Still same issues since 2016.2 :
– High CPU usage
– Major typing lag
smaudet says:
November 3, 2016Where can I get this release?
Release 2016.2.5 is garbage for me.
Or even, 2016.2.3…which was working just fine…
smaudet says:
November 3, 2016So figured out the current download url…
https://download.jetbrains.com/idea/ideaIU-2016.2.5-no-jdk.tar.gz
However:
https://download.jetbrains.com/idea/ideaIU-2016.2.4-no-jdk.tar.gz
https://download.jetbrains.com/idea/ideaIU-2016.2.3-no-jdk.tar.gz
Both return forbiddens.
Way to go guys…if there’s another download that’d be great.
Also, note to self *not* to ever use the automatic updater again…or at least wait until they have the option to archive old versions embedded into it.
Andrey Cheptsov says:
November 8, 2016Due to a number of reasons, “not latest” versions are not available for download.
Ed says:
January 9, 2017I need to revert to a recent stable version of Intellij. This is quite frustrating that the stable versions are blocked from download.
Andrey Cheptsov says:
January 11, 2017You’re right. We’ll change our workflow, so https://www.jetbrains.com/idea/download/previous.html will have a link to a previous version to rollback to (for some fixed period of time after the update, e.g. 1 month).
jeneg says:
November 22, 2016It’s very unstable.. Crashes at start or even not start at all..