I am just wondering, if the port to the JSON interface is somewhere
hardcoded to 9000 which ist the original LMS port?

I am running LMS on a NAS, where 9000 is already in use for twonky. LMS
is running on 9001. However, SMB tries to contact JSON on 9000


Code:
--------------------
    
  com.sun.jersey.api.client.UniformInterfaceException: POST 
http://localhost:9000/jsonrpc.js returned a response status of 404
  at com.sun.jersey.api.client.WebResource.handle(WebResource.java:607)
  at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
  at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:507)
  at 
org.socialmusicdiscovery.server.plugins.mediaimport.squeezeboxserver.SqueezeboxServer.execute(SqueezeboxServer.java:241)
  at 
org.socialmusicdiscovery.server.business.logic.MediaImportManager$1.run(MediaImportManager.java:222)
  at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
  at java.util.concurrent.FutureTask.run(Unknown Source)
  at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  at java.lang.Thread.run(Unknown Source)
  [\code]
  
  Is it possible to change the port to 9001 somewhere in the perl part?


------------------------------------------------------------------------
mr_hyde's Profile: http://forums.slimdevices.com/member.php?userid=6032
View this thread: http://forums.slimdevices.com/showthread.php?t=90278

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to