Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why am I getting the exception java.lang.IllegalStateException: No context available outside of the request service lifecycle.?

0
Posted

Why am I getting the exception java.lang.IllegalStateException: No context available outside of the request service lifecycle.?

0

Your code tries to access session-information but isn’t run from the UI thread (the only thread that has a session context associated by default). The soltion is to wrap your code in a Runnable and have it executed by UICallBack#runNonUIThreadWithFakeContext().

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123