Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/25/18
    When trying to open my AEM instance I get the following URL response:http://localhost:4502/libs/granite/core/content/login.html?resource=%2Fcrx%2Fde%2Findex.jsp&$$login$$=%24%24login%24%24&j_reason=unknown&j_reason_code=unknown#/appWhen trying to build and deploy my maven project I get an internal s...

    Views

    2.1K

    Likes

    0

    Replies

    4
  • 10/25/18
    I have two Sling Models:    @Model(adaptables = {SlingHttpServletRequest.class, Resource.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)    public class VideoGridItem {          @SlingObject      private Resource resource;          @SlingObject      private SlingHttpServletRequ...

    Views

    2.6K

    Likes

    0

    Replies

    1
  • 10/25/18
    Hello Team,I am facing a unique issue with JSON Exporter on my local machine. Whenever I try running a JSON Exporter service I receive below error in the log file.org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingExceptionjava.lang.LinkageError: loader constraint violatio...

    Views

    3.8K

    Likes

    0

    Replies

    5
  • 10/25/18
    Hi Everybody,I have a component that I need configure in your htl file a parsys.I was using this code bellow in htl file.<sly data-sly-resource="${ @ resourceType='wcm/foundation/components/parsys'}"></sly>So I want that in the parsys the user can only add specific components.Anyone can help me how ...

    Views

    937

    Likes

    0

    Replies

    1
  • 10/25/18
    Hi All, In AEM 6.3 author, using assets console, https://<hostname>:<port>/assets.html/content/dam/xyz, when we are try to delete any image, its failing with error,  “Failed to delete.” And when we check in browser console, we are seeing the exception, POST https://<hostname>:<port>/bin/wcmcommand 5...

    Views

    3.7K

    Likes

    0

    Replies

    5
  • 10/25/18
    Hi Team,We are trying to load "geodb.mmdb" which is present in resources folder in our AEM bundle code. Maxmind uses this mmdb file. Code for loading the file:File database = new File(classLoader.getResource("geodb.mmdb").getFile());dbReader = new DatabaseReader.Builder(database).build();We are pret...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 10/25/18
    I want to apply different css styling such as  font-family, color etc to my content in content fragment.

    Views

    7.2K

    Likes

    0

    Replies

    7
  • 10/25/18
    I have one author and 4 publish instance. How to do repliaction in this condition. How to configure it. how much agent we need to have for completing it?

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 10/25/18
    Hi,When I create a property page, input the content and click the Create button. The aem save very slow, the user don't understand it saving. So they click again on the Create button. After that the aem save two time and the content is duplicate (it create two page content). I want to display the gi...

    Views

    2.0K

    Likes

    0

    Replies

    5
  • 10/25/18
    Hi,We have one requirement where we need to customize workflow item payload arguments field, not the custom process arguments.We need to add few text fields and asset upload functionality in workflow item tab.we tried to overlay the jsp but it is effecting all workflow model Workitem. Is there a way...

    Views

    720

    Likes

    0

    Replies

    4