Sharepoint Installer Error.

Asked By Anandha Babu
09-Sep-10 01:53 AM
Earn up to 0 extra points for answering this tough question.
Hi All,
   As i trying to Install/deploy my wsp to sharepoint server using Codeplex sharepoint installer after a long its throw me time out error.how can overcome it.

  re: Sharepoint Installer Error.

Alon Havivi replied to Anandha Babu
09-Sep-10 02:04 AM
Hello Anandha,

If a timeout occurs when trying to deploy solutions, it is likely because one of the servers in a farm is down or unavailable.

You can also check this:

  re: Sharepoint Installer Error.

Anandha Babu replied to Alon Havivi
09-Sep-10 02:57 AM
Hi Alon Haviv,

 its throwing following any sugesstion
***** SOLUTION RETRACTION *****
***** ERROR *****
Timeout error
CodePlex.SharePointInstaller.InstallException: Timeout error ---> CodePlex.SharePointInstaller.InstallException: Timeout error
   at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Execute()
   --- End of inner exception stack trace ---
   at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Execute()
   at CodePlex.SharePointInstallier.InstallProcessControl.TimerEventInstall(Object myObject, EventArgs myEventArgs)

  re: Sharepoint Installer Error.

Alon Havivi replied to Anandha Babu
09-Sep-10 03:12 PM
I found this also, if you tried to deploy the wsp solution package on multiple frontend servers, this could be the answer to your problem:
The installer only checks the current Web Front-End server for Windows SharePoint Service Timer service and Windows SharePoint Services Adminstration service to confirm that they are started. However, it cannot check other WFE servers on the farm to confirm the status of those 2 services. If any of the services not started, the installation will time out and throw an error message. 
Solution: Therefore, you MUST make sure that those two services are started before installing a Web Part.
  re: Sharepoint Installer Error.
Anandha Babu replied to Alon Havivi
13-Sep-10 08:34 AM
Hi Alon,
  Thanks I has resolved it.Problem is occurred due to server down.when i try it over another its working fine.
Create New Account