Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • PierreD Savard 183 posts 290 karma points
    Jan 29, 2013 @ 02:19
    PierreD Savard
    0

    Crash when installing uCommerce in Umbraco V6

    I got this error before the end of the setup process (i try from online pakage and local installation). I think the process crash in the DB table creation. After this error, I can reload node and got the setting folder under Commerce for 1-2 second and then disapears. Any suggestion?

    Format of the initialization string does not conform to specification starting at index 0.

    StackTrace:

    [ArgumentException: Format of the initialization string does not conform to specification starting at index 0.]
       System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) +6712901
       System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +253
       System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +134
       System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +103
       System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +35
       System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(DbConnectionPoolKey key, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +294
       System.Data.SqlClient.SqlConnection.ConnectionString_Set(DbConnectionPoolKey key) +60
       System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +89
       NHibernate.Connection.DriverConnectionProvider.GetConnection() +238
       NHibernate.Tool.hbm2ddl.SuppliedConnectionProviderConnectionHelper.Prepare() +28
       NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.GetReservedWords(Dialect dialect, IConnectionHelper connectionHelper) +113
       NHibernate.Tool.hbm2ddl.SchemaMetadataUpdater.Update(ISessionFactory sessionFactory) +125
       NHibernate.Impl.SessionFactoryImpl..ctor(Configuration cfg, IMapping mapping, Settings settings, EventListeners listeners) +817
       FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory() +184
    
    [FluentConfigurationException: An invalid or incomplete configuration was used while creating a SessionFactory. Check PotentialReasons collection, and InnerException for more detail.
    
    ]
       FluentNHibernate.Cfg.FluentConfiguration.BuildSessionFactory() +255
       UCommerce.EntitiesV2.SessionProvider.CreateSessionFactory(Boolean enableCache, String cacheProvider) +593
       UCommerce.EntitiesV2.SessionProvider.GetSession() +209
       UCommerce.EntitiesV2.Repository`1..ctor(ISessionProvider sessionProvider) +31
    
    [TargetInvocationException: Exception has been thrown by the target of an invocation.]
       System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
       System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +694
       Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, Object[] arguments, Type[] signature) +547
    
    [ComponentActivatorException: ComponentActivator: could not instantiate UCommerce.EntitiesV2.Repository`1[[UCommerce.EntitiesV2.Role, UCommerce, Version=3.0.3.13009, Culture=neutral, PublicKeyToken=null]]]
       Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, Object[] arguments, Type[] signature) +1170
       Castle.MicroKernel.ComponentActi

  • Michael Hyldsgaard 64 posts 124 karma points
    Jan 31, 2013 @ 21:31
    Michael Hyldsgaard
    0

    I'm having the exact same problem.

    I've tried different installations on different databases... all with the same error.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Feb 01, 2013 @ 10:14
    Søren Spelling Lund
    0

    Some APIs changed with Umbraco 6. I'm working through some test scenarios to see what needs to be updated.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Feb 01, 2013 @ 12:39
    Søren Spelling Lund
    0

    uCommerce 3 with support for Umbraco 6 available for testing:

    Please let me know hos it works for you.
    Thanks!
  • Michael Hyldsgaard 64 posts 124 karma points
    Feb 01, 2013 @ 20:48
    Michael Hyldsgaard
    0

    The new version seems to work perfectly on Umbraco v6.

    Thanks for fixing this so quickly!

  • PierreD Savard 183 posts 290 karma points
    Feb 01, 2013 @ 20:53
    PierreD Savard
    0

    Great! I will try that!

    Thanks

  • jacekm 6 posts 71 karma points c-trib
    Feb 11, 2013 @ 14:54
    jacekm
    0

    uCommerce-3.0.4.13032.zip installs just fine but uCommerce-XSLT-Store-1.2.1.0-for-uCommerce-3.zip gives me an error during install:

    Server Error in '/' Application.


    Could not find a part of the path 'C:\Users\Public\Documents\PROJEKTY\Umbraco\60\umbracoAutokar\App_Data\90cfe600-a67a-4998-bf9f-dba94e0e67d8\package.xml'.

    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.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Public\Documents\PROJEKTY\Umbraco\60\umbracoAutokar\App_Data\90cfe600-a67a-4998-bf9f-dba94e0e67d8\package.xml'.

    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: 

    [DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Public\Documents\PROJEKTY\Umbraco\60\umbracoAutokar\App_Data\90cfe600-a67a-4998-bf9f-dba94e0e67d8\package.xml'.]
       System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +338
       System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +1430
       System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) +208
       System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) +90
       System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) +266
       System.Xml.XmlTextReaderImpl.FinishInitUriString() +248
       System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext) +90
       System.Xml.Linq.XDocument.Load(String uri, LoadOptions options) +128
       uCommerce_Store.install.Install.Page_Load(Object sender, EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +71
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Control.LoadRecursive() +190
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3178
    



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

     

  • jacekm 6 posts 71 karma points c-trib
    Feb 11, 2013 @ 18:54
    jacekm
    0

    Ok, I've just used uCommerce_Demo_Store_-_Razor_1.0.1.13032.zip and everything works fine.

    @ Søren Spelling Lund :
    Could you provide files from Free Edition (http://www.ucommerce.dk/en/products/free-edition.aspx) working with Umbraco 6?

    Thanks in advance.

  • PierreD Savard 183 posts 290 karma points
    Feb 12, 2013 @ 22:30
    PierreD Savard
    0

    thank, i try the www.ucommerce.dk/releases/uCommerce-3.0.4.13032.zip and the installation proceed like a charm.

    Question, it is the free edition setup? I need the free version for a small client site. I am not verry familiar with uCommerce and i don't know if we can just add the free license on my IIS server?

    Thanks

  • Morgan K. 16 posts 57 karma points
    Feb 13, 2013 @ 22:09
    Morgan K.
    0

    I also set up in umbraco v6, using uCommerce-3.0.4.13032 and uCommerce_Demo_Store_-_Razor_1.0.1.13032.  No errors in the back-end, but there are the following errors on the front-end:

    Error loading MacroEngine script (file: uCommerce/HomepageCatalog.cshtml)

    Error loading MacroEngine script (file: uCommerce/LeftNavigation.cshtml)

    Error loading MacroEngine script (file: uCommerce/MiniBasket.cshtml)

     

     

     

     

     

     

  • Morgan K. 16 posts 57 karma points
    Feb 14, 2013 @ 00:46
    Morgan K.
    0

    The error loading messages are because my Commerce section of the back-end has nothing in it.  Is this an issue with uCommerce_Demo_Store_-_Razor_1.0.1.13032 or user error?

  • Morgan K. 16 posts 57 karma points
    Feb 14, 2013 @ 17:34
    Morgan K.
    0

    user error: I didn't have the sql database set up..

Please Sign in or register to post replies

Write your reply to:

Draft