CQ5 Author instance sidekick not visible on the page - aem

All of sudden Sidekick not showing up today on any page in the cq5 author instance. Please help me if anyone have seen the same kind of issue before and what could be the reason. I'm not sure if any of my team member changed any configuration changes in the author instance.

Take thread dumps and see if a thread is stuck. I have had a similar issue where one of the component code was stuck and thread dump helped me figure out where it was breaking.

Related

Deploying solution with mulitple windows forms projects

I apologize if this has been answered in another post, I can't seem to find it if it has. Anyway, I have built a back end utility for a fellow streamer friend of mine but I can't seem to figure out what I'm doing wrong when it comes to deploying it. This is a project that will be expanded on in the future, and possibly have more windows form projects. So here is what I am running into (With Pictures):
Here is my solution explorer with the projects:
When I go to build the deployment I've tried making all the projects "outputs" and got this error. Thinking it was there were too many Project Outputs I changed it to where the startup project would be the output and the others would be either source or content files. Still got these errors. Here is the File System Setup:
And when I go to run the build to create the deployment, here are the errors I receive:
I don't know/don't see what I am doing wrong here and would very much appreciate a point in the right direction. Thank you all so much in advance.
Check your updates. I remember there is an option to review or check the status of latest updates.
I found this article about that issue but it looks like a general error with updates or the installation
It is not too long but maybe it does not help. I hope it helps, good luck

Could not access to the actions console of our project

We have several action console projects. But recently I could not access to one of our action console projects.
Normally I will access from list in here:
https://www.screencast.com/t/CWlbqhRFc
But now it always show error when I click to one of our projects in there.
https://www.screencast.com/t/b6DmCIcmDsec
I contact with google and ask them for helping. They said that it is caching problems and ask me clear cache on browser. I did it but error still happen. Many other members of this projects also got that error (We shared account of project with some members).
Does someone know the reason of this bug and how could I fix it?
Please check the Roles you have for the project. You need to give Viewer Role to all the members of the project who are getting this error.
Please have a look into this Stackoverflow post as well.
There are a high chance there are a problem in google server. Because after we add a new device model. We could access our project again.

Neos 1.2.9 error during loading image

I have problem with Neos 1.2.9. It's error "The identifier Persistence_Object_Identifier is missing for a query of TYPO3\Media\Domain\Model\Image". It's happened when I add image to backend. Not every time, only sometimes. there is no principle why. One time everything is fine, next time I had this error.
I tried to do update Neos to 1.2.19 but bug still exists.
I have wasted many hours to try solution, but no result. The same image one time is loaded correctly, next time I had this error. After that I have to remove this node from database, because backend can't loading node tree.
./flow node:repair doesn't work - I have to remove manually all crashed node from database.
You are working with quite an old version. If you look at the release roadmap you will see that your version will run out of support.
Go to https://www.neos.io/community/social-media.html there you find the official channels (Slack or Discourse. There are much more people who can help you.

AEM: Error logs

I have some different errors
in blueprint
com.day.cq.wcm.msm.impl.commands.RolloutCommand Error during roll-out.
com.day.cq.wcm.api.WCMException: javax.jcr.InvalidItemStateException:
OakState0001: Unresolved conflicts in /content/sites/.../jcr:content
Rollout:
POST /bin/wcmcommand HTTP/1.1]
org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to
perform getValue while thread pool-7-thread-14-(cq/wcm/msm/job/pageEvent) was concurrently writing to this
session. Blocked until the other thread finished using this session.
Please review your code to avoid concurrent use of a session.
For all pages:
com.day.cq.wcm.commons.ReferenceSearch Adjusted property
/content/sites/.../jcr:content/header/reqInfoURL.
anyone can help? What accounts for these errors and how to fix them?
Old question so answering here in case someone is looking for a solution to same problem as I did.
This issue was due to problems in earlier version of AEM 6.0 and has been addressed in AEM 6.0 SP3 and later versions of the product. It has nothing to do with multiple sessions on the locked page but rather a race condition in the same code.

WF 4.5 Breakpoints and Visual Tracking issue

I am using the code from Kushal's blog: http://blogs.msdn.com/b/kushals/archive/2009/12/29/visualworkflowtrackingwithstepservice.aspx
It works as expected when i load a workflow, set some breakpoints and hit run.
Visual feedback works fine too.
The problems show up when i add a new activity to the designer. For example, i've added a new WriteLine. Plain and simple.
I am not sure why this happens, why do i get those inconsistent data? My breakpoint is drawn, but never hit. Is there a way to refresh somehow the designer without reloading it?
SourceLocationProvider.CollectMapping(documentRootElement, documentRootElement, designerSourceLocationMapping,
this.wd.Context.Items.GetValue<WorkflowFileItem>().LoadedFile);
The designerSourceLocationMapping is populated as above.
I am not sure what details should i mention, the full code example can be found at the link provided - on Kushal's blog. Has anyone encountered this scenario until now and found a solution?