Page 1 of 1

console freeze on "force refresh"

PostPosted: Mon Jul 12, 2010 5:50 pm
by fizze
Hi Zip, today I've got the console freezing on me when i click "force refresh" on my serviio server.
The server's log only shows this:
  Code:
2010-07-12 19:43:32,360 INFO  [UpdateChecker] Checking if a new version is available
2010-07-12 19:44:58,132 INFO  [AbstractModel] Remote exception occured, removing the listener: CORBA COMM_FAILURE 1398079689 No; nested exception is:
        org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No


Obviously I haven't got server debugging on.

Console on the console client shows this:
  Code:
2010-07-12 19:47:41,516 INFO  [ServiioConsole] Starting Serviio Console
2010-07-12 19:47:41,549 DEBUG [ApplicationInstanceManager] Listening for application instances on socket 44332
2010-07-12 19:47:41,588 DEBUG [SwingHelper] Choosing java look and feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
2010-07-12 19:47:41,636 DEBUG [ServiioConsole] Connecting to Serviio ORB on 192.168.1.2:23423
2010-07-12 19:47:42,586 DEBUG [ServiioConsole] Starting Console ORB
2010-07-12 19:47:42,586 DEBUG [UpdateCheckerThread] Checking for a new version


Weird, after 2 minutes of trying to reproduce, the servers log shows this:
  Code:
2010-07-12 19:45:48,234 INFO  [UpdateChecker] Checking if a new version is available
2010-07-12 19:47:26,448 INFO  [UpdateChecker] Checking if a new version is available
2010-07-12 19:48:07,132 INFO  [AbstractModel] Remote exception occured, removing the listener: CORBA COMM_FAILURE 1398079689 No; nested exception is:
        org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
2010-07-12 19:48:07,132 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2010-07-12 19:48:07,134 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files


I see some gain in CPU activity on the server, but not the usual 99% hog. So I'm not convinced it actually is looking for new files. Weird. :?

edit:
a server restart fixed it. I had to kill -9 it, everything else wouldn't work. But it still streamed fine. Weird.

Re: console freeze on "force refresh"

PostPosted: Mon Jul 12, 2010 6:42 pm
by zip
hmm, looks like the connection between the server and console failed at some point, which caused it being disconnected from the server. I would have thought restarting the console should fix it?

Re: console freeze on "force refresh"

PostPosted: Tue Jul 20, 2010 5:11 pm
by fizze
Just to be clear, restarting the console didn't fix it.
It happened again this time, but instead of killing the console process I just waited.
After about one hour the console was responsive again, and the server seems to do its forced refresh.

This is a weird one.

Re: console freeze on "force refresh"

PostPosted: Tue Jul 20, 2010 10:20 pm
by zip
Are you running the console remotely? Is it on Windows?

Re: console freeze on "force refresh"

PostPosted: Wed Jul 21, 2010 5:24 pm
by fizze
Yes and yes. Console running on Win7 x64. Server running on Ubuntu x86.