Failed to execute 'send' on 'XMLHttpRequest' error while installing Sitecore Azure - sitecore

I want to deploy my website (built in sitecore 8.0) in Azure using Sitcore Azure module. I have downloaded the Sitecore azure 8.0 module from https://dev.sitecore.net/Downloads/Sitecore_Azure/80/Sitecore_Azure_80.aspx . And started installation using Installation wizard, I got an error after around 2 hours are spent on installation process. The error saying "Failed to execute 'send' on 'XMLHttpRequest' : Failed to load 'sitecoredemo/.../InstallationWizard'.
How to proceed further, please suggest.

Related

Update google cloud composer withterragrunt

I am trying to update cloud composer from composer-1.17.3-airflow-1.10.14 to composer-1.17.10-airflow-1.10.15 using terragrunt. 
After one hour it fails with the message:
Upgrade database failed.
Error: Error waiting to update Environment: Error waiting for Updating newly created Environment: Error code 9, message: Failed to update image version.
I already checked the logs and the recommendations on the docs (database is less than 16 GB, that the PyPI packages are compatible and that I can use the correct version for the upgrade)
Any help is appreciated!

ERROR ITMS-90596: Invalid Bundle. The asset catalog at 'Payload/ExpoKitApp.app/.bundle/Assets.car' can't be processed

We built our app using Expo.
We published it successfully to Google Play
We got error when submitting our app to App Store. The steps that I did to submit our app:
expo build:ios
Wait for Expo to build our app
Download .ipa file on a MacBook (a very old one without XCode)
Submit .ipa using Transporter
I got ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/ExpoKitApp.app/GoogleMaps.bundle/GMSCoreResources.bundle/Assets.car' can't be processed. Rebuild your app, and all included extensions and frameworks, with the latest GM version of Xcode and resubmit." as below. (Note: image is copied from https://github.com/expo/expo-cli/issues/195)
I think the app is build by Expo server. And it should include all required code to submit to App Stores.
What's wrong with steps above? How can we solve this?
I had a similar issue (built app on windows, built IPA in cloud by Expo, failed to submit IPA on a Mac through Transporter with ITMS error code)
In this case, I submitted the IPA with Application Loader from XCode 10.1 and it worked. I downloaded an old version here: https://developer.apple.com/download/more/. I also needed to download the command line tools.
Related question: ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/ExpoKitApp.app/.bundle/Assets.car' can't be processed."

Error uploading excel file to CKAN datastore

I have a CKAN 2.8 installed on an Ubuntu 16.04 server and I have successfully configured filestore, datastore and datapusher. Whenever I try to upload a to datastore, I get the message "Error: Process completed but unable to post to result_url" and the status says pending. I have set SSL_VERIFY to FALSE in datapusher_settings.py but the error kept coming. Anyone who can help with this?
Thanks.

error deploying to aws container from visual studio

I installed the visual studio aws tookit for vs, created a dotnet core app, deployed, and after a few tries deployed it and reached from browser.
Now I'm trying to deploy an updated version of the app and I have problems: after a few test I see that now the problem is the creation of the task that gives me the error (in the aws console)
CannotPullContainerError: failed to register layer: expected integer
What does it means? how can I fix it? After I saw the app running seems to me I didn't change anything in the configuration files.

problems when installing cloud foundry sts and eclipse integration

I tried to install the Cloud Foundry Integration Extension in STS and in Eclipse exactly followed instructions, but got "MD5 hash is not as expected" problems in both installations.
For STS (3.2.0), I did
1. Launch STS, open Dashboard, click Extentions tab
2. Under Server and Clouds, check "Cloud Foundry Integration for Eclipse" (which is the only checkbox available).
3. Click "Install"
then I got:
An error occurred while collecting items to be installed
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: org.eclipse.update.feature,org.cloudfoundry.ide.eclipse.server,1.4.0.201302222117-RELEASE.
MD5 hash is not as expected. Expected: e693ee5b7151c7f0117230da1d180e8c and found dfa4de929d56da0a5fefd3c1038cd839.
For Eclipse (Juno)
1. Select Help -> Eclipse Marketplace
2. Type "cloud foundry" in the Find box and click "Go"
3. Click Install for "Cloud Foundry Integration for Eclipse"
4. Confirm feature "Cloud Foundry Integration for Eclipse"
5. Click Finish
then got this error:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact:
org.eclipse.update.feature,org.cloudfoundry.ide.eclipse.server,
1.4.0.201302222117-RELEASE.
MD5 hash is not as expected. Expected: e693ee5b7151c7f0117230da1d180e8c and
found 9370ec785777f7c2bb1f6982b68df921.
Thanks a lot for your help!!!