Questions tagged [crx]

Adobe CRX is a commercial implementation of the JCR based on Apache Jackrabbit. It is packaged by Adobe in the ADEP solution.

Adobe CRX (short for Content Repository eXtreme) is a commercial implementation of the JCR based on Apache Jackrabbit . It is packaged by Adobe in the ADEP solution.

CRX 3 based on Apache Jackrabbit Oak is available in AEM 6

Link

166 questions
0
votes
1 answer

Folder is not being included in AEM package

I am trying to make a package of a specific folder "/content/diagnostics/states" to migrate it to a different instance of AEM. but it's not being included when I try to build the package, the package manager is just giving me an empty…
jmona789
  • 2,711
  • 6
  • 24
  • 57
0
votes
2 answers

AEM Publisher 6.5 - No bin Directory

I am starting AEM in publish mode using the quickstart jar: java -jar cq-publish-p4506.jar Under the crx-quickstart directory, i see only one directory, repository. There is no bin directory created under it crx-quickstart/ repository/ What…
Jimit Raithatha
  • 398
  • 2
  • 4
  • 16
0
votes
0 answers

how to get CRX file for an extension that is not registered with the Chrome web store?

I am currently developing a program using Python's Selenium module, which requires an extension program. Therefore, I need the CRX file of the extension to use it, but the extension I have is not registered in the Chrome web store. I have an…
0
votes
1 answer

How to ceate node with JSON in AEM through servlet?

I have created a servlet with method post. Then, i used postman to request it with the JSON file in body. Now i want to create node with JSON that i retrieved from servlet. How can i do that? I know how to create node and setProperties but only…
0
votes
0 answers

AEM XTM Translation Connector needs to be proxied

I am currently working in a AEM 6.5 environment trying to setup the XTM Translation Connector. I have successfully configured this on my local environment by doing the following: Installing the XTM Translation Connector content package Configuring…
nabello
  • 716
  • 11
  • 29
0
votes
1 answer

selenium - Chromedriver- extension - Python / crx to crx3

since google updated chrome , i can not add crx extension to the chromedriver in selenium , it throws an error selenium.common.exceptions.SessionNotCreatedException: Message: session not created: cannot process extension #1 from unknown error: CRX…
TemaDol
  • 1
  • 1
0
votes
0 answers

Failed to create crx file

I'm trying to create crx file with the following command on a Virtual machine. /opt/google/chrome/chrome --pack-extension=/tmp/private/1584732592206 --pack-extension-key=/tmp/private/ibehccbjeaejbaaamkdnaogceilbogkg.pem I'm getting the following…
Hussain
  • 915
  • 6
  • 11
0
votes
1 answer

How to make a Input field in AEM/CRX required?

since our AEM guy is out of office at the moment, i need to fix something in our CRX. I have a form with a checkbox in my website, where authors can set a text next to it. Now i am trying to add the functionality to set this checkbox to be required…
SHRX
  • 559
  • 1
  • 6
  • 17
0
votes
0 answers

AEM Query needed for property/nodename within component

I tried to extract the pages which have the node fileReferance within component, I tried to use property.depth and also nodename for the same however, its not showing any results. Please find below screenshot from CRX: Can you please help me to…
Mayur Alaspure
  • 69
  • 1
  • 2
  • 11
0
votes
0 answers

Chrome external extension gives error "CRX_REQUIRED_PROOF_MISSING"

I have created chrome extension by using crx3 command. I have downloaded crx3 from npmjs. I have uploaded this new crx file on our internal server and trying to install it. But it is giving me error message Package is Invalid:…
sam
  • 481
  • 2
  • 8
  • 21
0
votes
1 answer

How to get column wise data using AEM query SQL2?

I am running a following AEM Query SQL2 on CRXDE and it is successfully returning me nodes as per following given screenshot. But I need data like column wise (jcr properties) like SQL table. Can anyone help me if it is possible.
touseefkhan4pk
  • 473
  • 4
  • 26
0
votes
1 answer

How to getParent().getNode().getProperty("jcr:title") in JavaScript?

in AEM i'm intercepting the cq:dialog submit of a component because i need to modify some parameters before send them to the default POST.jsp the following code works for the…
0
votes
0 answers

Selenium webdriver loads a blank page instead of the target URL

I wanted to add to my working program some code in order to open the chrome browser with an extension already enabled, but since I added it, the browser starts with the extension enabled and, instead of the target URL, it loads a blank page that has…
Drun
  • 529
  • 1
  • 7
  • 17
0
votes
1 answer

Internal server error when trying to build and deploy to AEM

My local AEM instance suddenly stopped working when I switched branches in git and installed the package with mvn clean install -PautoInstallPackage. The build failed with [ERROR] Request to http://localhost:4502/crx/packmgr/service.jsp failed,…
Arielle Adams
  • 98
  • 2
  • 10
0
votes
1 answer

How to allow some components to be added to AEM Experience Fragment (using design)?

Designs are used for such cases if working with simple pages. I've tried adding /etc/design for Facebook Experience Fragment. I've added cq:designPath to the template. But I can't configure the right structure for this design. Right now my design…
Anthony Mofo
  • 37
  • 3
  • 9