HI! When i connect with a JID that have a registration on MSN gateway, i give this message on console and anything more happens. No buddy from MSN on my Buddy List.
Exception in thread “Thread-41” java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1127)
at java.util.regex.Matcher.reset(Matcher.java:284)
at java.util.regex.Matcher.(Matcher.java:205)
at java.util.regex.Pattern.matcher(Pattern.java:879)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrlSlow(IncomingUSR.java: 136)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrl(IncomingUSR.java:151)
at net.sf.jml.protocol.incoming.IncomingUSR$1.run(IncomingUSR.java:195)
HI! When i connect with a JID that have a registration on MSN gateway, i give this message on console and anything more happens. No buddy from MSN on my Buddy List.
Exception in thread “Thread-41” java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1127)
at java.util.regex.Matcher.reset(Matcher.java:284)
at java.util.regex.Matcher.(Matcher.java:205)
at java.util.regex.Pattern.matcher(Pattern.java:879)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrlSlow(IncomingUSR.java: 136)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrl(IncomingUSR.java:151)
at net.sf.jml.protocol.incoming.IncomingUSR$1.run(IncomingUSR.java:195)
Can anyone help me?
PS: sorry about my bad english!
I believe someone else ran into this … I’‘m hoping they say something. =D I can only vaguely recall but there was a problem with using Gnu Java or an older JDK or something like that. The only other scenario I can think of that would cause that is if you had an empty password or username (which really -shouldn’'t -cause this, but that was a theory I had going for a bit)
Ok, looking over JML’‘s code, it looks like … well first off JML’‘s code ought to be checking to make sure it got a successful connection. I’‘m going to file a bug report for myself on that. That said, it’'s trying to connect to:
And I believe it’‘s getting a weird response back. Now why that is occuring I am not sure yet, but will look into it. The thing is, the interaction with MSN hasn’'t even gotten to a point where it knows anything about -you- yet, so it sounds like more of a connection between you and their nexus server issue. '‘cause the way it works is literally just an https connection and a look at the headers returned to figure out where to connect to. Unfortunately this isn’'t something I can duplicate on my end so I may build you a custom debugging version that can tell me more.