Schedules Direct

For talk and Help about everything concerning TV-Browser.
bskinner

Schedules Direct

Beitrag von bskinner »

I am running TV-Browser 2.7 for the Macintosh OS and am unable to retrieve information from Schedules Direct. TV-Browser tries to load the channels and then gives the message "Problems loading the data, maybee username/passwort wrong or communication error." I have double checked my unsername/password to make certain they are correct.

I am able to download channels/program information from the other plug-ins.

Furthermore, I can run TV-Browser for Windows under Pandora on the same computer and successfully download the Schedules Direct data. I can also download the Schedules Direct data using other Macintosh programs (none as good as TV-Browser, of course!).

The stacktrace points to the following problem: Provider com.bea.xml.stream.MXParserFactory not found.

I am running Mac OS 10.5.4, java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237).

Thanks for any suggestions.

BOB
Gast

Beitrag von Gast »

I have the exact same problem and configuration as the previous user. Anyone have any thoughts?
jdonato
Full Member
Beiträge: 81
Registriert: 14 Sep 2008, 21:45

Beitrag von jdonato »

Me too. Exact same problem. I would love to try tvbrowser with my Mac and Schedules Direct...

Any help?
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Re: Schedules Direct

Beitrag von bodo »

I will have to look into it. Hopefully I will fix this at this weekend.
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Re: Schedules Direct

Beitrag von bodo »

Okay, I found the Bug. The next Version will include a fix for this. You can grab a Nightly Build tomorrow morning from here :

http://tvbrowser.org:8080/hudson/job/tv ... -x/public/
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Re: Schedules Direct

Beitrag von bodo »

Okay, a new Version can be found here :

http://hilfe.tvbrowser.org/viewtopic.php?f=2&t=11353
Gast

Re: Schedules Direct

Beitrag von Gast »

Hi
I downloaded new version, still have same problem.

First I installed on top of old installation, did not work.

Then I deleted everything I could find "TV-Browser-related" (the program, Application Support files, prefereces, in both the main Library AND user Library. Restarted the computer. Reinstaled. Did not work, same problem as before.

Did I miss something?

Please help.
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Re: Schedules Direct

Beitrag von bodo »

Have you tried to download only 2 Days of data? Does that work?
Gast

Re: Schedules Direct

Beitrag von Gast »

Hi
I cannot even get past the Update channels window. So I can't download.

I tried, and I could download, UK listings without problems, but UK does not interest me. Is the Schedules Direct I cannot get.
Gast

Re: Schedules Direct

Beitrag von Gast »

This is the error codes when fetching channels:

net.sf.xtvdclient.xtvd.DataDirectException: Provider com.bea.xml.stream.MXParserFactory not found
at net.sf.xtvdclient.xtvd.SOAPRequest.readSOAPResponse(SOAPRequest.java:550)
at net.sf.xtvdclient.xtvd.SOAPRequest.getData(SOAPRequest.java:306)
at schedulesdirectdataservice.SchedulesDirectDataService.getChannels(SchedulesDirectDataService.java:474)
at schedulesdirectdataservice.SchedulesDirectDataService.checkForAvailableChannels(SchedulesDirectDataService.java:424)
at tvbrowser.core.tvdataservice.DefaultTvDataServiceProxy.checkForAvailableChannels(DefaultTvDataServiceProxy.java:138)
at tvbrowser.core.tvdataservice.ChannelGroupManager.checkForAvailableGroupsAndChannels(ChannelGroupManager.java:144)
at tvbrowser.ui.configassistant.NetworkSuccessPanel$1.run(NetworkSuccessPanel.java:74)
at util.ui.progress.ProgressWindow$1.run(ProgressWindow.java:79)
Caused by: javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found
at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:178)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
at net.sf.xtvdclient.xtvd.parser.XtvdParser.<init>(XtvdParser.java:66)
at net.sf.xtvdclient.xtvd.parser.ParserFactory.getXtvdParser(ParserFactory.java:81)
at net.sf.xtvdclient.xtvd.SOAPRequest.readSOAPResponse(SOAPRequest.java:539)
... 7 more

Page 2-

javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found
at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:178)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
at net.sf.xtvdclient.xtvd.parser.XtvdParser.<init>(XtvdParser.java:66)
at net.sf.xtvdclient.xtvd.parser.ParserFactory.getXtvdParser(ParserFactory.java:81)
at net.sf.xtvdclient.xtvd.SOAPRequest.readSOAPResponse(SOAPRequest.java:539)
at net.sf.xtvdclient.xtvd.SOAPRequest.getData(SOAPRequest.java:306)
at schedulesdirectdataservice.SchedulesDirectDataService.getChannels(SchedulesDirectDataService.java:474)
at schedulesdirectdataservice.SchedulesDirectDataService.checkForAvailableChannels(SchedulesDirectDataService.java:424)
at tvbrowser.core.tvdataservice.DefaultTvDataServiceProxy.checkForAvailableChannels(DefaultTvDataServiceProxy.java:138)
at tvbrowser.core.tvdataservice.ChannelGroupManager.checkForAvailableGroupsAndChannels(ChannelGroupManager.java:144)
at tvbrowser.ui.configassistant.NetworkSuccessPanel$1.run(NetworkSuccessPanel.java:74)
at util.ui.progress.ProgressWindow$1.run(ProgressWindow.java:79)


Hope this helps
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Re: Schedules Direct

Beitrag von bodo »

Which Java on what OS are you using? Are you Bob, the first poster?
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Re: Schedules Direct

Beitrag von bodo »

Okay. Now I think I found the problem. You're using Java 5. The Plugin needs Java 6 to run.

Now we have two options:
  • Add the needed library that is missing in Java 5, but this could create some damage to the Java Runtime. I have to investigate that
  • You change the default Java VM to Java 6. This is possible in the Java Preferences of Mac Os 10.5, but this could damage other Java Applications.
I think the best would be if you test Java 6. If it's working, I will try to investigate the first option.
jdonato
Full Member
Beiträge: 81
Registriert: 14 Sep 2008, 21:45

Re: Schedules Direct

Beitrag von jdonato »

Hi

Sorry, I didn't notice I was posting as guest.
I will try Java 6 and let you know.
jdonato
Full Member
Beiträge: 81
Registriert: 14 Sep 2008, 21:45

Re: Schedules Direct

Beitrag von jdonato »

Oops

Seems I cannot try Java 6. I have a Core Duo MacBookPro, which is 32-bit, and Java 6 on Mac OS X is only 64-bit, as far as I know. If there is a safe way to add the library, please let me know...
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Re: Schedules Direct

Beitrag von bodo »

Ah, okay. That's one of the problems of Java on Macs...I hope that will be solved with the OpenJDK 7 port.

I will check the library solution in the next days.

If you have some knowledge of Java, you could try to add the contents of this:
http://dist.codehaus.org/stax/jars/stax-1.2.0.jar

into /Library/Application Support/TV-Browser/plugins/SchedulesDirectDataService.jar
Antworten