Page 1 of 1

Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Tue Feb 05, 2013 8:19 pm
by silvadalula
Hello.

What steps can be taken to upgrade the version 1.0.1 to 1.1 on ubuntu 12.04.

The 1.0.1 it works perfectly. Only I have to remove the new version in the same directory? With that would be enough?

thanks :?:

Re: Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Tue Feb 05, 2013 8:42 pm
by khurram23
You can keep both versions if you want. Just extract the zip in the new directory.

To move your library, copy the library folder from old to new folder.

Be sure to shutdown the old version, before starting the new one.

Re: Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Wed Feb 06, 2013 10:55 am
by silvadalula
Hello. Thanks for your answer.

I did what you mention. I copied the version 1.1 to another folder /serviio2, but when I run "./Serviio.sh" not do anything or give any error. When I run "./Serviio-console.sh" in the task manager is the task for a few seconds but then also disappears.

Is there a log to see what is happening?

Re: Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Wed Feb 06, 2013 4:33 pm
by khurram23
Did you shutdown the old serviio before you started the new one?

the script is serviio.sh not Serviio.sh. It is case sensitive, so be careful.

logs are in log folder inside your serviio folder. look for serviio.log file.

Re: Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Wed Feb 06, 2013 8:12 pm
by silvadalula
I kill the service "serviio" in task manager.

I exec ./serviio.sh and nothing happens, and log file is empty.

I exce ./serviio-console.sh and nothing happens, but the log file is:
---
2013-02-06 21:07:21,195 INFO [ServiioConsole] Starting Serviio Console
2013-02-06 21:07:22,007 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-02-06 21:07:22,486 INFO [Messages] Loaded console message bundle for locale: es
2013-02-06 21:07:25,082 ERROR [ServiioConsole] Unexpected exception occured: null
java.lang.NullPointerException
at org.serviio.ui.view.swing.PresentationView.initComponents(PresentationView.java:92)
at org.serviio.ui.view.swing.PresentationView.<init>(PresentationView.java:81)
at org.serviio.ui.view.swing.ServiioFrameView.<init>(ServiioFrameView.java:79)
at org.serviio.console.ServiioConsole.main(ServiioConsole.java:106)
2013-02-06 21:07:25,084 INFO [ServiioConsole] Leaving Serviio Console
---

Any help?

Re: Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Thu Feb 07, 2013 1:17 am
by khurram23
Assuming you don't have the old serviio setup to start automatically when system reboots, go ahead and restart your system.

When you are back online, from the new serviio folder go ahead and run serviio.sh again. Look at the log file. No need to run -console for now, until you can get serviio server to come online.

Re: Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Thu Feb 07, 2013 8:16 am
by silvadalula
I have the old serviio setup to start automatically....

If I rename old folder serviio to serviiobak and I rename new folder serviio to old name...., is it possible run?

Re: Update 1.0.1 to 1.1 in ubuntu 12.04

PostPosted: Thu Feb 07, 2013 7:34 pm
by silvadalula
Solved. I rename folder serviio to serviio_old y the new serviio1.1 to serviio and it's ok.

Thanks.