1
0
-1

compiling SDC is very long time. IT stops in Receiving:

[INFO] [nodejs] Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] [nodejs] Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
[INFO] [nodejs] Receiving...

  1. Michael Lando

    were you able to resolve this?

  2. jianwen ai

    I have resolved it by build a Apache2 service,then modified the URL of download in pom.xml. I need to build a developing environment for local development.

CommentAdd your comment...

3 answers

  1.  
    1
    0
    -1

    hi,

    my guess is that this is a network issue or a proxy issue.

    my suggestion is to check you have access to this location.

    if you are in Linux you can also try to wget to this url to see you are able to download from this location 

      CommentAdd your comment...
    1.  
      1
      0
      -1

      I ran into selective random hangs during artifact download on RHEL until I added

      Setting Up Your Development Environment#Redhat/CentOS

      Add the following option to your MAVEN_OPTS in order not to periodically hang on downloading artifacts in linux-Djava.net.preferIPv4Stack=true
        CommentAdd your comment...
      1.  
        1
        0
        -1

        Michael Lando might be able to check but it seem its stuck on a download which points to a local network issue

          CommentAdd your comment...