Re: NPE in request.getRequestURL()

2021-12-01 Thread Christopher Schultz
Jerry, On 12/1/21 11:44, Jerry Malcolm wrote: Chris, On 11/30/2021 11:41 PM, Jerry Malcolm wrote: On 11/30/2021 1:58 PM, Christopher Schultz wrote: Jerry, On 11/30/21 14:17, Jerry Malcolm wrote: Chris, Thanks for the response. Sorry... forgot to include the TC ver -- 8.5.69. I had a sit

Re: NPE in request.getRequestURL()

2021-12-01 Thread Jerry Malcolm
Chris, On 11/30/2021 11:41 PM, Jerry Malcolm wrote: On 11/30/2021 1:58 PM, Christopher Schultz wrote: Jerry, On 11/30/21 14:17, Jerry Malcolm wrote: Chris, Thanks for the response. Sorry... forgot to include the TC ver -- 8.5.69. I had a situation a while back where I spun a longrunning t

Re: NPE in request.getRequestURL()

2021-11-30 Thread Jerry Malcolm
On 11/30/2021 1:58 PM, Christopher Schultz wrote: Jerry, On 11/30/21 14:17, Jerry Malcolm wrote: Chris, Thanks for the response. Sorry... forgot to include the TC ver -- 8.5.69. I had a situation a while back where I spun a longrunning thread and held the request object after the main resp

Re: NPE in request.getRequestURL()

2021-11-30 Thread Christopher Schultz
Jerry, On 11/30/21 14:17, Jerry Malcolm wrote: Chris, Thanks for the response. Sorry... forgot to include the TC ver -- 8.5.69. I had a situation a while back where I spun a longrunning thread and held the request object after the main response was returned. I fixed that situation.  In this

Re: NPE in request.getRequestURL()

2021-11-30 Thread Jerry Malcolm
Chris, Thanks for the response. Sorry... forgot to include the TC ver -- 8.5.69. I had a situation a while back where I spun a longrunning thread and held the request object after the main response was returned. I fixed that situation.  In this situation, it is occurring on the main request/r

Re: NPE in request.getRequestURL()

2021-11-29 Thread Christopher Schultz
Jerry, On 11/29/21 19:33, Jerry Malcolm wrote: Can anyone tell me what I might be doing that would cause an NPE inside the request object on getRequestURL()?  The NPE only happens about 10% of the time.  I can't figure out what is happening differently in that 10% of the calls to this code.  T

NPE in request.getRequestURL()

2021-11-29 Thread Jerry Malcolm
Can anyone tell me what I might be doing that would cause an NPE inside the request object on getRequestURL()?  The NPE only happens about 10% of the time.  I can't figure out what is happening differently in that 10% of the calls to this code.  Thx java.lang.NullPointerException at o