Hi Jonathan,

Could you create a bug report
<https://github.com/orientechnologies/orientdb/issues/new>?

Providing a full stack trace will speedup fixing.


Best regards,
Artem Orobets

*Orient Technologies the Company behind OrientDB*


2014-06-04 3:50 GMT+03:00 Jonathan Rosen <[email protected]>:

> Here is a very simple database creation script for testing purposes:
> --begin creation script
> --create orientdb database
> create database remote:localhost/testcreate2 root pass plocal graph;
>
> --connect to database
> connect remote:localhost/testcreate2 admin admin;
>
> --create class PRODUCTS as graph vertex
> create class products extends V;
>
> --create PRODUCTS class properties
> create property products.name string;
> create property products.description string;
> create property products.upc string;
> create property products.model_number string;
> create property products.image_urls embeddedlist;
> --end creation script
>
> If you run this script, and then execute the command: export database
> testing.export
>
> ... you will receive: Error: java.lang.NullPointerException
>
> I have had this problem since the release of 1.7-rc2. Why is database
> export broken? I can copy the database by moving the physical files, and
> this works fine. But trying to export the database is completely broken.
> Btw, I get the same result if data is added to the database. It doesn't
> matter whether it is empty or not...
>
>
>  --
>
> ---
> 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.
>

-- 

--- 
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.

Reply via email to