Paul,

Also curious about the tRio Applet interface. Much more in this version than the previous version, when clicking on the "Player" tab, it doens't flip over to the player. This is the stack trace:

INFO: WARNING: Icon lookup failed for icon clear. Please add this to configuration file.
Sep 6, 2004 11:15:16 PM trio.TRioNotificationQueue run
WARNING: Unhandled exception in Notification thread - ignoring
java.lang.NullPointerException
at trio.player.TRioPlayerApp.getIcon(Unknown Source)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at trio.player.TRioPlayerApp_Stub.getIcon(Unknown Source)
at trio.applet.TRioAppletPlayerPanel.getIcon(Unknown Source)
at trio.applet.TRioAppletPlayerPanel.playbackUpdate(Unknown Source)
at trio.applet.TRioAppletPlayerPanel.playbackUpdate(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at trio.applet.TRioAppletPlayerPanel_Stub.playbackUpdate(Unknown Source)
at trio.player.PlaybackUpdateDispatcher.run(Unknown Source)
at trio.TRioNotificationQueue.run(Unknown Source)

Usually if I fiddle on the units themselves to get a song playing - it'll start working on the Web interface.

Thanks!

_DS