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

keehwan1
keehwan1
Online

Badges

Badges
13

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
31

Discussions

Discussions
7

Questions

Questions
24

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by keehwan1
Customize the badges you want to showcase on your profile
Re: issue with reading error log at CRXDE lite console - Adobe Experience Manager 24-01-2017
Yes, I clicked the Stop button. All log I can read is "No appender with name [/logs/error.log]" which keeps repeating.

Views

1.2K

Likes

0

Replies

0
Re: issue with reading error log at CRXDE lite console - Adobe Experience Manager 24-01-2017
Thank you.I quite got usedt to reading error log from CRXDE Lite.The problem I have now is that the error log does not show up in CRXDE Lite.Pleae see the attached file.

Views

1.2K

Likes

0

Replies

0
Re: issue with reading error log at CRXDE lite console - Adobe Experience Manager 24-01-2017
Thank you for reply.According to AEM 6.2 doc, https://docs.adobe.com/docs/en/aem/6-2/develop/dev-tools/developing-with-crxde-lite.html#Logging, we can read error.log from CRXDE Lite.LoggingWith CRXDE Lite you can display the file error.log that is located on the file system at /crx-quickstart/server/logs and filter it with the appropriate log level. Proceed as follows:Open CRXDE Lite in your browser.In the Console tab at the bottom of the window, in the drop-down menu on the right, select Server...

Views

1.2K

Likes

0

Replies

0
issue with reading error log at CRXDE lite console - Adobe Experience Manager 24-01-2017
Hello,We are upgrading AEM 5.6.1 to 6.2.I am checking crxde lite and found that error log does not show up properly.All we read is No appender with name [/logs/error.log]This messesage keeps repeating.I loggin http://ourserver:4502/crx/de/index.jsp with administrator acount.Then clicked "Console" tab. All we can see in drop down menu is "Server Logs".It works perfectly in AEM 5.6.2, but not in AEM 6.2Any advise/comments would be appliciated.

Views

4.2K

Likes

2

Replies

11
Accessing a repository via JNDI is NOT working - Adobe Experience Manager 15-10-2015
I tried to access a repository in a component using the code below. This code below do not work in CQ5.6.1. This code is from http://dev.day.com/docs/en/crx/current/developing/examples.html.Error comes from line 73(Repository repository = JcrUtils.getRepository(uri);).Can you please show why this does not work?Thanks in advance. [code] String uri = "jndi://crx" + "?org.apache.jackrabbit.repository.jndi.name=crx" + "&java.naming.provider.url=http://jcr.day.com" + "&java.naming.factory.initial" + ...

Views

620

Likes

0

Replies

1
Re: How to add the jackrabbit-standalone-2.4.0.jar file to your Java application's class path? - Adobe Experience Manager 15-10-2015
Thank you for your reply.Unfortunately, I only use Maven environment with pom.xml to write/build bundle.Any idea in Maven? Thanks,

Views

1.1K

Likes

0

Replies

1
How to add the jackrabbit-standalone-2.4.0.jar file to your Java application's class path? - Adobe Experience Manager 15-10-2015
HelloI am following the webpages below and there is note like "To use the JCR API, add the jackrabbit-standalone-2.4.0.jar file to your Java application’s class path.You can obtain this JAR file from the Java JCR API web page at http://jackrabbit.apache.org/jcr-api.html." http://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.htmlhttp://wemcode.wemblog.com/accessrepositoryHowever, I don't understand how to do it.JAVA_HOME variable in my local comp is "C:\Prog...

Views

2.6K

Like

1

Replies

4
Re: how to read tags located outside /etc/tags? - Adobe Experience Manager 15-10-2015
Thank you. I will open a ticket for it.

Views

426

Likes

0

Replies

0
Re: how to read tags located outside /etc/tags? - Adobe Experience Manager 15-10-2015
Thank you for your reply.I think it is necessary to explain more in detail.We have tags under /etc/tags, but for some reasons, we need to replicate those tags to under /content/data/metadata where we modify some or deactivate.Some applications need to use those metadata under /content/data/metadata and in custom page dialog, we have one of fields called metadata which is selected only from metadata. In order to do it, we set /content/data/metadata as tagsBasePath in custom page dialog and also s...

Views

420

Likes

0

Replies

0
how to read tags located outside /etc/tags? - Adobe Experience Manager 15-10-2015
HelloWe are migrating AEM5.3 to 5.6.1.We manage customized tags outside /etc/tags like /content/metadata.It works fine in AEM5.3 when we set tagsBasePath:/content/metadata in CQ taggingg.TagInputField. But it does not work in AEM5.6.1.Can you please how to make it work in AEM5.6.1 without moving this customized tags to /etc/tags?Thanks in advance.

Views

742

Likes

0

Replies

5