Description
In the site log two warnings are shown many times:
10.07.2014 15:08:56 WARN [org.hippoecm.hst.pagecomposer.jaxrs.cxf.CXFJaxrsHstConfigService.getJaxrsRequest():105] RepositoryException
javax.jcr.ItemNotFoundException: ad4081f0-9c7f-4979-aa3a-36c466d70aba
10.07.2014 15:11:09 WARN [org.hippoecm.hst.pagecomposer.jaxrs.cxf.CXFJaxrsHstConfigService.getJaxrsRequest():105] RepositoryException
javax.jcr.ItemNotFoundException: 2ae63c4d-bb5a-4331-b839-ec750d29b6bb
at org.apache.jackrabbit.core.ItemManager.getItemData(ItemManager.java:384)
at org.hippoecm.hst.pagecomposer.jaxrs.cxf.CXFJaxrsHstConfigService.getJaxrsRequest(CXFJaxrsHstConfigService.java:101)
at org.hippoecm.hst.jaxrs.cxf.CXFJaxrsService.invoke(CXFJaxrsService.java:146)
===================================================
Following error is logged, followed by a warning. It can be the error stacktrace must not be logged but only the warning:
10.07.2014 14:45:18 ERROR [org.onehippo.repository.scxml.SCXMLWorkflowExecutor.handleException():150] Cannot invoke workflow documentworkflow action depublish: action not allowed or undefined
org.hippoecm.repository.api.WorkflowException: Cannot invoke workflow documentworkflow action depublish: action not allowed or undefined
at org.onehippo.repository.scxml.SCXMLWorkflowExecutor.triggerAction(SCXMLWorkflowExecutor.java:282)
at org.onehippo.repository.scxml.SCXMLWorkflowExecutor.triggerAction(SCXMLWorkflowExecutor.java:243)
at org.onehippo.repository.documentworkflow.DocumentWorkflowImpl.depublish(DocumentWorkflowImpl.java:257)
at sun.reflect.GeneratedMethodAccessor410.invoke(Unknown Source)
10.07.2014 14:45:18 WARN [org.hippoecm.addon.workflow.AbstractWorkflowDialog.onOk():56] Could not execute workflow: Cannot invoke workflow documentworkflow action depublish: action not allowed or undefined
===================================================
This error is in the log many times, related to searching?
10.07.2014 14:58:11 ERROR [org.hippoecm.frontend.i18n.SearchingTranslatorPlugin.getModel():65] Exception building query: org.apache.jackrabbit.spi.commons.conversion.IllegalNameException: '[' not allowed in name
10.07.2014 14:58:11 ERROR [org.hippoecm.frontend.i18n.SearchingTranslatorPlugin.getModel():65] Exception building query: org.apache.jackrabbit.spi.commons.conversion.IllegalNameException: '[' not allowed in name
10.07.2014 14:58:13 ERROR [org.hippoecm.frontend.i18n.SearchingTranslatorPlugin.getModel():65] Exception building query: org.apache.jackrabbit.spi.commons.conversion.IllegalNameException: '[' not allowed in name
===================================================
Other errors related to polls:
0.07.2014 15:03:53 ERROR [org.onehippo.forge.poll.component.PollProvider.getBean():449] Bean could not be found by path /polls, relative to site content root /content/documents/hippo-geht-gruen
10.07.2014 15:04:02 ERROR [org.onehippo.forge.poll.component.PollProvider.getBean():449] Bean could not be found by path /polls, relative to site content root /content/documents/hippo-geht-gruen
10.07.2014 15:04:03 ERROR [org.onehippo.forge.poll.component.PollProvider.getBean():449] Bean could not be found by path /polls, relative to site content root /content/documents/hippo-geht-gruen
10.07.2014 15:04:07 ERROR [org.onehippo.forge.poll.component.PollProvider.getBean():449] Bean could not be found by path /polls, relative to site content ro
===================================================
Another error several times logged:
10.07.2014 15:11:09 WARN [org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod():411] No operation matching request path "/site/_rp/hst:exception/" is found, Relative Path: /, HTTP Method: POST, ContentType: application/json;charset=UTF-8, Accept: application/json,text/plain,/,. Please enable FINE/TRACE log level for more details.
10.07.2014 15:11:09 WARN [org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper.toResponse():73] javax.ws.rs.WebApplicationException
at org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:415)
at org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:216)
at org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:91)
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:237)