Open SundialServices opened 8 years ago
"I'm not a Java person, not at all." I have no idea why the class isn't found. Here's the results of "locate jta" on this machine:
/home/snoopy/.m2/repository/javax/transaction/jta
/home/snoopy/.m2/repository/javax/transaction/jta/1.1
/home/snoopy/.m2/repository/javax/transaction/jta/1.1/_remote.repositories
/home/snoopy/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar
/home/snoopy/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar.sha1
/home/snoopy/.m2/repository/javax/transaction/jta/1.1/jta-1.1.pom
/home/snoopy/.m2/repository/javax/transaction/jta/1.1/jta-1.1.pom.sha1
/home/snoopy/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec
/home/snoopy/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1
/home/snoopy/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/_remote.repositories
/home/snoopy/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar
/home/snoopy/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar.sha1
/home/snoopy/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom
/home/snoopy/.m2/repository/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom.sha1
/lib/modules/4.2.0-34-generic/kernel/drivers/tty/serial/altera_jtaguart.ko
/usr/share/maven-repo/transaction/jta
/usr/share/maven-repo/transaction/jta/1.1
/usr/share/maven-repo/transaction/jta/1.1/_remote.repositories
/usr/share/maven-repo/transaction/jta/1.1/jta-1.1.jar
/usr/share/maven-repo/transaction/jta/1.1/jta-1.1.jar.sha1
/usr/share/maven-repo/transaction/jta/1.1/jta-1.1.pom
/usr/share/maven-repo/transaction/jta/1.1/jta-1.1.pom.sha1
/usr/src/linux-headers-4.2.0-16/arch/mips/include/asm/octeon/cvmx-helper-jtag.h
/usr/src/linux-headers-4.2.0-16/include/linux/altera_jtaguart.h
/usr/src/linux-headers-4.2.0-16-generic/include/config/serial/altera/jtaguart.h
/usr/src/linux-headers-4.2.0-34/arch/mips/include/asm/octeon/cvmx-helper-jtag.h
/usr/src/linux-headers-4.2.0-34/include/linux/altera_jtaguart.h
/usr/src/linux-headers-4.2.0-34-generic/include/config/serial/altera/jtaguart.h
So it certainly seems to me that the files do exist and that Java ought to be able to find them. (But, like I said, I am not a Java person ...)
Installed the latest community-edition and Gremlin plug-in. As described in other (closed) issues, a 500 error occurs. But running "neo4j console" gives clues as to why.
curl -s -G http://localhost:7474/tp/gremlin/execute ... gives a 500 error, but meanwhile the console shows this:
In an attempt to resolve the "javax.transaction.SystemException" issue, I set these environment variables: (Ubuntu ...)
... noticing that "jta" jar-files are in that folder on my home-account ("snoopy") ... but that seems to have had no effect.