Ray Server Failure

I've tried to setup a ray server on our production environment. We use 2 webserver with a load balancer.
I've installed the ray server on webserver A. I've started it with ray.sh. 
When i try to connect to the server now by http://www.boonex.com/rms.html
i always get a "NetConnection.Connect.Failed" and on the server i get the following error :

[ERROR] 2008-06-04 16:52:17,196 pool-3-thread-11:( org.red5.server.net.rtmp.RTMPHandler.onInvoke ) Error connecting 
java.lang.ArrayIndexOutOfBoundsException: 1
at org.red5.server.webapp.chat.Application.connect(Application.java:206)
at org.red5.server.Scope.connect(Scope.java:417)
at org.red5.server.BaseConnection.connect(BaseConnection.java:264)
at org.red5.server.net.rtmp.RTMPConnection.connect(RTMPConnection.java:244)
at org.red5.server.net.rtmp.RTMPMinaConnection.connect(RTMPMinaConnection.java:67)
at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:313)
at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:143)
at org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java:120)
at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:570)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:220)
at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:264)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)

Quote · 4 Jun 2008

shot in the dark~~~~~~

is this the latest version of jdk?

when i was trying to install rms 3.5 it was having the same style errors. i had to install the latest version of jdk so that it would bind to it.

well just a suggestion.

later,
DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 10 Jun 2008

u need setting System Environment Configuration. Right click "My Computer", go to "Properties", "Advanced", and select "Environment Variables". Add following variables: (Suppose the installation path of Java JDK is D:\jdk.) Add variable PATH and set its value as D:\jdk\bin Add variable CLASSPATH, value .;D:\jdk\lib;D:\jdk\lib\tools.jar;D:\jdk\lib\dt.jar Add variable JAVA_HOME, value D:\jdk Note: Here "." cannot be omitted.

Quote · 30 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.