cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

About:APOC install: A JavaScript error occurred in the main process...Uncaught Exception:

2 REPLIES 2

shan
Graph Buddy

That error is sometimes due to being connected to a network (e.g., VPN) that blocks access to your target. But it’s hard to tell without digging more.

As an alternative, you can download the jar file of an APOC version from https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases and then copy it to the plugin directory under the neo4j installation directory.

I agree with Seyed-it can be a whole host of issues, but go to that link and drop the latest jar in the plugins-as he said.

May also want to double-check that on Conf file

Other Neo4j system properties

#********************************************************************
dbms.jvm.additional=-Dunsupported.dbms.udc.source=zip
dbms.security.procedures.whitelist=apoc.*
dbms.security.procedures.unrestricted=apoc.*

Has these at a minimum along with other plugin settings you use