-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error when saving the pipeline as described in help #2
Comments
This looks like you've also added the OpenNLP NER processor to your pipeline (presumably in addition to the ones you mention from the tutorial)? Is that the case? If so, it looks like an issue with the configuration and/or the OpenNLP model you're using (this should be caught better and a useful error message displayed - we can add that in to a future release of the component). What configuration are you using? |
Thanks for the super quick feedback. I've removed the OpenNLP NER processor - and have managed to get things working, but there's just an interesting quirk. When saving or replacing a pipeline I still get the error message:
But only for ~5-10 seconds. After that the page refreshes and it starts to show the view of the pipeline running. This period while the error message persists corresponds to the period in the log below between:
Having played with it a few times, it seems like the error will display for the period before the
Thanks for your help! |
Yes, this is a known bug that we haven't got round to fixing yet. Basically, the browser is too quick for the pipeline and tries to display the page before the pipeline has finished initialising. We ought to add a loading page for this period, I'll add that as a separate issue to be worked on. |
I'm trying to create my first pipeline in Baleen.
I've followed the tutorial in the help to create my first pipeline (REST API as source, Email and Print as processors).
When I go to save the pipeline I get the following error:
ERROR: http://localhost:6413/api/v3/pipelines/Empty%20Pipeline2 404
I get the following in the console running Baleen:
I'm excited to try this tool - any help would be appreciated!
The text was updated successfully, but these errors were encountered: