daPhyre
Visitor
|
Problem testing client samples - 2010/06/16 20:16
Hello. I've downloaded recently Palabre, and instaled it on my Ubuntu Linux 10.04 (Lucid Lynx). I start succesfully the server socket, receiving this un my console:
| Code: | 2010-06-16 15:06:15,294 : INFO No log file has been specified
2010-06-16 15:06:15,294 : INFO Palabre will only print log to console
2010-06-16 15:06:15,792 : INFO Starting Palabre...
2010-06-16 15:06:15,824 : INFO Running on: myhost
2010-06-16 15:06:15,824 : INFO Port: 2468
2010-06-16 15:06:15,825 : INFO Palabre is running on a public interface
2010-06-16 15:06:15,825 : INFO Other computers will be able to access it
2010-06-16 15:06:15,825 : INFO 0 Module(s) to load
2010-06-16 15:06:15,825 : INFO 0 Module(s) loaded
2010-06-16 15:06:15,825 : INFO Connection to BDD SKIPPED
2010-06-16 15:06:16,819 : INFO ...started with pid: 2172.
|
But when I go to my http://myhost/, and open any of the client samples on the download section of Palabre webpage, I get a "No connection found". In the console appears these lines:
| Code: | 2010-06-16 15:06:58,388 : INFO Connection initialized for 127.0.1.1
2010-06-16 15:06:58,425 : INFO Connection lost for (127.0.1.1)
2010-06-16 15:06:58,425 : INFO Disconnection asked by (127.0.1.1)
2010-06-16 15:06:58,426 : INFO Client left:
|
I've tried it with the 0.6b and the 0.5.1, and with both I've the same problem. Anyone knows what might be done wrong?
|