This repository has been archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Neo.ClientError.Procedure.ProcedureNotFound - Windows10 - Desktop version #156
Comments
Hi,
thanks for your reply.
Its true there was another line with dbms.security.procedures.whitelist but
again:
Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name `ga.nlp.processor.addPipeline`
registered for this database instance. Please ensure you've spelled
the procedure name correctly and that the procedure is properly
deployed.
Στις Δευ, 23 Δεκ 2019 στις 1:02 μ.μ., ο/η Christophe Willemsen <
notifications@github.com> έγραψε:
… Make sure that there is only 1 line with
dbms.security.procedures.whitelist
in your neo4j.conf file.
A common error is to have the same line mentioned in the file for enabling
APOC procedures.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#156?email_source=notifications&email_token=AEDY5VMQIUQW3FS7IDX46SDQ2CSFDA5CNFSM4J6MIOPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHQ7MLY#issuecomment-568456751>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDY5VMKLES7AYLD452VIG3Q2CSFDANCNFSM4J6MIOPA>
.
--
Get your own signature
<https://newoldstamp.com/editor/?utm_source=Free_Editor&utm_medium=email_banner&utm_campaign=new>
|
Can you print a listing of all
Also, this may not be related to the issue, but you seem to have both, a |
Hi, it was solved after re installing it for 3-4 times. Nothing changed in
the installation process. I cannot explain it. Thanks for your help, though
Στις Τρί, 24 Δεκ 2019 στις 8:15 π.μ., ο/η Aldrin Misquitta <
notifications@github.com> έγραψε:
… Can you print a listing of all ga.nlp procedures available? Typically
this cypher,
CALL dbms.procedures() YIELD name, signature, description
WHERE name =~ 'ga.nlp.*' RETURN name ORDER BY name asc
Also, this may not be related to the issue, but you seem to have both, a
graphaware-server-enterprise-all-* and a graphaware-server-community-all-*
plugin. Only one is required. In your case, it seems like only the
enterprise plugin is necessary. You can remove the community one
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#156?email_source=notifications&email_token=AEDY5VPGMVYXMC4NLVY4VA3Q2GZKVA5CNFSM4J6MIOPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHSVL7I#issuecomment-568677885>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDY5VME3VB6DKM6JNHCIJ3Q2GZKVANCNFSM4J6MIOPA>
.
--
Get your own signature
<https://newoldstamp.com/editor/?utm_source=Free_Editor&utm_medium=email_banner&utm_campaign=new>
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to perform nlp by using the following Cypher query:
CALL ga.nlp.processor.addPipeline({ name:"pipeline_name", textProcessor: 'com.graphaware.nlp.processor.stanford.ee.processor.EnterpriseStanfordTextProcessor', processingSteps: {tokenize:true, ner:true, dependencies:true, relations:true, open:true, sentiment:true} })
However I got this error:
Neo.ClientError.Procedure.ProcedureNotFound There is no procedure with the name
ga.nlp.processor.addPipelineregistered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed
After searching online I added the following packages in the .conf file and the .jar files in the plugins file:
And added in the config file:
After the above procedure I get a new error:
Please some help here!
The text was updated successfully, but these errors were encountered: