cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong Date in activiti-explorer (handle vacation request)

bargan
Champ in-the-making
Champ in-the-making
Hi all,
when i start process, all is fine but i see that in Inbox (for example when a user handle a vacation request ) that the date is wrong.
here is the wrong date : created a month a go, (but in normal case it will be created jsut a moment or 20 minutes a go or yesterday or something like that )
But i has created this activity just a moment a go.
I have god correct date in my windows os.
So, is that error from Apache tomcat or what?

Thank you.
6 REPLIES 6

jbarrez
Star Contributor
Star Contributor
What is the time stamp in the ACT_RU_TASK table?

Maybe your db time settings are wrong (but a month off seems VERY odd and not timezone related)

bargan
Champ in-the-making
Champ in-the-making
Thank you for response,
yes, the time in mySql db is not wrong,  because i test this request " SELECT NOW();" and it gives me a the current date of system.
also for timestamp i found this " on update CURRENT_TIMESTAMP";
so i dont know wath should i do,

best regards;

yerbol777
Champ in-the-making
Champ in-the-making
hi, did you solve this problem, because i have the same problem (((

dashu
Champ in-the-making
Champ in-the-making
hi, we met the same issue. We started a process just a moment ago from activiti explorer. But its creation date shows one week ago in both activiti explorer and underlying database.

We are pretty sure both database server, tomcat container, application server (tomcat is running on this server) are all using the right date/time.

Could anyone from activiti team help to look into it?

jbarrez
Star Contributor
Star Contributor
We can help .. but we would need a reproducable way to see this bug … it's working ok here.

vipi_voxa
Champ in-the-making
Champ in-the-making

Did anybody found a solution for this?

I have the same issue. time stamps are wrong. I start the process, it sets ACT_HI_PROCINST.start_time_ correctly. But ACT_HI_ACTINST.start_time_ and  ACT_HI_ACTINST.end_time_ are messed up. More to that, some of them are ok and some of them are week older. And lol duration_ of action = -876518437. 

Oracle Db, Jboss, Activiti 5.22

db and jboss dates are ok.