Connection problem localhost7474 in neo4j for a specific DBMS












0















I am running a dblp citation DBMS in neo4j but localhost refused to connect, while any other sample DBMS connects and worked smoothly. screen shot for the error is here










share|improve this question

























  • do you have any errors?

    – Moshe Slavin
    Jan 1 at 9:16











  • there is no error apparently.

    – Amna Munir
    Jan 1 at 9:17
















0















I am running a dblp citation DBMS in neo4j but localhost refused to connect, while any other sample DBMS connects and worked smoothly. screen shot for the error is here










share|improve this question

























  • do you have any errors?

    – Moshe Slavin
    Jan 1 at 9:16











  • there is no error apparently.

    – Amna Munir
    Jan 1 at 9:17














0












0








0








I am running a dblp citation DBMS in neo4j but localhost refused to connect, while any other sample DBMS connects and worked smoothly. screen shot for the error is here










share|improve this question
















I am running a dblp citation DBMS in neo4j but localhost refused to connect, while any other sample DBMS connects and worked smoothly. screen shot for the error is here







neo4j graph-databases






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 1 at 9:24







Amna Munir

















asked Jan 1 at 9:10









Amna MunirAmna Munir

1




1













  • do you have any errors?

    – Moshe Slavin
    Jan 1 at 9:16











  • there is no error apparently.

    – Amna Munir
    Jan 1 at 9:17



















  • do you have any errors?

    – Moshe Slavin
    Jan 1 at 9:16











  • there is no error apparently.

    – Amna Munir
    Jan 1 at 9:17

















do you have any errors?

– Moshe Slavin
Jan 1 at 9:16





do you have any errors?

– Moshe Slavin
Jan 1 at 9:16













there is no error apparently.

– Amna Munir
Jan 1 at 9:17





there is no error apparently.

– Amna Munir
Jan 1 at 9:17












1 Answer
1






active

oldest

votes


















0














It looks like your Neo4j is not running.
It takes some time(few seconds) to become available after start/restart.



You can check the status of neo4j by running this command (To run all the commands open cmd in admin mode):




neo4j status




It will output Neo4j is running if neo4j is up.



If it's running, You can also check if it's running on port 7474 by the command:




netstat -ano | findstr :7474




If this doesn't output anything on screen then check the port in the config file.



If Noej4 is not running you can start with this command:




neo4j start




Please refer to the screenshot for details: enter image description here






share|improve this answer
























  • its running and its working with other databases but I am stuck only on dblp citation neo4j database

    – Amna Munir
    Jan 1 at 12:09











  • What's the output of the above command?

    – Raj
    Jan 1 at 13:40











  • You can check neo4j.log file for logs If you don't understand you can share last few lines here.

    – Raj
    Jan 1 at 13:42











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53994246%2fconnection-problem-localhost7474-in-neo4j-for-a-specific-dbms%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














It looks like your Neo4j is not running.
It takes some time(few seconds) to become available after start/restart.



You can check the status of neo4j by running this command (To run all the commands open cmd in admin mode):




neo4j status




It will output Neo4j is running if neo4j is up.



If it's running, You can also check if it's running on port 7474 by the command:




netstat -ano | findstr :7474




If this doesn't output anything on screen then check the port in the config file.



If Noej4 is not running you can start with this command:




neo4j start




Please refer to the screenshot for details: enter image description here






share|improve this answer
























  • its running and its working with other databases but I am stuck only on dblp citation neo4j database

    – Amna Munir
    Jan 1 at 12:09











  • What's the output of the above command?

    – Raj
    Jan 1 at 13:40











  • You can check neo4j.log file for logs If you don't understand you can share last few lines here.

    – Raj
    Jan 1 at 13:42
















0














It looks like your Neo4j is not running.
It takes some time(few seconds) to become available after start/restart.



You can check the status of neo4j by running this command (To run all the commands open cmd in admin mode):




neo4j status




It will output Neo4j is running if neo4j is up.



If it's running, You can also check if it's running on port 7474 by the command:




netstat -ano | findstr :7474




If this doesn't output anything on screen then check the port in the config file.



If Noej4 is not running you can start with this command:




neo4j start




Please refer to the screenshot for details: enter image description here






share|improve this answer
























  • its running and its working with other databases but I am stuck only on dblp citation neo4j database

    – Amna Munir
    Jan 1 at 12:09











  • What's the output of the above command?

    – Raj
    Jan 1 at 13:40











  • You can check neo4j.log file for logs If you don't understand you can share last few lines here.

    – Raj
    Jan 1 at 13:42














0












0








0







It looks like your Neo4j is not running.
It takes some time(few seconds) to become available after start/restart.



You can check the status of neo4j by running this command (To run all the commands open cmd in admin mode):




neo4j status




It will output Neo4j is running if neo4j is up.



If it's running, You can also check if it's running on port 7474 by the command:




netstat -ano | findstr :7474




If this doesn't output anything on screen then check the port in the config file.



If Noej4 is not running you can start with this command:




neo4j start




Please refer to the screenshot for details: enter image description here






share|improve this answer













It looks like your Neo4j is not running.
It takes some time(few seconds) to become available after start/restart.



You can check the status of neo4j by running this command (To run all the commands open cmd in admin mode):




neo4j status




It will output Neo4j is running if neo4j is up.



If it's running, You can also check if it's running on port 7474 by the command:




netstat -ano | findstr :7474




If this doesn't output anything on screen then check the port in the config file.



If Noej4 is not running you can start with this command:




neo4j start




Please refer to the screenshot for details: enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 1 at 10:32









RajRaj

42839




42839













  • its running and its working with other databases but I am stuck only on dblp citation neo4j database

    – Amna Munir
    Jan 1 at 12:09











  • What's the output of the above command?

    – Raj
    Jan 1 at 13:40











  • You can check neo4j.log file for logs If you don't understand you can share last few lines here.

    – Raj
    Jan 1 at 13:42



















  • its running and its working with other databases but I am stuck only on dblp citation neo4j database

    – Amna Munir
    Jan 1 at 12:09











  • What's the output of the above command?

    – Raj
    Jan 1 at 13:40











  • You can check neo4j.log file for logs If you don't understand you can share last few lines here.

    – Raj
    Jan 1 at 13:42

















its running and its working with other databases but I am stuck only on dblp citation neo4j database

– Amna Munir
Jan 1 at 12:09





its running and its working with other databases but I am stuck only on dblp citation neo4j database

– Amna Munir
Jan 1 at 12:09













What's the output of the above command?

– Raj
Jan 1 at 13:40





What's the output of the above command?

– Raj
Jan 1 at 13:40













You can check neo4j.log file for logs If you don't understand you can share last few lines here.

– Raj
Jan 1 at 13:42





You can check neo4j.log file for logs If you don't understand you can share last few lines here.

– Raj
Jan 1 at 13:42




















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53994246%2fconnection-problem-localhost7474-in-neo4j-for-a-specific-dbms%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Monofisismo

Angular Downloading a file using contenturl with Basic Authentication

Olmecas