On Fri Jun 26 18:25:17 +0200 2009, [email protected] wrote: > connection with beanstalkd with both python and java library i can not > get any of the beanstalkd operations(listing tubes, adding messages > etc.) to work. > > [..] > > i am using Solaris 10 OS(x86). i installed beanstalkd and it starts > fine by using command "beanstalkd -d -l hostip -p 11300".
To be absolutely sure it's nothing client-specific, you can also simply connect to beanstalkd using telnet, e.g. `telnet hostip 11300`. Once you've an connection established, type `list-tubes` and hit enter, to see if it's really the server not responding. -- Regards, Andreas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en -~----------~----~----~----~------~----~------~--~---
