UMS freezes
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
UMS freezes
My UMS freezes frequently.
Recently it has been done like this:
1. The computer is asleep.
2. I wake it up and "UMS" appears on the Playstation screen.
3. I enter folders one by one and on the target PS4 stops permanently communicating with UMS and "no files to display" appears.
4. There is nothing in the UMS logs (or I don't notice it).
5. I restart UMS, but also nothing appears and the Restart button remains gray.
6. I am trying to delete the cache - the message "The local cache could not be started, Restart ..." appears
7. In the task manager I can see two java.exe processes - one is suspended at 8% CPU usage and 671MB RAM. Until I kill him, I can't clear the cache.
By the way, deleting the cache generates such an error in the logs:
Windows 10, UMS 10.16.0
Recently it has been done like this:
1. The computer is asleep.
2. I wake it up and "UMS" appears on the Playstation screen.
3. I enter folders one by one and on the target PS4 stops permanently communicating with UMS and "no files to display" appears.
4. There is nothing in the UMS logs (or I don't notice it).
5. I restart UMS, but also nothing appears and the Restart button remains gray.
6. I am trying to delete the cache - the message "The local cache could not be started, Restart ..." appears
7. In the task manager I can see two java.exe processes - one is suspended at 8% CPU usage and 671MB RAM. Until I kill him, I can't clear the cache.
By the way, deleting the cache generates such an error in the logs:
Code: Select all
22:37:01 DEBUG Error when re-initializing after manual cache reset:
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "FILENAME_VERSION" already exists; SQL statement:
CREATE INDEX FILENAME_VERSION on FILES (FILENAME, VERSION) [42111-206]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:521)
at org.h2.message.DbException.getJdbcSQLException(DbException.java:496)
at org.h2.message.DbException.get(DbException.java:227)
at org.h2.message.DbException.get(DbException.java:203)
at org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
at org.h2.command.CommandContainer.update(CommandContainer.java:173)
at org.h2.command.Command.executeUpdate(Command.java:252)
at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:252)
at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:223)
at net.pms.database.DatabaseHelper.execute(DatabaseHelper.java:357)
at net.pms.database.MediaTableFailedLookups.createTable(MediaTableFailedLookups.java:145)
at net.pms.database.MediaTableFailedLookups.checkTable(MediaTableFailedLookups.java:84)
at net.pms.database.MediaDatabase.checkTables(MediaDatabase.java:105)
at net.pms.database.MediaDatabase.reInitTablesExceptFilesStatus(MediaDatabase.java:138)
at net.pms.database.MediaDatabase.resetCache(MediaDatabase.java:257)
at net.pms.newgui.NavigationShareTab.lambda$initSimpleComponents$11(NavigationShareTab.java:385)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6539)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6304)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Re: UMS freezes
One error message is not helpful. Could you post full trace logs? see the section in red above.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: UMS freezes
I flipped the switch to the "All" position. I'll send the log tomorrow. The last time I checked it, there was nothing in the log.
Re: UMS freezes
Log.
UMS sends "ALIVE" but is actually suspended and there is no connection to it.
Tried restarting it from the menu but when pressed the button is now permanently grayed out.
I need to kill the javaw.exe process and restart the UMS.
UMS sends "ALIVE" but is actually suspended and there is no connection to it.
Tried restarting it from the menu but when pressed the button is now permanently grayed out.
I need to kill the javaw.exe process and restart the UMS.
Code: Select all
17:24:18 DEBUG Sending ALIVE...
17:24:49 DEBUG Sending ALIVE...
17:25:20 DEBUG Sending ALIVE...
17:25:51 DEBUG Sending ALIVE...
17:26:22 DEBUG Sending ALIVE...
17:26:22 DEBUG Recognized media renderer "PC"
17:26:53 DEBUG Sending ALIVE...
17:27:24 DEBUG Sending ALIVE...
17:27:55 DEBUG Sending ALIVE...
17:28:26 DEBUG Sending ALIVE...
17:28:57 DEBUG Sending ALIVE...
17:28:57 DEBUG Recognized media renderer "PlayStation 4"
17:28:57 DEBUG Recognized media renderer "PlayStation 4"
17:28:58 DEBUG Recognized media renderer "PlayStation 4"
17:28:58 DEBUG Recognized media renderer "PlayStation 4"
17:28:58 DEBUG Recognized media renderer "PlayStation 4"
17:29:01 DEBUG Recognized media renderer "PlayStation 4"
17:29:01 DEBUG GlobalIdRepo: marking id 131 out of scope
17:29:01 DEBUG GlobalIdRepo: marking id 132 out of scope
17:29:01 DEBUG GlobalIdRepo: marking id 133 out of scope
17:29:01 DEBUG GlobalIdRepo: marking id 134 out of scope
17:29:02 DEBUG Recognized media renderer "PlayStation 4"
17:29:27 DEBUG Sending ALIVE...
17:29:58 DEBUG Sending ALIVE...
17:30:06 DEBUG Recognized media renderer "PlayStation 4"
17:30:29 DEBUG Sending ALIVE...
17:31:00 DEBUG Sending ALIVE...
17:31:31 DEBUG Sending ALIVE...
17:32:02 DEBUG Sending ALIVE...
17:32:33 DEBUG Sending ALIVE...
17:33:04 DEBUG Sending ALIVE...
17:33:35 DEBUG Sending ALIVE...
17:34:06 DEBUG Sending ALIVE...
17:34:37 DEBUG Sending ALIVE...
17:35:08 DEBUG Sending ALIVE...
17:35:39 DEBUG Sending ALIVE...
17:36:10 DEBUG Sending ALIVE...
17:36:41 DEBUG Sending ALIVE...
17:37:12 DEBUG Sending ALIVE...
17:37:43 DEBUG Sending ALIVE...
17:38:14 DEBUG Sending ALIVE...
17:38:45 DEBUG Sending ALIVE...
17:39:16 DEBUG Sending ALIVE...
17:39:47 DEBUG Sending ALIVE...
17:40:18 DEBUG Sending ALIVE...
17:40:49 DEBUG Sending ALIVE...
17:41:19 DEBUG Sending ALIVE...
17:41:50 DEBUG Sending ALIVE...
17:42:21 DEBUG Sending ALIVE...
17:42:52 DEBUG Sending ALIVE...
17:43:22 DEBUG Checking dbgpack property in UMS.conf
17:43:22 DEBUG adding C:\Program Files (x86)\Universal Media Server\renderers\Microsoft-WindowsMediaPlayer.conf
17:43:22 DEBUG adding C:\Program Files (x86)\Universal Media Server\renderers\Sony-PlayStation4.conf
17:43:22 DEBUG adding C:\ProgramData\UMS\WEB.conf
17:43:22 DEBUG adding C:\ProgramData\UMS\UMS.conf
17:43:22 DEBUG adding C:\ProgramData\UMS\debug.log.prev
17:43:22 DEBUG adding C:\ProgramData\UMS\debug.log
17:43:23 DEBUG Sending ALIVE...
17:43:28 DEBUG Default logfile folder set to: C:\Users\Właściciel\Desktop\UMS-log
17:43:32 DEBUG Packing C:\Program Files (x86)\Universal Media Server\renderers\Microsoft-WindowsMediaPlayer.conf
17:43:32 DEBUG Packing C:\Program Files (x86)\Universal Media Server\renderers\Sony-PlayStation4.conf
17:43:32 DEBUG Packing C:\ProgramData\UMS\WEB.conf
17:43:32 DEBUG Packing C:\ProgramData\UMS\UMS.conf
17:43:32 DEBUG Packing C:\ProgramData\UMS\debug.log
17:43:39 DEBUG singleton task restart started
17:43:39 DEBUG task started
17:43:39 DEBUG Sending BYEBYE...
17:43:39 DEBUG Sending ALIVE...
17:43:39 DEBUG Stopping UPNP Services...
17:43:40 INFO Stopping server on host 192.168.0.2 and port 5001...
17:43:40 INFO Confirm allChannels is empty: DefaultChannelGroup(name: HTTPServer, size: 0)
17:44:10 DEBUG Sending ALIVE...
17:44:41 DEBUG Sending ALIVE...
17:44:45 DEBUG Checking dbgpack property in UMS.conf
17:44:45 DEBUG adding C:\Program Files (x86)\Universal Media Server\renderers\Microsoft-WindowsMediaPlayer.conf
17:44:45 DEBUG adding C:\Program Files (x86)\Universal Media Server\renderers\Sony-PlayStation4.conf
17:44:45 DEBUG adding C:\ProgramData\UMS\WEB.conf
17:44:45 DEBUG adding C:\ProgramData\UMS\UMS.conf
17:44:45 DEBUG adding C:\ProgramData\UMS\debug.log.prev
17:44:45 DEBUG adding C:\ProgramData\UMS\debug.log
17:44:56 DEBUG Packing C:\Program Files (x86)\Universal Media Server\renderers\Microsoft-WindowsMediaPlayer.conf
17:44:56 DEBUG Packing C:\Program Files (x86)\Universal Media Server\renderers\Sony-PlayStation4.conf
17:44:56 DEBUG Packing C:\ProgramData\UMS\WEB.conf
17:44:56 DEBUG Packing C:\ProgramData\UMS\UMS.conf
17:44:56 DEBUG Packing C:\ProgramData\UMS\debug.log
17:45:12 DEBUG Sending ALIVE...
17:45:43 DEBUG Sending ALIVE...
Re: UMS freezes
There was no information there.
Could you post full trace logs? see the section in red above on how to create them and attach them to your post.
Could you post full trace logs? see the section in red above on how to create them and attach them to your post.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.