chrismiceli / daap-client

Automatically exported from code.google.com/p/daap-client
8 stars 4 forks source link

java.lang.ClassCastException: javax.jmdns.impl.DNSRecord$Service cannot be cast to javax.jmdns.impl.DNSRecord$Pointer #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open DAAP Client
2. Connect to a Server running forked-daapd

build.manufacturer: Acer
build.model: A511
version.release: 4.0.3
version.sdk_int: 15

10-13 08:58:26.740 I/ActivityManager(190): Displayed 
org.mult.daap/.PlaylistBrowser: +97ms
10-13 08:58:27.220 D/class javax.jmdns.impl.tasks.Announcer(15846): run() JmDNS 
announcing #announcing 2
10-13 08:58:27.660 W/dalvikvm(15846): threadid=11: thread exiting with uncaught 
exception (group=0x40a3d1f8)
10-13 08:58:27.670 E/AndroidRuntime(15846): FATAL EXCEPTION: 
JmDNS.SocketListener
10-13 08:58:27.670 E/AndroidRuntime(15846): java.lang.ClassCastException: 
javax.jmdns.impl.DNSRecord$Service cannot be cast to 
javax.jmdns.impl.DNSRecord$Pointer
10-13 08:58:27.670 E/AndroidRuntime(15846): at 
javax.jmdns.impl.JmDNSImpl.updateRecord(JmDNSImpl.java:646)
10-13 08:58:27.670 E/AndroidRuntime(15846): at 
javax.jmdns.impl.JmDNSImpl.handleResponse(JmDNSImpl.java:721)
10-13 08:58:27.670 E/AndroidRuntime(15846): at 
javax.jmdns.impl.SocketListener.run(SocketListener.java:58)
10-13 08:58:27.670 E/AndroidRuntime(15846): at 
java.lang.Thread.run(Thread.java:856)
10-13 08:58:27.670 W/ActivityManager(190):   Force finishing activity 
org.mult.daap/.PlaylistBrowser

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
DAAP Media Player-v0.9.7.apk 

Please provide any additional information below.

Original issue reported on code.google.com by Dominik....@gmail.com on 13 Oct 2012 at 7:05

GoogleCodeExporter commented 9 years ago
Does this force close the app?  Or is it just preventing service discovery of  
your server?

Original comment by michael.miceli88@gmail.com on 26 Oct 2012 at 2:12

GoogleCodeExporter commented 9 years ago
yes, the app closed immediately when it happened.

Original comment by Dominik....@gmail.com on 26 Oct 2012 at 5:46