Very Slow App Upload/Communication Failure - Application Loader

后端 未结 10 648
失恋的感觉
失恋的感觉 2020-12-16 20:41

I have been using application loader since one year. But for last few months I have problems with the application loader.

When I click on the send button in the Ap

相关标签:
10条回答
  • 2020-12-16 20:45

    Adding this line in my bash_profile worked for me

    export _JAVA_OPTIONS="-Dhttp.proxyHost=my-proxy-server -Dhttp.proxyPort=1080 -DsocksProxyHost=my-socks-server"
    
    • Xcode 5.1.1 (5B1008)
    • Yosemite Beta
    • java version "1.6.0_65"
    0 讨论(0)
  • 2020-12-16 20:45

    If you do not have mentioned Charles proxy and the error with uploading came from "nowhere" then try to simply change network and restart your Mac. In my case doing those two did the job, changing just network did not work out.

    0 讨论(0)
  • 2020-12-16 20:50

    The problem is that Application Loader uses Java, and Java does not inherit the Mac's proxy settings. The solution is to specify the proxy information to Java.

    If you are on a Mac OS pre-10.7.5 (more or less) just look for the Java Preferences application via the spotlight. If not, this SO question specifies how to do so.

    0 讨论(0)
  • 2020-12-16 20:59

    I was stuck with same problem while uploading my first application. After trying so many changes nothing worked out fine for me.

    Finally I changed Application Loader version. That's it. Worked fine for me. I used Application Loader 2.5.2.

    0 讨论(0)
  • 2020-12-16 21:00

    I tried many solutions like using port 80 for https connection but none of the solution worked for me.

    #https.proxyPort=443
    

    to

    https.proxyPort=80
    

    Changing port didn't work for me.

    After many trying many solutions I tried to upload application from two different instances of application loader and it worked like a charm.

    I have two different versions of application loader on my machine, one came with XCode4 and one came with XCode5. It always works if I upload application from two instances simultaneously.

    enter image description here

    0 讨论(0)
  • 2020-12-16 21:01

    In my case, i was using Charles Proxy. So, i closed the CHarles Proxy and able to upload.

    0 讨论(0)
提交回复
热议问题