EDIT: While my post was waiting for moderation, the issue corrected itself overnight. Can only assume it was an issue in the Apple distribution infrastructure.
Hello! I am having trouble with the Application Loader starting from today (with plenty of recent use before then). Any advice on how to figure out what has broken and how to fix would be greatly appreciated.
This is what appears on the last page of the 'Deliver Your App' wizard.
An error occurred while processing the http request for the webDAV upload.
An exception has occurred: Authorization Required
Opening the logs doesn't really give much more information:
[2017-06-01 19:59:10 AWST] <main> INFO: Attempting to connect to Apple's webDAV...
[2017-06-01 19:59:11 AWST] <main> ERROR: An error occurred while processing the http request for the webDAV upload.
[2017-06-01 19:59:11 AWST] <main> ERROR: An exception has occurred: Authorization Required
[2017-06-01 19:59:11 AWST] <main> DEBUG: com.apple.transporter.transport.webdav.HttpException: Authorization Required
at com.apple.transporter.transport.webdav.WebdavFile.getProperties(WebdavFile.java:265)
at com.apple.transporter.transport.webdav.WebdavFile.init(WebdavFile.java:138)
at com.apple.transporter.transport.WebDAVTransport.createConnectionToWebDAVURL(WebDAVTransport.java:563)
at com.apple.transporter.transport.WebDAVTransport.uploadPackage(WebDAVTransport.java:307)
at com.apple.transporter.operation.Upload.performUploadOperation(Upload.java:871)
at com.apple.transporter.operation.Upload.performUploadRequestForPackageFile(Upload.java:561)
at com.apple.transporter.operation.Upload.performUploadRequest(Upload.java:300)
at com.apple.transporter.operation.Upload.performUploadRequest(Upload.java:102)
at com.apple.transporter.operation.Upload.performRequest(Upload.java:1068)
at com.apple.transporter.operation.Verify.execute(Verify.java:95)
at com.apple.transporter.Application.reallyBegin(Application.java:173)
at com.apple.transporter.Application.begin(Application.java:107)
at com.apple.transporter.osgi.TransporterService.start(TransporterService.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.apple.transporter.osgi.OSGiBootstrapper.runTransporter(OSGiBootstrapper.java:748)
at com.apple.transporter.osgi.OSGiBootstrapper.bootstrap(OSGiBootstrapper.java:408)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.apple.transporter.Application.start(Application.java:133)
at com.apple.transporter.Application.main(Application.java:357)