Java error at startup

Hi,
I installed Serviio, ffmpeg and openjdk6 from ports on a FreeBSD 9.2 system. All three programs and dependent programs installed and registered properly. ffmpeg seems to run properly for preliminary testing. However, when I start Serviio, java fails with the following errors to the console:
Nothing is logged in the serviio.log file.
The runtime user is set to "dlna" and it owns or has read/write permission to all serviio and jave files so it appears to be a configuration problem. Unfortunately, I am not familiar with java so do not know where to look for the problem. Could someone provide help please?
TIA -- JJ
I installed Serviio, ffmpeg and openjdk6 from ports on a FreeBSD 9.2 system. All three programs and dependent programs installed and registered properly. ffmpeg seems to run properly for preliminary testing. However, when I start Serviio, java fails with the following errors to the console:
- Code:
Starting serviio.
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:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: org.serviio.MediaServer. Program will exit.
Nothing is logged in the serviio.log file.
The runtime user is set to "dlna" and it owns or has read/write permission to all serviio and jave files so it appears to be a configuration problem. Unfortunately, I am not familiar with java so do not know where to look for the problem. Could someone provide help please?
TIA -- JJ