blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
885 stars 171 forks source link

The Application can't stop #38

Open kangpengjie opened 7 years ago

kangpengjie commented 7 years ago

I run the server with command :java -server -Xmx4g -jar blazegraph.jar。 then I run a Application in Eclipse,code is below: public static void main(String[] args) throws Exception { protected static final Logger log = Logger.getLogger(Test.class); final BigdataGraph graph = new BigdataGraphClient("http://localhost:9999/blazegraph/sparql"); graph.addVertex(null); graph.shutdown(); log.info("end"); } this Application can't stop,the console already output the line: end, Why?

thompsonbry commented 7 years ago

This would be the same root cause as your other message. The overlapping file lock would be caused in an incomplete shutdown.

Bryan

On Fri, Dec 9, 2016 at 12:02 AM, kangpengjie notifications@github.com wrote:

I run the server with command :java -server -Xmx4g -jar blazegraph.jar。 then I run a Application in Eclipse,code is below: public static void main(String[] args) throws Exception { protected static final Logger log = Logger.getLogger(Test.class); final BigdataGraph graph = new BigdataGraphClient("http:// localhost:9999/blazegraph/sparql"); graph.addVertex(null); graph.shutdown(); log.info("end"); } this Application can't stop,the console already output the line: end, Why?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/blazegraph/database/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/ACdv4Ke1_i3lWc2iEAEFgzulr7-FMye2ks5rGQsugaJpZM4LIrJN .