Copied to clipboard

Flag this post as spam?

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


  • Jordi Bartolomé 21 posts 41 karma points
    Aug 07, 2013 @ 17:31
    Jordi Bartolomé
    0

    Error installing database table

    Hi,

    My installation never finishes. It stays in this window forever. I'm using Umbraco 4.9.0.

    I uninstalled the v1 version before installing de 2.1.4.

     

    Any ideas?

    Thanks in advance

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 07, 2013 @ 17:34
    Stefan Kip
    0

    Could you check the Console window of your browser's development tools to see if there are any javascript errors?

  • Jordi Bartolomé 21 posts 41 karma points
    Aug 07, 2013 @ 17:46
    Jordi Bartolomé
    0

    I have several errors:

    Uncaught TypeError: Object [object Object] has no method 'jQuery' UmbracoSpeechBubbleBackend.js?cdv=312:37

    Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://myweb.com/umbraco/developer/packages/installedPackage.aspx?id=8

    Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://myweb.com/umbraco/developer/packages/installedPackage.aspx?id=8

    Uncaught TypeError: Object function (e,t){return new x.fn.init(e,t,r)} has no method 'cookie' javascript.js?cdv=312:48

    Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://myweb.com/Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.Installer.UrlTrackerInstallerService.asmx/installtable

    Uncaught SyntaxError: Unexpected token < installer.aspx?installing=customInstaller&dir=C:\myweb\App_Data\b1a753cb-0c4a-486e-b93f-290e69217aac&pId=17:1

    thanks for your fast answer!
  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 07, 2013 @ 18:16
    Stefan Kip
    0

    Sounds like a corrupted Umbraco installation, which is also affecting the UrlTracker...

  • Jordi Bartolomé 21 posts 41 karma points
    Aug 08, 2013 @ 17:36
    Jordi Bartolomé
    0

    I copied the bin, umbraco and umbraco_client folders from a clean installation into my project and the problem still persists.

     

    Do you know if I need to do anything else to "restore" my Umbraco installation? I cannot restore the DB... :(

     

    Thanks for your time!

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 09, 2013 @ 11:22
    Stefan Kip
    0

    Could you have a look with Firebug for example what the response is of the requests which return a 500 Internal Server Error?

  • Jordi Bartolomé 21 posts 41 karma points
    Aug 09, 2013 @ 11:35
    Jordi Bartolomé
    0

    Here's the error. It crashes here: Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.Installer.UrlTrackerInstallerService.asmx/installtable

    Server Error in '/' Application.

     

    Value cannot be null. 

    Parameter name: stream

     

    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.ArgumentNullException: Value cannot be null.

    Parameter name: stream

     

    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: 

     

    [ArgumentNullException: Value cannot be null.Parameter name: stream]   System.IO.StreamReader..ctor(Stream stream, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) +12554849   System.Web.UI.Util.ReaderFromStream(Stream stream, VirtualPath configPath) +351   System.Web.UI.SimpleWebHandlerParser.Parse(ICollection referencedAssemblies) +133   System.Web.Compilation.SimpleHandlerBuildProvider.get_CodeCompilerType() +90   System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) +189   System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() +265   System.Web.Compilation.BuildProvidersCompiler.PerformBuild() +46   System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) +580   System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +619   System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +203   System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) +189   System.Web.Compilation.BuildManager.GetCompiledType(VirtualPath virtualPath) +17   System.Web.Script.Services.WebServiceData.GetWebServiceData(HttpContext context, String virtualPath, Boolean failIfNoData, Boolean pageMethods, Boolean inlineScript) +179   System.Web.Script.Services.RestHandler.CreateHandler(HttpContext context) +175   System.Web.Script.Services.ScriptHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String pathTranslated) +89   System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +490   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375

     

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

     

     

    thanks! :)

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 09, 2013 @ 11:38
    Stefan Kip
    0

    Someone else had the same issue and the problem didn't occur with a clean umbraco installation, so it was a project-specific issue: http://our.umbraco.org/projects/developer-tools/301-url-tracker/version-2/42029-Stuck-at-Installing-the-Database-table-(Umbraco-48)
    Unable to help you with that I'm afraid.

  • Jordi Bartolomé 21 posts 41 karma points
    Aug 09, 2013 @ 11:43
    Jordi Bartolomé
    0

    Thanks anyway! I also think it's a problem of my DB... :(

    If I solve the problem I'll let you know.

     

    Many thanks :)

  • wtct 87 posts 130 karma points
    Aug 29, 2013 @ 14:31
    wtct
    0

    I have the same problem and I can't fix it. My Umbraco Version is 4.7.2. I have also instaled:

    ImageGen
    uComponents
    MultipleFileUpload
    Repeatable Custom Content v2 Fixed

    Please help!

    Best regards!
    wtct

  • Jordi Bartolomé 21 posts 41 karma points
    Aug 29, 2013 @ 15:27
    Jordi Bartolomé
    0

    I didn't find any way to fix it... :(

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 29, 2013 @ 15:30
    Stefan Kip
    0

    I don't know guys, I've been unable to reproduce the issue...

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 30, 2013 @ 11:18
    Stefan Kip
    0

    yay

    I have been able to reproduce this and I'll release an update today which fixes this issue :-)

  • Jordi Bartolomé 21 posts 41 karma points
    Aug 30, 2013 @ 11:19
    Jordi Bartolomé
    0

    wow!! thanks!!

  • wtct 87 posts 130 karma points
    Aug 30, 2013 @ 12:38
    wtct
    0

    Thanks a lot!

    I'm interested in what is incompatible with Url Tracker :)

    Best!

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 30, 2013 @ 13:38
    Stefan Kip
    0

    I just released version 2.2.3, which should fix this issue :-)

  • Jordi Bartolomé 21 posts 41 karma points
    Aug 30, 2013 @ 15:57
    Jordi Bartolomé
    0

    It works!! :)

    Many thanks!

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Sep 03, 2013 @ 11:19
    Stefan Kip
    0

    Could you mark this topic as resolved Jordi? Ty!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies