Quantcast
Channel: Adobe Community: Message List
Viewing all 140765 articles
Browse latest View live

AEM dialog lisnters

$
0
0

Hi All,

 

I have a composite component which has a parsys in which i can add or remove an already added component. now i have a use case as i add a component in that parsys, page should get referesh as i add a component in tab it create a respective tab in header. i just don't want to add listner to child element , just want to add event listner to composite component so if i drop any component in it that listner will kick off and page should get refresh?


Re: AEM 6.4 Quickstart Jar file Not Working

$
0
0

AEM 6.4 on windows 10 with JDK 8 seems to have a lot of issues in coming up. Replicated the issue in 2 seperate machines.

 

Also is there a way to get AEM 6.4 working on JDK 10 or 11?

Configure Scheduler on every 2nd and 4th Saturday for 20 months?

$
0
0

I was trying to schedule an email in which I will hit my Audience on every 2nd and 4th Saturday for 20 months, but I am unable to find the way!

 

Suggest me solution.

How to avoid watermark on Original Image but will apply on its rendition?

$
0
0

I have applied "Add Watermark" process step in Dam Update Asset workflow before "Process Thumbnails" step, so whenever i upload image in DAM then that image and its renditions are getting watermarked. But our requirement is to just watermark renditions and avoid  to watermark the original Image. So, please suggest any solution for this requirment.

Re: org.apache.sling.distribution.DistributionRequest is not resolved in aem 6.5.2

$
0
0

Hi @jbrar

 

At first I am not able to run the build also. I am getting compilation error because of those imports. So wouldn't be able to try your workaround.

Any other thoughts here??

Re: Exception raised in Adobe Campaign Standard when viewing Profile

$
0
0

Hi shrawans315300

I am facing the same issue that is described above. I see that the solution would be to link a custom resource to profiles with that issue. Could you please explain how we perform that?

 

Thanks in advance,

Regards.

page variable is showing value of previous (landing) page

$
0
0

Hi Experts,

 

I am new to launch and analytics and facing an issue so posting here

 

As a user I open my website, I made some search and it takes me to search result page

I click on the header logo and go back to homepage

on homepage , in analytics image request I can see page variable having value of Search Result Page

If I re-click on header logo of homepage, I get the correct "page" variable value now.

 

I have  set a rule for Clear Variable after Send  Beacon but it doesn;t seam working. Can anybody provide some inputs here ?

 

Thank you.

Re: AEM looking for a valid user on content pages

$
0
0

HI Martin,

 

this warning is caused by references to users (in "jcr:lastModified" or "jcr:created" properties), who do no longer exist.


Re: org.apache.sling.distribution.DistributionRequest is not resolved in aem 6.5.2

$
0
0

These packages are not supposed to be used by downstream consumers (= customers) directly, but they should be used by Adobe product bundles. That's enforced during runtime.

 

That fact, that it was visible in 6.5 GA release, was by mistake, and it has been corrected later.

 

Why do you need to access these java packages directly?

Re: AEM 6.5.2 - issue with cache invalidation of an alias

$
0
0

Was this working before? What version were you using then?

Re: AEM 6.4 Quickstart Jar file Not Working

$
0
0

This is a totally different issue. Can you please raise a new thread here in the forum?

 

Thanks,

Jörg

Re: org.apache.sling.distribution.DistributionRequest is not resolved in aem 6.5.2

$
0
0

Hi ,

 

we are using this to sync user profiles. FYI below is the similar parts of code snippets how we used distributor.

1)

@Component(

  service = ResourceChangeListener.class,

  property = {

  ResourceChangeListener.PATHS + "=glob:/home/users/**/profile",

  ResourceChangeListener.CHANGES + "=ADDED",

  ResourceChangeListener.CHANGES + "=CHANGED"
   }

)

2)@Reference
private Distributor distributor;

 

 

3)

public void onChange(@Nonnull List<ResourceChange> changes) {

   if (publish) {

   for (final ResourceChange change : changes) {

  ResourceResolver resolver = null;

   try {

  resolver = resourceResolverFactory
   .getServiceResourceResolver(OsgiUtils.getAuthInfoMap(UserDistributionEventHandler.class));

  DistributionRequest request = new SimpleDistributionRequest(DistributionRequestType.ADD, change.getPath());

  DistributionResponse response = distributor.distribute("user-agent", resolver, request);

   log.debug(response.getMessage() + " - " + response.getState());

  } catch (Exception e) {

   log.error(e.getMessage(), e);

  } finally {

   if (resolver != null && resolver.isLive()) {

  resolver.close();

  }

  }

  }

  }

}

 

In 6.3 it was available in uber jar itself. now in 6.5/6.5.2 its no longer available. Even after adding below dependency imports related to sling distribution is resolved but bundle is in installed state saying missing requirement [**bundle name**** [615](R 615.0)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.sling.distribution)(version>=0.3.0)(!(version>=1.0.0)))

 

<dependency>

   <artifactId>org.apache.sling.distribution.api</artifactId>

   <version>0.3.0</version>

   <groupId>org.apache.sling</groupId>

   <scope>provided</scope>

</dependency>

Re: AEM 6.5.2 - issue with cache invalidation of an alias

Re: AEM 6.5.2 - issue with cache invalidation of an alias

$
0
0

I would recommend setting up a DEBUG logger on com.day.cq.replication to verify if the alias deactivation is getting triggered and then change the dispatcher log level to DEBUG to verify what's happening on dispatcher when this kind of request is requested.

Re: Offer error: CompileRealTimeScript

$
0
0

Hi,

 

You have a Typology Folder in Live Environment which is not present in Design Environment. Delete folder from Live Environment.

Also, internal name of Live Environment Folders are auto created right, or you have done any change after folder creation?

 

Thanks.


How to use options in query activity?

$
0
0

How can I use options like getOption in a  Query activity? I am having errors when I am trying various way to get it. the only way I see is to load into instance variable and then use that in the query activity. Does any one have any solution to this?

 

Regards,

Surya Bhanu.

Re: How to use options in query activity?

$
0
0

Hi,

 

Is this question related to ACC or ACS. I am guessing it to be in ACC.

 

you can use the following syntax and try to see if it works. I am sure it should work. $(options:yourOptionName).

Let me know if it works.

 

Regards,

Raj

 

Re: AEM 6.4 Quickstart Jar file Not Working

$
0
0

Increase the heap memory size to >1024 MB

Try running the below command from the command prompt with verbose option set.

java -Xmx1536M -jar AEM_6.4_Quickstart.jar -v

 

Hope this helps.

Re: AEM 6.5.2 - issue with cache invalidation of an alias

Re: Static Template on the ADOBE AEM 6.4

$
0
0

smacdonald2008 I have AEM 6.4.6. While i understand that editable templates are the best option in 6.4.6, does it mean that "normal" are not supported any more? i come from a 6.3 background. I created a few templates under /apps/<project>/templates. I also created a few configurable templates. When i go to sites and do a "new page" i dont see the templates i created under the /apps/<project>/templates but only see the ones which i created as configurable templates. Any idea whats going on here?

Viewing all 140765 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>