all the info was set correctly but when i try to start it i got:
java.lang.NoClassDefFoundError: org/springframework/core/io/support/ResourcePatternResolve
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
and a lot more string ending with (Unknown Source)
so what could be the problem??
thx
|
did you set the path for java during setup?
[edit] in the file red5.sh
ManOfTeal.COM a Proud UNA site, six years running strong! |
yep, but i set it into the red5 java directory because i already have red5 on my server.. so i change all the port of RMS by adding 10 to them... so 1935 for red5 become 1945 for RMS etc.. all the files was correctly edited...
but for the java directory i set the same path that for the red5 so the path opt/red5/jre1.6.0_14
does it cause a problem?? if yes i use ubuntu... so how to install java also in the RMS directory?
please give all the command.. im a newbie into the server command config..
thx
|
if yes i use ubuntu...
I use Ubuntu 12.04LTS, home RMS server..
to find where your java is run this in SSH.
# whereis java
java: /usr/bin/java /usr/bin/X11/java /usr/share/java /usr/share/man/man1/java.1.gz
the results are in green, I use the first one. /usr/bin/java
ManOfTeal.COM a Proud UNA site, six years running strong! |
#!/bin/bash
JAVA_HOME=/usr/bin/java;
if [ -z "$RED5_HOME" ]; then
export RED5_HOME=`pwd`;
ManOfTeal.COM a Proud UNA site, six years running strong! |
ok i try but it still dont work :( same error
but thx for the reply
|
ok i try but it still dont work :( same error
but thx for the reply
Well, did you do your Ubuntu setup?
This is my tut DIY server, the first in the directions are to install java, it's a must do..
http://www.boonex.com/n/this-is-what-i-did-to-get-d7-x-working-on-a-server
Install java:
apt-get install openjdk-7-jdk
ManOfTeal.COM a Proud UNA site, six years running strong! |
unable to find the packet openjdk-7-jdk
after type : apt-get install openjdk-7-jdk
|
this is my results in SSH
root@********:/opt/71ray_server# apt-get install openjdk-7-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
openjdk-7-jdk is already the newest version.
ManOfTeal.COM a Proud UNA site, six years running strong! |
unable to find the packet openjdk-7-jdk
after type : apt-get install openjdk-7-jdk
your under sudo right?
ManOfTeal.COM a Proud UNA site, six years running strong! |
|