[JDEV] Jpolld and the simulator (Chapter 1)

Vijay Kumar vijay at dsfinternet.com
Wed Dec 6 03:46:21 CST 2000


RE: [JDEV] Jpolld and the simulator (Chapter 1)Hi!!!!
      I am also trying to configure & run jpolld with jabber for a last 2-3 days but havent got any breakthrough .
  mine jabberd & jpolld get connected but when I tried to connect from client or from simulator I still got the same error 
  
20001206T08:43:36: [notice] (192.168.1.29): bouncing a routed packet to r0001 at 192.168.1.29/r976093312 from 2 at jpolld/134572320: Server Configuration Error

 
 if  Matthew U can send me your jabber.xml file it would be a great help to me beside telling Ur setup .

as I am running mine jpolld from 192.168.1.29 as 

"./jpolld -h 192.168.1.200 -d 5225 -n c2s -s test &"
&mine jabberd is on different machine 192.168.1.200
as
"jabberd/jabberd -D -h 192.168.1.200 "
with following seetings in jabber.xml

  <service id="c2s"> 
         <host>jpolld.192.168.0.55</host> 
         <accept> 
             <ip/> 
             <port>5225</port> 
             <secret>test</secret> 
         </accept> 
   </service> 

& jabber client is one mine machine(192.168.1.45) which connect to jpolld machine on 5222 port .
well I have also tried to run simulator from jpolld machine only  with following settings

"server=192.168.1.29
server_name=192.168.1.29
port=5222
users=200
message_delay=1
login_delay=1
login_duration=300000
user_letter=r
message=Hi There
message=How are you?
message=This is a long, \
        multiline message.      
"

but result is same 

for simulator:    
20001206T08:43:36: [notice] (192.168.1.29): bouncing a routed packet to r0001 at 192.168.1.29/r976093312 from 2 at jpolld/134572320: Server Configuration Error

for jabber client :
20001205T13:26:59: [notice] (ws29.dsf): bouncing a routed packet to ws29.dsf/Winjab from 2 at c2s/134577256: Server Configuration Error


 I just have no idea how to proceed further .any help at this stage will of great help .


thanking U all in advance 

vijay
 







  ----- Original Message ----- 
  From: Matt Diez 
  To: 'jdev at jabber.org' 
  Sent: Tuesday, December 05, 2000 12:13 AM
  Subject: RE: [JDEV] Jpolld and the simulator (Chapter 1)


  Outstanding. Works beautifully. Thank you. 

  Matthew D. Diez 

  -----Original Message----- 
  From: Thomas Muldowney [mailto:temas at box5.net] 
  Sent: Sunday, December 03, 2000 11:57 PM 
  To: jdev at jabber.org 
  Subject: Re: [JDEV] Jpolld and the simulator (Chapter 1) 



  The version in cvs of simulate doesn't understand the server_name config option 
  so you have to let the server have it's IP as one of it's hosts. 

  --temas 

  On Mon, Dec 04, 2000 at 11:21:49AM -0600, Matt Diez wrote: 
  > I've been working with Jabber 1.2 using jpolld. I retreived the simulator 
  > off of the CVS, and have been attempting to get this thing working. 
  > 
  > Here's my jabber.xml section with the jpolld entry: 
  > 
  >  <service id="c2s"> 
  >         <host>jpolld.192.168.0.55</host> 
  >         <accept> 
  >             <ip/> 
  >             <port>5225</port> 
  >             <secret>test</secret> 
  >         </accept> 
  >   </service> 
  > 
  > 
  > Here's my jabber command line 
  > 
  > jabberd -D 
  > 
  > (not surprising, eh?) 
  > 
  > Here's the jpolld command line 
  > 
  > /jpolld -h 192.168.0.55 -d 5225 -n c2s -s test 
  > 
  > And here's my simulate.cfg file. 
  > 
  > server=192.168.0.55 
  > server_name=ritalin 
  > port=5222 
  > users=1000 
  > message_delay=1 
  > login_delay=1 
  > login_duration=300000 
  > user_letter=r 
  > message=Hi There 
  > message=How are you? 
  > message=This is a long, \ 
  >         multiline message. 
  > message=This message should be quite a bit longer than the others. \ 
  >         I dunno why it should be longer, I just decided that it should, \ 
  >         that's all! 
  > message=This is another short message! 
  > 
  > 
  > And here are the errors that jabber catches: 
  > 
  > Mon Dec  4 12:29:57 2000  deliver.c:472 DELIVER 4:c2s <route type='error' 
  > from='r0000 at 127.0.0.1' to='2 at c2s/134577544' error='Server Configuration 
  > Error'><iq type='set' id='1'><query 
  > xmlns='jabber:iq:register'><username>r0000</username><password>r0000</passwo 
  > rd><resource>r975954589</resource></query></iq></route> 
  > 
  > (lots of these) 
  > 
  > And jpolld's output looks a lot like this: 
  > 
  > [1] Adding conn at 2 
  > [1] Max PFD: 2 
  > [1] Conn gone, mpfd: 1 
  > [1] Adding conn at 2 
  > [1] Max PFD: 2 
  > [1] Conn gone, mpfd: 1 
  > [1] Adding conn at 2 
  > [1] Max PFD: 2 
  > [1] Conn gone, mpfd: 1 
  > [1] Error on MFD: 0: Success 
  > 
  > Any ideas? 
  > 
  > Matthew D. Diez 
  > 
  > 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.jabber.org/pipermail/jdev/attachments/20001206/bc0e2347/attachment-0002.htm>


More information about the JDev mailing list