Re: [orientdb] cannot export database in orientdb community edition 1.7 final: java.lang.NullPointerException

2014-06-05 Thread Luca Garulli
Hi Jonathan, The issue has been fixed. The problem was on relative paths. You could get it working with your version by specifying an absolute path. Lvc@ On 5 June 2014 09:24, Artem Orobets wrote: > Hi Jonathan, > > Hm.. I don't know why stacktrace is not dumped. You should be able to > catch

Re: [orientdb] cannot export database in orientdb community edition 1.7 final: java.lang.NullPointerException

2014-06-05 Thread Artem Orobets
Hi Jonathan, Hm.. I don't know why stacktrace is not dumped. You should be able to catch that with the debugger. Best regards, Artem Orobets * Orient Technologiesthe Company behind OrientDB* 2014-06-05 3:08 GMT+03:00 Jonathan Rosen : > Hi Artem- > > I created a bug report and tried to get a f

Re: [orientdb] cannot export database in orientdb community edition 1.7 final: java.lang.NullPointerException

2014-06-04 Thread Jonathan Rosen
Hi Artem- I created a bug report and tried to get a full stack trace (https://github.com/orientechnologies/orientdb/issues/2429). However, there doesn't seem to be any error thrown on the server. On the console, all that is shown is the Exception: Null pointer exception, and then the console g

Re: [orientdb] cannot export database in orientdb community edition 1.7 final: java.lang.NullPointerException

2014-06-03 Thread Artem Orobets
Hi Jonathan, Could you create a bug report ? 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 : > Here is a very

[orientdb] cannot export database in orientdb community edition 1.7 final: java.lang.NullPointerException

2014-06-03 Thread Jonathan Rosen
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 ver