"TV Service not started" warum ? (1 Viewer)

shadow2004

Portal Member
March 5, 2008
8
0
Hallo,
ich habe da ein Problem. ICh habe Mediaportal 1 RC2 installiert. Alles auf einem Win XP Rechner (TV server + client).
Nun habe ich mich, als ich die TV server konfiguration aufgerufen habe, bei der datenbamk eingeloggt (MYsql 2005). hat soweit auch alles funtioniert. nun werde ich gefragt ob der TV service gestartet werden soll. da sage ich JA . dann kommt aber eine fehlermeldung. " TV Service not started" und ich komme nicht in die tv server konfiguration.

wieso kommt der fehler / wie kann ich ihn beheben ?


danke

shadow2004
 

diskeeper

Portal Pro
January 5, 2007
6,109
421
Dortmund
Home Country
Germany Germany
tvserver-logs ?
stehen in C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal TV Server\log
 

shadow2004

Portal Member
March 5, 2008
8
0
in der error.log steht

2008-08-13 17:50:26.140625 [TVService]: Exception :confused:ystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()
Exception :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
site :Void DetectCards()
source :TVLibrary
stacktrace: bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()

2008-08-13 17:50:29.187500 [TVService]: Exception :confused:ystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()
Exception :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
site :Void DetectCards()
source :TVLibrary
stacktrace: bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()

2008-08-13 17:50:32.203125 [TVService]: Exception :confused:ystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()
Exception :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
site :Void DetectCards()
source :TVLibrary
stacktrace: bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()

2008-08-13 17:50:35.218750 [TVService]: Exception :confused:ystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()
Exception :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
site :Void DetectCards()
source :TVLibrary
stacktrace: bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()

2008-08-13 17:50:38.234375 [TVService]: Exception :confused:ystem.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()
Exception :Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
site :Void DetectCards()
source :TVLibrary
stacktrace: bei TvLibrary.Implementations.TvCardCollection.DetectCards()
bei TvLibrary.Implementations.TvCardCollection..ctor()
bei TvService.TVController.InitController()




in der tv.log steht




2008-08-13 17:49:57.828125 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 17:49:57.875000 [SetupTv]: ---- check connection with database ----
2008-08-13 17:50:00.296875 [SetupTv]: ---- ask user for connection details ----
2008-08-13 17:50:05.593750 [SetupTv]: SetupDatabaseForm: Added dependency for TvService - SQLBrowser
2008-08-13 17:50:09.281250 [SetupTv]: ---- SetupDatabaseForm: server = mediacenter, local = True
2008-08-13 17:50:09.953125 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 17:50:09.968750 [SetupTv]: ---- check connection with database ----
2008-08-13 17:50:10.218750 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 17:50:10.359375 [SetupTv]: ---- create database ----
2008-08-13 17:50:10.421875 [SetupTv]: Exec SQL: use master IF EXISTS (SELECT name FROM sysdatabases WHERE name = N'MpTvDbRC2') BEGIN ALTER DATABASE MpTvDbRC2 set read_only with rollback immediate ALTER DATABASE MpTvDbRC2 set read_write with rollback immediate DROP DATABASE MpTvDbRC2 END
2008-08-13 17:50:10.968750 [SetupTv]: Exec SQL: CREATE DATABASE MpTvDbRC2
2008-08-13 17:50:12.203125 [SetupTv]: Exec SQL: use MpTvDbRC2
2008-08-13 17:50:12.203125 [SetupTv]: Exec SQL: CREATE TABLE ChannelGroup( idGroup int IDENTITY(1,1) NOT NULL, groupName varchar(200) NOT NULL, sortOrder int NOT NULL, CONSTRAINT PK_ChannelGroup PRIMARY KEY CLUSTERED ( idGroup ASC ) )
2008-08-13 17:50:12.234375 [SetupTv]: Exec SQL: CREATE NONCLUSTERED INDEX IDX_SortOrder ON ChannelGroup ( sortOrder ASC ) INCLUDE ( idGroup, groupName )
2008-08-13 17:50:12.234375 [SetupTv]: Exec SQL: CREATE TABLE Setting( idSetting int IDENTITY(1,1) NOT NULL, tag varchar(200) NOT NULL, value varchar(4096) NOT NULL, CONSTRAINT PK_Setting PRIMARY KEY CLUSTERED ( idSetting ASC ) )
2008-08-13 17:50:12.234375 [SetupTv]: Exec SQL: CREATE TABLE TvMovieMapping( idMapping int IDENTITY(1,1) NOT NULL, idChannel int NOT NULL, stationName varchar(200) NOT NULL, timeSharingStart varchar(200) NOT NULL, timeSharingEnd varchar(200) NOT NULL, CONSTRAINT PK_TvMovieMapping PRIMARY KEY CLUSTERED ( idMapping ASC ) )
2008-08-13 17:50:12.234375 [SetupTv]: Exec SQL: CREATE TABLE Satellite( idSatellite int IDENTITY(1,1) NOT NULL, satelliteName varchar(200) NOT NULL, transponderFileName varchar(200) NOT NULL, CONSTRAINT PK_Satellite PRIMARY KEY CLUSTERED ( idSatellite ASC ) )
2008-08-13 17:50:12.234375 [SetupTv]: Exec SQL: CREATE TABLE ChannelLinkageMap( idMapping int IDENTITY(1,1) NOT NULL, idPortalChannel int NOT NULL, idLinkedChannel int NOT NULL, CONSTRAINT PK_ChannelLinkageMap PRIMARY KEY CLUSTERED ( idMapping ASC ) )
2008-08-13 17:50:12.234375 [SetupTv]: Exec SQL: CREATE TABLE Keyword( idKeyword int IDENTITY(1,1) NOT NULL, keywordName varchar(200) NOT NULL, rating int NOT NULL, autoRecord bit NOT NULL, searchIn int NOT NULL, CONSTRAINT PK_Keyword PRIMARY KEY CLUSTERED ( idKeyword ASC ) )
2008-08-13 17:50:12.250000 [SetupTv]: Exec SQL: CREATE TABLE Timespan( idTimespan int IDENTITY(1,1) NOT NULL, idKeyword int NOT NULL, startTime datetime NOT NULL, endTime datetime NOT NULL, dayOfWeek int NOT NULL, CONSTRAINT PK_Timespan PRIMARY KEY CLUSTERED ( idTimespan ASC ) )
2008-08-13 17:50:12.250000 [SetupTv]: Exec SQL: CREATE TABLE CardGroup( idCardGroup int IDENTITY(1,1) NOT NULL, name varchar(255) NOT NULL, CONSTRAINT PK_CardGroup PRIMARY KEY CLUSTERED ( idCardGroup ASC ) )
2008-08-13 17:50:12.250000 [SetupTv]: Exec SQL: CREATE TABLE RadioChannelGroup( idGroup int IDENTITY(1,1) NOT NULL, groupName varchar(200) NOT NULL, sortOrder int NOT NULL, CONSTRAINT PK_RadioChannelGroup PRIMARY KEY CLUSTERED ( idGroup ASC ) )
2008-08-13 17:50:12.265625 [SetupTv]: Exec SQL: CREATE NONCLUSTERED INDEX IDX_SortOrder ON RadioChannelGroup ( sortOrder ASC ) INCLUDE ( idGroup, groupName )
2008-08-13 17:50:12.265625 [SetupTv]: Exec SQL: CREATE TABLE Version( idVersion int IDENTITY(1,1) NOT NULL, versionNumber int NOT NULL, CONSTRAINT PK_Versi PRIMARY KEY CLUSTERED ( idVersion ASC ) )
2008-08-13 17:50:12.265625 [SetupTv]: Exec SQL: INSERT INTO Version (versionNumber) VALUES (38)
2008-08-13 17:50:12.265625 [SetupTv]: Exec SQL: CREATE TABLE Server( idServer int IDENTITY(1,1) NOT NULL, isMaster bit NOT NULL, hostName varchar(256) NOT NULL, CONSTRAINT PK_Server PRIMARY KEY CLUSTERED ( idServer ASC ) )
2008-08-13 17:50:12.265625 [SetupTv]: Exec SQL: CREATE TABLE Channel( idChannel int IDENTITY(1,1) NOT NULL, name varchar(200) NOT NULL, isRadio bit NOT NULL, isTv bit NOT NULL, timesWatched int NOT NULL, totalTimeWatched datetime NOT NULL, grabEpg bit NOT NULL, lastGrabTime datetime NOT NULL, sortOrder int NOT NULL, visibleInGuide bit NOT NULL, externalId varchar(200) NOT NULL, freetoair bit NOT NULL, displayName varchar(200) NOT NULL, epgHasGaps bit NOT NULL, CONSTRAINT PK_Channels PRIMARY KEY CLUSTERED ( idChannel ASC ) )
2008-08-13 17:50:12.265625 [SetupTv]: Exec SQL: UPDATE Channel SET epgHasGaps=0
2008-08-13 17:50:12.281250 [SetupTv]: Exec SQL: CREATE NONCLUSTERED INDEX IX_Channel_IsTV ON Channel ( isTv ASC, sortOrder ASC ) INCLUDE ( idChannel, name, isRadio, timesWatched, totalTimeWatched, grabEpg, lastGrabTime, visibleInGuide )
2008-08-13 17:50:12.281250 [SetupTv]: Exec SQL: CREATE TABLE KeywordMap( idKeywordMap int IDENTITY(1,1) NOT NULL, idKeyword int NOT NULL, idChannelGroup int NOT NULL, CONSTRAINT PK_KeywordMap PRIMARY KEY CLUSTERED ( idKeywordMap ASC ) )
2008-08-13 17:50:12.281250 [SetupTv]: Exec SQL: CREATE TABLE GroupMap( idMap int IDENTITY(1,1) NOT NULL, idGroup int NOT NULL, idChannel int NOT NULL, SortOrder int NOT NULL, CONSTRAINT PK_GroupMap PRIMARY KEY CLUSTERED ( idMap ASC ) )
2008-08-13 17:50:12.281250 [SetupTv]: Exec SQL: CREATE TABLE DisEqcMotor( idDiSEqCMotor int IDENTITY(1,1) NOT NULL, idCard int NOT NULL, idSatellite int NOT NULL, position int NOT NULL, CONSTRAINT PK_DisEqcMotor PRIMARY KEY CLUSTERED ( idDiSEqCMotor ASC ) )
2008-08-13 17:50:12.281250 [SetupTv]: Exec SQL: CREATE TABLE ChannelMap( idChannelMap int IDENTITY(1,1) NOT NULL, idChannel int NOT NULL, idCard int NOT NULL, epgOnly bit NOT NULL, CONSTRAINT PK_ChannelMap PRIMARY KEY CLUSTERED ( idChannelMap ASC ) )
2008-08-13 17:50:12.296875 [SetupTv]: Exec SQL: UPDATE ChannelMap SET epgOnly=0
2008-08-13 17:50:12.296875 [SetupTv]: Exec SQL: CREATE TABLE CardGroupMap( idMapping int IDENTITY(1,1) NOT NULL, idCard int NOT NULL, idCardGroup int NOT NULL, CONSTRAINT PK_CardGroupMap PRIMARY KEY CLUSTERED ( idMapping ASC ) )
2008-08-13 17:50:12.296875 [SetupTv]: Exec SQL: CREATE TABLE PersonalTVGuideMap( idPersonalTVGuideMap int IDENTITY(1,1) NOT NULL, idKeyword int NOT NULL, idProgram int NOT NULL, CONSTRAINT PK_PersonalTVGuideMap PRIMARY KEY CLUSTERED ( idPersonalTVGuideMap ASC ) )
2008-08-13 17:50:12.296875 [SetupTv]: Exec SQL: CREATE TABLE Favorite( idFavorite int IDENTITY(1,1) NOT NULL, idProgram int NOT NULL, priority int NOT NULL, timesWatched int NOT NULL, CONSTRAINT PK_Favorites PRIMARY KEY CLUSTERED ( idFavorite ASC ) )
2008-08-13 17:50:12.312500 [SetupTv]: Exec SQL: CREATE TABLE CanceledSchedule( idCanceledSchedule int IDENTITY(1,1) NOT NULL, idSchedule int NOT NULL, cancelDateTime datetime NOT NULL, CONSTRAINT PK_CanceledSchedule PRIMARY KEY CLUSTERED ( idCanceledSchedule ASC ) )
2008-08-13 17:50:12.312500 [SetupTv]: Exec SQL: CREATE TABLE Conflict( idConflict int IDENTITY(1,1) NOT NULL, idSchedule int NOT NULL, idConflictingSchedule int NOT NULL, idChannel int NOT NULL, conflictDate datetime NOT NULL, idCard int NULL, CONSTRAINT PK_Conflict PRIMARY KEY CLUSTERED ( idConflict ASC ) )
2008-08-13 17:50:12.312500 [SetupTv]: Exec SQL: CREATE TABLE RadioGroupMap( idMap int IDENTITY(1,1) NOT NULL, idGroup int NOT NULL, idChannel int NOT NULL, SortOrder int NOT NULL, CONSTRAINT PK_RadioGroupMap PRIMARY KEY CLUSTERED ( idMap ASC ) )
2008-08-13 17:50:12.312500 [SetupTv]: Exec SQL: CREATE TABLE Card( idCard int IDENTITY(1,1) NOT NULL, devicePath varchar(2000) NOT NULL, name varchar(200) NOT NULL, priority int NOT NULL, grabEPG bit NOT NULL, lastEpgGrab datetime NOT NULL, recordingFolder varchar(256) NOT NULL, idServer int NOT NULL, enabled bit NOT NULL, camType int NOT NULL, timeshiftingFolder varchar(256) NOT NULL, recordingFormat int NOT NULL, decryptLimit int NOT NULL, CONSTRAINT PK_Cards PRIMARY KEY CLUSTERED ( idCard ASC ) )
2008-08-13 17:50:12.312500 [SetupTv]: Exec SQL: CREATE TABLE Recording( idRecording int IDENTITY(1,1) NOT NULL, idChannel int NOT NULL, startTime datetime NOT NULL, endTime datetime NOT NULL, title varchar(2000) NOT NULL, description varchar(8000) NOT NULL, genre varchar(200) NOT NULL, fileName varchar(1024) NOT NULL, keepUntil int NOT NULL, keepUntilDate datetime NOT NULL, timesWatched int NOT NULL, idServer int NOT NULL, stopTime int NOT NULL, CONSTRAINT PK_Recordings PRIMARY KEY CLUSTERED ( idRecording ASC ) )
2008-08-13 17:50:12.312500 [SetupTv]: Exec SQL: CREATE TABLE Program( idProgram int IDENTITY(1,1) NOT NULL, idChannel int NOT NULL, startTime datetime NOT NULL, endTime datetime NOT NULL, title varchar(2000) NOT NULL, description varchar(8000) NOT NULL, seriesNum varchar(200) NOT NULL, episodeNum varchar(200) NOT NULL, genre varchar(200) NOT NULL, originalAirDate datetime NOT NULL, classification varchar(200) NOT NULL, starRating int NOT NULL, notify bit NOT NULL, parentalRating int NOT NULL, CONSTRAINT PK_Programs PRIMARY KEY CLUSTERED ( idProgram ASC ) )
2008-08-13 17:50:12.312500 [SetupTv]: Exec SQL: CREATE UNIQUE INDEX IX_Program_EPG_Lookup ON Program ( idChannel ASC, startTime ASC, endTime ASC ) INCLUDE ( title, description, seriesNum, episodeNum, genre, originalAirDate, classification, starRating, notify, parentalRating )
2008-08-13 17:50:12.328125 [SetupTv]: Exec SQL: CREATE TABLE Schedule( id_Schedule int IDENTITY(1,1) NOT NULL, idChannel int NOT NULL, scheduleType int NOT NULL, programName varchar(256) NOT NULL, startTime datetime NOT NULL, endTime datetime NOT NULL, maxAirings int NOT NULL, priority int NOT NULL, directory varchar(1024) NOT NULL, quality int NOT NULL, keepMethod int NOT NULL, keepDate datetime NOT NULL, preRecordInterval int NOT NULL, postRecordInterval int NOT NULL, canceled datetime NOT NULL, recommendedCard int NOT NULL, CONSTRAINT PK_Schedule PRIMARY KEY CLUSTERED ( id_Schedule ASC ) )
2008-08-13 17:50:12.328125 [SetupTv]: Exec SQL: CREATE TABLE TuningDetail( idTuning int IDENTITY(1,1) NOT NULL, idChannel int NOT NULL, name varchar(200) NOT NULL, provider varchar(200) NOT NULL, channelType int NOT NULL, channelNumber int NOT NULL, frequency int NOT NULL, countryId int NOT NULL, isRadio bit NOT NULL, isTv bit NOT NULL, networkId int NOT NULL, transportId int NOT NULL, serviceId int NOT NULL, pmtPid int NOT NULL, freeToAir bit NOT NULL, modulation int NOT NULL, polarisation int NOT NULL, symbolrate int NOT NULL, diseqc int NOT NULL, switchingFrequency int NOT NULL, bandwidth int NOT NULL, majorChannel int NOT NULL, minorChannel int NOT NULL, pcrPid int NOT NULL, videoSource int NOT NULL, tuningSource int NOT NULL, videoPid int NOT NULL, audioPid int NOT NULL, band int NOT NULL, satIndex int NOT NULL, innerFecRate int NOT NULL, pilot int NOT NULL, rollOff int NOT NULL, url varchar(200) NOT NULL, bitrate int NOT NULL, CONSTRAINT PK_TuningDetail PRIMARY KEY CLUSTERED ( idTuning ASC ) )
2008-08-13 17:50:12.328125 [SetupTv]: Exec SQL: CREATE NONCLUSTERED INDEX IX_TuningDetail_idChannel ON TuningDetail ( idChannel ASC ) INCLUDE ( idTuning, name, provider, channelType, channelNumber, frequency, countryId, isRadio, isTv, networkId, transportId, serviceId, pmtPid, freeToAir, modulation, polarisation, symbolrate, diseqc, switchingFrequency, bandwidth, majorChannel, minorChannel, pcrPid, videoSource, tuningSource )
2008-08-13 17:50:12.343750 [SetupTv]: Exec SQL: CREATE TABLE History( idHistory int IDENTITY(1,1) NOT NULL, idChannel int NOT NULL, startTime datetime NOT NULL, endTime datetime NOT NULL, title varchar(1000) NOT NULL, description varchar(1000) NOT NULL, genre varchar(1000) NOT NULL, recorded bit NOT NULL, watched int NOT NULL, CONSTRAINT PK_History PRIMARY KEY CLUSTERED ( idHistory ASC ) )
2008-08-13 17:50:12.359375 [SetupTv]: - Database created.
2008-08-13 17:50:12.437500 [SetupTv]: ---- upgrade database schema ----
2008-08-13 17:50:12.437500 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 17:50:15.656250 [SetupTv]: ---- tvservice is not running ----
2008-08-13 17:50:17.906250 [SetupTv]: ---- start tvservice----
2008-08-13 17:50:24.406250 [TVService]: TVService v0.9.2.19657 is starting up on Windows XP (Service Pack 3)
2008-08-13 17:50:24.421875 [PowerEventThread]: TV service PowerEventThread message loop is running
2008-08-13 17:50:24.421875 [TVService]: Controller: Initilizing TVServer
2008-08-13 17:50:24.421875 [TVService]: Controller: 1 init attempt
2008-08-13 17:50:25.375000 [TVService]: C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal TV Server\gentle.config
2008-08-13 17:50:25.390625 [TVService]: Controller: using SQLServer database connection: Password
2008-08-13 17:50:25.390625 [TVService]: ----------------------------
2008-08-13 17:50:25.390625 [TVService]: Detecting Cards
2008-08-13 17:50:26.140625 [TVService]: Controller: DeInit.
2008-08-13 17:50:29.171875 [TVService]: Controller: 2 init attempt
2008-08-13 17:50:29.171875 [TVService]: C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal TV Server\gentle.config
2008-08-13 17:50:29.171875 [TVService]: Controller: using SQLServer database connection: Password
2008-08-13 17:50:29.171875 [TVService]: ----------------------------
2008-08-13 17:50:29.171875 [TVService]: Detecting Cards
2008-08-13 17:50:29.187500 [TVService]: Controller: DeInit.
2008-08-13 17:50:32.187500 [TVService]: Controller: 3 init attempt
2008-08-13 17:50:32.187500 [TVService]: C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal TV Server\gentle.config
2008-08-13 17:50:32.187500 [TVService]: Controller: using SQLServer database connection: Password
2008-08-13 17:50:32.187500 [TVService]: ----------------------------
2008-08-13 17:50:32.187500 [TVService]: Detecting Cards
2008-08-13 17:50:32.203125 [TVService]: Controller: DeInit.
2008-08-13 17:50:34.359375 [SetupTv]: ---- restart tvservice----
2008-08-13 17:50:35.203125 [TVService]: Controller: 4 init attempt
2008-08-13 17:50:35.203125 [TVService]: C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal TV Server\gentle.config
2008-08-13 17:50:35.203125 [TVService]: Controller: using SQLServer database connection: Password
2008-08-13 17:50:35.203125 [TVService]: ----------------------------
2008-08-13 17:50:35.203125 [TVService]: Detecting Cards
2008-08-13 17:50:35.218750 [TVService]: Controller: DeInit.
2008-08-13 17:50:38.218750 [TVService]: Controller: 5 init attempt
2008-08-13 17:50:38.218750 [TVService]: C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Team MediaPortal\MediaPortal TV Server\gentle.config
2008-08-13 17:50:38.218750 [TVService]: Controller: using SQLServer database connection: Password
2008-08-13 17:50:38.218750 [TVService]: ----------------------------
2008-08-13 17:50:38.218750 [TVService]: Detecting Cards
2008-08-13 17:50:38.234375 [TVService]: Controller: Failed to initilize TVServer
2008-08-13 17:50:38.500000 [TVService]: TV service started
2008-08-13 17:55:16.843750 [PowerEventThread]: TV service PowerEventThread 537
2008-08-13 17:55:31.359375 [PowerEventThread]: TV service PowerEventThread 537
2008-08-13 17:55:31.390625 [PowerEventThread]: TV service PowerEventThread 537
2008-08-13 17:55:31.421875 [PowerEventThread]: TV service PowerEventThread 537
2008-08-13 17:55:31.453125 [PowerEventThread]: TV service PowerEventThread 537
2008-08-13 18:26:54.250000 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:26:54.250000 [SetupTv]: ---- check connection with database ----
2008-08-13 18:26:54.484375 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:26:54.515625 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:26:54.515625 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:26:54.546875 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:26:56.093750 [SetupTv]: ---- start tvservice----
2008-08-13 18:28:20.171875 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:20.171875 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:20.203125 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:20.203125 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:20.281250 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:20.281250 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:20.500000 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:20.500000 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:20.812500 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:20.828125 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:21.281250 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:21.281250 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:21.359375 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:21.359375 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:21.625000 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:21.625000 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:21.796875 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:22.421875 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:28:22.500000 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:28:22.546875 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:28:22.562500 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:28:22.625000 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:28:22.656250 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:28:22.656250 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:28:23.203125 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:28:23.234375 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:28:23.234375 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:28:23.265625 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:28:33.750000 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:28:33.750000 [SetupTv]: ---- check connection with database ----
2008-08-13 18:28:34.000000 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:28:34.000000 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:28:34.000000 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:28:34.015625 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:28:35.640625 [SetupTv]: ---- start tvservice----
2008-08-13 18:28:36.343750 [SetupTv]: ---- start tvservice----
2008-08-13 18:28:44.671875 [SetupTv]: ---- start tvservice----
2008-08-13 18:28:45.390625 [SetupTv]: ---- start tvservice----
2008-08-13 18:28:52.093750 [SetupTv]: ---- start tvservice----
2008-08-13 18:28:52.687500 [SetupTv]: ---- start tvservice----
2008-08-13 18:28:59.156250 [SetupTv]: ---- start tvservice----
2008-08-13 18:29:00.015625 [SetupTv]: ---- start tvservice----
2008-08-13 18:29:12.906250 [SetupTv]: ---- start tvservice----
2008-08-13 18:29:12.984375 [SetupTv]: ---- start tvservice----
2008-08-13 18:30:44.843750 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:30:44.843750 [SetupTv]: ---- check connection with database ----
2008-08-13 18:30:45.078125 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:30:45.093750 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:30:45.093750 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:30:45.109375 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:30:47.687500 [SetupTv]: ---- start tvservice----
2008-08-13 18:35:03.062500 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:35:03.062500 [SetupTv]: ---- check connection with database ----
2008-08-13 18:35:03.296875 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:35:03.312500 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:35:03.312500 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:35:03.328125 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:35:08.921875 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:35:08.921875 [SetupTv]: ---- check connection with database ----
2008-08-13 18:35:09.156250 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:35:09.171875 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:35:09.171875 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:35:09.171875 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:35:10.234375 [SetupTv]: ---- start tvservice----
2008-08-13 18:35:33.546875 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:35:33.546875 [SetupTv]: ---- check connection with database ----
2008-08-13 18:35:33.796875 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:35:33.796875 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:35:33.796875 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:35:33.812500 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:36:41.312500 [SetupTv]: ---- SetupTv v0.9.2.19657 is starting up on Windows XP (Service Pack 3) ----
2008-08-13 18:36:41.312500 [SetupTv]: ---- check connection with database ----
2008-08-13 18:36:41.546875 [SetupTv]: ---- check if database needs to be updated/created ----
2008-08-13 18:36:41.562500 [SetupTv]: ---- upgrade database schema ----
2008-08-13 18:36:41.562500 [SetupTv]: ---- check if tvservice is running ----
2008-08-13 18:36:41.578125 [SetupTv]: ---- tvservice is not running ----
2008-08-13 18:36:42.515625 [SetupTv]: ---- start tvservice----

ist das so ok ? könnt ihr damit was anfangen ? wäre gut wenn ihr den fehler seht
 

Users who are viewing this thread

Top Bottom