Hi ,
We are currently having this version of Documentum deployed in our weblogic cluster environment.
DA -> 6.7 sp1 , WEBTOP -> 6.7 sp1 , DFS -> 6.7 sp1 and MDD -> 6.7 sp1
We have used the binary ear ( DA , WEBTOP, DFS , MDD ) and deployed in our weblogic cluster environment . it is working properly till weblogic 11g .
Now we are currently migrating to weblogic 12c we are facing issues related with APPC compilation and perm memory leak issues
APPC compilation issue for WEBTOP ear
weblogic.utils.compiler.ToolFailureException: jspc failed with errors :weblogic.servlet.jsp.CompilationException: viewVirtualDocumentContainer.jsp:29:25: This attribute is not recognized.
<dmf:tabbar name='tabs' class='leftAlignment' tabposition='top' onclick='onTabSelected' scrollable='true'/>
^---^
portletHeader.jsp:4:18: The type javax.portlet.RenderRequest cannot be resolved. It is indirectly referenced from required .class files
<%@ page import="com.documentum.web.formext.component.Component,
^----------------------------------------------
javax.portlet.*"%>
--------------^
portletHeader.jsp:121:1: RenderRequest cannot be resolved to a type
RenderRequest req = (RenderRequest)request.getAttribute(Jsr168Environment.PORTLET_REQUEST);
^----------^
portletHeader.jsp:121:22: RenderRequest cannot be resolved to a type
RenderRequest req = (RenderRequest)request.getAttribute(Jsr168Environment.PORTLET_REQUEST);
^----------^
portletHeader.jsp:122:1: PortletMode cannot be resolved to a type
PortletMode pm = req.getPortletMode();
^--------^
portletHeader.jsp:123:126: PortletMode cannot be resolved
if (PortalEnvironment.isPortletRequest(request) && !(component instanceof com.documentum.web.formext.session.Login) && pm == PortletMode.VIEW)
^--------^
at weblogic.servlet.jsp.jspc20.runBodyInternal(jspc20.java:468)
at weblogic.servlet.jsp.jspc20.runJspc(jspc20.java:229)
at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:141)
at weblogic.servlet.tools.WARModule.compileWAR(WARModule.java:611)
at weblogic.servlet.tools.WARModule.compile(WARModule.java:277)
at weblogic.application.compiler.ToolsModuleWrapper.compile(ToolsModuleWrapper.java:107)
at weblogic.application.compiler.flow.CompileModuleFlow.compileModules(CompileModuleFlow.java:143)
at weblogic.application.compiler.flow.CompileModuleFlow.compile(CompileModuleFlow.java:69)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:70)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:27)
at weblogic.application.compiler.EARCompiler.compile(EARCompiler.java:53)
at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:101)
at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:35)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:70)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:27)
at weblogic.application.compiler.Appc.runBody(Appc.java:203)
at weblogic.utils.compiler.Tool.run(Tool.java:158)
at weblogic.utils.compiler.Tool.run(Tool.java:115)
at weblogic.application.compiler.Appc.main(Appc.java:263)
at weblogic.appc.main(appc.java:14)
There are 1 nested errors:
weblogic.utils.compiler.ToolFailureException: jspc failed with errors :weblogic.servlet.jsp.CompilationException: viewVirtualDocumentContainer.jsp:29:25: This attribute is not recognized.
<dmf:tabbar name='tabs' class='leftAlignment' tabposition='top' onclick='onTabSelected' scrollable='true'/>
^---^
portletHeader.jsp:4:18: The type javax.portlet.RenderRequest cannot be resolved. It is indirectly referenced from required .class files
<%@ page import="com.documentum.web.formext.component.Component,
^----------------------------------------------
javax.portlet.*"%>
--------------^
portletHeader.jsp:121:1: RenderRequest cannot be resolved to a type
RenderRequest req = (RenderRequest)request.getAttribute(Jsr168Environment.PORTLET_REQUEST);
^----------^
portletHeader.jsp:121:22: RenderRequest cannot be resolved to a type
RenderRequest req = (RenderRequest)request.getAttribute(Jsr168Environment.PORTLET_REQUEST);
^----------^
portletHeader.jsp:122:1: PortletMode cannot be resolved to a type
PortletMode pm = req.getPortletMode();
^--------^
portletHeader.jsp:123:126: PortletMode cannot be resolved
if (PortalEnvironment.isPortletRequest(request) && !(component instanceof com.documentum.web.formext.session.Login) && pm == PortletMode.VIEW)
^--------^
at weblogic.servlet.jsp.jspc20.runBodyInternal(jspc20.java:468)
at weblogic.servlet.jsp.jspc20.runJspc(jspc20.java:229)
at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:141)
at weblogic.servlet.tools.WARModule.compileWAR(WARModule.java:611)
at weblogic.servlet.tools.WARModule.compile(WARModule.java:277)
at weblogic.application.compiler.ToolsModuleWrapper.compile(ToolsModuleWrapper.java:107)
at weblogic.application.compiler.flow.CompileModuleFlow.compileModules(CompileModuleFlow.java:143)
at weblogic.application.compiler.flow.CompileModuleFlow.compile(CompileModuleFlow.java:69)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:70)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:27)
at weblogic.application.compiler.EARCompiler.compile(EARCompiler.java:53)
at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:101)
at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:35)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:70)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)
at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:37)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:27)
at weblogic.application.compiler.Appc.runBody(Appc.java:203)
at weblogic.utils.compiler.Tool.run(Tool.java:158)
at weblogic.utils.compiler.Tool.run(Tool.java:115)
at weblogic.application.compiler.Appc.main(Appc.java:263)
at weblogic.appc.main(appc.java:14)
Can somebody help me to solve this problem.
thanks in advance
Thanks
Xavier