Hi Everyone,
I was working on Pioneer Cycling. I was able to place an order. However, I was unable to open up the Dyn/Admin & ACC. I was getting the following error in the backend.
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:6: package javax.servlet.http does not exist
mport javax.servlet.http.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:7: package atg.nucleus does not exist
mport atg.nucleus.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:8: package atg.naming does not exist
mport atg.naming.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:9: package atg.service.filecache does not exist
mport atg.service.filecache.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:10: package atg.servlet does not exist
mport atg.servlet.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:11: package atg.droplet does not exist
mport atg.droplet.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:12: package atg.servlet.pagecompile does not exist
mport atg.servlet.pagecompile.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:13: package javax.servlet.jsp does not exist
mport javax.servlet.jsp.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:14: package javax.servlet.jsp.tagext does not exist
mport javax.servlet.jsp.tagext.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:15: package atg.servlet.jsp does not exist
mport atg.servlet.jsp.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:18: package atg.servlet.jsp does not exist
xtends atg.servlet.jsp.DynamoJspPageServlet implements atg.servlet.pagecompile.AttrCompiledServlet {
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:18: package atg.servlet.pagecompile does not exist
xtends atg.servlet.jsp.DynamoJspPageServlet implements atg.servlet.pagecompile.AttrCompiledServlet {
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:46: cannot find symbol
ymbol : class DynamoHttpServletRequest
ocation: class _dasadmin_3._index
public void _jspService (DynamoHttpServletRequest request,
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:47: cannot find symbol
ymbol : class DynamoHttpServletResponse
ocation: class _dasadmin_3._index
DynamoHttpServletResponse response)
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:48: cannot find symbol
ymbol : class ServletException
ocation: class _dasadmin_3._index
throws ServletException, IOException
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:41: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = new DropletImports();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:41: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = new DropletImports();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:50: cannot find symbol
ymbol : class ByteFileData
ocation: class _dasadmin_3._index
ByteFileData __fileData = null;
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:52: cannot find symbol
ymbol : class ByteFileData
ocation: class _dasadmin_3._index
__fileData = (ByteFileData) request.getAttribute(getFileCacheAttributeName()) ;
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:53: cannot find symbol
ymbol : class JspFactory
ocation: class _dasadmin_3._index
JspFactory _jspFactory = DynamoJspFactory.getDynamoJspFactory();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:53: cannot find symbol
ymbol : variable DynamoJspFactory
ocation: class _dasadmin_3._index
JspFactory _jspFactory = DynamoJspFactory.getDynamoJspFactory();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:54: cannot find symbol
ymbol : class DynamoJspPageContext
ocation: class _dasadmin_3._index
DynamoJspPageContext pageContext = (DynamoJspPageContext)_jspFactory.getPageContext(
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:54: cannot find symbol
ymbol : class DynamoJspPageContext
ocation: class _dasadmin_3._index
DynamoJspPageContext pageContext = (DynamoJspPageContext)_jspFactory.getPageContext(
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:56: cannot find symbol
ymbol : variable JspWriter
ocation: class _dasadmin_3._index
null,true, JspWriter.DEFAULT_BUFFER, true);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:57: cannot find symbol
ymbol : class ServletConfig
ocation: class _dasadmin_3._index
ServletConfig config = getServletConfig();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:57: cannot find symbol
ymbol : method getServletConfig()
ocation: class _dasadmin_3._index
ServletConfig config = getServletConfig();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:58: cannot find symbol
ymbol : class ServletContext
ocation: class _dasadmin_3._index
ServletContext application = config.getServletContext();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:59: cannot find symbol
ymbol : class HttpSession
ocation: class _dasadmin_3._index
HttpSession session = pageContext.getSession();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:60: incompatible types
ound : _dasadmin_3._index
equired: java.lang.Object
Object page = this;
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:62: cannot find symbol
ymbol : class ByteBufferedBodyContent
ocation: class _dasadmin_3._index
ByteBufferedBodyContent out = (ByteBufferedBodyContent)pageContext.getOut();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:62: cannot find symbol
ymbol : class ByteBufferedBodyContent
ocation: class _dasadmin_3._index
ByteBufferedBodyContent out = (ByteBufferedBodyContent)pageContext.getOut();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:68: cannot find symbol
ymbol : class FormTag
ocation: class _dasadmin_3._index
FormTag _form = (FormTag) request.getObjectParameter(ServletUtil.FORM_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:68: cannot find symbol
ymbol : class FormTag
ocation: class _dasadmin_3._index
FormTag _form = (FormTag) request.getObjectParameter(ServletUtil.FORM_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:68: cannot find symbol
ymbol : variable ServletUtil
ocation: class _dasadmin_3._index
FormTag _form = (FormTag) request.getObjectParameter(ServletUtil.FORM_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:69: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = (DropletImports) request.getObjectParameter(ServletUtil.IMPORTS_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:69: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = (DropletImports) request.getObjectParameter(ServletUtil.IMPORTS_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:69: cannot find symbol
ymbol : variable ServletUtil
ocation: class _dasadmin_3._index
DropletImports _imports = (DropletImports) request.getObjectParameter(ServletUtil.IMPORTS_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:99: cannot find symbol
ymbol : class EndOfPageException
ocation: class _dasadmin_3._index
if (!(e instanceof EndOfPageException)) {
^
9 errors
tg.servlet.pagecompile.PageCompileException: C:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:5: package javax.servlet does not exist
mport javax.servlet.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:6: package javax.servlet.http does not exist
mport javax.servlet.http.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:7: package atg.nucleus does not exist
mport atg.nucleus.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:8: package atg.naming does not exist
mport atg.naming.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:9: package atg.service.filecache does not exist
mport atg.service.filecache.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:10: package atg.servlet does not exist
mport atg.servlet.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:11: package atg.droplet does not exist
mport atg.droplet.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:12: package atg.servlet.pagecompile does not exist
mport atg.servlet.pagecompile.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:13: package javax.servlet.jsp does not exist
mport javax.servlet.jsp.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:14: package javax.servlet.jsp.tagext does not exist
mport javax.servlet.jsp.tagext.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:15: package atg.servlet.jsp does not exist
mport atg.servlet.jsp.*;
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:18: package atg.servlet.jsp does not exist
xtends atg.servlet.jsp.DynamoJspPageServlet implements atg.servlet.pagecompile.AttrCompiledServlet {
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:18: package atg.servlet.pagecompile does not exist
xtends atg.servlet.jsp.DynamoJspPageServlet implements atg.servlet.pagecompile.AttrCompiledServlet {
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:46: cannot find symbol
ymbol : class DynamoHttpServletRequest
ocation: class _dasadmin_3._index
public void _jspService (DynamoHttpServletRequest request,
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:47: cannot find symbol
ymbol : class DynamoHttpServletResponse
ocation: class _dasadmin_3._index
DynamoHttpServletResponse response)
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:48: cannot find symbol
ymbol : class ServletException
ocation: class _dasadmin_3._index
throws ServletException, IOException
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:41: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = new DropletImports();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:41: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = new DropletImports();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:50: cannot find symbol
ymbol : class ByteFileData
ocation: class _dasadmin_3._index
ByteFileData __fileData = null;
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:52: cannot find symbol
ymbol : class ByteFileData
ocation: class _dasadmin_3._index
__fileData = (ByteFileData) request.getAttribute(getFileCacheAttributeName()) ;
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:53: cannot find symbol
ymbol : class JspFactory
ocation: class _dasadmin_3._index
JspFactory _jspFactory = DynamoJspFactory.getDynamoJspFactory();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:53: cannot find symbol
ymbol : variable DynamoJspFactory
ocation: class _dasadmin_3._index
JspFactory _jspFactory = DynamoJspFactory.getDynamoJspFactory();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:54: cannot find symbol
ymbol : class DynamoJspPageContext
ocation: class _dasadmin_3._index
DynamoJspPageContext pageContext = (DynamoJspPageContext)_jspFactory.getPageContext(
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:54: cannot find symbol
ymbol : class DynamoJspPageContext
ocation: class _dasadmin_3._index
DynamoJspPageContext pageContext = (DynamoJspPageContext)_jspFactory.getPageContext(
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:56: cannot find symbol
ymbol : variable JspWriter
ocation: class _dasadmin_3._index
null,true, JspWriter.DEFAULT_BUFFER, true);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:57: cannot find symbol
ymbol : class ServletConfig
ocation: class _dasadmin_3._index
ServletConfig config = getServletConfig();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:57: cannot find symbol
ymbol : method getServletConfig()
ocation: class _dasadmin_3._index
ServletConfig config = getServletConfig();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:58: cannot find symbol
ymbol : class ServletContext
ocation: class _dasadmin_3._index
ServletContext application = config.getServletContext();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:59: cannot find symbol
ymbol : class HttpSession
ocation: class _dasadmin_3._index
HttpSession session = pageContext.getSession();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:60: incompatible types
ound : _dasadmin_3._index
equired: java.lang.Object
Object page = this;
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:62: cannot find symbol
ymbol : class ByteBufferedBodyContent
ocation: class _dasadmin_3._index
ByteBufferedBodyContent out = (ByteBufferedBodyContent)pageContext.getOut();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:62: cannot find symbol
ymbol : class ByteBufferedBodyContent
ocation: class _dasadmin_3._index
ByteBufferedBodyContent out = (ByteBufferedBodyContent)pageContext.getOut();
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:68: cannot find symbol
ymbol : class FormTag
ocation: class _dasadmin_3._index
FormTag _form = (FormTag) request.getObjectParameter(ServletUtil.FORM_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:68: cannot find symbol
ymbol : class FormTag
ocation: class _dasadmin_3._index
FormTag _form = (FormTag) request.getObjectParameter(ServletUtil.FORM_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:68: cannot find symbol
ymbol : variable ServletUtil
ocation: class _dasadmin_3._index
FormTag _form = (FormTag) request.getObjectParameter(ServletUtil.FORM_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:69: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = (DropletImports) request.getObjectParameter(ServletUtil.IMPORTS_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:69: cannot find symbol
ymbol : class DropletImports
ocation: class _dasadmin_3._index
DropletImports _imports = (DropletImports) request.getObjectParameter(ServletUtil.IMPORTS_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:69: cannot find symbol
ymbol : variable ServletUtil
ocation: class _dasadmin_3._index
DropletImports _imports = (DropletImports) request.getObjectParameter(ServletUtil.IMPORTS_NAME);
^
:\ATG\ATG9.1\home\pagebuild\_dasadmin_3\_index.java:99: cannot find symbol
ymbol : class EndOfPageException
ocation: class _dasadmin_3._index
if (!(e instanceof EndOfPageException)) {
^
9 errors
at atg.servlet.pagecompile.PageProcessor.javaToClass(PageProcessor.java:2790)
at atg.servlet.pagecompile.PageProcessor.compilePageClass(PageProcessor.java:2413)
at atg.servlet.pagecompile.PageProcessor.getPageInfo(PageProcessor.java:1764)
at atg.servlet.pagecompile.jsp12.Jsp12PageProcessor.getPageInfo(Jsp12PageProcessor.java:302)
at atg.servlet.minimal.MinimalServletContainer.compileServlet(MinimalServletContainer.java:131)
at atg.servlet.pagecompile.PageCompileServlet.service(PageCompileServlet.java:281)
at atg.servlet.DynamoServlet.service(DynamoServlet.java:123)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:119)
at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:565)
at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:226)
at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:231)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipelineServlet.java:206)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.servlet.pipeline.FileFinderPipelineServlet.service(FileFinderPipelineServlet.java:707)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:186)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:290)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:491)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:227)
at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:116)
at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1123)
at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:805)
at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:231)
at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:215)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)