TV-Server startet nicht (1 Viewer)

tomjons

Portal Member
October 6, 2010
18
1
Home Country
Germany Germany
2010-10-23 13:15:26.685056 [TVService(5)]: Controller: DeInit.
2010-10-23 13:15:29.685228 [TVService(5)]: Controller: 5 init attempt
2010-10-23 13:15:29.686228 [TVService(5)]: C:\ProgramData\Team MediaPortal\MediaPortal TV Server\gentle.config
2010-10-23 13:15:29.687228 [TVService(5)]: Controller: using MySQL database connection: Server=HTPC;Database=MpTvDb;User ID=root;Password
2010-10-23 13:15:29.687228 [TVService(5)]: ----------------------------
2010-10-23 13:15:29.690228 [TVService(5)]: TvControllerException: Error: DeveloperErrorUnclassified
Gentle.Common.GentleException: The columns idSetting, tag, value in table Setting do not exist.
bei Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
bei Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)
bei Gentle.Common.Check.Fail(Error error, Object[] args)
bei Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)
bei Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
bei Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
bei TvDatabase.TvBusinessLayer.GetSetting(String tagName, String defaultValue)
bei TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)
bei TvService.TVController.InitController()
bei Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
bei Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)
bei Gentle.Common.Check.Fail(Error error, Object[] args)
bei Gentle.Framework.GentleAnalyzer.UpdateObjectMap(ObjectMap map)
bei Gentle.Framework.ObjectFactory.ConstructMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.ObjectFactory.GetMap(PersistenceBroker broker, Type type)
bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)
bei Gentle.Framework.SqlBuilder..ctor(StatementType stmtType, Type type)
bei TvDatabase.TvBusinessLayer.GetSetting(String tagName, String defaultValue)
bei TvLibrary.Implementations.TvCardCollection..ctor(IEpgEvents epgEvents)
bei TvService.TVController.InitController()
2010-10-23 13:15:29.690228 [TVService(5)]: Controller: Failed to initialize TVServer
2010-10-23 13:15:29.693228 [TVService(5)]: TV Service: Load plugins
2010-10-23 13:15:29.699228 [TVService(5)]: PluginManager: Loaded ComSkipLauncher version:1.0.2.0 author:and-81
2010-10-23 13:15:29.718229 [TVService(5)]: PluginManager: TvEngine.ConflictsManager is incompatible with the current tvserver version and won't be loaded!
2010-10-23 13:15:29.722230 [TVService(5)]: PluginManager: Loaded iPiMPTranscodeToMP4 version:4.2.0 author:Cheezey
2010-10-23 13:15:29.727230 [TVService(5)]: PluginManager: Loaded Power Scheduler version:0.1.0.0 author:micheloe
2010-10-23 13:15:29.745231 [TVService(5)]: PluginManager: Loaded ServerBlaster version:1.1.1.0 author:joboehl with ralphy mods
2010-10-23 13:15:29.747231 [TVService(5)]: PluginManager: Loaded TV Movie EPG import version:1.0.3.0 author:rtv
2010-10-23 13:15:29.755232 [TVService(5)]: PluginManager: Loaded WebEPG version:1.0.0.0 author:Arion_p - James
2010-10-23 13:15:29.758232 [TVService(5)]: PluginManager: Loaded XmlTv version:1.0.0.0 author:Frodo
2010-10-23 13:15:29.759232 [TVService(5)]: TV Service: Plugins loaded
2010-10-23 13:27:16.255641 [SetupTv(1)]: ---- Unable to restart tv service----
 

tomjons

Portal Member
October 6, 2010
18
1
Home Country
Germany Germany
Verbindung klappt.

Jedoch kann ich keinen der angezeigten Kataloge öffnen.

"Could not fetch schema table status"

Habe zuvor eine Ramdisk angelegt

und die MediaPortalDirs.xml -Pfade angepasst

nach folgender Anleitung https://forum.team-mediaportal.com/tipps-tricks-tutorials-176/erfahrungen-mit-ramdisk-und-mediaportal-71264/index8.html

Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- 
   This file stores information about the various Directories used in MediaPortal.
   You may change only the information between the <Path> and </Path> elements.
   
   ATTENTION: Never change anything in the <Dir> element as this may cause MediaPortal to fail.
   If you don't know what that means at all, leave the default settings. 

   Don't change this file itself.
   copy it to "MyDocuments\Team Mediaportal" and modify it there.
   If you made an error, the original copy in the MediaPortal Installation Path is used.

   Valid Values for the <Path> element are:
   <Path></Path>
   =============
   This indicates that only the MediaPortal Install Path will be used.
   result is: C:\Program Files\Team Mediaportal

   <Path>Log\</Path>
   =================
   This indicates that the given Path information should be prefixed with the MediaPortal Install Path.
   result is: C:\Program Files\Team Mediaportal\log\

   <Path>C:\Temp\log\</Path>
   =========================
   This indicates that the given Path is an absolute Path and should be used as is.
   result is: C:\Temp\log\
   
   <Path>%ProgramData%\Team MediaPortal\MediaPortal\Log\</Path>
   ============================================================
   This indicates that the CommonApplicationData should be substited.
   result is on Vista / Windows 7: C:\ProgramData\Team MediaPortal\MediaPortal\log\
   and on XP: c:\documents and settings\all users\Application Data\Team MediaPortal\MediaPortal\log\
-->
<Config>
  <!-- The Path were all the Config files are located (mediaportal.xml, etc.) -->
  <Dir id = "Config">
    <Path>%ProgramData%\Team MediaPortal\MediaPortal\</Path>
  </Dir>
  <!-- The Path were all the Plugins are located. Don't modify -->
  <Dir id = "Plugins">
    <Path>Plugins\</Path>
  </Dir>
  <!-- The Path were the log files should be written to -->
  <Dir id = "Log">
    <Path>%ProgramData%\Team MediaPortal\MediaPortal\Log\</Path>
  </Dir>
      <!-- The Path were the Custom Inputdevice Mappings are located. -->
  <Dir id = "CustomInputDevice">
    <Path>%ProgramData%\Team MediaPortal\MediaPortal\InputDeviceMappings\</Path>
  </Dir>
  <!-- The Path were the Default Inputdevice Mappings are located. -->
  <Dir id = "CustomInputDefault">
    <Path>InputDeviceMappings\defaults\</Path>
  </Dir>
  <!-- The Path were the skins are located -->
  <Dir id = "Skin">
    <Path>C:\MediaPortal\Skin\</Path>
  </Dir>
    <!-- The Path were the Language files are located -->
  <Dir id = "Language">
    <Path>%ProgramData%\Team MediaPortal\MediaPortal\Language\</Path>
  </Dir>
  <!-- The Path for the databases -->
  <Dir id = "Database">
    <Path>C:\MediaPortal\Database\</Path>
  </Dir>
  <!-- The Path for the Thumbs, like Music Cover Art, TV Logos, etc. -->
  <Dir id = "Thumbs">
    <Path>C:\MediaPortal\Thumbs\</Path>
  </Dir>
  <!-- The Path were all the Weather related files are located. -->
  <Dir id = "Weather">
    <Path>Weather\</Path>
  </Dir>
  <!-- A Path holding cached information. Like Picture thumbs, modified skin files (packedgfx), etc. Files in there can be removed by the user -->
  <Dir id = "Cache">
    <Path>C:\MediaPortal\Cache\</Path>
  </Dir>
  <!-- The path to CYGWIN files needed for the burner plugin -->
  <Dir id = "BurnerSupport">
    <Path>Burner\</Path>
  </Dir>
</Config>
 

Users who are viewing this thread

Top Bottom