Lets first make sure the CLI port is up and reachable by telneting to it
from a command prompt:

telnet 192.168.1.105 9090

then issue the command:

players 0 999

you should see a response of the list of players.

Note:  When using Vista I had to enable the telnet client:
1. Click Start then select Control Panel.
2. Select Programs and Features.
3. Select Turn Windows features on or off.
4. Select the Telnet Client option.
5. Click OK.
6. A dialog box will appear to confirm installation. The telnet
command 
should now be available.

Of the above is successful lets enable some debugging be modifying the
Bills Jammin Jukebox.bat file in C:\Program Files\Bills Jammin Jukebox.

Change the line:
javaw -jar -Xmx512m BJJ.jar

to:
javaw -jar -Xmx512m BJJ.jar >> output.log 2>>error.log

This will create 2 files we can take a look at.


-- 
billf5293

Bill F
__________________
'Bill's Jammin' Jukebox'
(http://www.thejavashop.net/bjjslimserver/index.shtml)
'Download' (http://kenai.com/projects/bjj/downloads)
'Feature requests and bug reports'
(https://kenai.com/bugzilla/enter_bug.cgi?product=bjj)
------------------------------------------------------------------------
billf5293's Profile: http://forums.slimdevices.com/member.php?userid=20642
View this thread: http://forums.slimdevices.com/showthread.php?t=67167

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to