Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE running streaming rule #4176

Open
at055612 opened this issue Mar 20, 2024 · 0 comments
Open

NPE running streaming rule #4176

at055612 opened this issue Mar 20, 2024 · 0 comments
Labels
bug f:pipeline-processing Issues relating to pipelines and processing
Milestone

Comments

@at055612
Copy link
Member

Seen in 7.3

Caused by: java.lang.NullPointerException: Cannot invoke "stroom.search.extraction.FieldListConsumer.acceptStringValues(java.util.List)" because "this.fieldListConsumer" is null
	at stroom.search.extraction.ValueConsumerHolder.acceptStringValues(ValueConsumerHolder.java:26)
	at stroom.search.extraction.SearchResultOutputFilter.endElement(SearchResultOutputFilter.java:100)
	at net.sf.saxon.event.ContentHandlerProxy.endElement(ContentHandlerProxy.java:412)
	at net.sf.saxon.event.ProxyReceiver.endElement(ProxyReceiver.java:185)
	at net.sf.saxon.event.SequenceNormalizer.endElement(SequenceNormalizer.java:230)
	at net.sf.saxon.event.NamespaceReducer.endElement(NamespaceReducer.java:235)
	at net.sf.saxon.event.ComplexContentOutputter.endElement(ComplexContentOutputter.java:559)
	at net.sf.saxon.expr.instruct.ElementCreator.processLeavingTail(ElementCreator.java:356)
	at net.sf.saxon.expr.instruct.ElementCreator.processLeavingTail(ElementCreator.java:300)
	at net.sf.saxon.expr.instruct.TemplateRule.applyLeavingTail(TemplateRule.java:352)
from View
eval cnt = count()
group by Feed
having cnt > 5000
select Feed, cnt

View is linked to Example (Index|Extraction)

image

image

@at055612 at055612 added bug f:pipeline-processing Issues relating to pipelines and processing labels Mar 20, 2024
@at055612 at055612 added this to the v7.3 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug f:pipeline-processing Issues relating to pipelines and processing
Projects
None yet
Development

No branches or pull requests

1 participant