Cannot get Serviio to run on Ubuntu 12.04 LTS

I went through the "how to" sections and did as instructed. Everything seemed fine - yet when I do "initctl list" I get "serviio stop/waiting". When I the do "sudo start serviio" it starts with a process number, but the initctl still shows stop/waiting.
I then went to the install directory and did "./serviio.sh" and got the following:
media@MEDIA-SERVER:~/Serviio$ ./serviio.sh
Exception in thread "main" java.lang.NoClassDefFoundError: org/serviio/MediaServer
Caused by: java.lang.ClassNotFoundException: org.serviio.MediaServer
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.serviio.MediaServer. Program will exit.
Please can someone help this Noob?
I then went to the install directory and did "./serviio.sh" and got the following:
media@MEDIA-SERVER:~/Serviio$ ./serviio.sh
Exception in thread "main" java.lang.NoClassDefFoundError: org/serviio/MediaServer
Caused by: java.lang.ClassNotFoundException: org.serviio.MediaServer
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: org.serviio.MediaServer. Program will exit.
Please can someone help this Noob?
