|
| I am using webpshere commerce v5.6, I get the same error when , at jsp....given below
JSP ( i have made modifications so it should display for view )
===
(wcbase:useBean id="catalogL" classname="com.ibm.commerce.catalog.beans.CatalogDataBean" scope="request">
(/wcbase:useBean)
(scriplet start)
request.setAttribute( "Obj", new com.somecompany.tools.list.TopcategoryList(catalogL));
(scriplet close)
(display:table name="Obj" pagesize="5">
(display:column property="objectPath" title="objPath" /)
(display:column property="descriptionName" title="Name" /)
(/display:table)
I was using custom tag "display tag", for navigating the large number of records by using next previous link, when the page displays first time it's ok, it shows the links next previous, and show 5 records as specified in attribute pagesize="5" , but when
I click next link, then the error comes as,
/ ****************************************
*****/
1a701a70 SystemOut O DataBeanManager activate
The user does not have the authority to run this command "{0}".
7a3b7a3b WebGroup E SRVE0026E: [Servlet Error]-[]: Current exception:
Message:
null
Stack trace:
com.ibm.commerce.exception.ECApplicationException
at java.lang.Throwable.<init>(Throwable.java)
at com.ibm.websphere.exception.DistributedException.<init>(DistributedException.java)
at com.ibm.websphere.command.CommandException.<init>(CommandException.java)
at com.ibm.commerce.exception.ECException.<init>(ECException.java)
at com.ibm.commerce.exception.ECException.<init>(ECException.java:134)
at com.ibm.commerce.exception.ECException.<init>(ECException.java:157)
at com.ibm.commerce.beans.DataBeanManager.activate(DataBeanManager.java)
at com.ibm.commerce.taglibs.base.tag.UseBean.doEndTag(UseBean.java)
at org.apache.jsp._TopCategoriesDisplay._jspService(_TopCategoriesDisplay.java:271)
at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.java:89)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service(JspServlet.java)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet.java:692)
at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java)
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java)
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java)
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java)
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher. handleWebAppDispatch(WebAppRequestDispat
cher.java)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java)
at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java)
at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593)
End of exception traces.
/ ****************************************
*****/
Is there any way to display the data using next previous link in webshpere commerce.
Thanks.
|
|