SEVERE Thread Uncaught exception in Thread-21
NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
at java.util.regex.Matcher.reset(Matcher.java:291)
at java.util.regex.Matcher.<init>(Matcher.java:211)
at java.util.regex.Pattern.matcher(Pattern.java:888)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrlSlow(IncomingUSR.java:137)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrl(IncomingUSR.java:152)
at net.sf.jml.protocol.incoming.IncomingUSR$1.run(IncomingUSR.java:200)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get a null pointer from time to time:
SEVERE Thread Uncaught exception in Thread-21
NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1140)
at java.util.regex.Matcher.reset(Matcher.java:291)
at java.util.regex.Matcher.<init>(Matcher.java:211)
at java.util.regex.Pattern.matcher(Pattern.java:888)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrlSlow(IncomingUSR.java:137)
at net.sf.jml.protocol.incoming.IncomingUSR$1.getPassportUrl(IncomingUSR.java:152)
at net.sf.jml.protocol.incoming.IncomingUSR$1.run(IncomingUSR.java:200)
I think that is fixed in trunk. I need to put out a trunk release soonish. =/