Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • sinan 16 posts 36 karma points
    Jan 31, 2011 @ 15:59
    sinan
    0

    Request timed out.

    Server Error in '/' Application.

    Request timed out.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: Request timed out.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [HttpException (0x80004005): Request timed out.]



    Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618

     

     

    ????

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 31, 2011 @ 16:48
    Jan Skovgaard
    0

    Hi Sinan

    You'll probably get a more helpfull answer if you could please tell us when you get this error and what version of Umbraco you're running. What is it that you're trying to achieve?

    /Jan

  • sinan 16 posts 36 karma points
    Jan 31, 2011 @ 16:57
    sinan
    0

    umbroco version Umbraco_4_5_2_for_NET_3_5

    When I local package installing, I get following error
    I use mysql database
  • Chris Koiak 700 posts 2626 karma points
    Feb 02, 2011 @ 08:18
    Chris Koiak
    0

    Are you installing this locally or on a server?

    Does the message appear in the righthand panel only?

    I've not tested Standard Website using MySql, I have heard of some SQL datalayer issues withit, but not any other timeout problems.

    Chris

  • sinan 16 posts 36 karma points
    Feb 02, 2011 @ 13:14
    sinan
    0

     

    • 1.Timeout I solved by adding webconfig

    •  <system.web>
         <httpRuntime executionTimeout="9000" maxRequestLength="4096" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" />
    But now I receive the following error, does anyone know here about what
    but now I receive the following error, does anyone know here about what
    but now I receive the following error, does anyone know here about what
    but now I receive the following error, does anyone know here about what
    but now I receive the following error, does anyone know here about what
    but now I receive the following error, does anyone know here about what
    but now I receive the following error, does anyone know here about what
    but now I receive the following error, does anyone know here about what

    Server Error in '/' Application.


    Keyword not supported: 'datalayer'.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ArgumentException: Keyword not supported: 'datalayer'.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

     

    [ArgumentException: Keyword not supported: 'datalayer'.]

       System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +4905476

       System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +98

       System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +55

       System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +24

       System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String connectionString, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +200

       System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) +62

       System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +4

       System.Data.SqlClient.SqlConnection..ctor(String connectionString) +24

       Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +54

       Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText) +11

       Koiak.BasicSite.usercontrols.BasicSiteInstall.Page_Load(Object sender, EventArgs e) +3476

       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14

       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35

       System.Web.UI.Control.OnLoad(EventArgs e) +99

       System.Web.UI.Control.LoadRecursive() +50

       System.Web.UI.Control.LoadRecursive() +141

       System.Web.UI.Control.LoadRecursive() +141

       System.Web.UI.Control.LoadRecursive() +141

       System.Web.UI.Control.LoadRecursive() +141

       System.Web.UI.Control.LoadRecursive() +141

       System.Web.UI.Control.LoadRecursive() +141

       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

  • Chris Koiak 700 posts 2626 karma points
    Feb 02, 2011 @ 13:18
    Chris Koiak
    0

    Yep, this is the error I mentioned in the previous post.

    Currently neither StandardWebsite or Basic Website support the datalayer keyword (and therefore I think MySQL).

    Chris

  • sinan 16 posts 36 karma points
    Feb 02, 2011 @ 13:26
    sinan
    0

    is there solution or other possible heiden?

  • Chris Koiak 700 posts 2626 karma points
    Feb 02, 2011 @ 13:32
    Chris Koiak
    0

    Apart from using MSSQL, nope... I've not had a chance to look into this issue.

     

  • sinan 16 posts 36 karma points
    Feb 02, 2011 @ 13:40
    sinan
    0
    do you know fun template for umbraco with mysql db
  • Chris Koiak 700 posts 2626 karma points
    Feb 02, 2011 @ 14:02
    Chris Koiak
    0

    I'm not sure what supports MySql but the best place to look is http://our.umbraco.org/projects/starter-kits

    Maybe try CWS?

     

  • Simon steed 374 posts 686 karma points
    Feb 10, 2011 @ 16:56
    Simon steed
    0

    Umbraco only works upon MSSQL as far as I know, there are no plans to covert to the MySQL platform (preparing to be corrected here)

    Si

  • Chris Koiak 700 posts 2626 karma points
    Feb 10, 2011 @ 16:58
    Chris Koiak
    1

    I'm pretty sure Umbraco has supported MySQL since 3.1 (ish) although I've never used it.

    Chris

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Feb 10, 2011 @ 19:35
    Jan Skovgaard
    0

    Hi Simon

    Umbraco has been able to run on MySQL for some years now. So you're right, you're being corrected :-)

    I have a couple of installations that are running fine on MySQL. But if 3. party packages supports it or not, could of course be an issue if a package is only working with MSSQL.

    (Does not seem to be the issue here though, otherwise Chris would probably have said so already :-))

    Cheers

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft