log.txt says can't find a part of the path
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    6

    Default log.txt says can't find a part of the path

    Hello,

    I'm using a postgres database on my Windows Home Server 2011.
    My Windows 7 laptop connects fine to the database, but my Windows 8.1 Pro won't connect after a reboot.
    In explorer the network path is connected.

    Part of my log file from Windows 8.1 Pro:
    Code:
    03:09:03.719 [Main:1 - PostgresqlDatabaseManager.TestConnection] [General] Success
    03:09:03.894 [Main:1 - ConfigurationService.GetRegistryValue] [General] DefaultDatabaseParentFolder=Z:\Poker\Software\Database
    03:09:03.899 [Main:1 - App.OnStartup] [General] Got ModuleTypeLoadingException that is not FileNotFoundException.  Rethrowing.
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority] Failed to load type for module PokerModule. Error was: An exception occurred while initializing module 'PokerModule'. 
        - The exception message was: Kan een gedeelte van het pad Z:\Poker\Software\Database niet vinden.
        - The Assembly that the module was trying to be loaded from was:HoldemManager.Modules.Services.Poker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
        Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. 
      .
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority]    bij Microsoft.Practices.Composite.Modularity.ModuleManager.HandleModuleTypeLoadingError(ModuleInfo moduleInfo, Exception exception)
       bij Microsoft.Practices.Composite.Modularity.FileModuleTypeLoader.LoadModuleType(ModuleInfo moduleInfo)
       bij Microsoft.Practices.Composite.Modularity.ModuleManager.LoadModuleTypes(IEnumerable`1 moduleInfos)
       bij Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.InitializeModules()
       bij HoldemManager.Bootstrapper.InitializeModules()
       bij Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
       bij HoldemManager.App.OnStartup(StartupEventArgs e)
       bij System.Windows.Application.<.ctor>b__1(Object unused)
       bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       bij MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority] InnerException:
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority] An exception occurred while initializing module 'PokerModule'. 
        - The exception message was: Kan een gedeelte van het pad Z:\Poker\Software\Database niet vinden.
        - The Assembly that the module was trying to be loaded from was:HoldemManager.Modules.Services.Poker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
        Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. 
      
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority]    bij Microsoft.Practices.Composite.Modularity.ModuleInitializer.HandleModuleInitializationError(ModuleInfo moduleInfo, String assemblyName, Exception exception)
       bij Microsoft.Practices.Composite.Modularity.ModuleInitializer.Initialize(ModuleInfo moduleInfo)
       bij Microsoft.Practices.Composite.Modularity.ModuleManager.InitializeModule(ModuleInfo moduleInfo)
       bij Microsoft.Practices.Composite.Modularity.ModuleManager.LoadModulesThatAreReadyForLoad()
       bij Microsoft.Practices.Composite.Modularity.FileModuleTypeLoader.LoadModuleType(ModuleInfo moduleInfo)
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority] InnerException:
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority] Kan een gedeelte van het pad Z:\Poker\Software\Database niet vinden.
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority]    bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       bij System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
       bij System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
       bij HoldemManager.Modules.Services.Configuration.ConfigurationService.get_DefaultDatabaseParentFolder()
       bij HoldemManager.Modules.Services.Poker.PostgresqlDatabaseManager.GetDatabaseFolder(String databaseName)
       bij HoldemManager.Modules.Services.Poker.PostgresqlDatabaseManager.IsValidHM2Database(String server, String port, String user, String password, String databaseName)
       bij HoldemManager.Modules.Services.Poker.Database.DatabaseValidator.ValidPostgreSQLDatabaseFound(String server, String port, String user, String password, String databaseName)
       bij HoldemManager.Modules.Services.Poker.Database.DatabaseValidator.ValidDatabaseFound()
       bij HoldemManager.Modules.Services.Poker.Database.DatabaseValidator.Validate()
       bij HoldemManager.Modules.Services.Poker.PokerManager.ValidateDatabase()
       bij HoldemManager.Modules.Services.Poker.PokerModule.Initialize()
       bij Microsoft.Practices.Composite.Modularity.ModuleInitializer.Initialize(ModuleInfo moduleInfo)
    03:09:03.909 [Main:1 - App.App_DispatcherUnhandledException] [HighPriority] Hold'em Manager encountered an unrecoverable error:
    Details copied to clipboard
    Failed to load type for module PokerModule. Error was: An exception occurred while initializing module 'PokerModule'. 
        - The exception message was: Kan een gedeelte van het pad Z:\Poker\Software\Database niet vinden.
        - The Assembly that the module was trying to be loaded from was:HoldemManager.Modules.Services.Poker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
        Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. 
      .
    Stack Trace   bij Microsoft.Practices.Composite.Modularity.ModuleManager.HandleModuleTypeLoadingError(ModuleInfo moduleInfo, Exception exception)
       bij Microsoft.Practices.Composite.Modularity.FileModuleTypeLoader.LoadModuleType(ModuleInfo moduleInfo)
       bij Microsoft.Practices.Composite.Modularity.ModuleManager.LoadModuleTypes(IEnumerable`1 moduleInfos)
       bij Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.InitializeModules()
       bij HoldemManager.Bootstrapper.InitializeModules()
       bij Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
       bij HoldemManager.App.OnStartup(StartupEventArgs e)
       bij System.Windows.Application.<.ctor>b__1(Object unused)
       bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       bij MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
    Part of logfile Windows 7:
    Code:
    02:53:18.005 [Main:1 - PostgresqlDatabaseManager.TestConnection] [General] Success
    02:53:18.390 [Main:1 - ConfigurationService.GetRegistryValue] [General] DefaultDatabaseParentFolder=\\SERVER\Documenten\Poker\Software\Database
    The DefaultDatabaseParentFolder isn't the same, but I don't know why. On postgres database table settings I use Z:\Poker\Software\Database

    When I start using this on the W7 machine it won't load hands.

    Things I've done:
    http://faq.holdemmanager.com/questio...ver+a+Network+
    Last edited by Gait; 02-07-2014 at 03:34 AM.

  2. #2
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    The database parent folder location needs to be z:\parent location\database\name, instead of \\server...

    Also when you restart the computer, Open the location of the networked database parent folder location in My computer or Windows Explorer.
    Regards udbrky (Chris)

  3. #3
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    Please see this post:

    http://forums.holdemmanager.com/1056...ml#post2156282

    The post is in English.
    Regards udbrky (Chris)

Similar Threads

  1. some stats - part 3
    By boozecruise in forum General Support
    Replies: 1
    Last Post: 06-13-2013, 04:48 PM
  2. last 3 hands part of HUD bug
    By Keith_MM in forum Bug Reports
    Replies: 2
    Last Post: 01-22-2012, 05:44 PM
  3. HEM cant find install path
    By poporella in forum Manager General
    Replies: 3
    Last Post: 08-31-2011, 06:18 PM
  4. Newb Needs Help Part II
    By tnhooper45 in forum Manager General
    Replies: 1
    Last Post: 05-06-2010, 05:17 PM
  5. Can u guys add a part to the HUD?
    By crystalszero in forum Manager General
    Replies: 1
    Last Post: 02-19-2010, 01:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •