Error Message: "Could not send message"

3,103 views
Skip to first unread message

christiaan...@absi.be

unread,
Dec 7, 2016, 4:01:45 PM12/7/16
to Illuminated Cloud Q&A
Hi,

I receive a message when I try to save a class/file in IntelliJ with Illuminated Cloud: "Could nog send message". It does not happen always and it seems it has to do with the number of characters in the file. I tested with one file: when I save the file with (around) >2700 characters I get the error message. Removing a one 'random' line of code and thereby lower the amount of characters in the file makes the error message go away.

Is this a bug?

Kind regards,

Christiaan


Scott

unread,
Dec 7, 2016, 4:03:39 PM12/7/16
to Illuminated Cloud Q&A
Hi, Christiaan.  Would you mind sending me any relevant excerpt from idea.log (Help>Show Log in Explorer/Finder), in particular a detailed stack trace that might show the nested error?  That will help me understand better why this is happening.

Regards,
Scott Wells

christiaan...@absi.be

unread,
Dec 7, 2016, 4:59:44 PM12/7/16
to Illuminated Cloud Q&A
Hi Scott,

Thank you for your quick response. I think this is the stack trace:

2016-12-07 22:55:00,195 [  55217]   WARN - .IlluminatedCloudExceptionUtil - Could not send Message. 
javax.xml.ws.WebServiceException: Could not send Message.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:149)
at com.sun.proxy.$Proxy155.create(Unknown Source)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$14.compute(SourceFile:1615)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$14.compute(SourceFile:1611)
at com.illuminatedcloud.client.ForceComApiClient.runWithClient(SourceFile:177)
at com.illuminatedcloud.intellij.builder.ForceComBuilder.runWithClient(SourceFile:506)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer.addFilesToMetadataContainer(SourceFile:1610)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer.access$500(SourceFile:120)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1$1.compute(SourceFile:318)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1$1.compute(SourceFile:220)
at com.illuminatedcloud.client.ForceComApiClient.runWithClient(SourceFile:177)
at com.illuminatedcloud.intellij.builder.ForceComBuilder.runWithClient(SourceFile:506)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1.run(SourceFile:219)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(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.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:128)
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: org.apache.cxf.transport.http.HTTPException: HTTP response '411: Length Required' when communicating with https://connexys-3971--fullcopy.cs88.cloudforce.com/services/Soap/T/37.0/00D9E000000CrS5
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1603)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1610)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1551)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1348)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:516)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:425)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:326)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:279)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:138)
... 25 more
2016-12-07 22:55:00,416 [  55438]   INFO - der.ForceComToolingApiDeployer - Starting deployment with a polling interval of 1000 milliseconds. 
2016-12-07 22:55:01,536 [  56558]   WARN - der.ForceComToolingApiDeployer - No component successes or failures found in deployment result. Processing based on request state. 
2016-12-07 22:55:01,537 [  56559]   WARN - der.ForceComToolingApiDeployer -   Adding a component success for classes/Processes/DeleteDuplicateAccountsProcess.cls. 

Scott

unread,
Dec 7, 2016, 5:03:44 PM12/7/16
to Illuminated Cloud Q&A
Thanks, Christiaan.  The line numbers in the provided stack trace don't line up with current source.  What version of the plugin are you running?  Would you mind updating to the latest version and seeing if the same problem occurs.  If it does (and I don't have any specific reason to think it wouldn't), would you mind providing the updated stack trace that should line up with current source?

Thanks,
Scott

christiaan...@absi.be

unread,
Dec 7, 2016, 5:14:57 PM12/7/16
to Illuminated Cloud Q&A
I have updated the plugin (Version after update: 1.7.5.7-idea14), deleted the log file, restarted intellij, saved a class file and received the error: "Could not send Message".

Should I also update IntelliJ? It's asking for an update as well

Here's the full log:

2016-12-07 23:08:10,356 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 
2016-12-07 23:08:10,386 [     30]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-162.2032.8, 09 Sep 2016 00:00) 
2016-12-07 23:08:10,386 [     30]   INFO -        #com.intellij.idea.Main - OS: Windows 10 (10.0, x86) 
2016-12-07 23:08:10,386 [     30]   INFO -        #com.intellij.idea.Main - JRE: 1.8.0_112-release-b343 (JetBrains s.r.o) 
2016-12-07 23:08:10,386 [     30]   INFO -        #com.intellij.idea.Main - JVM: 25.112-b343 (OpenJDK Server VM) 
2016-12-07 23:08:10,388 [     32]   INFO -        #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx512m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djb.vmOptionsFile=C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\bin\idea.exe.vmoptions -Xbootclasspath/a:C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\lib\boot.jar -Didea.paths.selector=IdeaIC2016.2 -Didea.jre.check=true -XX:ErrorFile=C:\Users\Chrivanw\java_error_in_idea_%p.log -XX:HeapDumpPath=C:\Users\Chrivanw\java_error_in_idea.hprof 
2016-12-07 23:08:10,394 [     38]   INFO -        #com.intellij.idea.Main - ext: C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\jre\jre\lib\ext: [access-bridge-32.jar, access-bridge.jar, cldrdata.jar, dnsns.jar, jaccess.jar, jfxrt.jar, localedata.jar, meta-index, nashorn.jar, sunec.jar, sunjce_provider.jar, sunmscapi.jar, sunpkcs11.jar, zipfs.jar] 
2016-12-07 23:08:10,394 [     38]   INFO -        #com.intellij.idea.Main - JNU charset: Cp1252 
2016-12-07 23:08:10,427 [     71]   INFO -        #com.intellij.idea.Main - JNA library loaded (32-bit) in 33 ms 
2016-12-07 23:08:10,428 [     72]   INFO - penapi.util.io.win32.IdeaWin32 - Native filesystem for Windows is operational 
2016-12-07 23:08:10,429 [     73]   INFO -        #com.intellij.idea.Main - Using "FocusKiller" library to prevent focus stealing. 
2016-12-07 23:08:10,436 [     80]   INFO -     #com.intellij.util.ui.JBUI - UI scale factor: 1.25 
2016-12-07 23:08:11,030 [    674]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor duplicates-groovy.xml 
2016-12-07 23:08:11,322 [    966]   INFO - llij.ide.plugins.PluginManager - 33 plugins initialized in 448 ms 
2016-12-07 23:08:11,325 [    969]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Support (10.2.0), Ant Support (1.0), Bytecode Viewer (0.1), CVS Integration (11), Copyright (8.1), Coverage (162.2032.8), Eclipse Integration (3.0), EditorConfig (162.2032.8), Git Integration (8.1), GitHub (162.2032.8), Gradle (162.2032.8), Groovy (9.0), I18n for Java (162.2032.8), IDEA CORE (162.2032.8), IntelliLang (8.0), JUnit (1.0), Java Bytecode Decompiler (162.2032.8), JavaFX (1.0), Kotlin (1.0.3-release-IJ2016.1-120), Maven Integration (162.2032.8), Plugin DevKit (1.0), Properties Support (162.2032.8), Settings Repository (162.2032.8), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer (162.2032.8), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (162.2032.8), hg4idea (10.0) 
2016-12-07 23:08:11,325 [    969]   INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Illuminated Cloud (1.7.5.7-idea14) 
2016-12-07 23:08:11,938 [   1582]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=474 
2016-12-07 23:08:11,974 [   1618]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.2.4\bin\fsnotifier.exe 
2016-12-07 23:08:11,981 [   1625]   INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 
2016-12-07 23:08:12,157 [   1801]   INFO - lluminatedCloudFileTypeFactory - Registering external resource http://soap.sforce.com/2006/04/metadata as C:/Users/Chrivanw/.IdeaIC2016.2/config/plugins/IlluminatedCloud/lib/IlluminatedCloud.jar!/xsd/metadata.xsd. 
2016-12-07 23:08:12,584 [   2228]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 
2016-12-07 23:08:12,624 [   2268]   INFO - gs.impl.UpdateCheckerComponent - channel: release 
2016-12-07 23:08:12,711 [   2355]   INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:66 
2016-12-07 23:08:12,713 [   2357]   INFO - il.indexing.FileBasedIndexImpl - Index scheduled:2 
2016-12-07 23:08:12,732 [   2376]   INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:13 
2016-12-07 23:08:12,732 [   2376]   INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:0 
2016-12-07 23:08:12,763 [   2407]   INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 
2016-12-07 23:08:13,150 [   2794]   INFO - plication.impl.ApplicationImpl - 85 application components initialized in 2277 ms 
2016-12-07 23:08:13,158 [   2802]   INFO - .intellij.idea.IdeaApplication - App initialization took 3451 ms 
2016-12-07 23:08:13,406 [   3050]   INFO - pl$FileIndexDataInitialization - Initialization done:692 
2016-12-07 23:08:13,732 [   3376]   INFO - exImpl$StubIndexInitialization - Initialization done:325 
2016-12-07 23:08:14,239 [   3883]   INFO - .openapi.application.Preloader - Finished preloading com.intellij.openapi.actionSystem.impl.ActionPreloader@657755 
2016-12-07 23:08:14,604 [   4248]   INFO - CompilerWorkspaceConfiguration - Available processors: 4 
2016-12-07 23:08:15,190 [   4834]   INFO - .openapi.application.Preloader - Finished preloading com.intellij.ide.ui.search.SearchableOptionPreloader@e7a0d9 
2016-12-07 23:08:15,449 [   5093]   INFO - ellij.project.impl.ProjectImpl - 153 project components initialized in 1699 ms 
2016-12-07 23:08:15,610 [   5254]   INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 161 ms 
2016-12-07 23:08:16,098 [   5742]   INFO - .diagnostic.PerformanceWatcher - Pushing properties took 20ms; general responsiveness: ok; EDT responsiveness: ok 
2016-12-07 23:08:16,627 [   6271]   INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 528ms; general responsiveness: ok; EDT responsiveness: 1/1 sluggish 
2016-12-07 23:08:16,717 [   6361]   INFO - tartup.impl.StartupManagerImpl - C:/Users/Chrivanw/Documents/IdeaProjects/Connexys Sandbox/.idea case-sensitivity: expected=false actual=false 
2016-12-07 23:08:17,196 [   6840]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  Anonymous Apex) or icon jar:file:/C:/Program%20Files%20(x86)/JetBrains/IntelliJ%20IDEA%20Community%20Edition%202016.2.4/lib/icons.jar!/nodes/ejbFinderMethod.png 
2016-12-07 23:08:17,199 [   6843]   WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID:  SOQL Query) or icon jar:file:/C:/Program%20Files%20(x86)/JetBrains/IntelliJ%20IDEA%20Community%20Edition%202016.2.4/lib/icons.jar!/nodes/dataSchema.png 
2016-12-07 23:08:17,301 [   6945]   INFO - ellij.license.LicenseValidator - Validating certificate. 
2016-12-07 23:08:17,302 [   6946]   INFO - ellij.license.LicenseValidator - Successfully validated certificate. 
2016-12-07 23:08:17,302 [   6946]   INFO - llij.license.SignedJarVerifier - Verifying application contents. 
2016-12-07 23:08:17,992 [   7636]   INFO - llij.license.SignedJarVerifier - Successfully verified application contents. 
2016-12-07 23:08:17,992 [   7636]   INFO - ellij.license.LicenseValidator - Initializing the licensing system. 
2016-12-07 23:08:18,040 [   7684]   INFO - ellij.license.LicenseValidator - Validating libraries. 
2016-12-07 23:08:18,109 [   7753]   INFO - ellij.license.LicenseValidator - Successfully validated libraries. 
2016-12-07 23:08:18,239 [   7883]   INFO - ellij.license.LicenseValidator - Server license validation result was Genuine. 
2016-12-07 23:08:18,814 [   8458]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 5083 ms 
2016-12-07 23:08:25,978 [  15622]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:partner.soap.sforce.com}PartnerService from class com.sforce.soap.partner.PartnerApi 
2016-12-07 23:08:27,932 [  17576]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:partner.soap.sforce.com}PartnerService from class com.sforce.soap.partner.PartnerApi 
2016-12-07 23:08:29,090 [  18734]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:tooling.soap.sforce.com}ToolingService from class com.sforce.soap.tooling.ToolingApi 
2016-12-07 23:08:43,068 [  32712]   WARN - xf.phase.PhaseInterceptorChain - Interceptor for {urn:tooling.soap.sforce.com}ToolingService#{urn:tooling.soap.sforce.com}create has thrown exception, unwinding now 
org.apache.cxf.interceptor.Fault: Could not send Message.
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
at com.sun.proxy.$Proxy154.create(Unknown Source)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$14.compute(SourceFile:1638)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$14.compute(SourceFile:1634)
at com.illuminatedcloud.client.ForceComApiClient.runWithClient(SourceFile:181)
at com.illuminatedcloud.intellij.builder.ForceComBuilder.runWithClient(SourceFile:516)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer.addFilesToMetadataContainer(SourceFile:1633)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer.access$500(SourceFile:120)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1$1.compute(SourceFile:317)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1$1.compute(SourceFile:219)
at com.illuminatedcloud.client.ForceComApiClient.runWithClient(SourceFile:181)
at com.illuminatedcloud.intellij.builder.ForceComBuilder.runWithClient(SourceFile:516)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1.run(SourceFile:218)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(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.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:128)
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: org.apache.cxf.transport.http.HTTPException: HTTP response '411: Length Required' when communicating with https://connexys-3971--fullcopy.cs88.cloudforce.com/services/Soap/T/38.0/00D9E000000CrS5
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1600)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1607)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1551)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1348)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
... 32 more
2016-12-07 23:08:43,070 [  32714]   WARN - .IlluminatedCloudExceptionUtil - Could not send Message. 
javax.xml.ws.WebServiceException: Could not send Message.
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:150)
at com.sun.proxy.$Proxy154.create(Unknown Source)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$14.compute(SourceFile:1638)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$14.compute(SourceFile:1634)
at com.illuminatedcloud.client.ForceComApiClient.runWithClient(SourceFile:181)
at com.illuminatedcloud.intellij.builder.ForceComBuilder.runWithClient(SourceFile:516)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer.addFilesToMetadataContainer(SourceFile:1633)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer.access$500(SourceFile:120)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1$1.compute(SourceFile:317)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1$1.compute(SourceFile:219)
at com.illuminatedcloud.client.ForceComApiClient.runWithClient(SourceFile:181)
at com.illuminatedcloud.intellij.builder.ForceComBuilder.runWithClient(SourceFile:516)
at com.illuminatedcloud.intellij.builder.ForceComToolingApiDeployer$1.run(SourceFile:218)
at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:170)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(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.progress.impl.ProgressManagerImpl$1.run(ProgressManagerImpl.java:128)
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: org.apache.cxf.transport.http.HTTPException: HTTP response '411: Length Required' when communicating with https://connexys-3971--fullcopy.cs88.cloudforce.com/services/Soap/T/38.0/00D9E000000CrS5
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1600)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1607)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1551)
at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1348)
at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
... 25 more
2016-12-07 23:08:43,209 [  32853]   INFO - der.ForceComToolingApiDeployer - Starting deployment with a polling interval of 1000 milliseconds. 
2016-12-07 23:08:44,318 [  33962]   WARN - der.ForceComToolingApiDeployer - No component successes or failures found in deployment result. Processing based on request state. 
2016-12-07 23:08:44,579 [  34223]   INFO - tellij.builder.ForceComBuilder - The average server timezone offset for 5 samples is 422 ms. 
2016-12-07 23:08:44,580 [  34224]   WARN - der.ForceComToolingApiDeployer -   Adding a component success for classes/Processes/DeleteDuplicateAccountsProcess.cls. 
2016-12-07 23:08:44,593 [  34237]   INFO - y.ReflectionServiceFactoryBean - Creating Service {http://soap.sforce.com/2006/04/metadata}MetadataService from class com.sforce.soap.metadata.MetadataApi 
2016-12-07 23:12:50,090 [ 279734]   WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: editor for id: editor.preferences.import 
2016-12-07 23:12:50,528 [ 280172]   INFO - ellij.license.LicenseValidator - Server license validation result was Genuine. 

Scott

unread,
Dec 7, 2016, 5:18:11 PM12/7/16
to Illuminated Cloud Q&A
You can update IntelliJ if you'd like, but I don't think it will help with this.  This stack trace does line up with current source which will help me understand better what's happening (and hopefully why!).  Let me look into it a bit and I'll let you know what I find.

Thanks,
Scott

Scott

unread,
Dec 7, 2016, 7:17:17 PM12/7/16
to Illuminated Cloud Q&A
Christiaan, under Settings>Illuminated Cloud (projectName), there's a connection setting called Enable Workaround for HTTP 411 Issue.  Would you mind checking that option and seeing whether it resolves this issue for you?  I've known this to happen in exactly one other user's environment, and that option did resolve the issue for that user.

Regards,
Scott

christiaan...@absi.be

unread,
Dec 8, 2016, 3:14:28 AM12/8/16
to Illuminated Cloud Q&A
Hi Scott,

It seems to be working now! Thank you very much. (Also for your commitment!)

Regards,

Christiaan


Reply all
Reply to author
Forward
0 new messages