Hi, Thanks for your help. I Resolved The Issue. It was not Neo4j Error, it was Some other component producing error which was causing neo4j to crash.
Now Server is starting normally. Now I am getting Error while writing data to the database. Code structure is as follow: @Transactional //Imported From SpringFrameWork @Service public class NeoService { public User saveObj(User user) { //Some code to read database //which works fine user=neo4jTemplate.save(node); ////Works Fine till here return user; //produces Error 'org.neo4j.graphdb.TransactionFailureException: commit threw exception' } } Can You help me find the Error On Mon, Mar 14, 2016 at 9:10 PM, Radheshyam Verma <radhe2...@gmail.com> wrote: > Thanks for the response, > > For me "*SDN 3.3.2.RELEASE"* pulls "*neo4j 2.1.7*" and some other > dependencies. > > By "*neo 2.2*" do you mean that I should install "*Neo4j 2.2*" version. > > PS: I removed all the jars from my machine and rebuilt project then also > it worked on my local machine, however not on the unix server. > Should I do a clean reInstall of *neo4j2.2*? > > Thanks again. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.