This is at a stage when it's trying to connect to an Amazon server which is available. I'm guessing something in the connection between your machine and amazon is experiencing issues. I suggest verifying your proxy/network settings etc.
On Thursday, October 22, 2020 at 5:43:53 AM UTC+3 [email protected] wrote: > Yes, it's on sending a build. It's printed in Netbeans' output > > On Thu, 22 Oct 2020 at 03:42, Marisole Aromatherapy <[email protected]> > wrote: > >> It's a connection timeout error. It has persisted since I sent the last >> email >> >> java.net.ConnectException: Connection timed out: connect >> at java.net.DualStackPlainSocketImpl.connect0(Native Method) >> at >> java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79) >> 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.PlainSocketImpl.connect(PlainSocketImpl.java:172) >> at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) >> at java.net.Socket.connect(Socket.java:589) >> at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673) >> at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) >> at sun.net.NetworkClient.doConnect(NetworkClient.java:180) >> at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) >> at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) >> at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264) >> at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367) >> at >> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191) >> at >> sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) >> at >> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1040) >> at >> sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1038) >> at java.security.AccessController.doPrivileged(Native Method) >> at >> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782) >> at >> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1037) >> at >> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) >> at >> sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1334) >> at >> sun.net.www.protocol.http.HttpURLConnection.access$100(HttpURLConnection.java:91) >> at >> sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1301) >> at >> sun.net.www.protocol.http.HttpURLConnection$8.run(HttpURLConnection.java:1299) >> at java.security.AccessController.doPrivileged(Native Method) >> at >> java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:782) >> at >> sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1298) >> at >> sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:259) >> at >> com.codename1.build.client.BuildProcess.uploadToS3(BuildProcess.java:325) >> at >> com.codename1.build.client.BuildProcess.sendS3Build(BuildProcess.java:386) >> at >> com.codename1.build.client.BuildProcess.sendRequestToServer(BuildProcess.java:459) >> at >> com.codename1.build.client.CodeNameOneBuildTask.execute(CodeNameOneBuildTask.java:505) >> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) >> at sun.reflect.GeneratedMethodAccessor886.invoke(Unknown Source) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:498) >> at >> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99) >> at org.apache.tools.ant.Task.perform(Task.java:350) >> at org.apache.tools.ant.Target.execute(Target.java:449) >> at org.apache.tools.ant.Target.performTasks(Target.java:470) >> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388) >> at org.apache.tools.ant.Project.executeTarget(Project.java:1361) >> at >> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) >> at org.apache.tools.ant.Project.executeTargets(Project.java:1251) >> at >> org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261) >> at >> org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574) >> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128) >> >> On Thu, 22 Oct 2020 at 03:36, Shai Almog <[email protected]> wrote: >> >>> What's the error log? What's printed? >>> In sending a build? >>> On the servers as a result? >>> >>> On Thursday, October 22, 2020 at 4:00:06 AM UTC+3 [email protected] >>> wrote: >>> >>>> Error in server build process.. might be just temporary.. was working >>>> 20 mins ago >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "CodenameOne Discussions" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/codenameone-discussions/3c09f3a8-6464-416d-a621-849cd30c23den%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/codenameone-discussions/3c09f3a8-6464-416d-a621-849cd30c23den%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/322d5f0a-ed7f-441c-a389-42b2311e57f8n%40googlegroups.com.
