
Result when look movie Netflix


Why do you think it fails, I mean it should fail because you probably cannot see any action when the command is sent but have you consider that probably with could have a bad wireless connection between the device and the router?stefangsbb wrote:I am still working on the Wemo Items. Currently I am implementing support for the light bulbs and doing long time tests of the switches. I have noticed that it is quite often that sending messages to the devices fails. I am now experimenting with re-sending multiple times in case of failure.
Code: Select all
HTTP ERROR: 500
INTERNAL_SERVER_ERROR
RequestURI=/home
Caused by:
java.lang.NullPointerException
at org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket.start(SSDPSearchResponseSocket.java:87)
at org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList.start(SSDPSearchResponseSocketList.java:129)
at org.cybergarage.upnp.ControlPoint.start(ControlPoint.java:858)
at org.cybergarage.upnp.ControlPoint.start(ControlPoint.java:894)
at nu.nethome.home.items.UPnPScanner.activate(UPnPScanner.java:67)
at nu.nethome.home.item.HomeItemAdapter.activate(HomeItemAdapter.java:70)
at nu.nethome.home.impl.LocalHomeItemProxy.callAction(LocalHomeItemProxy.java:104)
at nu.nethome.home.items.web.servergui.EditItemPage.updateAttributes(EditItemPage.java:611)
at nu.nethome.home.items.web.servergui.EditItemPage.processAttributeUpdateAction(EditItemPage.java:278)
at nu.nethome.home.items.web.servergui.EditItemPage.performActionsAndRedirect(EditItemPage.java:258)
at nu.nethome.home.items.web.servergui.EditItemPage.printPage(EditItemPage.java:148)
at nu.nethome.home.items.web.servergui.HomeGUI.service(HomeGUI.java:231)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:363)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:324)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:741)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:522)
Powered by Jetty://