issue 1
(Exeption) reported by daniele.cantarini
- What steps will reproduce the problem?
1. ruby rjabberd
[2008-12-08 04:23:37] INFO WEBrick 1.3.1
[2008-12-08 04:23:37] INFO ruby 1.8.6 (2008-03-03) [i586-linux]
[2008-12-08 04:23:37] WARN TCPServer Error: Address already in use - bind(2)
[2008-12-08 04:23:37] INFO RJabberD::JabberServer#start: pid=15038 port=5222
2. telnet localhost 5222
[2008-12-08 04:26:24] INFO Client connected.
3. <s:stream xmlns:s='jabber.org'>
4. </s:stream>
[2008-12-08 04:28:15] ERROR REXML::ParseException: Missing end tag for ''
(got "s:stream")
Line:
Position: 0
Last 80 unconsumed characters:
/usr/lib/ruby/1.8/rexml/parsers/baseparser.rb:330:in `pull'
/usr/lib/ruby/1.8/rexml/parsers/sax2parser.rb:92:in `parse'
./streamparser.rb:80:in `parse'
./connection.rb:17:in `start'
./jabberserver.rb:31:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rjabberd.rb:9
[2008-12-08 04:28:15] INFO Client disconnected.
What is the expected output? What do you see instead?
I expected
INFO <s:stream xmlns:s='jabber.org'/>
instead I get the exception reported above
What version of the product are you using? On what operating system?
r36, the latest updated on Aug 11, 2007
Please provide any additional information below.
I use putty as telnet client.
What steps will reproduce the problem?
1. ruby rjabberd
[2008-12-08 04:23:37] INFO WEBrick 1.3.1
[2008-12-08 04:23:37] INFO ruby 1.8.6 (2008-03-03) [i586-linux]
[2008-12-08 04:23:37] WARN TCPServer Error: Address already in use - bind(2)
[2008-12-08 04:23:37] INFO RJabberD::JabberServer#start: pid=15038 port=5222
2. telnet localhost 5222
[2008-12-08 04:26:24] INFO Client connected.
3. <s:stream xmlns:s='jabber.org'>
4. </s:stream>
[2008-12-08 04:28:15] ERROR REXML::ParseException: Missing end tag for ''
(got "s:stream")
Line:
Position: 0
Last 80 unconsumed characters:
/usr/lib/ruby/1.8/rexml/parsers/baseparser.rb:330:in `pull'
/usr/lib/ruby/1.8/rexml/parsers/sax2parser.rb:92:in `parse'
./streamparser.rb:80:in `parse'
./connection.rb:17:in `start'
./jabberserver.rb:31:in `run'
/usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
/usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
/usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
/usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
rjabberd.rb:9
[2008-12-08 04:28:15] INFO Client disconnected.
What is the expected output? What do you see instead?
I expected
INFO <s:stream xmlns:s='jabber.org'/>
instead I get the exception reported above
What version of the product are you using? On what operating system?
r36, the latest updated on Aug 11, 2007
Please provide any additional information below.
I use putty as telnet client.