Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cubriddb server stucked when I connects via management port #47

Open
nobe0716 opened this issue Jul 27, 2015 · 4 comments
Open

Cubriddb server stucked when I connects via management port #47

nobe0716 opened this issue Jul 27, 2015 · 4 comments

Comments

@nobe0716
Copy link

When I tried to connect to db via management port,
My script did not proceed and server was shut down.

--Used Code---

var conn = CUBRID.createCUBRIDConnection(**(IP), 20101, 'dba', ***(PW), ***(DBNAME));
@kadishmal
Copy link
Contributor

@nobe0716 the connection should be made against the CUBRID Broker port. By default it is 33000. The manager port is not for clients/drivers. It is for CUBRID Manager tool.

My script did not proceed and server was shut down.

What exactly do you mean by server was shut down? Did your CUBRID Server shut down or your script exited?

@nobe0716
Copy link
Author

Connection has been closed at my cubrid manager and I could not be able to reconnect until I restart db service

@kadishmal
Copy link
Contributor

That's interesting. I will take a look. In the meantime, please connect using your CUBRID Broker port.

@kadishmal
Copy link
Contributor

Need to add a test case that will try to connect to CUBRID Manager, Server, etc. ports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants