cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

System Update Stops at::::::::::: INFO [hybrisHTTP27] [DefaultDbScriptsExecutor] ###### Executing DDL Statements in batch mode ###############

Former Member
0 Likes
1,500

Hi ,

When I do system update from HAC, the server stuck at :

INFO [hybrisHTTP27] [DefaultDbScriptsExecutor] ###### Executing DDL Statements in batch mode ###############

After that no further processing.No error in console also. Only option I have, is to stop server and stgain.

Any idea why this happens?

Thanks, Sid

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member633554
Active Participant
0 Likes

Had the same issue, ended up being permissions on the database were incorrect for the user. Though it worked ok with a previous hybris install, 6.7 seemed to tack on root@localhost.com to the user

Former Member
0 Likes

Hi,

we´re facing the same issue. But only if the database is on another host. If the database is on the same host, it works. Any help would be much appreciated.

Former Member
0 Likes

Hi Ralf,

Your observation is right . I also faced similar issue when db was DB as a Service(cloud)

Regards,

Former Member
0 Likes

Hi,

and did you find a solution? At the moment our workaround is to host the DB-Server on the same node as the BE-Host. But that is just a workaround for dev. We cannot do it like this on the prod environment.

Best regards

Former Member
0 Likes

Getting the same issue, Did it solve ? How?

VinayKumarS
Active Contributor
0 Likes

Increase the memory if you are not using enough. Last time i faced the same issue.

Former Member
0 Likes

Thanks Sam. Could you please tell, which property I need to change for that?

Former Member
0 Likes

tomcat.generaloptions=-Xmx4096M change this property in local.properties file according to you ram available.

Former Member
0 Likes

Did that make sense ? If yes,please share with us

Former Member
0 Likes

No change I can see.