503 service unavailable after installing XSLT search in Umbraco 6.0.3
HI All,
We are trying to build a website with Umbraco 6.0.3 which is upgraded from 4.X.X immediately after installation.
We have deployed Umbraco in Azure with accelerator and everything worked fine.
We are new to Umbraco and recntly we are facing peculiar errors like:
1. When saving contents, it just doesnt save and page refreshes and content disappears.
2. When creating document types or properties after saving 3 or 4 properties, all the newly entered properties just disappear and after adding multiple times we succeed.
3. Similiar problem for updating CSS contents or anything on the site.
Now that we installed XSLT Search and after this it made the situation worst where now the site randomly starts throwing 503 Service Unavailable error.
Stack trace warning and error which we got from Application log:
Timeout expired. The
timeout period elapsed prior to obtaining a connection from the pool. This may
have occurred because all pooled connections were in use and max pool size was
reached. at
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection
owningConnection) at
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection
outerConnection, DbConnectionFactory connectionFactory) at
System.Data.SqlClient.SqlConnection.Open() at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, CommandType commandType, String commandText, SqlParameter[]
commandParameters) at
umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String
commandText, SqlParameter[] parameters) at
umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[]
parameters)
at
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection
owningConnection) at
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection
outerConnection, DbConnectionFactory connectionFactory) at
System.Data.SqlClient.SqlConnection.Open() at
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String
connectionString, CommandType commandType, String commandText, SqlParameter[]
commandParameters) at
umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String
commandText, SqlParameter[] parameters) at
umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[]
parameters)
ERROR
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
Faulting module name: clr.dll, version: 4.0.30319.586, time stamp: 0x504833fc
503 service unavailable after installing XSLT search in Umbraco 6.0.3
HI All,
We are trying to build a website with Umbraco 6.0.3 which is upgraded from 4.X.X immediately after installation.
We have deployed Umbraco in Azure with accelerator and everything worked fine.
We are new to Umbraco and recntly we are facing peculiar errors like:
1. When saving contents, it just doesnt save and page refreshes and content disappears.
2. When creating document types or properties after saving 3 or 4 properties, all the newly entered properties just disappear and after adding multiple times we succeed.
3. Similiar problem for updating CSS contents or anything on the site.
Now that we installed XSLT Search and after this it made the situation worst where now the site randomly starts throwing 503 Service Unavailable error.
Stack trace warning and error which we got from Application log:
Warning and Error:
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters) at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters)
ERROR
Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2
Faulting module name: clr.dll, version: 4.0.30319.586, time stamp: 0x504833fc
Exception code: 0xc00000fd
Fault offset: 0x000000000017c8ac
Faulting process id: 0xdb0
Faulting application start time: 0x01ce7c36d9dae3fd
Faulting application path: d:\windows\system32\inetsrv\w3wp.exe
Faulting module path: D:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: b7669b82-e82a-11e2-976d-00155d539955
is working on a reply...