Openmeetings: problem in running: "Address already in use "

0

i am trying to run openmeetings in my CentOS vps.

when i run

$ ./red5.sh

after a lot of lines it says:

Bootstrap Complete

and a few lines before it it says:

Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
...

i have tried red5.sh with root and a nomral user. both gives error like that.

any suggestion?

Alexar

Posted 2010-02-22T18:18:49.903

Reputation: 389

Answers

0

i solved the problem.

my vps uses PLESK and it makes port 8443 budy.

i just changed 8443 to some thing else in conf/red5.properties

it passed from that line, but it stopped somewhere else.

Alexar

Posted 2010-02-22T18:18:49.903

Reputation: 389

i finally ran it completely! – Alexar – 2010-03-03T19:03:42.800