- This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago by jm76430.
-
AuthorPosts
-
jm76430ParticipantAfter installing DarkestDark theme through eclipse marketplace, I began seeing this message three times every five minutes:
Mar 02, 2018 1:06:02 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 02, 2018 1:06:02 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying requestThe ip address that is refusing the request is 209.135.140.102
I verified that the DarkestDark theme was the cause by uninstalling and reinstalling which caused the messages to disappear and reappear accordingly.
Do you have a method to prevent these requests from being made?
support-swapnaModeratorjm76430,
Sorry that you are seeing this issue with Darkest Dark. The dev team is looking into this problem.
We will keep you posted about the fix or workaround details soon.Apologies for inconvenience caused. Thank you for reporting it.
–Swapna
MyEclipse Support
support-swapnaModeratorjm76430,
Please send us the log file from the workspace to help us investigate further.
You can get the full log file by clicking on the ‘Export Log’ icon in the Error Log view and send it over.–Swapna
MyEclipse Support
jm76430ParticipantThank you for looking into this. I’ve attached the log file. I’m running Eclipse Neon.3 on Linux version 2.6.32-431.11.2.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org). Here are the lines that were sent to the terminal window:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://459.fwk570422884:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://459.fwk570422884:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
11:11:23.821 [Worker-11] DEBUG org.eclipse.jgit.util.FS – readpipe [git, –version],/usr/bin
11:11:23.834 [Worker-11] DEBUG org.eclipse.jgit.util.FS – readpipe may return ‘git version 1.7.1’
11:11:23.834 [Worker-11] DEBUG org.eclipse.jgit.util.FS – remaining output:11:11:23.835 [Worker-11] DEBUG org.eclipse.jgit.util.FS – readpipe [git, config, –system, –edit],/usr/bin
11:11:23.837 [Worker-11] DEBUG org.eclipse.jgit.util.FS – readpipe may return ‘/etc/gitconfig’
11:11:23.838 [Worker-11] DEBUG org.eclipse.jgit.util.FS – remaining output:Mar 05, 2018 11:11:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 05, 2018 11:11:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 05, 2018 11:11:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 05, 2018 11:11:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 05, 2018 11:11:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 05, 2018 11:11:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 05, 2018 11:16:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 05, 2018 11:16:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 05, 2018 11:16:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 05, 2018 11:16:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 05, 2018 11:16:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 05, 2018 11:16:28 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying requestAttachments:
You must be logged in to view attached files.
jm76430ParticipantSaw a number of proxy related issues that I have corrected. However, the “Connection refused” messages remain:
Mar 06, 2018 7:41:06 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 06, 2018 7:41:06 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 06, 2018 7:46:06 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 06, 2018 7:46:06 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Brian FernandesModeratorIn your log file, I noticed the following messages:
`
!ENTRY org.eclipse.core.net 1 0 2018-03-05 11:11:10.294
!MESSAGE System property http.proxyHost is not set but should be aaa.bbb.ccc.!ENTRY org.eclipse.core.net 1 0 2018-03-05 11:11:10.296
!MESSAGE System property http.proxyPort is not set but should be 1111.
`
Do you happen to have any odd proxy settings configured in Eclipse, or in your environment?
Edit: Just noted your response on correcting these issues.Also, the log file somehow didn’t include the primary stack trace you pointed out earlier, do you see those only in the Terminal window, and not in the Error Log view? Mind sending us a screenshot for a bit better context?
jm76430ParticipantI received more detailed information by using strace: strace -f -e trace=network -s 10000 eclipse
And this is the related section of the console logging:
Mar 06, 2018 9:23:14 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
[pid 516455] recvfrom(15, 0x7fd084496274, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
[pid 516455] recvfrom(15, 0x7fd084496274, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
[pid 516455] recvfrom(15, 0x7fd084496274, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
Mar 06, 2018 9:23:14 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
[pid 521874] socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 45
[pid 521874] bind(45, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr(“0.0.0.0”)}, 16) = 0
[pid 521874] getsockname(45, {sa_family=AF_INET, sin_port=htons(47641), sin_addr=inet_addr(“0.0.0.0”)}, [16]) = 0
[pid 521874] connect(45, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr(“209.135.140.102”)}, 16) = -1 ECONNREFUSED (Connection refused)
Mar 06, 2018 9:23:14 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 06, 2018 9:23:14 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
[pid 521874] socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 45
[pid 521874] bind(45, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr(“0.0.0.0”)}, 16) = 0
[pid 521874] getsockname(45, {sa_family=AF_INET, sin_port=htons(41176), sin_addr=inet_addr(“0.0.0.0”)}, [16]) = 0
[pid 521874] connect(45, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr(“209.135.140.102”)}, 16 <unfinished …>
[pid 516455] recvfrom(15, 0x7fd084496274, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
[pid 521874] <… connect resumed> ) = -1 ECONNREFUSED (Connection refused)
Mar 06, 2018 9:23:14 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused (Connection refused)
Mar 06, 2018 9:23:14 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
[pid 521874] socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 45
[pid 521874] bind(45, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr(“0.0.0.0”)}, 16) = 0
[pid 521874] getsockname(45, {sa_family=AF_INET, sin_port=htons(43323), sin_addr=inet_addr(“0.0.0.0”)}, [16]) = 0
[pid 516455] recvfrom(15, 0x7fd084496274, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
[pid 521874] connect(45, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr(“209.135.140.102”)}, 16) = -1 ECONNREFUSED (Connection refused) -
AuthorPosts