Hi All,
I have created a new template and mapped to
Can someone help me how to debug this issue and resolve it.
//
<!--
<%--
Component Template Workflow component.
This is a component template workflow
--%>
<%@include file="/libs/foundation/global.jsp"%>
<%@taglib prefix="
<%@page import="
<%@page import="org
<h1>
<%
//
Logger
{
log.info("GOT WF SERVICE OBJECT");
log.info("NO WF SERVICE OBJECT AVAILABLE");
}
%>
<h2>About to invoke an AEM workflow using the AEM workflow APIs</h2>
<h3>AEM Workflow status: <%=wfService
Thanks,
Kishore
Solved! Go to Solution.
Views
Replies
Total Likes
I think you are going to have to give us a little more information than what you have provided.
The first question is did you check error.log to see if there were any exceptions when you try to view the page? One guess is that you getting a compile error because log is probably already defined. If you are on a more recent version of AEM then /libs/foundation/global.jsp defines the a log object (actually the cq:defineObjects tag does). Most likely you are getting a compile time error because of the duplicate variable name.
Views
Replies
Total Likes
I think you are going to have to give us a little more information than what you have provided.
The first question is did you check error.log to see if there were any exceptions when you try to view the page? One guess is that you getting a compile error because log is probably already defined. If you are on a more recent version of AEM then /libs/foundation/global.jsp defines the a log object (actually the cq:defineObjects tag does). Most likely you are getting a compile time error because of the duplicate variable name.
Views
Replies
Total Likes
orotas wrote...
I think you are going to have to give us a little more information than what you have provided.
The first question is did you check error.log to see if there were any exceptions when you try to view the page? One guess is that you
getting a compile error becauselog is probably already defined. If you are on a more recent version of AEMthen /libs/foundation/global.jsp defines the a log object (actually thecq : defineObjects tag does). Most likely you are getting a compile time error because of the duplicate variable name.
24.01.2015 22:05:35.072 *ERROR* [172.17.234.171 [1422158735066] GET /wcm_author/content/priceless/en-us/test1.html HTTP/1.1] org
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies