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 <[email protected]> wrote:

> 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 <[email protected]>:
>
> 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 goes into:
>> 2014-06-04 20:05:20:608 FINE Checking if memory is lower than configured
>> (-70b): used 12.02Mb of 1.78Gb (0%) [OMemoryWatchDog$3]
>>
>> Do I have to run the server attached to a java debugger to actually get a
>> full stack trace? The methods shown in the Logging section of the wiki
>> don't work for this problem (i.e.
>>
>> -Dserver.log.dumpClientExceptionFullStackTrace=true)
>>
>>
>> On Wednesday, June 4, 2014 1:42:59 AM UTC-4, Artem Orobets wrote:
>>
>>> 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.
>>
>
>  --
>
> ---
> 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