perrce
08-17-2008, 09:42 PM
I'm playing with the experimental HME SDK 1.4.1e. (I need to use this version to get BananasPlus to work.) Using a very basic application, I get java.net.ConnectException exceptions that I don't get if I use version 1.4 of the SDK.
Has anyone else run into this problem? Any idea what's throwing the exception and why? Or is this just another reason why 1.4.1e is "experimental"? :confused:
Here's the application:
package org.dazeend.bPlusTest;
import com.tivo.hme.sdk.Application;
public class BPlusTest extends Application {
}
When I use 1.4.1e, I get this output:
Instance ID = 00015155ebeb9618
hme-host-sample version: 1.4.1 threadsafe-experimental
debug: Loaded factory: org.dazeend.bPlusTest.BPlusTest
debug: Class loader for org.dazeend.bPlusTest.BPlusTest: sun.misc.Launcher$AppClassLoader
debug: Context class loader: sun.misc.Launcher$AppClassLoader
added factory
MDNS ADD: http://192.168.1.5:0/bPlusTest/
Contacting mDNS localhost daemon at 127.0.0.1:5354
Connection to mDNS localhost daemon failed: java.net.ConnectException: Connection refused
mDNS localhost daemon: service not found.
> java.net.ConnectException: Connection refused
jmdns library: register [start]: http://192.168.1.5:0/bPlusTest/
jmdns library: register [done]: http://192.168.1.5:0/bPlusTest/
This is what I get when I revert back to version 1.4 of the SDK:
HME SDK 1.4 (TiVo, Inc.)
LOG: added factory
MDNS: http://192.168.1.5:39368/bPlusTest/
Has anyone else run into this problem? Any idea what's throwing the exception and why? Or is this just another reason why 1.4.1e is "experimental"? :confused:
Here's the application:
package org.dazeend.bPlusTest;
import com.tivo.hme.sdk.Application;
public class BPlusTest extends Application {
}
When I use 1.4.1e, I get this output:
Instance ID = 00015155ebeb9618
hme-host-sample version: 1.4.1 threadsafe-experimental
debug: Loaded factory: org.dazeend.bPlusTest.BPlusTest
debug: Class loader for org.dazeend.bPlusTest.BPlusTest: sun.misc.Launcher$AppClassLoader
debug: Context class loader: sun.misc.Launcher$AppClassLoader
added factory
MDNS ADD: http://192.168.1.5:0/bPlusTest/
Contacting mDNS localhost daemon at 127.0.0.1:5354
Connection to mDNS localhost daemon failed: java.net.ConnectException: Connection refused
mDNS localhost daemon: service not found.
> java.net.ConnectException: Connection refused
jmdns library: register [start]: http://192.168.1.5:0/bPlusTest/
jmdns library: register [done]: http://192.168.1.5:0/bPlusTest/
This is what I get when I revert back to version 1.4 of the SDK:
HME SDK 1.4 (TiVo, Inc.)
LOG: added factory
MDNS: http://192.168.1.5:39368/bPlusTest/