Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] org.neo4j.rest cannot be resolved to a type

Please, about this tutorial - Import Data into Neo4j Directly using Talend ()
I followed:

1- make sure you Neo4j server is up and running.
2- Set the type of the tneo4jConnection to remote server and enter the URL “”, don’t use Native driver connection.
3- Try not to use tneo4jConnection at all, use the input and output tasks directly and enter the URL in each task.
And all modules related neo4j are installed.
But I'm getting the error:
Execution failed : Job compile errors
At least job "ImportIntoNeo4j_01" has a compile errors, please fix and export again.
Error Line: 1737
Detail Message: org.neo4j.rest cannot be resolved to a type
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
Thanks for any help.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
Could you please check if you have installed all required external jar files for your Neo4j DB?
Have you already checked the document about: TalendHelpCenter:Installing external modules?
Best regards
Sabrina

View solution in original post

10 Replies
Anonymous
Not applicable
Author

Hi,
When you get some compile errors, please check your "Code" tab in your job. There will be your compile error highlighted in red line.
Best regards
[font=Verdana, sans-serif]Sabrina[/font]
Anonymous
Not applicable
Author

Sabrina, I'm so sorry because I'm not a expert in Java but I've already seem the error:
    org.neo4j.graphdb.GraphDatabaseService databaseService_tNeo4jOutput_1 = new org.neo4j.rest.graphdb.RestGraphDatabase(
      "", "postgres",
      decryptedPassword_tNeo4jOutput_1);
the error ===> new org.neo4j.rest.graphdb.RestGraphDatabase ===> org.neo4j.rest cannot be resolved to a type
I don't know if a compile error or a module error but as I said, all modules related neo4j are installed.
Thanks.
Anonymous
Not applicable
Author

The images:
0683p000009MGKr.png
Anonymous
Not applicable
Author

Sorry about the number of the posts...
0683p000009MGKT.png
Anonymous
Not applicable
Author

Hi,
Could you please check if you have installed all required external jar files for your Neo4j DB?
Have you already checked the document about: TalendHelpCenter:Installing external modules?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello people.
This hint () solved my problem. Adding a component tLibraryLoad with the appropriate jar at the beginning of the job. I was with two different problems in two environments and this hint solved both.
Thanks a lot.
Anonymous
Not applicable
Author

The hint is:

"Cassandraoutput error in Talend 6.0.0RC1"

id=44758
Anonymous
Not applicable
Author

Hi felamas,
Can we consider this topic as resolved?
Best regards
Sabrina
Anonymous
Not applicable
Author

It is resolved but I don't know what do to change the status.