Best if you can share a minimal example project that reproduces the issue. I presume that your spring config is not correct.
Cheers, Michael > Am 21.03.2016 um 12:27 schrieb Radheshyam Verma <[email protected]>: > > 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 <[email protected] > <mailto:[email protected]>> 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 [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
