Menu

Package contains application content which isn't supported at runtime

Problem statement

Error while uploading the package in AMasCS; Package (or it's subpackage(s)) contains application content which isn't supported at runtime.

Possible reason

The package which you are trying to upload is not allowed. If that is your project code package, please use the cloud manager pipeline to build and deploy the code to AEMasCS env.

List of 2022 Nobel prize winners - Chemistry | Economic Science | Literature | Medicine | Peace | Physics

 Nobel prize is given to people who worked extraordinary in the field of Chemistry, Economic Science, Literature, Medicine, Peace and Physics in memory of Adolf Nobel. In year 2022 following people received the Nobel prize in their respective fields.


Nobel Prize for Chemistry

Carolyn R. Bertozzi, Morten Meldal and K. Barry Sharpless won the Nobel prize in Chemistry for year 2022.



Nobel Prize for Economic Science

Ben S. Bernanke, Douglas W. Diamond, and Philip H. Dybvig awarded with the Nobel prize in economic science in year 2022.



Nobel Prize for Literature

In year 2022 Annie Ernaux won the Nobel prize of Literature. She is an American poet and essayist.

Nobel Prize for Medicine

In year 2022 Svante Pääbo won Nobel prize of Medicine. 

Nobel Prize for Peace

Ales Bialiatski won the Nobel prize for peace in year 2022. This prize they won for their work in conflict or war zone area to feed the people. 




Nobel Prize for Physics

Alain Aspect, John F. Clauser, and Anton Zeilinger won the Nobel prize in Physics for year 2022.


How to enable catalog UID support in AEM content and commerce?

Enable catalog UID support we need to enable in AEM CIF configuration if we are using Magento 2.4.2 or later. Before this version we were using ID instead of UID.

To enable the catalog UID support, follow the below steps.

Go to AEM start page > Tools > Cloud Services > CIF Configurations > project > CIF config > properties

PS: Navigate to project and CIF config file. Select the file and click on properties option from menu.

Now switch to Advance tab and check the checkbox for enable catalog UID support. Refer below screenshot.

Enable Catalog UID support AEM and Magento
Enable Catalog UID support



INFO: Check to enable the usage of UIDs for entire catalog, applies to CIF authoring tools and core components. UIDs are supported for Magento Schema 2.4.2 or later. When enabled, the Catalog Root Category Identifier has to be a UID.

RRD already closed

After installing any service pack in AEM 6.5 we might see too many logs are getting added with below exception. 

Error: [metrics-RRD4JReporter-1-thread-1] com.codahale.metrics.ScheduledReporter Exception thrown from RRD4JReporter#report. Exception was suppressed.

java.lang.IllegalStateException: RRD already closed, cannot store this sample

Resolution

This is a known issue as per Adobe and can be fixed with a restart of AEM instance. The issue is being tracked in Apache Sling JIRA SLING-9190

References

- https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/release-notes.html?lang=en#known-issues
- https://issues.apache.org/jira/browse/SLING-9190

How to change ALT+TAB behavior of MS Edge?

Windows ALT+TAB option shows tabs opened in the Edge browser, but it didn't happen with other browser or application when we have multiple tabs open there. To fix this change the behavior of ALT+TAB in your machine. Follow the below step to fix this. 

Go to Windows Settings > System > Multitasking > ALT + TAB (From drop down menu select "Open Windows only") 

After applying this change you will not see the Microsoft Edge multiple tabs in ALT+TAB.

Your Lord is never going to forget you

 

Your Lord is never going to forget you
Your Lord is never going to forget you.

Professional emails

Professional emails are the email which written by a professional or elite person for business communication. Everyone is using email to communicate with employer, service provider, and agencies. Instead of writing normal email write a email in that way so that the person who is going to read your email could easily understand your ask and unable to say No or reject your request. Professional email is very simple and easy to write, we just need to take care of the few things and choosing the right word in your sentence make your email a professional email.

One could use professional email for their daily communication.


Sorry..this article is not complete and we are still in progress to finish the writing.



What is the difference between Maven and Gradle?

Maven and Gradle are build automation tool that help us to to build our project.

Gradle faster than Maven?
Gradle avoids unnecessary compilation, that means if the binary interface of a library has not changed from previous build then new build will not compile the file again.