Howdy,

I'm getting a crash in the trio server. Maybe this will be useful:

Behavior:
Periodic (4 times in 24 hours) audio stops from Player. Timer for the current track continues to increment, but the player is unresponsive (no button clicks can change state). Trio window shows incrementing Connections from the player, but no pickup. jReceiver does not indicate any errros. I'll paste a crash below.

Has occured once while streaming, and three times while listening to tracks (Genre on Shuffle from Jreciever).

Windows 2000 Server, SP4, 256M RAM, Celeron 566
tRio 0.1.4A
Jreceiver 0.2.5
Java j2re1.4.1_03

Let me know if there's a debug/log setting I can enable to get more data.

snip.....
*** Short JRec content read - setting EndOfTune. src_id: 3326, tuneOffset: 5997
640, bufferOffset: 0, reqLength: 4712, readLength: 3545
PlayerStream (/192.168.0.6) - End Of Tune. nextTune: 23rd Psalm Feat. Gramps Of
Morgan Heritage
PlayerStream (/192.168.0.6) - Next get: 7200
java.lang.NoClassDefFoundError: javax/net/ssl/SSLSocket
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
at jreceiver.client.common.ClientContent.getBytes(ClientContent.java:104
)
at trio.player.TRioPlayerJRecServer.getContent(Unknown Source)
at trio.player.TRioPlayerStreamImpl.streamGet(Unknown Source)
at trio.player.TRioPlayerStreamImpl.streamGet(Unknown Source)
at trio.player.TRioPlayerStreamImpl.processDataRequest(Unknown Source)
at trio.player.TRioPlayerStreamImpl.messageReceived(Unknown Source)
at trio.TRioUnit.notifyMessageListeners(Unknown Source)
at trio.TRioUnitControlThread.run(Unknown Source)
Got connect from /192.168.0.6
Got connect from /192.168.0.6
Got connect from /192.168.0.6
Got connect from /192.168.0.6
....this goes on until tRio server is restarted, then it picks up the connection immediately.

TinnedFish (bruce)