2

The maven repository appears to be down. Trying to fetch data from the following url results in an error:

https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml

Is this temporary or does this have to do with crosswalk no longer being developed?

=> Errors executing Cordova commands: 
While building Cordova app for platform Android:
Error:/Users/fullhdpixel/Projects/MyRoutes/.meteor/local/cordova-build/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration    ':_armv7DebugApkCopy'.
> Could not resolve org.xwalk:xwalk_core_library:23+.    Required by:    :android:unspecified
> Could not resolve org.xwalk:xwalk_core_library:23+.
> Failed to list versions for org.xwalk:xwalk_core_library.
> Unable to load Maven meta-data from    https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml.
> Could not GET 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/maven-metadata.xml'. Received status code 503 from server: Service Unavailable
Fullhdpixel
  • 803
  • 1
  • 13
  • 28

2 Answers2

5

There is already an open issue in their jira and another one on github. I guess it should be fixed by tomorrow (monday) as none of their maintainers will work on a weekend, be patient.

As the project maintainers stated here there will be no new releases but the source and repos will still be available for development.

Edit:

You can find a workaround until the servers are up again here.

David
  • 7,387
  • 3
  • 22
  • 39
  • The workaround didn't work. A problem occurred configuring root project 'android'. > Could not download xwalk_core_library.aar (org.xwalk:xwalk_core_library:23.53.589.4) > Could not get resource 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/23.53.589.4/xwalk_core_library-23.53.589.4.aar'. > Could not GET 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/23.53.589.4/xwalk_core_library-23.53.589.4.aar'. Received status code 503 from server: Service Unavailable – Rakesh Sep 05 '17 at 10:51
  • You have probably a different version than 23.53.589.4 saved locally, it will try to download the version you requested which is not possible because the webservice is not available. You can find which version you have locally by searching for `xwalk_core_library` in your `platforms/android` folder and then checking which version number the `.jar` has. It will be named something like this: `org.xwalk-xwalk_core_library-23.53.589.4_30c2ad80a79fe2d150584f0a8908db913f995dc4.jar`. – David Sep 05 '17 at 11:30
  • servers still down – Paranoid Android Sep 05 '17 at 11:35
  • Yesterday was labour-day in the US, as mentioned by one of the maintainers somewhere on github they will probably work on a fix today. – David Sep 05 '17 at 11:37
  • server still down :/ – Mario Kurzweil Sep 05 '17 at 13:42
  • Yes, we all know, please have a look at the comments before yours. It does not solve the problem if you all add comment that the server is still offline. – David Sep 05 '17 at 13:44
0

It seems all of https://download.01.org is down!!!

An error occurred while processing your request. Reference #30.22688343.1504522521.5cd76e0

Zibri
  • 9,096
  • 3
  • 52
  • 44