Hi,
I followed the instructions here
https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md as
suggested by George.
When I get to the part I need to run JVB I receive an error:
2015-06-29 08:03:45.529 SEVERE: [1]
util.UtilActivator.uncaughtException().108 A
n uncaught exception occurred in thread=Thread[main,5,main] and message
was: jav
a.net.ConnectException: Connection refused: connect
org.xmpp.component.ComponentException: java.net.ConnectException:
Connection ref
used: connect
at
org.jivesoftware.whack.ExternalComponent.connect(ExternalComponent.ja
va:272)
at
org.jivesoftware.whack.ExternalComponentManager.addComponent(External
ComponentManager.java:221)
at
org.jivesoftware.whack.ExternalComponentManager.addComponent(External
ComponentManager.java:201)
at org.jitsi.videobridge.Main.main(Main.java:282)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at
org.jivesoftware.whack.ExternalComponent.connect(ExternalComponent.ja
va:151)
... 3 more
C:\Users\Administrator\Desktop\jitsi-videobridge-windows-x64-472\jitsi-videobrid
ge-windows-x64-472>
I was able to start Prosody with the videobridge before following the
instructions here:
https://github.com/jitsi/jitsi-meet/blob/master/doc/manual-install.md .
Also, now I get the same error when I tried running Prosody and JVB as I
did before when it worked.
any suggetions?
Thank you