stacktrace

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.

BBCode ist eingeschaltet
[img] ist eingeschaltet
[url] ist eingeschaltet
Smileys sind ausgeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Ansicht erweitern Die letzten Beiträge des Themas: stacktrace

Re: stacktrace

von unregistered » 07 Feb 2019, 17:52

Danke. Habe das Update eingespielt und werde ja nun die Meldung nicht mehr sehen. :-)
Funktioniert hatte es vorher auch schon, also wird es nach Mitternacht wohl nichts zu beobachten geben. :-)
Danke

PS: Falls doch, melde ich mich natürlich, aber das ist ja nahezu ausgeschlossen.

Re: stacktrace

von ds10 » 07 Feb 2019, 12:18

Ich habe ein Update für das EPGfree-Plugin hochgeladen. Dort wird der Fehler nur noch im Log aufgeführt. Defekt kann bei dir auch nichts sein, der Datei konnte einfach nicht geladen werden. Die Fehlermeldung sagt aus, dass sie auf dem Server nicht gefunden werden konnte. Das gilt natürlich immer nur für den entsprechenden Zeitpunkt, im Moment ist die Datei verfügbar.

Re: stacktrace

von unregistered » 07 Feb 2019, 12:00

Fenster, von wo ich mal die erste Seite hierher kopiert habe.

Re: stacktrace

von ds10 » 07 Feb 2019, 11:02

Erscheint die Fehlermeldung in einem Fenster oder nur im Log?

stacktrace

von unregistered » 07 Feb 2019, 04:00

Seit ein paar Tagen bekomme ich diese Fehlermeldung, die ich beim ersten Mal einfach weg geclickt habe. (Seinerzeit war wahrscheinlich der Server down). Möglicherweise ist jetzt eine Datei kaputt, aber welche? Ich möchte nicht die ganze Konfiguration verlieren!

Eben ausprobiert: Das TVB 4.0.1-Verzeichnis hat den Fehler nicht. Er ist also erst seit einer Beta erschienen. Außerdem: Da die Meldung beim Daten laden kommt (was bei mir täglich geschieht, nur für jeweils 2 Tage), habe ich das mal manuell ausgelöst. Aber dann kam kein Fehler!

Also sehe ich die Meldung seit ein paar Tagen jedes Mal, wenn er (kurz nach Mitternacht) neue Daten zu holen versucht:

Code: Alles auswählen

[TvBrowserDataServiceChannelGroup.error.1#Downloading file from 'http://tvbrowser.qwws.net.ws4me.net//others_mirrorlist.gz' to '/home/datakanja/.tvbrowser/tvdata/tvbrowserdataservice.TvBrowserDataService/others_mirrorlist.gz' failed]

----- Start of stacktrace -----
util.exc.TvBrowserException: [TvBrowserDataServiceChannelGroup.error.1#Downloading file from 'http://tvbrowser.qwws.net.ws4me.net//others_mirrorlist.gz' to '/home/datakanja/.tvbrowser/tvdata/tvbrowserdataservice.TvBrowserDataService/others_mirrorlist.gz' failed]
  at tvbrowserdataservice.TvBrowserDataServiceChannelGroup.updateMetaFile(TvBrowserDataServiceChannelGroup.java:490)
  at tvbrowserdataservice.TvBrowserDataServiceChannelGroup.chooseMirrors(TvBrowserDataServiceChannelGroup.java:268)
  at tvbrowserdataservice.TvBrowserDataService.updateTvData(TvBrowserDataService.java:401)
  at tvbrowser/tvbrowser.core.tvdataservice.DefaultTvDataServiceProxy.updateTvData(DefaultTvDataServiceProxy.java:98)
  at tvbrowser/tvbrowser.core.TvDataUpdater.downloadTvData(TvDataUpdater.java:257)
  at tvbrowser/tvbrowser.ui.mainframe.MainFrame$29.run(MainFrame.java:2477)
Caused by: java.io.FileNotFoundException: http://tvbrowser.qwws.net.ws4me.net//others_mirrorlist.gz
  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1963)
  at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1958)
  at java.base/java.security.AccessController.doPrivileged(Native Method)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1957)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1525)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
  at tvbrowser/util.io.IOUtilities.getStream(IOUtilities.java:337)
  at tvbrowser/util.io.IOUtilities.getStream(IOUtilities.java:225)
  at tvbrowser/util.io.IOUtilities.download(IOUtilities.java:118)
  at tvbrowserdataservice.TvBrowserDataServiceChannelGroup.updateMetaFile(TvBrowserDataServiceChannelGroup.java:459)
  ... 5 more
Caused by: java.io.FileNotFoundException: http://tvbrowser.qwws.net.ws4me.net//others_mirrorlist.gz
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1909)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
  at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
  at tvbrowser/util.io.IOUtilities$1.run(IOUtilities.java:281)


Caused by:
java.io.FileNotFoundException: http://tvbrowser.qwws.net.ws4me.net//others_mirrorlist.gz
  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1963)
  at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1958)
  at java.base/java.security.AccessController.doPrivileged(Native Method)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1957)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1525)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
  at tvbrowser/util.io.IOUtilities.getStream(IOUtilities.java:337)
  at tvbrowser/util.io.IOUtilities.getStream(IOUtilities.java:225)
  at tvbrowser/util.io.IOUtilities.download(IOUtilities.java:118)
  at tvbrowserdataservice.TvBrowserDataServiceChannelGroup.updateMetaFile(TvBrowserDataServiceChannelGroup.java:459)
  at tvbrowserdataservice.TvBrowserDataServiceChannelGroup.chooseMirrors(TvBrowserDataServiceChannelGroup.java:268)
  at tvbrowserdataservice.TvBrowserDataService.updateTvData(TvBrowserDataService.java:401)
  at tvbrowser/tvbrowser.core.tvdataservice.DefaultTvDataServiceProxy.updateTvData(DefaultTvDataServiceProxy.java:98)
  at tvbrowser/tvbrowser.core.TvDataUpdater.downloadTvData(TvDataUpdater.java:257)
  at tvbrowser/tvbrowser.ui.mainframe.MainFrame$29.run(MainFrame.java:2477)
Caused by: java.io.FileNotFoundException: http://tvbrowser.qwws.net.ws4me.net//others_mirrorlist.gz
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1909)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
  at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
  at tvbrowser/util.io.IOUtilities$1.run(IOUtilities.java:281)


Caused by:
java.io.FileNotFoundException: http://tvbrowser.qwws.net.ws4me.net//others_mirrorlist.gz
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1909)
  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)
  at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)
  at tvbrowser/util.io.IOUtilities$1.run(IOUtilities.java:281)
----- End of stacktrace -----
Irgend einen hilfreichen Hinweis dazu?

Nach oben