Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

federicos727792
federicos727792
Offline

Badges

Badges
15

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
4

Posts

Posts
49

Discussions

Discussions
21

Questions

Questions
28

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by federicos727792
Customize the badges you want to showcase on your profile
Re: Package filter not working for /jcr:system/jcr:versionStorage - Adobe Experience Manager 06-05-2016
        Unfortunately there are no errors in the log.

Views

417

Likes

0

Replies

0
Package filter not working for /jcr:system/jcr:versionStorage - Adobe Experience Manager 05-05-2016
Hi,I'm trying to replicate content from one author to others. This is to implement a blue / green deployment strategy and also to use the same content in dev environments and also to generate incremental backups . I've read about the different options (vlt, grabbit, query-packager, hdd snapshot, etc.). The chosen solution is to generate packages dynamically. The idea is to also keep the different versions of the content. To that end I'm trying to generate a package that includes /jcr:system/jcr:...

Views

2.2K

Likes

0

Replies

7
Re: Can't reload configuration from crx (for https service) - Adobe Experience Manager 15-03-2016
Yes, it's actually very simple.First configure HTTPS following this: https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/config-ssl.htmlAfter it works just add an extra key to the keystore, for example: $ keytool -genkeypair -keyalg RSA -validity 3650 -alias test111.com -keystore ssl/aem.keystore -keypass 111111 -storepass 123456 -dname "CN=test111.com, OU=Group Name, O=Company Name,L=City Name, S=State, C=AU"Restart AEM.Then it doesn't work anymore.

Views

2.6K

Likes

0

Replies

1
Re: Can't reload configuration from crx (for https service) - Adobe Experience Manager 15-03-2016
Just finished some extra testing.My conclusion is that the HTTPS configuration works as long as there's only one key in the keystore. Just adding an extra keys breaks it.BTW this is AEM 6.1

Views

2.6K

Likes

0

Replies

3
Re: Can't reload configuration from crx (for https service) - Adobe Experience Manager 14-03-2016
Thanks a lot for your suggestion. I tried it and here are my findings:- Nothing under /system/sling/installer/jcr/pauseInstallation- Changing using it through the OSGI console as suggested did work for the port and it changed and worked even without a restart.- As I've read elsewhere changing the values through the OSGI console destroyed my properties structure and generated a single entry (/apps/system/config.author/org.apache.felix.http.config) with content like:# Configuration created by Apac...

Views

2.6K

Likes

0

Replies

4
Re: Can't reload configuration from crx (for https service) - Adobe Experience Manager 14-03-2016
That is correct, it doesn't change.Honestly I don't care much about the port, it was meant as a simple test.However I do care about the key alias. And most importantly, after a lot of testing it seems to me that aem completely ignores the supplied key alias and just picks one from the keystore. The only "solution" I've found to this is to delete the key that is currently being picked so that it will pick another. I believe this is usually not a problem, because keystores tend to be local and hav...

Views

2.6K

Likes

0

Replies

6
Can't reload configuration from crx (for https service) - Adobe Experience Manager 14-03-2016
Hi,I've followed this guide to enable https on aem (https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/config-ssl.html).All good. After testing it I decide to change the https port. And I just can't, the value changes in crx but it doesn't get applied. No matter what value I use or how many times I restart aem. I don't see any errors in the log.I suspect this has little to do with https itself and that it's a bundle caching thing. Any suggestions on where to look?Same thing happens if I c...

Views

3.0K

Likes

0

Replies

9
Re: Can't load libs/cq/ui/rte.js in publisher - Adobe Experience Manager 08-12-2015
You can probably hack your dispatcher configuration file to enable access to /libs/cq/ui/rte.js, but it seems to me that you have hacked your publisher and now need to hack your dispatcher accordingly.This is one of the reasons why I didn't like these workarounds in the first place. Probably a security concern and extra environment configuration per installation. I would suggest fixing whatever is requesting these urls in the first place. In case of components I've provided a solution in my answ...

Views

470

Likes

0

Replies

0
Re: Cq ui clientlib is not accessible - Adobe Experience Manager 15-10-2015
I'm facing a similar issue on the publisher, but only /libs/cq/ui/rte.js fails, while other "files" in that same directory work ok. See attached.Also when logged in /libs/cq/ui/rte.js works as expected. Any idea why that might be happening?Thanks.UPDATE: I've fixed it by adding 2 access control rules in the publisher in /libseveryone rep:glob=*/rte/*everyone rep:glob=*/rte... much like the existing widgets rules. Is this the right thing to do?After fixing other stuff (serving other needed things...

Views

1.3K

Likes

0

Replies

0
Re: Sidekick components is empty, javascript error: campaigns undefined - Adobe Experience Manager 15-10-2015
So, I've tried searching around the existing campaings, but there aren't any specific ones for my site.I did find something interesting in the code. Failing pages have (xxx = content removed): $CQ(function() { CQ_Analytics.Engine.loadTeaser({ targetID: "_xxx-jp_ja_jp_products_allproducts_xxx_jcr_content_container_columns_control_0_item-two_title", teasers: [{"path":"/content/xxx-jp/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two/title/default","url":"/content/xxx/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two/title.default.html","name":"default","title":"Default","campainName":"","thumbnail":"/content/xxx/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two/title.thumb.png"}], strategy: "", trackingURL: "http://localhost:4502/libs/wcm/stats/tracker"}); }); If I remove this node /content/xxx/ja_jp/products/allproducts/xxx/jcr:content/container/columns_control_0/item-two or rename it the sidekick shows as expected. However I can't find anything in this or the contained node that produces any campaign reference. Any suggestions on where to look?UPDATE: ok, ther...

Views

158

Likes

0

Replies

0