I was also facing the same issue. I just changed the password in orientdb-server-config.xml and did ./orientdb.sh start. It worked
Thanks, Pankaj On Wednesday, 26 February 2014 14:18:54 UTC+5:30, Gaurav Dhiman wrote: > > Got it resolved, don't know the exact reason for it. > > Steps to resolve: > 1. Reinstall orientDB > 2. At this point there will be no user defined in orientdb-server-config.xml. > Add at least one user as below, with your own password > <user resources="*" password="whatever your want" name="root"/> > 3. Save the file and start the server > 4. Go to OrientDB Studio. It should ask for authentication. > 5. Enter the username and password that you configured in step 2 above > 6. One should be able to add new DB. > > In earlier case (before re-install), i directly started OriendDB server, > without setting user, so something got messed up. I think it should be > clearly mention in Read Me or somewhere about above steps else its tough > for new OrientDB guy to get resolve it. > > > Best Regards, > Gaurav > > > > On Wed, Feb 26, 2014 at 1:55 PM, Gaurav Dhiman <[email protected] > <javascript:>> wrote: > >> Hi, >> >> I am new to OrientDB, just downloaded it yesterday. Looks promising >> option for DB layer, but I am not able to create the new DB. >> I am facing the same issue that is explained on this thread, except that >> even root is not working for me. When I try creating new DB through >> OrientDB Studio, it keeps on asking me for authentication. I tried all >> combinations of existing users, but none worked. >> >> I have below two users in my orientdb-server-config.xml >> >> <user resources="*" >> password="881912E114F3FAC64DB70A328073E06FD1D563A5AB67E31829D130CB68860AF4" >> name="root"/> >> <user resources="*" password="testing" name="testuser"/> >> >> I am running it on localhost (Windows 8). Any idea, how to solve this ? >> >> Regards, >> Gaurav >> >> >> >> On Sunday, December 1, 2013 2:10:56 AM UTC+5:30, Cod3r wrote: >>> >>> Well!! This occurs only when i use as User another name as "root". When >>> i use root as User, then i can create a new database. >>> >>> Am Samstag, 30. November 2013 20:11:11 UTC+1 schrieb Cod3r: >>>> >>>> When i started Studio (my server is started) and i try to add a new >>>> Database, it dont work. The Browser (Chrome) still asking for >>>> Authentication username and password. I already try the user found into >>>> orientdb-server-config.xml, i add more users, change password restarted >>>> the >>>> server, but i cant create a new Database from Studio... whats wrong? >>>> >>> -- >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "OrientDB" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/orient-database/5NPGHlkHQGs/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
