Alain,
One more question, is "Thu Feb 21 10:27:45 CET 2013" the toString() of
a date on your machine? I wonder if there is a code path that just
uses the toString for adding a value.
Could you also post us the query for a correct call. Does it look like this?
INSERT INTO DATA( SEARCH_TERMS, IS_LOCAL, AT_TIME, FROM_IP) VALUES (
'test', 1, TO_DATE('2013-03-04 23:23:22', 'YYYY-MM-DD HH24:MI:SS'),
'0.0.0.0')
F
On 4 March 2013 17:44, Francis De Brabandere <[email protected]> wrote:
> Alain, would you mind opening a ticket on jira so we can centralize
> actions on this issue
>
> https://issues.apache.org/jira/browse/EMPIREDB
>
> Thanks,
> F
>
> On 4 March 2013 13:51, Alain Becam <[email protected]> wrote:
>> Actually I don't have to do any actual writing to the database, as it
>> happens during the SQL construction. I will see if I can try that as well.
>>
>> //Alain
>>
>>
>> On 04/03/2013 13:12, [email protected] wrote:
>>>
>>> Hi All!
>>>
>>> My gut feeling still tells me it is something related to
>>> concurrency/multithreading.
>>> As it occurs rarely, Alain can't you just start several threads in your
>>> java app/test which calls your event insert method in a loop as if there is
>>> a real event to handle? Maybe we can force the error to appear more
>>> frequently (well, or your database explodes, but nevertheless something will
>>> happen)...
>>>
>>> Jens
>>>
>>>
>>> And I am really curious what the root cause might be
>>>
>>>
>>> Von meinem iPad gesendet
>>
>>