PlugIn Filmpreise

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: PlugIn Filmpreise

Re: PlugIn Filmpreise

von HaasUwe » 24 Jan 2013, 12:13

Habe Update eingespielt, Problem erfolgreich gefixt

Re: PlugIn Filmpreise

von Jo » 24 Jan 2013, 11:11

Ist jetzt ersetzt.
HaasUwe hat geschrieben:Da lohnt es sich, daß jetzt immer das Log mitläuft.
Ja ;-)

Re: PlugIn Filmpreise

von HaasUwe » 22 Jan 2013, 22:07

Danke.
Da lohnt es sich, daß jetzt immer das Log mitläuft.
Nur das Problem, wegen dem ich es mache, hatte ich noch nicht wieder.

Re: PlugIn Filmpreise

von Jo » 22 Jan 2013, 22:01

Wird korrigiert.

PlugIn Filmpreise

von HaasUwe » 22 Jan 2013, 18:12

Ich habe neuerdings in der Log-Datei eine ewig lange Fehlermeldung.
Ich setze den TVB 3.3RC1 und das PlugIn Filmpreise in der Version 0.1.4.1 ein

Ob der Fehler Auswirkungen hat, weiß ich nicht.

Code: Alles auswählen

17:23:44 INFO: Loaded award 'Deutscher Comedypreis'
17:23:44 INFO: Loaded award 'Adolf-Grimme-Preis'
17:23:44 SCHWERWIEGEND: Could not parse Movie Award
org.xml.sax.SAXParseException: The element type "movies" must be terminated by the matching end-tag "</movies>".
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at javax.xml.parsers.SAXParser.parse(Unknown Source)
	at movieawardplugin.MovieDataFactory.parse(MovieDataFactory.java:35)
	at movieawardplugin.MovieDataFactory.loadMovieDataFromStream(MovieDataFactory.java:26)
	at movieawardplugin.MovieDataFactory.loadMovieDataFromStream(MovieDataFactory.java:53)
	at movieawardplugin.MovieAwardPlugin.initDatabase(MovieAwardPlugin.java:163)
	at movieawardplugin.MovieAwardPlugin.hasAwards(MovieAwardPlugin.java:263)
	at movieawardplugin.MovieAwardPlugin.getProgramTableIcons(MovieAwardPlugin.java:212)
	at tvbrowser.core.plugin.JavaPluginProxy.doGetProgramTableIcons(JavaPluginProxy.java:427)
	at tvbrowser.core.plugin.AbstractPluginProxy.getProgramTableIcons(AbstractPluginProxy.java:408)
	at util.ui.ProgramPanel.getPluginIcons(ProgramPanel.java:622)
	at util.ui.ProgramPanel.paintComponent(ProgramPanel.java:647)
	at javax.swing.JComponent.paint(Unknown Source)
	at util.ui.ProgramPanel.paint(ProgramPanel.java:1154)
	at tvbrowser.ui.programtable.ProgramTable.paintComponent(ProgramTable.java:392)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JViewport.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JSplitPane.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at javax.swing.JLayeredPane.paint(Unknown Source)
	at javax.swing.JComponent.paintChildren(Unknown Source)
	at javax.swing.JComponent.paintToOffscreen(Unknown Source)
	at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
	at javax.swing.RepaintManager.paint(Unknown Source)
	at javax.swing.JComponent.paint(Unknown Source)
	at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
	at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
	at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
	at java.awt.Container.paint(Unknown Source)
	at java.awt.Window.paint(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
	at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
	at javax.swing.RepaintManager.access$700(Unknown Source)
	at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$400(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at util.ui.textcomponentpopup.TextComponentPopupEventQueue.dispatchEvent(TextComponentPopupEventQueue.java:55)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
17:23:44 INFO: Loaded award 'Max Ophüls Preis'
17:23:44 INFO: Loaded award 'Deutscher Menschenrechts-Filmpreis'
17:23:45 INFO: Loaded award 'Golden Globe'
17:23:45 INFO: Loaded award 'Europäischer Filmpreis'
17:23:45 INFO: Loaded award 'Internationale Filmfestspiele von Cannes'
17:23:45 INFO: Loaded award 'Oscar'
17:23:45 INFO: Loaded award 'Deutscher Filmpreis'
17:23:45 INFO: Loaded award 'Internationaler Literaturfilmpreis'



Nach oben