Forum: PogamutUT2004

Can't connect bots to remote server

Hi all,

I've done the following and I can't get my bot to connect the right server. In netbeans i've added a new server, writing the following in the URI field: : 3001

When I launch dm bot server it appears alive on Netbeans, and I can actually change the map from any of the other computers using netbeans, but when I hit F6 the bot doesn't run on that server. I suspect it is something related with the following error:


Cause: class cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException: LogCategory(Connection): java.net.ConnectException: Connection refused: connect (127.0.0.1:3000) (at cz.cuni.amis.pogamut.base.communication.connection.impl.socket.SocketConnection.unsyncConnect(SocketConnection.java:83))

Seems like he is trying to connect to 127.0.0.1: 3000. I've put the right address in the Services->UT2004Servers (adding a new Server). I don't know what to do!! Please help!