Page 1 of 1

Disabling Web Interface in 4.2.1

Posted: Fri Nov 07, 2014 9:24 am
by Madoka
If you disable the web interface and then chose the Web Interface Menu item, you get this in the log. Not a big deal, but just reporting it. Let me know if you need actual logs as well. Perhaps if the web interface is disabled, then the menu item can be hidden? This is on Java 8 with the Java 8 Build of 4.2.1.

Code: Select all

11-06 13:22:22  Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
11-06 13:22:22  	at net.pms.io.BasicSystemUtils.lambda$addSystemTray$133(BasicSystemUtils.java:157)
11-06 13:22:22  	at net.pms.io.BasicSystemUtils$$Lambda$118/1661406123.actionPerformed(Unknown Source)
11-06 13:22:22  	at java.awt.MenuItem.processActionEvent(Unknown Source)
11-06 13:22:22  	at java.awt.MenuItem.processEvent(Unknown Source)
11-06 13:22:22  	at java.awt.MenuComponent.dispatchEventImpl(Unknown Source)
11-06 13:22:22  	at java.awt.MenuComponent.dispatchEvent(Unknown Source)
11-06 13:22:22  	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
11-06 13:22:22  	at java.awt.EventQueue.access$400(Unknown Source)
11-06 13:22:22  	at java.awt.EventQueue$3.run(Unknown Source)
11-06 13:22:22  	at java.awt.EventQueue$3.run(Unknown Source)
11-06 13:22:22  	at java.security.AccessController.doPrivileged(Native Method)
11-06 13:22:22  	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
11-06 13:22:22  	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
11-06 13:22:22  	at java.awt.EventQueue$4.run(Unknown Source)
11-06 13:22:22  	at java.awt.EventQueue$4.run(Unknown Source)
11-06 13:22:22  	at java.security.AccessController.doPrivileged(Native Method)
11-06 13:22:22  	at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
11-06 13:22:22  	at java.awt.EventQueue.dispatchEvent(Unknown Source)
11-06 13:22:22  	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
11-06 13:22:22  	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
11-06 13:22:22  	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
11-06 13:22:22  	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
11-06 13:22:22  	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
11-06 13:22:23  	at java.awt.EventDispatchThread.run(Unknown Source)