First attempt: # jstack 28 28: Unable to open socket file: target process not responding or HotSpot VM not loaded The -F option can be used when the target process is not responding
# jstack -F 28 Attaching to process ID 28, please wait... Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process I should note i'm running this inside a docker container. Is there anything funny about app-armor I should be looking out for? On Friday, July 11, 2014 9:12:04 PM UTC-4, Michael Hunger wrote: > > Hi, > > sorry to hear that, never heard of that before. > could you try to get a threaddump from the backup tool? > > A jstack <pid> or kill -3 <pid> should produce it. > > Thanks a lot, > > Michael > > > On Fri, Jul 11, 2014 at 9:22 PM, schone <[email protected] <javascript:> > > wrote: > >> Hello, >> >> I'm using the enterprise 2.1.2 version and for some reason whenever I >> start an 'incremental' backup on a directory that has a previous 'full' >> backup it hangs after printing the following lines: >> >> # sudo -u neo4j neo4j-backup -from single://db -to /raid0/neo4j-backup/ >> Performing backup from 'db' >> 19:15:41.787 [main] INFO o.n.k.InternalAbstractGraphDatabase - No >> locking implementation specified, defaulting to 'forseti' >> Transactions applied >> >> Only recourse is to CTRL+C out of it. At that point i'm not even sure if >> a backup has been done and I can save it to my backup archives... I would >> also like the process to end cleanly. >> >> Thanks! >> >> -- >> 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] <javascript:>. >> For more options, visit 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.
