Moreover, when I try to access the database using the root pwd it works but
executing the following query:
select from OUser
produces this result:
----+----+----------------+-------------------------------------------------------------------------+------+-----
# |@RID|OUser@OUser@name|password
|status|roles
----+----+----------------+-------------------------------------------------------------------------+------+-----
0 |#5:0|admin
|{SHA-256}8C6976E5B5410415BDE908BD4DEE15DFB167A9C873FC4BB8A81F6F2AB448A918|ACTIVE|[1]
1 |#5:1|reader
|{SHA-256}3D0941964AA3EBDCB00CCEF58B1BB399F9F898465E9886D5AEC7F31090A0FB30|ACTIVE|[0]
2 |#5:2|writer
|{SHA-256}B93006774CBDD4B299389A03AC3D88C3A76B460D538795BC12718011A909FBA5|ACTIVE|[0]
----+----+----------------+-------------------------------------------------------------------------+------+-----
As you can see the field name has been replaced with OUser@OUser@name .
Cheers,
F
On Monday, March 3, 2014 3:46:07 PM UTC, Fabrizio Fortino wrote:
>
> Hi guys,
>
> I am using the latest SNAPSHOT from develop branch
> (commit e17366c97aef77d4ee512982dc36cfca33d2631d).
>
> I have a NullPointerException creating a database. Here are the steps:
>
> 1) start the server
> 2) access the console (http://localhost:2480)
> 3) Click on Create new database
> 4) Input db name and generated root password
> 5) Click on Create Database
> 6) On server log the following error appears
>
> 2014-03-03 15:38:41:658 SEVE Internal server error:
> java.lang.NullPointerException [ONetworkProtocolHttpDb]
>
> The database folder with the relative files is created but when I try to
> connect to the db I get the following error:
>
> Error: com.orientechnologies.orient.enterprise.channel.binary.
> OResponseProcessingException: Exception during response processing.
> Error: com.orientechnologies.orient.core.exception.
> OSecurityAccessException: User or password not valid for database: 'mydb'
>
> Any idea?
>
> Thanks,
> Fabrizio
>
--
---
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/groups/opt_out.