Hello
after restarting Tomcat, the site shows an error and it is this:
Exception:
org.apache.jasper.JasperException: An exception occurred processing [index.jsp] at line [59]
56: SiteHomeProcessor [] chp = (SiteHomeProcessor []) CoreServiceFactory.getInstance (). GetPluginService (). GetPluginSequence (SiteHomeProcessor.class);
57: for (int i = 0; i <chp.length; i ++)
58: {
59: chp [i] .process (context, request, response);
60:}
61:}
62: catch (Exception e)
Delete some records from the table "requestitem" that did not allow me to delete a collection and on restart Tomcat, it shows that error.
Does anyone have knowledge of what may be happening?
Thank you.