-
Notifications
You must be signed in to change notification settings - Fork 870
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
Orient Studio and Console, not behaving properly with Distributed Mode over 3 Node Cluster #10287
Comments
Hi, The commands are available only with the agent.jar added in the plugin folder of the distribution, you can find the plugin in the releases links: https://github.com/orientechnologies/orientdb/releases |
Thank You @tglman for considering the query, Possible for you to please provide me some link or steps to use the agent.jar ? Secondly, why Orient Studio is not working properly ? Earlier it was working properly till the time I was just using the server.sh ? What are all the other possible ways to verify my distributed cluster is working fine using the OrientDB console, is there any help or TODO page providing any information on that ? |
During the Insertion of the Vertex, it says Null Pointer Exception in the console but Vertex get created `orientdb {db=firewall_db}> CREATE CLASS FirewallRule EXTENDS V; Error: com.orientechnologies.orient.core.exception.OStorageException: Error on executing command: create CLASS FirewallRule EXTENDS V DB name="firewall_db" Error: java.lang.NullPointerException orientdb {db=firewall_db}> ALTER CLASS FirewallRule ADDCLUSTER firewall_rule_cluster; Class updated successfully. orientdb {db=firewall_db}>` |
Few of the commands are not working on the OrientDB Console:
|
OrientDB Version: orientdb-community-3.2.32.tar.gz
Java Version: openjdk 11.0.23 2024-04-16
OS: Ubuntu 22.04.3 LTS
Expected behavior
Orient Studio and Console should be able to provide answer for checking the information about Distributed Commands you have provided on
curl -u root:root "http://node_ip:2480/distributed/node"
curl -u root:root "http://node_ip:2480/distributed/database/GratefulDeadConcerts"
curl -u root:root "http://node_ip:2480/distributed/queue/*"
Actual behavior
2024-08-21 13:44:41:903 WARNI ->node_ip: Command not found: GET.distributed/node [ONetworkProtocolHttpDb]
2024-08-21 13:45:41:704 WARNI ->node_ip: Command not found: GET.distributed/database/GratefulDeadConcerts [ONetworkProtocolHttpDb]
2024-08-21 13:46:36:890 WARNI ->node_ip: Command not found: GET.distributed/queue/* [ONetworkProtocolHttpDb]
Steps to reproduce
https://stackoverflow.com/questions/78913660/orient-studio-and-orient-console-are-not-working-properly-with-distributed-mode
The text was updated successfully, but these errors were encountered: