Copying this over from a discussion in the clojurians slack:
The description in the ticket NREPL-83 suggests "start-server" will try
“::” first and then fall back to “localhost”. However, running in Alpine
Linux, the attempt to bind “::” throws an exception and the fallback to
"localhost" nev
Maybe it's because you attempted method invocation via reflection but the
object is nil. So for example if (threads) returns a list containing nils,
then calling (.getId t) or (.getName t) would probably throw a null pointer
exception. I'm not sure it's possible for
(ManagementFactory/getThrea
x27;ve added error detection, we'll see if it happens again.
>
>
>
>> On Friday, September 22, 2017 at 7:34:49 PM UTC-4, Neil Okamoto wrote:
>>
>> Maybe it's because you attempted method invocation via reflection but the
>> object is nil. So for example
I just opened NREPL-87 for this...
On Thursday, September 21, 2017 at 4:07:17 PM UTC-7, Neil Okamoto wrote:
>
>
> Copying this over from a discussion in the clojurians slack:
>
> The description in the ticket NREPL-83 suggests "start-server" will try
> “::” first and