Hi, I am using Joomla integration. It seems like the only way the chat works is if I install it all the times with sh 123flashchat.sh . If I do ./fcserver start or ./fcserver_console, nothing happens. I get an error with fcserver_console.
Here is what I tried with no success...
root@vmav:/usr/local/flash123# java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
root@vmav:/usr/local/flash123# ./fcserver_console start
Exception in thread "main" java.lang.NoClassDefFoundError: com/install4j/runtime/Launcher
Caused by: java.lang.ClassNotFoundException: com.install4j.runtime.Launcher
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: com.install4j.runtime.Launcher. Program will exit.
root@vmav:/usr/local/flash123# update-java-alternatives -s java-6-sun
root@vmav:/usr/local/flash123# java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
root@vmav:/usr/local/flash123# ./fcserver start
Starting fcserver
root@vmav:/usr/local/flash123#
root@vmav:/usr/local/flash123# ./fcserver_console
Exception in thread "main" java.lang.NoClassDefFoundError: com/install4j/runtime/Launcher
Caused by: java.lang.ClassNotFoundException: com.install4j.runtime.Launcher
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: com.install4j.runtime.Launcher. Program will exit.
I also added the chat folder to /usr/local/red5/webapps to no avail. Please help me get the trial going in my server in both red5 and your server installation method so that I choose what's best for me...