Expand my Community achievements bar.

SOLVED

IllegalStateException in every page in CQ5 author

Avatar

Former Community Member

Hi,

in every page of my author instance, I see logged in error.log this exception:

http://pastebin.com/RrquajzW

This doesn't happen in my publish instance and I've tried to install my bundles in a different environment and everything works fine, even in the author instance. I'm using Tomcat7.

 

[If this question gets deleted could you at least explain why? Thanks]

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Maybe I got it. The problem seems to appear when I click on a jsp page which calls a web service. If I see that the service is taking too long to respond, I stop the loading of the page, but I'm still actually waiting for the service response. Then, when I reload the page, another call is done to the same service which is already waiting, so I get the error. That's how I could replicate it.

I think it could be solved by restarting the web services server, like Tomcat in my case.

Maybe it could be something like that for you too, rrakesh...

View solution in original post

4 Replies

Avatar

Level 10

The community team will never delete a question (unless its offensive or spam) - we hide duplicate threads however. So if a community member posts the same question twice - we will hide one and keep one visible. 

As far for this question - what version of CQ are you using?  

Avatar

Former Community Member

rrakesh wrote...

i m also getting the same error. I have also posted the question.

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

I m using CQ5.6.1 version.

 

I'm using Version 5.5.0.

[the post was cancelled earlier because of the pastebin link, sorry]

Avatar

Correct answer by
Former Community Member

Maybe I got it. The problem seems to appear when I click on a jsp page which calls a web service. If I see that the service is taking too long to respond, I stop the loading of the page, but I'm still actually waiting for the service response. Then, when I reload the page, another call is done to the same service which is already waiting, so I get the error. That's how I could replicate it.

I think it could be solved by restarting the web services server, like Tomcat in my case.

Maybe it could be something like that for you too, rrakesh...

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----