-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nmap scan causes null pointer exception #50
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
malcolmsparks
added
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Jan 27, 2022
@pwhittin @malcolmsparks cannot recreate. When running site locally, and running the command above, my output is
|
I just did a
Next I executed the following: bin/site-server 2>&1 | tee site-server.log See the attached Next I executed the following: nmap -A -v -v localhost 2>&1 | tee nmap.log See the attached Within the file 2022-09-06 08:33:02.009:WARN:oejs.HttpChannel:qtp1492187284-23: /
java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null
at java.base/java.util.regex.Matcher.getTextLength(Matcher.java:1769)
at java.base/java.util.regex.Matcher.reset(Matcher.java:415)
at java.base/java.util.regex.Matcher.<init>(Matcher.java:252)
at java.base/java.util.regex.Pattern.matcher(Pattern.java:1134)
at clojure.core$re_matcher.invokeStatic(core.clj:4881)
at clojure.core$re_matcher.invoke(core.clj:4874)
at juxt.reap.alpha.regex$input.invokeStatic(regex.clj:75)
at juxt.reap.alpha.regex$input.invoke(regex.clj:74)
at juxt.site.alpha.handler$wrap_initialize_request$fn__24906.invoke(handler.clj:1057)
at juxt.site.alpha.handler$wrap_healthcheck$fn__24933.invoke(handler.clj:1153)
at juxt.site.alpha.handler$wrap_ring_1_adapter$fn__24914.invoke(handler.clj:1107)
at ring.adapter.jetty$proxy_handler$fn__8456.invoke(jetty.clj:27)
at ring.adapter.jetty.proxy$org.eclipse.jetty.server.handler.AbstractHandler$ff19274a.handle(Unknown Source)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:137)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.base/java.lang.Thread.run(Thread.java:833) I've attached the following files:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Site Commit Hash: a696e48
Executing the following:
on a Linux machine running site-server causes a null pointer exception.
See the attached log file site-server.log.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: