sitecore 9 installation failed on task 11 webdeploy Method not found WebDeployEventWriter EventWriteVerbose - sitecore

I am getting below error while installing sitecore 9.0 update 2 on task 11 .

After troubleshooting I came to know that I had install web deploy 4 which is not supported to SIF 1.2.1
I uninstall and reinstall version 3 problem got resolved.

Installed Web Deploy in
Visual Studio before to run installtion script.
Use the search box to search following tools and add as depicted in below screenshot.

Related

Error installing uptodate aws sdk for windows

I tried to update my AWSSDK for windows with one released 1 DEC to test a new Lambda with C#.
But I got error message like this.
Product: AWS Tools for Windows -- Error 1722.
There is a problem with this Windows Installer package.
A program run as part of the setup did not finish as expected.
Contact your support personnel or package vendor.
Thanks for the report, and we apologize for the inconvenience caused.
As noted by others, for this install we changed how we install the toolkit and for some users this is causing install fails that we have not managed yet to reproduce in-house and are still trying to find root cause for.
Feel free to post your install log here (if you have it), or on the AWS forum thread posted above where we are tracking the problem and gathering data from affected users.
What version(s) of Visual Studio do you have installed, and was this an upgrade install from a previous version?
We released version 1.11.1.4 of the AWS Toolkit for Visual Studio to resolve the installation problems. You can download the latest version from https://aws.amazon.com/visualstudio/

Issue during upgrade from sitecore 7.1 to sitecore 7.2 version

We have tried to upgrade Sitecore from version 7.1 to 7.2. We have referenced the following link to upgrade:
URL: http://www.jairosolutions.com/en/Home/Posts/2015/2/Upgrade%20Sitecore%207_1%20IR%20to%207_2%20IR
We have completed some steps, but when we are on "Install the package" step it's not showing success message. We have even waited for 2 days to complete the installation process, but it is showing the following screen:
Even though we have tried 2 or 3 times it is still showing the same screen. Please help us.
I would always recommend following official Sitecore documentation for upgrades. The upgrade steps from sdn.sitecore.net mention installing a new version of the update installation wizard. Have you performed this step?
Per sdn.sitecore.net, the steps to follow are:
Upgrade from Sitecore 7.1 initial release:
https://sdn.sitecore.net/SDN5/Products/Sitecore%20V5/Sitecore%20CMS%207/Update/7_2_rev_140228/Upgrade_Instructions.aspx
Upgrade from 7.2 to 7.2 SP2:
https://sdn.sitecore.net/SDN5/Products/Sitecore%20V5/Sitecore%20CMS%207/Update/7_2_rev_151021.aspx

how to install egit in zend studio 9.0.2 offline

install environment:
windows 7 64 bit/XP 32bit
zend stutdio 9.0.2
org.eclipse.egit.repository-3.1.0.201310021548-r
I want to use git in zend studio 9.0.2 .but my PC can not connect to the internet.so i download egit 3.1.0 package.i try to install this package in "install new software",but failed with error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Eclipse Git Team Provider 3.1.0.201310021548-r (org.eclipse.egit.feature.group 3.1.0.201310021548-r)
Missing requirement: Git Team Provider UI 3.1.0.201310021548-r (org.eclipse.egit.ui 3.1.0.201310021548-r) requires 'bundle org.eclipse.team.core [3.6.100,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: Eclipse Git Team Provider 3.1.0.201310021548-r (org.eclipse.egit.feature.group 3.1.0.201310021548-r)
To: org.eclipse.egit.ui [3.1.0.201310021548-r]
can anyone help me?
This answer might be applicable to you: Can Install EGit: Missing requirement: Git Team Provider Core In other words, it is an internal version conflict between parts of Eclipse.

Applying coldfusion 8 Update 1

I'm running ColdFusion 8 Enterprise Edition on RHEL 4 32bit. I tried applying the ColdFusion 8 Update 1 (8.0.1) but the installation fails with the error below. Can anyone help?
Thank you.
===============================================================================
Installing...
===============================================================================
Installation Aborted
The installation of the Adobe ColdFusion 8.0.1 did not complete successfully.
Please make sure that the ColdFusion MX server has been shut down prior to
running the installer again.
All services related to coldfusion, webserver, jrun are stopped alerady.
I do not know about Red Hat but if you get this error on Windows then you need to stop all the JRun services to complete the update.
This article here has a section on starting a CF service on Linux http://www.aaronwest.net/blog/index.cfm/2011/2/7/Super-Guide-Installing-ColdFusion-9-on-CentOS-Linux I am pretty sure if you substitute start for stop in that command you might have some joy.

Django failure with Eclipse

I am trying to install a Django plugin with eclipse/pydev, and I get the following error message after an installation attempt.
An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: org.eclipse.update.feature,org.python.pydev.django_editor.feature,0.5.8.
http://eclipse.kacprzak.org/updates/features/org.python.pydev.django_editor.feature_0.5.8.jar
Artifact not found: osgi.bundle,org.python.pydev.django_editor.plugin,0.5.8.
http://eclipse.kacprzak.org/updates/plugins/org.python.pydev.django_editor.plugin_0.5.8.jar
Anyone get this message before, or have the slightest clue what it might mean?
Just to note, that django editor is not the same one that's talked about in the PyDev homepage... PyDev does have a django editor integrated by default, which is made available when you install Aptana Studio 3 ( see http://pydev.org/download.html for details ). The Django version you're talking about ( http://eclipse.kacprzak.org ) was at one point integrated in PyDev but as Aptana Studio 3 evolved it's integration has been deprecated in favor of the one in Aptana Studio 3.