Skip to content
  • Kategorien
  • Aktuell
  • Tags
  • Beliebt
  • Benutzer
  • Gruppen
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
MediathekView Logo

MediathekView-Forum

  1. Übersicht
  2. Fragen, Hilfe, Kritik
  3. org.h2.jdbc.JdbcSQLException: ... Server Modus verwenden

org.h2.jdbc.JdbcSQLException: ... Server Modus verwenden

Geplant Angeheftet Gesperrt Verschoben Fragen, Hilfe, Kritik
36 Beiträge 8 Kommentatoren 4.7k Aufrufe
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • JochenJ Offline
    JochenJ Offline
    Jochen
    schrieb am zuletzt editiert von
    #10

    Hallo, erst einmal vielen Dank für das Formatieren! Ich habe nach einem Icon für CODE gesucht aber nicht gefunden.
    Heute morgen habe ich

    • alle java-Prozesse beendet
    • alle Dateien im Verzeichnis /root/.mediathek3/database/ gelöscht
    • die Datei /root/.mediathek3/mediathek.xml umbenannt
    • und anschließend:
    @11:16:18#/usr/share/MediathekView-13.1.0# ./MediathekView.sh -fastauto
    
    
    
    
    
    ___  ___         _ _       _   _          _    _   _ _
    |  \/  |        | (_)     | | | |        | |  | | | (_)
    | .  . | ___  __| |_  __ _| |_| |__   ___| | _| | | |_  _____      __
    | |\/| |/ _ \/ _` | |/ _` | __| '_ \ / _ \ |/ / | | | |/ _ \ \ /\ / /
    | |  | |  __/ (_| | | (_| | |_| | | |  __/   <\ \_/ / |  __/\ V  V /
    \_|  |_/\___|\__,_|_|\__,_|\__|_| |_|\___|_|\_\\___/|_|\___| \_/\_/
    
    
    . Proxy Authentication: not configured
    . java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    Exception in thread "DummyFXApp Thread" java.lang.UnsupportedOperationException: Unable to open DISPLAY
            at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:68)
            at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
            at com.sun.glass.ui.Application.run(Application.java:146)
            at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:257)
            at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:211)
            at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
            at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
            at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
            at java.lang.Thread.run(Thread.java:748)
    . Programmstart: 27.07.2018 11:17:43
    . maxMemory: 1603 MB
    . Version: MediathekView 13.1.0
    . Java:
    . Vendor: Oracle Corporation
    . VMname: OpenJDK 64-Bit Server VM
    . Version: 1.8.0_171
    . Runtimeversion: 1.8.0_171-8u171-b11-1~bpo8+1-b11
    . Programmpfad: /usr/share/MediathekView-13.1.0/
    . Verzeichnis Einstellungen: /root/.mediathek3
    .
    . ################################################################################
    .
    .
    . Das Programm muss erst mit der Gui-Version eingerichtet werden!
    
    

    Diese Ergebnis war zu erwarten! Also GUI gestartet und die Einstellungen vorgenommen. GUI beendet und den Erfolg per

    @11:18:37#~# ps aux | grep -iE "%CPU|java" | grep -v grep
    USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    t@11:18:43#~
    

    überprüft. und dann

    root@11:17:43#/usr/share/MediathekView-13.1.0# ./MediathekView.sh -fastauto
    
    
    
    
    
    ___  ___         _ _       _   _          _    _   _ _
    |  \/  |        | (_)     | | | |        | |  | | | (_)
    | .  . | ___  __| |_  __ _| |_| |__   ___| | _| | | |_  _____      __
    | |\/| |/ _ \/ _` | |/ _` | __| '_ \ / _ \ |/ / | | | |/ _ \ \ /\ / /
    | |  | |  __/ (_| | | (_| | |_| | | |  __/   <\ \_/ / |  __/\ V  V /
    \_|  |_/\___|\__,_|_|\__,_|\__|_| |_|\___|_|\_\\___/|_|\___| \_/\_/
    
    
    . Proxy Authentication: not configured
    . java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    Exception in thread "DummyFXApp Thread" java.lang.UnsupportedOperationException: Unable to open DISPLAY
            at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:68)
            at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
            at com.sun.glass.ui.Application.run(Application.java:146)
            at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:257)
            at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:211)
            at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
            at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
            at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
            at java.lang.Thread.run(Thread.java:748)
    . Programmstart: 27.07.2018 11:36:52
    . maxMemory: 1603 MB
    . Version: MediathekView 13.1.0
    . Java:
    . Vendor: Oracle Corporation
    . VMname: OpenJDK 64-Bit Server VM
    . Version: 1.8.0_171
    . Runtimeversion: 1.8.0_171-8u171-b11-1~bpo8+1-b11
    . Programmpfad: /usr/share/MediathekView-13.1.0/
    . Verzeichnis Einstellungen: /root/.mediathek3
    .
    . ################################################################################
    .
    .
    . Einstellungen laden: /root/.mediathek3/mediathek.xml
    .
    .  =======================================
    .  Systemparameter
    .  -----------------
    .  Download-Timeout [s]: 250
    .  max. Download-Restart: 5
    .  max. Download-Restart-Http: 10
    .  Download weiterführen in [s]: 60
    .  Download Fehlermeldung anzeigen [s]: 120
    .  Downoadprogress anzeigen: true
    .  User-Agent: MediathekView
    .  =======================================
    .
    . ========== ========== ========== ========== ==========
    . DURATION 0:  Konfig lesen  [188,00 ms]
    .    Klasse:  MediathekAuto.starten
    .    Konfig lesen Anzahl: 1   Dauer: 187,00 ms
    . ========== ========== ========== ========== ==========
    . Liste Filme lesen von: /root/.mediathek3/filme.json
    
    

    Wie man sieht, das Ergebnis ist unverändert, es erfolgen keine Downoads!
    Mit dem GUI dagegen klappt es gut:

    0_1532686880935_34b83380-0cbc-4956-8336-42425cdc78c6-grafik.png
    Der Prozess dazu sieht so aus:

    @12:01:55#~# ps aux | grep -iE "%CPU|java" | grep -v grep
    USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    root     10617  102 17.6 5749968 1243212 ?     Sl   12:00   1:33 java -jar ./MediathekView.jar
    @12:02:04#~# 
    

    Grüße aus der Heimatstadt Karl Jatho's (Flugpionier)
    Jochen


    Debian 11 / Mediathekview 13.8.0 / X2Go-Server 4.1.0.3
    Windows 10 professional / X2Go-Client 4.1.2.0 (QT 4.8.6)

    1 Antwort Letzte Antwort
    • D Offline
      D Offline
      DerReisende77 Entwickler
      schrieb am zuletzt editiert von
      #11
      Dieser Beitrag wurde gelöscht!
      1 Antwort Letzte Antwort
      • D Offline
        D Offline
        DerReisende77 Entwickler
        schrieb am zuletzt editiert von
        #12

        Kannst Du mir den .mediathek3-Ordner zukommen lassen? Ich kann den Fehler nicht nachverfolgen weil meine Konfigurationen funktionieren.

        JochenJ 1 Antwort Letzte Antwort
        • JochenJ Offline
          JochenJ Offline
          Jochen
          antwortete auf DerReisende77 am zuletzt editiert von
          #13

          @derreisende77
          Gerne, komprimiert sind das 103 kB, das geht offensichtlich über das Forum nicht

          Grüße aus der Heimatstadt Karl Jatho's (Flugpionier)
          Jochen


          Debian 11 / Mediathekview 13.8.0 / X2Go-Server 4.1.0.3
          Windows 10 professional / X2Go-Client 4.1.2.0 (QT 4.8.6)

          1 Antwort Letzte Antwort
          • D Offline
            D Offline
            DerReisende77 Entwickler
            schrieb am zuletzt editiert von
            #14

            Hab dir im Chat die Mail-Adresse geschrieben

            1 Antwort Letzte Antwort
            • JochenJ Offline
              JochenJ Offline
              Jochen
              schrieb am zuletzt editiert von
              #15

              Ich habe inzwischen auf die Version 3.1.1 aktualisiertr, das hat aber keine Veränderung gebracht:

              @18:40:08#~# ps -aux | grep -e java -e %CPU |grep -v grep
              USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
              @18:40:11#~# java -jar /usr/share/mediathekview/MediathekView.jar -auto
              
              
              ___  ___         _ _       _   _          _    _   _ _
              |  \/  |        | (_)     | | | |        | |  | | | (_)
              | .  . | ___  __| |_  __ _| |_| |__   ___| | _| | | |_  _____      __
              | |\/| |/ _ \/ _` | |/ _` | __| '_ \ / _ \ |/ / | | | |/ _ \ \ /\ / /
              | |  | |  __/ (_| | | (_| | |_| | | |  __/   <\ \_/ / |  __/\ V  V /
              \_|  |_/\___|\__,_|_|\__,_|\__|_| |_|\___|_|\_\\___/|_|\___| \_/\_/
              
              
              . Proxy Authentication: not configured
              . java.awt.HeadlessException:
              No X11 DISPLAY variable was set, but this program performed an operation which requires it.
              Exception in thread "DummyFXApp Thread" java.lang.UnsupportedOperationException: Unable to open DISPLAY
                      at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:68)
                      at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
                      at com.sun.glass.ui.Application.run(Application.java:146)
                      at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:257)
                      at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:211)
                      at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
                      at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
                      at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
                      at java.lang.Thread.run(Thread.java:748)
              . Programmstart: 06.08.2018 18:41:55
              . maxMemory: 1603 MB
              . Version: MediathekView 13.1.1
              . Java:
              . Vendor: Oracle Corporation
              . VMname: OpenJDK 64-Bit Server VM
              . Version: 1.8.0_171
              . Runtimeversion: 1.8.0_171-8u171-b11-1~bpo8+1-b11
              . Programmpfad: /usr/share/MediathekView-13.1.1/
              . Verzeichnis Einstellungen: /root/.mediathek3
              .
              . ################################################################################
              .
              .
              . Einstellungen laden: /root/.mediathek3/mediathek.xml
              .
              .  =======================================
              .  Systemparameter
              .  -----------------
              .  Download-Timeout [s]: 250
              .  max. Download-Restart: 5
              .  max. Download-Restart-Http: 10
              .  Download weiterführen in [s]: 60
              .  Download Fehlermeldung anzeigen [s]: 120
              .  Downoadprogress anzeigen: true
              .  User-Agent: MediathekView
              .  =======================================
              .
              . ========== ========== ========== ========== ==========
              . DURATION 0:  Konfig lesen  [154,00 ms]
              .    Klasse:  MediathekAuto.starten
              .    Konfig lesen Anzahl: 1   Dauer: 153,00 ms
              . ========== ========== ========== ========== ==========
              . Liste Filme lesen von: /root/.mediathek3/filme.json
              
              @22:20:21#~#
              
              
              22:24:39#~# dir /~/.mediathek3/
              insgesamt 146652
              drwxrwxr-x  3 root jochen      4096 2018-08-06 12:25 .
              drwx------ 36 root root        4096 2018-08-06 06:06 ..
              drwxr-xr-x  2 root root        4096 2018-07-28 19:46 database
              -rw-rw-r--  1 root jochen   1066733 2018-08-06 13:38 downloadAbos.txt
              -rw-r--r--  1 root root   147686095 2018-08-06 12:25 filme.json
              -rw-rw-r--  1 root jochen   1078317 2018-08-06 12:29 history.txt
              -rw-rw-r--  1 root jochen         3 2018-08-06 12:25 mediadb.txt
              -rw-r--r--  1 root root        2352 2018-08-06 18:41 mediathekview.log
              -rw-r--r--  1 root root       37105 2018-08-06 18:24 mediathek.xml
              -rw-r--r--  1 root root       43847 2018-07-26 11:03 mediathek.xml_
              -rw-r--r--  1 root root       37097 2018-07-31 22:05 mediathek.xml_copy_1
              -rw-r--r--  1 root root       38214 2018-07-28 23:59 mediathek.xml_copy_2
              -rw-r--r--  1 root root       37097 2018-07-27 14:10 mediathek.xml_copy_3
              -rw-r--r--  1 root root       42501 2018-07-27 11:36 mediathek.xml_copy_4
              -rw-r--r--  1 root root       43847 2018-07-25 19:20 mediathek.xml_copy_5
              -rw-r--r--  1 root root         725 2018-08-06 18:24 settings.xml
              root@22:24:59#~# dir /~/.mediathek3/database/
              insgesamt 278816
              drwxr-xr-x 2 root root        4096 2018-07-28 19:46 .
              drwxrwxr-x 3 root jochen      4096 2018-08-06 12:25 ..
              -rw-r--r-- 1 root root   285466624 2018-08-06 18:42 mediathekview.mv.db
              -rw-r--r-- 1 root root       27254 2018-08-06 12:19 mediathekview.trace.db
              @22:25:23#~#
              
              

              Grüße aus der Heimatstadt Karl Jatho's (Flugpionier)
              Jochen


              Debian 11 / Mediathekview 13.8.0 / X2Go-Server 4.1.0.3
              Windows 10 professional / X2Go-Client 4.1.2.0 (QT 4.8.6)

              D 1 Antwort Letzte Antwort
              • D Offline
                D Offline
                DerReisende77 Entwickler
                antwortete auf Jochen am zuletzt editiert von
                #16

                @jochen kannst du bitte die .trace.db hochladen? Dort sind die Fehlermeldungen der Datenbank drin

                JochenJ 1 Antwort Letzte Antwort
                • JochenJ Offline
                  JochenJ Offline
                  Jochen
                  antwortete auf DerReisende77 am zuletzt editiert von
                  #17

                  @derreisende77 Entschuldigung, dass ich erst jetzt dazu komme dir zu antworten!
                  Hier die gewünschte Datei:0_1533926945615_mediathekview.trace.db.txt
                  Des weiteren lade ich noch zwei Log-Dateien hoch, die letzte funktionierende und die erste hängende. Der dazugehörende Batch wurde nicht geändert. Mir ist bei dem Vergleich aufgefallen, dass die Version 13.1 über fehlendes X11 meckert trotzt - auto! 0_1533927312866_2018-07-25 Verion 13.1.0.log
                  0_1533926845508_2018-07-25 Verion 13.0.6.log

                  Grüße aus der Heimatstadt Karl Jatho's (Flugpionier)
                  Jochen


                  Debian 11 / Mediathekview 13.8.0 / X2Go-Server 4.1.0.3
                  Windows 10 professional / X2Go-Client 4.1.2.0 (QT 4.8.6)

                  1 Antwort Letzte Antwort
                  • D Offline
                    D Offline
                    DerReisende77 Entwickler
                    schrieb am zuletzt editiert von
                    #18

                    Der X11 Fehler ist normal. Auch in der CLI Version muss JavaFX initialisiert werden da ansonsten die intern genutzten Klassen auch für Auto nicht funktionieren.

                    Zu deinem Fehler: beende Mal bitte alle Instanzen und lösche komplett den Database Ordner. MV beschwert sich das die Datenbank gesperrt ist. Das kann nur passieren wenn eine Version schon läuft oder eine Lock Datei übrig geblieben ist. Das löschen ist unkritisch da alle Daten beim Start neu angelegt werden.

                    JochenJ 1 Antwort Letzte Antwort
                    • JochenJ Offline
                      JochenJ Offline
                      Jochen
                      antwortete auf DerReisende77 am zuletzt editiert von Jochen
                      #19

                      @derreisende77 habe ich schon durch exerziert, ohne Erfolg.

                      • Mir war nur auf gefallen, dass die Version 13.0 nicht gemerkt hat, aber die Version - inzwischen - 13.1.2

                      • Habe nach einem Fehlversuch mit der aktuellen Version - Abbruch mit ^C - die Version 13.0.6 gestartet, Sie funktioniert einwandfrei (mit der gleichen Datenbank).

                      • Die Version 13.0.6 wurde erfolgreich beendet. Die Dateien *.xml wurden nicht geändert, die json-Datei wurde angepasst, die Datenbank nicht.

                      • Nun habe ich die Version 13.1.2 mit GUI gestartet, klappte einwandfrei, nun wurde auch die Datenbank aktualisiert.

                      • Auffällig, bei der GUI-losen Version 13.0.6 wurden 4 Downloads erkannt und herunter geladen. Danach erkannte die GUI-Version 13.1.2 trotzdem zwei der vier als neu.

                      Grüße aus der Heimatstadt Karl Jatho's (Flugpionier)
                      Jochen


                      Debian 11 / Mediathekview 13.8.0 / X2Go-Server 4.1.0.3
                      Windows 10 professional / X2Go-Client 4.1.2.0 (QT 4.8.6)

                      1 Antwort Letzte Antwort
                      • D Offline
                        D Offline
                        DerReisende77 Entwickler
                        schrieb am zuletzt editiert von
                        #20

                        13.0.6 verwendet keine Datenbank…diese wurde erst mit 13.1 eingeführt.

                        1 Antwort Letzte Antwort
                        • magenbrotM Offline
                          magenbrotM Offline
                          magenbrot
                          schrieb am zuletzt editiert von
                          #21

                          ich habe genau das gleiche Problem und leider noch keine Lösung gefunden. Die oben genannten Tipps habe ich auch schon durch. Was könnte man noch tun?

                          1 Antwort Letzte Antwort
                          • D Offline
                            D Offline
                            DerReisende77 Entwickler
                            schrieb am zuletzt editiert von DerReisende77
                            #22

                            Also die Probleme sollten mit 13.1.1 behoben worden sein. Welche Version verwendest Du? Und welches Betriebssystem? Heute wurde 13.1.3 veröffentlicht.

                            Ansonsten lösche nochmals den kompletten Database-Ordner.

                            JochenJ 1 Antwort Letzte Antwort
                            • JochenJ Offline
                              JochenJ Offline
                              Jochen
                              antwortete auf DerReisende77 am zuletzt editiert von
                              #23

                              @derreisende77 Ich habe über Nacht die aktuelle Version 13.1.3 auf meinem Debian-jessie Rechner installiert.
                              Heute morgen habe ich dann

                              • geprüft, ob noch ein Java-Prozess läuft
                              • die Dateien in database gelöscht
                              • das Verzeichnis database gelöscht und
                              • das Ergebnis kontrolliert
                              @08:21:07#~# ps -aux | grep -e java -e %CPU |grep -v grep
                              USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
                              @08:21:18#~# rm /root/.mediathek3/database/*
                              @08:22:13#~# dir /root/.mediathek3/database/
                              insgesamt 8
                              drwxr-xr-x 2 root root   4096 2018-08-15 08:21 .
                              drwxrwxr-x 3 root jochen 4096 2018-08-15 02:16 ..
                              @08:22:20#~# rmdir /root/.mediathek3/database
                              @08:22:46#~# dir /root/.mediathek3/
                              insgesamt 73924
                              drwxrwxr-x  2 root jochen     4096 2018-08-15 08:22 .
                              drwx------ 36 root root       4096 2018-08-15 06:06 ..
                              -rw-rw-r--  1 root jochen  1073681 2018-08-15 02:16 downloadAbos.txt
                              -rw-r--r--  1 root root   73212344 2018-08-15 00:30 filme.json
                              -rw-rw-r--  1 root jochen  1084679 2018-08-15 00:30 history.txt
                              -rw-rw-r--  1 root jochen        3 2018-08-14 19:40 mediadb.txt
                              -rw-r--r--  1 root root       2351 2018-08-15 08:19 mediathekview.log
                              -rw-r--r--  1 root root      40870 2018-08-15 02:16 mediathek.xml
                              -rw-r--r--  1 root root      37515 2018-08-10 10:19 mediathek.xml_
                              -rw-r--r--  1 root root      37930 2018-08-14 19:41 mediathek.xml_copy_1
                              -rw-r--r--  1 root root      40869 2018-08-14 01:17 mediathek.xml_copy_2
                              -rw-r--r--  1 root root      40869 2018-08-13 01:24 mediathek.xml_copy_3
                              -rw-r--r--  1 root root      37929 2018-08-12 17:46 mediathek.xml_copy_4
                              -rw-r--r--  1 root root      40869 2018-08-12 01:22 mediathek.xml_copy_5
                              -rw-r--r--  1 root root        724 2018-08-14 19:41 settings.xml
                              -rw-r--r--  1 root root        725 2018-08-10 10:19 settings.xml_
                              
                              • MediathekView 13.1.3 ohne GUI gestartet
                              @08:23:05#~# /usr/share/mediathekview/MediathekView.sh -auto
                              
                              
                              
                              
                              
                              ___  ___         _ _       _   _          _    _   _ _
                              |  \/  |        | (_)     | | | |        | |  | | | (_)
                              | .  . | ___  __| |_  __ _| |_| |__   ___| | _| | | |_  _____      __
                              | |\/| |/ _ \/ _` | |/ _` | __| '_ \ / _ \ |/ / | | | |/ _ \ \ /\ / /
                              | |  | |  __/ (_| | | (_| | |_| | | |  __/   <\ \_/ / |  __/\ V  V /
                              \_|  |_/\___|\__,_|_|\__,_|\__|_| |_|\___|_|\_\\___/|_|\___| \_/\_/
                              
                              
                              . Proxy Authentication: not configured
                              . java.awt.HeadlessException:
                              No X11 DISPLAY variable was set, but this program performed an operation which requires it.
                              Exception in thread "DummyFXApp Thread" java.lang.UnsupportedOperationException: Unable to open DISPLAY
                                      at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:68)
                                      at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
                                      at com.sun.glass.ui.Application.run(Application.java:146)
                                      at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:257)
                                      at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:211)
                                      at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
                                      at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
                                      at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
                                      at java.lang.Thread.run(Thread.java:748)
                              . Programmstart: 15.08.2018 08:23:42
                              . maxMemory: 954 MB
                              . Version: MediathekView 13.1.3
                              . Java:
                              . Vendor: Oracle Corporation
                              . VMname: OpenJDK 64-Bit Server VM
                              . Version: 1.8.0_171
                              . Runtimeversion: 1.8.0_171-8u171-b11-1~bpo8+1-b11
                              . Programmpfad: /usr/share/MediathekView-13.1.3/
                              . Verzeichnis Einstellungen: /root/.mediathek3
                              .
                              . ################################################################################
                              .
                              .
                              . Einstellungen laden: /root/.mediathek3/mediathek.xml
                              .
                              .  =======================================
                              .  Systemparameter
                              .  -----------------
                              .  Download-Timeout [s]: 250
                              .  max. Download-Restart: 5
                              .  max. Download-Restart-Http: 10
                              .  Download weiterführen in [s]: 60
                              .  Download Fehlermeldung anzeigen [s]: 120
                              .  Downoadprogress anzeigen: true
                              .  User-Agent: MediathekView
                              .  =======================================
                              .
                              . ========== ========== ========== ========== ==========
                              . DURATION 0:  Konfig lesen  [142,00 ms]
                              .    Klasse:  MediathekAuto.starten
                              .    Konfig lesen Anzahl: 1   Dauer: 141,00 ms
                              . ========== ========== ========== ========== ==========
                              . Liste Filme lesen von: /root/.mediathek3/filme.json
                              ^C
                              
                              • auch diese Version bleibt hängen und musste abgebrochen werden
                              • die Datenbank wurde erstellt
                              @08:25:09#~# ps -aux | grep -e java -e %CPU |grep -v grep
                              USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
                              @08:25:39#~# dir /root/.mediathek3/
                              insgesamt 73928
                              drwxrwxr-x  3 root jochen     4096 2018-08-15 08:23 .
                              drwx------ 36 root root       4096 2018-08-15 06:06 ..
                              drwxr-xr-x  2 root root       4096 2018-08-15 08:23 database
                              -rw-rw-r--  1 root jochen  1073681 2018-08-15 02:16 downloadAbos.txt
                              -rw-r--r--  1 root root   73212344 2018-08-15 00:30 filme.json
                              -rw-rw-r--  1 root jochen  1084679 2018-08-15 00:30 history.txt
                              -rw-rw-r--  1 root jochen        3 2018-08-14 19:40 mediadb.txt
                              -rw-r--r--  1 root root       2351 2018-08-15 08:23 mediathekview.log
                              -rw-r--r--  1 root root      40870 2018-08-15 02:16 mediathek.xml
                              -rw-r--r--  1 root root      37515 2018-08-10 10:19 mediathek.xml_
                              -rw-r--r--  1 root root      37930 2018-08-14 19:41 mediathek.xml_copy_1
                              -rw-r--r--  1 root root      40869 2018-08-14 01:17 mediathek.xml_copy_2
                              -rw-r--r--  1 root root      40869 2018-08-13 01:24 mediathek.xml_copy_3
                              -rw-r--r--  1 root root      37929 2018-08-12 17:46 mediathek.xml_copy_4
                              -rw-r--r--  1 root root      40869 2018-08-12 01:22 mediathek.xml_copy_5
                              -rw-r--r--  1 root root        724 2018-08-14 19:41 settings.xml
                              -rw-r--r--  1 root root        725 2018-08-10 10:19 settings.xml_
                              @08:27:46#~# dir /root/.mediathek3/database/
                              insgesamt 20
                              drwxr-xr-x 2 root root    4096 2018-08-15 08:23 .
                              drwxrwxr-x 3 root jochen  4096 2018-08-15 08:23 ..
                              -rw-r--r-- 1 root root   12288 2018-08-15 08:23 mediathekview.mv.db
                              @08:28:23#~#
                              

                              Der vollständigkeithalber fühe ich noch die log-Datei bei:

                              @09:08:21#~# cat /root/.mediathek3/mediathekview.log
                              [INFO ] 2018-08-15 08:23:42.120 [main] mediathek.Main - Proxy Authentication: not configured
                              [WARN ] 2018-08-15 08:23:42.190 [main] mediathek.MediathekAuto - java.awt.HeadlessException:
                              No X11 DISPLAY variable was set, but this program performed an operation which requires it.
                              [INFO ] 2018-08-15 08:23:42.472 [main] mSearch.tool.Log - Programmstart: 15.08.2018 08:23:42
                              [INFO ] 2018-08-15 08:23:42.472 [main] mSearch.tool.Log - maxMemory: 954 MB
                              [INFO ] 2018-08-15 08:23:42.472 [main] mSearch.tool.Log - Version: MediathekView 13.1.3
                              [INFO ] 2018-08-15 08:23:42.472 [main] mSearch.tool.Log - Java:
                              [INFO ] 2018-08-15 08:23:42.473 [main] mSearch.tool.Log - Vendor: Oracle Corporation
                              [INFO ] 2018-08-15 08:23:42.473 [main] mSearch.tool.Log - VMname: OpenJDK 64-Bit Server VM
                              [INFO ] 2018-08-15 08:23:42.473 [main] mSearch.tool.Log - Version: 1.8.0_171
                              [INFO ] 2018-08-15 08:23:42.473 [main] mSearch.tool.Log - Runtimeversion: 1.8.0_171-8u171-b11-1~bpo8+1-b11
                              [INFO ] 2018-08-15 08:23:42.478 [main] mediathek.tool.MVFunctionSys - Programmpfad: /usr/share/MediathekView-13.1.3/
                              [INFO ] 2018-08-15 08:23:42.478 [main] mediathek.tool.MVFunctionSys - Verzeichnis Einstellungen: /root/.mediathek3
                              [INFO ] 2018-08-15 08:23:42.478 [main] mediathek.tool.MVFunctionSys -
                              [INFO ] 2018-08-15 08:23:42.479 [main] mediathek.tool.MVFunctionSys - ################################################################################
                              [INFO ] 2018-08-15 08:23:42.479 [main] mediathek.tool.MVFunctionSys -
                              [INFO ] 2018-08-15 08:23:42.479 [main] mediathek.tool.MVFunctionSys -
                              [INFO ] 2018-08-15 08:23:42.481 [main] mediathek.MediathekAuto - Einstellungen laden: /root/.mediathek3/mediathek.xml
                              [INFO ] 2018-08-15 08:23:42.624 [main] mSearch.tool.Duration - ========== ========== ========== ========== ==========
                              [INFO ] 2018-08-15 08:23:42.624 [main] mSearch.tool.Duration - DURATION 0:  Konfig lesen  [142,00 ms]
                              [INFO ] 2018-08-15 08:23:42.624 [main] mSearch.tool.Duration -    Klasse:  MediathekAuto.starten
                              [INFO ] 2018-08-15 08:23:42.624 [main] mSearch.tool.Duration -    Konfig lesen Anzahl: 1   Dauer: 141,00 ms
                              [INFO ] 2018-08-15 08:23:42.624 [main] mSearch.tool.Duration - ========== ========== ========== ========== ==========
                              [INFO ] 2018-08-15 08:23:42.625 [main] mSearch.filmlisten.reader.FilmListReader - Liste Filme lesen von: /root/.mediathek3/filme.json
                              @09:08:56#~#
                              

                              Grüße aus der Heimatstadt Karl Jatho's (Flugpionier)
                              Jochen


                              Debian 11 / Mediathekview 13.8.0 / X2Go-Server 4.1.0.3
                              Windows 10 professional / X2Go-Client 4.1.2.0 (QT 4.8.6)

                              1 Antwort Letzte Antwort
                              • JochenJ Offline
                                JochenJ Offline
                                Jochen
                                schrieb am zuletzt editiert von
                                #24

                                @derreisende77 Inzwischen habe ich auf 13.2.1 aktualisiert. Dann die Daten

                                • databasemediathekview.mv.db
                                • mediadb.txt
                                • mediathekview.log

                                gelöscht. Das Ergebnis ist unverändert:

                                @22:25:56#~# /usr/share/mediathekview/MediathekView.sh -auto
                                
                                ___  ___         _ _       _   _          _    _   _ _
                                |  \/  |        | (_)     | | | |        | |  | | | (_)
                                | .  . | ___  __| |_  __ _| |_| |__   ___| | _| | | |_  _____      __
                                | |\/| |/ _ \/ _` | |/ _` | __| '_ \ / _ \ |/ / | | | |/ _ \ \ /\ / /
                                | |  | |  __/ (_| | | (_| | |_| | | |  __/   <\ \_/ / |  __/\ V  V /
                                \_|  |_/\___|\__,_|_|\__,_|\__|_| |_|\___|_|\_\\___/|_|\___| \_/\_/
                                
                                
                                . Startparameter: -auto
                                . Portable Mode: false
                                . Proxy Authentication: not configured
                                . java.awt.HeadlessException:
                                No X11 DISPLAY variable was set, but this program performed an operation which requires it.
                                . Programmstart: 09.09.2018 22:31:35
                                . maxMemory: 954 MB
                                . Version: MediathekView 13.2.1
                                . Java:
                                . Vendor: Oracle Corporation
                                . VMname: OpenJDK 64-Bit Server VM
                                . Version: 1.8.0_171
                                . Runtimeversion: 1.8.0_171-8u171-b11-1~bpo8+1-b11
                                . Programmpfad: /usr/share/MediathekView-13.2.1/
                                . Verzeichnis Einstellungen: /root/.mediathek3
                                .
                                .
                                .
                                . Einstellungen laden: /root/.mediathek3/mediathek.xml
                                .
                                .  =======================================
                                .  Systemparameter
                                .  -----------------
                                .  Download-Timeout [s]: 250
                                .  max. Download-Restart: 5
                                .  max. Download-Restart-Http: 10
                                .  Download weiterführen in [s]: 60
                                .  Download Fehlermeldung anzeigen [s]: 120
                                .  Downoadprogress anzeigen: true
                                Exception in thread "DummyFXApp Thread" java.lang.UnsupportedOperationException: Unable to open DISPLAY
                                        at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:68)
                                        at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
                                        at com.sun.glass.ui.Application.run(Application.java:146)
                                        at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:257)
                                        at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:211)
                                        at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:675)
                                        at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
                                        at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$1(LauncherImpl.java:182)
                                        at java.lang.Thread.run(Thread.java:748)
                                .  User-Agent: MediathekView
                                .  =======================================
                                .
                                . Liste Filme lesen von: /root/.mediathek3/filme.json
                                . initializeDatabase()
                                . initializeDatabase() done.
                                . Creating SQL indices
                                . Finished creating SQL indices
                                . Liste Filme gelesen am: 09.09.2018, 22:31
                                .   erstellt am:
                                .   Anzahl Filme: 0
                                . Neue Filmliste laden
                                .
                                . Alte Liste erstellt am:
                                .   Anzahl Filme: 0
                                .   Anzahl Neue: 0
                                . Filmliste laden (auto)
                                . Filmliste laden von: http://verteiler2.mediathekview.de/Filmliste-akt.xz
                                . Liste Filme lesen von: http://verteiler2.mediathekview.de/Filmliste-akt.xz
                                . MVHttpClient: Proxy not configured
                                . Creating SQL indices
                                . Finished creating SQL indices
                                . Liste Filme gelesen am: 09.09.2018, 22:32
                                .   erstellt am: 09.09.2018, 21:19
                                .   Anzahl Filme: 251475
                                . Die Filmliste ist 72 Minuten alt
                                .
                                . Liste Kompl. gelesen am: 09.09.2018, 22:32
                                .   Liste Kompl erstellt am: 09.09.2018, 21:19
                                .   Anzahl Filme: 251475
                                . Filme schreiben (251475 Filme) :
                                .    --> Start Schreiben nach: /root/.mediathek3/filme.json
                                .    --> geschrieben!
                                . Write duration: 7912 ms
                                .
                                . Jetzige Liste erstellt am: 09.09.2018, 21:19
                                .   Anzahl Filme: 251475
                                .   Anzahl Neue:  251475
                                .
                                
                                

                                Hier der Inhalt der Logdatei:

                                [INFO ] 2018-09-09 22:31:35.092 [main] mediathek.Main - Startparameter: -auto
                                [INFO ] 2018-09-09 22:31:35.096 [main] mediathek.Main - Portable Mode: false
                                [INFO ] 2018-09-09 22:31:35.459 [main] mediathek.Main - Proxy Authentication: not configured
                                [WARN ] 2018-09-09 22:31:35.463 [main] mediathek.MediathekAuto - java.awt.HeadlessException: 
                                No X11 DISPLAY variable was set, but this program performed an operation which requires it.
                                [INFO ] 2018-09-09 22:31:35.466 [main] mSearch.tool.Log - Programmstart: 09.09.2018 22:31:35
                                [INFO ] 2018-09-09 22:31:35.466 [main] mSearch.tool.Log - maxMemory: 954 MB
                                [INFO ] 2018-09-09 22:31:35.467 [main] mSearch.tool.Log - Version: MediathekView 13.2.1
                                [INFO ] 2018-09-09 22:31:35.467 [main] mSearch.tool.Log - Java:
                                [INFO ] 2018-09-09 22:31:35.467 [main] mSearch.tool.Log - Vendor: Oracle Corporation
                                [INFO ] 2018-09-09 22:31:35.467 [main] mSearch.tool.Log - VMname: OpenJDK 64-Bit Server VM
                                [INFO ] 2018-09-09 22:31:35.467 [main] mSearch.tool.Log - Version: 1.8.0_171
                                [INFO ] 2018-09-09 22:31:35.467 [main] mSearch.tool.Log - Runtimeversion: 1.8.0_171-8u171-b11-1~bpo8+1-b11
                                [INFO ] 2018-09-09 22:31:35.472 [main] mediathek.tool.MVFunctionSys - Programmpfad: /usr/share/MediathekView-13.2.1/
                                [INFO ] 2018-09-09 22:31:35.473 [main] mediathek.tool.MVFunctionSys - Verzeichnis Einstellungen: /root/.mediathek3
                                [INFO ] 2018-09-09 22:31:35.473 [main] mediathek.tool.MVFunctionSys - 
                                [INFO ] 2018-09-09 22:31:35.473 [main] mediathek.tool.MVFunctionSys - 
                                [INFO ] 2018-09-09 22:31:35.473 [main] mediathek.tool.MVFunctionSys - 
                                [INFO ] 2018-09-09 22:31:35.475 [main] mediathek.MediathekAuto - Einstellungen laden: /root/.mediathek3/mediathek.xml
                                [INFO ] 2018-09-09 22:31:35.653 [main] mSearch.filmlisten.reader.FilmListReader - Liste Filme lesen von: /root/.mediathek3/filme.json
                                [INFO ] 2018-09-09 22:31:35.659 [main] mSearch.daten.DatenFilm - initializeDatabase()
                                [INFO ] 2018-09-09 22:31:35.875 [main] mSearch.daten.DatenFilm - initializeDatabase() done.
                                [INFO ] 2018-09-09 22:31:35.876 [main] mSearch.daten.DatenFilm - Creating SQL indices
                                [INFO ] 2018-09-09 22:31:35.956 [main] mSearch.daten.DatenFilm - Finished creating SQL indices
                                [INFO ] 2018-09-09 22:31:35.964 [main] mSearch.filmlisten.reader.FilmListReader - Liste Filme gelesen am: 09.09.2018, 22:31
                                [INFO ] 2018-09-09 22:31:35.965 [main] mSearch.filmlisten.reader.FilmListReader -   erstellt am: 
                                [INFO ] 2018-09-09 22:31:35.965 [main] mSearch.filmlisten.reader.FilmListReader -   Anzahl Filme: 0
                                [INFO ] 2018-09-09 22:31:35.965 [main] mediathek.MediathekAuto - Neue Filmliste laden
                                [INFO ] 2018-09-09 22:31:35.965 [main] mediathek.filmlisten.FilmeLaden - 
                                [INFO ] 2018-09-09 22:31:35.965 [main] mediathek.filmlisten.FilmeLaden - Alte Liste erstellt am: 
                                [INFO ] 2018-09-09 22:31:35.965 [main] mediathek.filmlisten.FilmeLaden -   Anzahl Filme: 0
                                [INFO ] 2018-09-09 22:31:35.972 [main] mediathek.filmlisten.FilmeLaden -   Anzahl Neue: 0
                                [INFO ] 2018-09-09 22:31:35.979 [main] mediathek.filmlisten.FilmeLaden - Filmliste laden (auto)
                                [INFO ] 2018-09-09 22:31:35.983 [FilmeImportierenAutoThread] mediathek.filmlisten.ImportFilmliste - Filmliste laden von: http://verteiler2.mediathekview.de/Filmliste-akt.xz
                                [INFO ] 2018-09-09 22:31:35.984 [FilmeImportierenAutoThread] mSearch.filmlisten.reader.FilmListReader - Liste Filme lesen von: http://verteiler2.mediathekview.de/Filmliste-akt.xz
                                [INFO ] 2018-09-09 22:31:36.224 [FilmeImportierenAutoThread] mSearch.tool.MVHttpClient - MVHttpClient: Proxy not configured
                                [INFO ] 2018-09-09 22:32:01.166 [FilmeImportierenAutoThread] mSearch.daten.DatenFilm - Creating SQL indices
                                [INFO ] 2018-09-09 22:32:01.167 [FilmeImportierenAutoThread] mSearch.daten.DatenFilm - Finished creating SQL indices
                                [INFO ] 2018-09-09 22:32:01.168 [FilmeImportierenAutoThread] mSearch.filmlisten.reader.FilmListReader - Liste Filme gelesen am: 09.09.2018, 22:32
                                [INFO ] 2018-09-09 22:32:01.168 [FilmeImportierenAutoThread] mSearch.filmlisten.reader.FilmListReader -   erstellt am: 09.09.2018, 21:19
                                [INFO ] 2018-09-09 22:32:01.168 [FilmeImportierenAutoThread] mSearch.filmlisten.reader.FilmListReader -   Anzahl Filme: 251475
                                [INFO ] 2018-09-09 22:32:01.169 [FilmeImportierenAutoThread] mSearch.daten.ListeFilme - Die Filmliste ist 72 Minuten alt
                                [INFO ] 2018-09-09 22:32:01.169 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden - 
                                [INFO ] 2018-09-09 22:32:01.169 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden - Liste Kompl. gelesen am: 09.09.2018, 22:32
                                [INFO ] 2018-09-09 22:32:01.169 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden -   Liste Kompl erstellt am: 09.09.2018, 21:19
                                [INFO ] 2018-09-09 22:32:01.170 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden -   Anzahl Filme: 251475
                                [INFO ] 2018-09-09 22:32:01.296 [FilmeImportierenAutoThread] mSearch.filmlisten.writer.FilmListWriter - Filme schreiben (251475 Filme) :
                                [INFO ] 2018-09-09 22:32:01.296 [FilmeImportierenAutoThread] mSearch.filmlisten.writer.FilmListWriter -    --> Start Schreiben nach: /root/.mediathek3/filme.json
                                [INFO ] 2018-09-09 22:32:09.209 [FilmeImportierenAutoThread] mSearch.filmlisten.writer.FilmListWriter -    --> geschrieben!
                                [INFO ] 2018-09-09 22:32:09.209 [FilmeImportierenAutoThread] mSearch.filmlisten.writer.FilmListWriter - Write duration: 7912 ms
                                [INFO ] 2018-09-09 22:32:09.210 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden - 
                                [INFO ] 2018-09-09 22:32:09.210 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden - Jetzige Liste erstellt am: 09.09.2018, 21:19
                                [INFO ] 2018-09-09 22:32:09.210 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden -   Anzahl Filme: 251475
                                [INFO ] 2018-09-09 22:32:09.249 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden -   Anzahl Neue:  251475
                                [INFO ] 2018-09-09 22:32:09.249 [FilmeImportierenAutoThread] mediathek.filmlisten.FilmeLaden - 
                                

                                0_1536526202269_b21efdb3-d75a-41d8-b0c8-19bcbb945905-grafik.png

                                PS: Lässt sich eigentlich die Anzahl der Sicherheitskopien der mediathek.xml erhöhen?

                                Grüße aus der Heimatstadt Karl Jatho's (Flugpionier)
                                Jochen


                                Debian 11 / Mediathekview 13.8.0 / X2Go-Server 4.1.0.3
                                Windows 10 professional / X2Go-Client 4.1.2.0 (QT 4.8.6)

                                1 Antwort Letzte Antwort
                                • M Offline
                                  M Offline
                                  mst
                                  schrieb am zuletzt editiert von
                                  #25

                                  Hallo,

                                  Habe dasselbe Problem mit dem headless mode auf einem Ubuntu rechner. Habe die Datenbank geloescht etc.
                                  Wenn ich aus einem terminal mit ssh mit X11 forwarding starte ( ssh -X) funktioniert es einwandfrei, ohne den switch -X11 bleibt Mediathekview vor dem Datenbank zugriff haengen. Meiner Meinung nach deutet das darauf hin dass mediathekview auch im headless mode das logo schickt und sich dann aufhaengt. Lieder heisst das auch dass ein cronjob nicht moeglich ist

                                  mediatheview command line:

                                  /usr/bin/java -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Xms256M -Xmx1G -jar /usr/local/bin/MediathekView/MediathekView.jar -noGui -auto

                                  Version 13.2.1

                                  Vielen Dank fuer die Hilfe!
                                  LG
                                  MCS

                                  1 Antwort Letzte Antwort
                                  • magenbrotM Offline
                                    magenbrotM Offline
                                    magenbrot
                                    schrieb am zuletzt editiert von
                                    #26

                                    das Problem besteht mit 13.2.1 bei mir ebenfalls noch. 😞

                                    1 Antwort Letzte Antwort
                                    • D Offline
                                      D Offline
                                      DerReisende77 Entwickler
                                      schrieb am zuletzt editiert von
                                      #27

                                      ja ich arbeite dran und glaube das Problem eingegrenzt zu haben.

                                      1 Antwort Letzte Antwort
                                      • D Offline
                                        D Offline
                                        DerReisende77 Entwickler
                                        schrieb am zuletzt editiert von DerReisende77
                                        #28

                                        Bitte ersetzt mal eure Version mit der aus diesem Download-Link und schaut ob es nun funktioniert. Ich denke ich habe den Fehler gefunden.

                                        Ein Feedback hier wäre sehr nett sonst gibt es keinen Bugfix 😉

                                        Startkommando:
                                        java -Xmx768M -jar Mediathekview.jar -auto

                                        F JochenJ C 3 Antworten Letzte Antwort
                                        • F Offline
                                          F Offline
                                          Frank
                                          antwortete auf DerReisende77 am zuletzt editiert von
                                          #29

                                          @derreisende77 diese Version funktioniert unter centos6 und:
                                          . Java:
                                          . Vendor: Oracle Corporation
                                          . VMname: Java HotSpot™ 64-Bit Server VM
                                          . Version: 1.8.0_181
                                          . Runtimeversion: 1.8.0_181-b13

                                          1 Antwort Letzte Antwort

                                          • 1
                                          • 2

                                          32

                                          Online

                                          6.6k

                                          Benutzer

                                          6.1k

                                          Themen

                                          38.9k

                                          Beiträge
                                          undefined
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Kategorien
                                          • Aktuell
                                          • Tags
                                          • Beliebt
                                          • Benutzer
                                          • Gruppen