cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Resource in Adhoc workflow wizard throws Exception

dhiroshini
Champ in-the-making
Champ in-the-making
Hi,

I am using Alfresco 3.4 Enterprise version.I am getting following facesException in Alfresco when i clicked on "Search" button with empty string(in Resources Pane of  Add Resources)  in Start Adhoc Task Workflow Wizard

Stacktrace:
caused by:
org.apache.jasper.JasperException: org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore/69773fd3-bea8-4b20-b67f-a59c408f364e
caused by:
org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore/69773fd3-bea8-4b20-b67f-a59c408f364e

When I enter any search criteria in the text field and click on "Search Button"(Resource Pane of Add Resources link) in Start Adhoc Task Workflow Wizard, it throws system error "org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 10000"

Thanks.
1 REPLY 1

nikes
Champ on-the-rise
Champ on-the-rise
We are facing the same issue.

Did you find any fix for that?

Well enabling debugger for lucene query shows some issues with syntax in query, and hence the exception.

generally values should be enclosed by double quotes. for eg. searching abc will result in "abc*"

but it prpares query like this "abc"*

wildcard * at the end is causing the issue.