Disabling Web Interface in 4.2.1

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
User avatar
Madoka
Posts: 328
Joined: Fri Jun 01, 2012 12:51 pm

Disabling Web Interface in 4.2.1

Post 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)
Post Reply