Connection problem localhost7474 in neo4j for a specific DBMS
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
add a comment |
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
do you have any errors?
– Moshe Slavin
Jan 1 at 9:16
there is no error apparently.
– Amna Munir
Jan 1 at 9:17
add a comment |
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
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
neo4j graph-databases
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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:
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:
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
add a comment |
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:
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
add a comment |
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:
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:
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
do you have any errors?
– Moshe Slavin
Jan 1 at 9:16
there is no error apparently.
– Amna Munir
Jan 1 at 9:17