-
Notifications
You must be signed in to change notification settings - Fork 872
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
LOGIN SESSION EXPIRED #8600
Comments
@octal-laurence I don't know if it is related, but in 3.0.8 and 3.0.9 I have been having a similar issue where randomly the database users can't log in. I have to log in as Root and remove the admin and writer users and re-add them with the same username, password, and roles. When this happens are you able to still log into the database using the "root" username and password? If so, can you go to the security tab and delete the admin user and re-add it with the admin role, and the same password? Can you then log in? Just trying to see if we are having roughly the same issue. I think some how the users are getting corrupted. |
Hi,
the root credential isnt working at all and any credential I used its
not working. this happens to me 2nd time. it says "Session Expired"
Regards,
Geroy, John Laurence P.
…On Wed, Oct 17, 2018 at 3:14 PM Michael MacFadden ***@***.***> wrote:
@octal-laurence <https://github.com/octal-laurence> I don't know if it is
related, but in 3.0.8 and 3.0.9 I have been having a similar issue where
randomly the database users can't log in. I have to log in as Root and
remove the admin and writer users and re-add them with the same username,
password, and roles.
When this happens are you able to still log into the database using the
"root" username and password? If so, can you go to the security tab and
delete the admin user and re-add it with the admin role, and the same
password? Can you then log in?
Just trying to see if we are having roughly the same issue. I think some
how the users are getting corrupted.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8600 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AmzBv1kWVz8CUerHVan8cBuaJ-ynL1mQks5ulztjgaJpZM4Xb2HD>
.
|
Hi, Regards, |
I assume the root credentials still work for the server as a whole. Meaning you can uses them to create and open other databases, even after the error occurs? Is this database running locally? If so you might try shutting down the OrientDB server. Then using the console.sh to open the database using the
This might tell you what is wrong. You can read more about it here:
Lastly, if you look at the server logs in step 1 above, does it say anything more that Java (null)? |
@octal-laurence Wondering if you made any progress on this issue, or if you still need some help? |
Currently I havent figure it out yet, but I have a new Issue. on Drivers
Node js
I follow this sample from the docs, this 1 is saving binary data to
orientdb record.
[image: image.png]
then here is my code
[image: image.png]
when I execute this, the promise return method is keep loading nothing
happen on my node js, I didn't get the promise result from *rec* neither *err,
*however i'm pretty sure the other method from db.record is working like
get, update etc. except for this method *record.create(type b)*;
can you help me please.
my node js keep loading only ig to this.
[image: image.png]
|
Hi, Re-opening this issue again. it happened again.
|
I have the same issue |
I have the same issue. I can log in to a existing database on orientdb studio webadmin with user admin pass admin. |
I have restarted the whole server and it doesn´t help |
I just experienced the same issue as described in the original post. After running an OrientDB server on 3.0.13 for 7 months without problems, I encountered some strange errors when I attempted to add some unique hash indexes on a vertex class, which seemed to happen for no apparent reason. First, it gave me a This is obviously very concerning because I no longer have any way of accessing the database and the data within via the studio, and it seems like the database has been corrupted somehow, with no way for me to access or restore the data. The error messages I am getting in the command line when I try to login are as follows:
|
OrientDB Version: 3.0.8
Java Version:
OS: Ubuntu 16.04 LTS
I have created database from studio, and its working while creating schema (vertex) it keeps loading when saving.
1st. I create vertex ('applicants'), It gives me an error Java (null)
2nd. Then if I refresh it, the created vertex ('applicant') is listed on the vertex classess, I dont know why, but I believe it shouldn't be there because upon creating the vertex it gives me an error.
3rd When I add vertex properties it keeps loading. nothings happen, if I refresh no properties was added.
4th After then I logout and reset the orientdb from my Ubuntu 16.04 LTS.
5th Then I log in again using same credentials I used before, then It cant log in it says session expired always. but my other databases is working.
The text was updated successfully, but these errors were encountered: