<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Maven Build connection timeout in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/maven-build-connection-timeout/m-p/542104#M1665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing the first Maven Build app and this is the result:&lt;/P&gt;&lt;P&gt;[INFO] Scanning for projects...&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] Building app 0.0.1-SNAPSHOT&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt;&lt;P&gt;[INFO] --- arcgis-java-maven-plugin:1.0:arcgis (default-cli) @ app ---&lt;/P&gt;&lt;P&gt;[INFO] Downloading ArcGIS Runtime SDK native libraries to C:\Users\J63749/.arcgis/100.3.0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;java.net.ConnectException&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;: Connection timed out: connect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.DualStackPlainSocketImpl.connect0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Native Method&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.DualStackPlainSocketImpl.socketConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DualStackPlainSocketImpl.java:79&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.AbstractPlainSocketImpl.doConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractPlainSocketImpl.java:350&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractPlainSocketImpl.java:206&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.AbstractPlainSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractPlainSocketImpl.java:188&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.PlainSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;PlainSocketImpl.java:172&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.SocksSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;SocksSocketImpl.java:392&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.Socket.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Socket.java:589&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.security.ssl.SSLSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;SSLSocketImpl.java:668&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.security.ssl.BaseSSLSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;BaseSSLSocketImpl.java:173&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.NetworkClient.doConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;NetworkClient.java:180&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.http.HttpClient.openServer(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpClient.java:432&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.http.HttpClient.openServer(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpClient.java:527&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.HttpsClient.&amp;lt;init&amp;gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpsClient.java:264&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.HttpsClient.New(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpsClient.java:367&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractDelegateHttpsURLConnection.java:191&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:1105&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.plainConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:999&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractDelegateHttpsURLConnection.java:177&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:1513&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:1441&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpsURLConnectionImpl.java:254&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at com.esri.arcgisruntime.ArcGISMojo.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;ArcGISMojo.java:80&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultBuildPluginManager.java:134&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.MojoExecutor.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MojoExecutor.java:207&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.MojoExecutor.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MojoExecutor.java:153&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.MojoExecutor.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MojoExecutor.java:145&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;LifecycleModuleBuilder.java:116&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;LifecycleModuleBuilder.java:80&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;SingleThreadedBuilder.java:51&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;LifecycleStarter.java:128&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.DefaultMaven.doExecute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultMaven.java:307&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.DefaultMaven.doExecute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultMaven.java:193&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.DefaultMaven.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultMaven.java:106&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.cli.MavenCli.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MavenCli.java:863&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.cli.MavenCli.doMain(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MavenCli.java:288&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.cli.MavenCli.main(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MavenCli.java:199&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Native Method&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;NativeMethodAccessorImpl.java:62&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DelegatingMethodAccessorImpl.java:43&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.lang.reflect.Method.invoke(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Method.java:497&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:289&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.launch(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:229&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:415&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.main(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:356&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] BUILD SUCCESS&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] Total time: 44.339 s&lt;/P&gt;&lt;P&gt;[INFO] Finished at: 2018-09-17T18:13:56-07:00&lt;/P&gt;&lt;P&gt;[INFO] Final Memory: 18M/491M&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: small;"&gt;The .arcGIS/100.3 directory isn't populated because of this timeout.&amp;nbsp; Any help is greatly appreciated.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2018 01:19:58 GMT</pubDate>
    <dc:creator>EthelynHolmes</dc:creator>
    <dc:date>2018-09-18T01:19:58Z</dc:date>
    <item>
      <title>Maven Build connection timeout</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/maven-build-connection-timeout/m-p/542104#M1665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm doing the first Maven Build app and this is the result:&lt;/P&gt;&lt;P&gt;[INFO] Scanning for projects...&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] Building app 0.0.1-SNAPSHOT&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt;&lt;P&gt;[INFO] --- arcgis-java-maven-plugin:1.0:arcgis (default-cli) @ app ---&lt;/P&gt;&lt;P&gt;[INFO] Downloading ArcGIS Runtime SDK native libraries to C:\Users\J63749/.arcgis/100.3.0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;java.net.ConnectException&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;: Connection timed out: connect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.DualStackPlainSocketImpl.connect0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Native Method&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.DualStackPlainSocketImpl.socketConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DualStackPlainSocketImpl.java:79&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.AbstractPlainSocketImpl.doConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractPlainSocketImpl.java:350&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.AbstractPlainSocketImpl.connectToAddress(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractPlainSocketImpl.java:206&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.AbstractPlainSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractPlainSocketImpl.java:188&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.PlainSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;PlainSocketImpl.java:172&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.SocksSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;SocksSocketImpl.java:392&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.net.Socket.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Socket.java:589&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.security.ssl.SSLSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;SSLSocketImpl.java:668&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.security.ssl.BaseSSLSocketImpl.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;BaseSSLSocketImpl.java:173&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.NetworkClient.doConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;NetworkClient.java:180&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.http.HttpClient.openServer(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpClient.java:432&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.http.HttpClient.openServer(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpClient.java:527&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.HttpsClient.&amp;lt;init&amp;gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpsClient.java:264&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.HttpsClient.New(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpsClient.java:367&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractDelegateHttpsURLConnection.java:191&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:1105&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.plainConnect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:999&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;AbstractDelegateHttpsURLConnection.java:177&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:1513&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpURLConnection.java:1441&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;HttpsURLConnectionImpl.java:254&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at com.esri.arcgisruntime.ArcGISMojo.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;ArcGISMojo.java:80&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultBuildPluginManager.java:134&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.MojoExecutor.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MojoExecutor.java:207&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.MojoExecutor.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MojoExecutor.java:153&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.MojoExecutor.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MojoExecutor.java:145&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;LifecycleModuleBuilder.java:116&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;LifecycleModuleBuilder.java:80&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;SingleThreadedBuilder.java:51&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;LifecycleStarter.java:128&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.DefaultMaven.doExecute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultMaven.java:307&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.DefaultMaven.doExecute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultMaven.java:193&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.DefaultMaven.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DefaultMaven.java:106&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.cli.MavenCli.execute(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MavenCli.java:863&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.cli.MavenCli.doMain(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MavenCli.java:288&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.apache.maven.cli.MavenCli.main(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;MavenCli.java:199&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Native Method&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;NativeMethodAccessorImpl.java:62&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;DelegatingMethodAccessorImpl.java:43&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at java.lang.reflect.Method.invoke(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Method.java:497&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:289&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.launch(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:229&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:415&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt; at org.codehaus.plexus.classworlds.launcher.Launcher.main(&lt;/SPAN&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; font-size: small;"&gt;Launcher.java:356&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] BUILD SUCCESS&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;[INFO] Total time: 44.339 s&lt;/P&gt;&lt;P&gt;[INFO] Finished at: 2018-09-17T18:13:56-07:00&lt;/P&gt;&lt;P&gt;[INFO] Final Memory: 18M/491M&lt;/P&gt;&lt;P&gt;[INFO] ------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: small;"&gt;The .arcGIS/100.3 directory isn't populated because of this timeout.&amp;nbsp; Any help is greatly appreciated.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 01:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/maven-build-connection-timeout/m-p/542104#M1665</guid>
      <dc:creator>EthelynHolmes</dc:creator>
      <dc:date>2018-09-18T01:19:58Z</dc:date>
    </item>
  </channel>
</rss>

