New Version of IntelliJ (2016.2) Breaks Salesforce Connection

Issue #352 resolved
Ryan Peel created an issue
2016-07-12 13:23:44,113 [2535937]  ERROR - plication.impl.ApplicationImpl - PROXY_LOGIN 
java.lang.NoSuchFieldError: PROXY_LOGIN
    at com.illuminatedcloud.intellij.settings.project.IlluminatedCloudConnection$ProxySettings.<init>(SourceFile:110)
    at com.illuminatedcloud.intellij.settings.project.IlluminatedCloudConnection.getClient(SourceFile:542)
    at com.illuminatedcloud.intellij.settings.project.IlluminatedCloudProjectConfigurable$31.run(SourceFile:994)
    at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:635)
    at com.intellij.openapi.progress.impl.CoreProgressManager$9.run(CoreProgressManager.java:384)
    at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
    at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:494)
    at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:443)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:155)
    at com.intellij.openapi.application.impl.ApplicationImpl.a(ApplicationImpl.java:555)
    at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:308)
    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)
2016-07-12 13:23:44,113 [2535937]  ERROR - plication.impl.ApplicationImpl - IntelliJ IDEA 2016.2  Build #IU-162.1121.32 
2016-07-12 13:23:44,113 [2535937]  ERROR - plication.impl.ApplicationImpl - JDK: 1.8.0_76-release 
2016-07-12 13:23:44,113 [2535937]  ERROR - plication.impl.ApplicationImpl - VM: OpenJDK 64-Bit Server VM 
2016-07-12 13:23:44,113 [2535937]  ERROR - plication.impl.ApplicationImpl - Vendor: JetBrains s.r.o 
2016-07-12 13:23:44,113 [2535937]  ERROR - plication.impl.ApplicationImpl - OS: Mac OS X 
2016-07-12 13:23:44,113 [2535937]  ERROR - plication.impl.ApplicationImpl - Last Action: ShowProjectStructureSettings 

Comments (6)

  1. Scott Wells repo owner

    I just ran into this myself building against the latest plugin SDK. They changed their proxy API from a constant to a static method. I'll upload a fix for this ASAP. Thanks for reporting it as I imagine others are likely going to hit it in the next few hours!

  2. Scott Wells repo owner

    Okay, I have fixes for these SDK incompatibilities (and have reported them to JetBrains). I'm running builds now and will test a bit to verify correct behavior in new and previous versions, then I'll release.

  3. Log in to comment