Service Unavailable --------------------------------------------------------------------------------
HTTP Error 503. The service is unavailable.
If you see this message just do:
1- Go to IIS Manager (cmd -> inetmgr)
2- Select the Application pool of the site(if you don't know which one, look at the port ) and start it.
3- Done ;)
Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts
Friday, May 4, 2012
HTTP Error 503. The service is unavailable
Labels:
Erros,
IIS,
Sharepoint,
Sharepoint 2010
Error occurred in deployment step Recycle IIS Application Pool
Problema: Ao tentar fazer deploy no Visual Studio ocorre o seguinte erro Error occurred in deployment step 'Recycle IIS Application Pool'
Solução: Utilizar um user que tenha permissões para fazer deploy de funcionalidade como o Farm administrator, se voltar poderá tentar executar o seguinte comando para fazer refresh ao serviço de user code
cmd -> net stop spusercodev4
net start spusercodev4
Labels:
Erros,
IIS,
Sharepoint,
Sharepoint 2010
Thursday, May 6, 2010
VSeWSS Service Logging Error: Access to the path 'Microsoft\VSeWSS 1.3' is denied no deploy
Na criação do meu primeiro projecto em VS 2007 com VSeWSS 1.3 e as extensions para SharePoint, deparei-me com o seguinte erro quando fiz deploy:
Microsoft.SharePoint.Tools.Utilities.VSeWSSServiceException
VSeWSS Service Error: Assembly C:\Users\Administrator\Documents\Visual Studio 2007\Projects\GustavosSharePointSandbox\WebPartVSeWSS13\bin\Debug\WebPartVSeWSS13.dll not found. This may occur because the VSeWSS WCF Service does not have local administrator permissions. Please review the release notes.
VSeWSS Service Logging Error: Access to the path 'Microsoft\VSeWSS 1.3' is denied.
Logging failed attempting to write to Microsoft\VSeWSS 1.3\VSeWSS1.3 service.log. This may occur because the VSeWSS WCF Service does not have local administrator permissions
Isso acontece quando o Utilizador Network Services não tem permissão de Administrador.
Solução: Adicionar o User Network Services ao grupo Administrators.
Não esquecer que é necessário terminar sessão ou reiniciar para funcionar.
Microsoft.SharePoint.Tools.Utilities.VSeWSSServiceException
VSeWSS Service Error: Assembly C:\Users\Administrator\Documents\Visual Studio 2007\Projects\GustavosSharePointSandbox\WebPartVSeWSS13\bin\Debug\WebPartVSeWSS13.dll not found. This may occur because the VSeWSS WCF Service does not have local administrator permissions. Please review the release notes.
VSeWSS Service Logging Error: Access to the path 'Microsoft\VSeWSS 1.3' is denied.
Logging failed attempting to write to Microsoft\VSeWSS 1.3\VSeWSS1.3 service.log. This may occur because the VSeWSS WCF Service does not have local administrator permissions
Isso acontece quando o Utilizador Network Services não tem permissão de Administrador.
Solução: Adicionar o User Network Services ao grupo Administrators.
Não esquecer que é necessário terminar sessão ou reiniciar para funcionar.
Labels:
Erros,
IIS,
MOSS,
permissões,
Sharepoint,
Visual Studio,
VSeWSS
Tuesday, March 2, 2010
http://mysite is already routed to the intranet zone of another application
Essa mensagem de erro quer dizer que já existe um Web Site a usar a porta 80.
Como é possível, se nunca usavamos essa porta ??
Por defeito, já existe um Default Web Site que normalmente vem STOPPED, mas que podemos ter posto STARTED, e não nos lembra-mos.
Solução:
Temos que ir ao IIS Manager:
1- Menu Start -> Administrative Tools -> Internet Information Services (IIS) Manager.
2- Abrir a aba Web Sites
3- Selecionar Default Web Sites
4- Parar este Web Site
5- Mudar o nome da pasta desse Default Web Site para outra coisa.
Caminho por default é "c:\Inetpub\wwwroot\wss\VirtualDirectories"
Como é possível, se nunca usavamos essa porta ??
Por defeito, já existe um Default Web Site que normalmente vem STOPPED, mas que podemos ter posto STARTED, e não nos lembra-mos.
Solução:
Temos que ir ao IIS Manager:
1- Menu Start -> Administrative Tools -> Internet Information Services (IIS) Manager.
2- Abrir a aba Web Sites
3- Selecionar Default Web Sites
4- Parar este Web Site
5- Mudar o nome da pasta desse Default Web Site para outra coisa.
Caminho por default é "c:\Inetpub\wwwroot\wss\VirtualDirectories"
Labels:
80,
Erros,
IIS,
MOSS,
Sharepoint
Subscribe to:
Posts (Atom)