cancel
Showing results for 
Search instead for 
Did you mean: 

Backoffice takes more time to login in 6.7 version

0 Kudos

Hi Experts,

Backoffice takes more time to login after migration from 5.7 to 6.7. I checked DB logs from hac and found below query has been hitting continuously SELECT * FROM attributedescriptorslp WHERE ITEMPK=? AND LANGPK=?...

Accepted Solutions (0)

Answers (3)

Answers (3)

imsanjayrawat
Explorer
0 Kudos

Hi Koteswar, In hybris latest version 1808 backoffice framework tries to load configuration for all languages that has been there by default resulting the slowness of the login process, we also observed same issue, so you need to cutmozise the locales by adding alllowed locales in customizing the CustomI18NService method, you can find this solution in SAP Jira

former_member620692
Active Contributor
0 Kudos

It will be nice if you can share the link of SAP Jira where you have found the solution.

imsanjayrawat
Explorer
former_member620692
Active Contributor
0 Kudos

Thanks, .

former_member640268
Participant
0 Kudos

My experience: with hybris 6.8 (=1808) start-times decreases dramatically: - server start (factor 10) - backoffice login (factor 10)

I think, the reason is the lack of hmc-extensions.

Former Member
0 Kudos
 Hi Koteswar,
 
 Please add the below property in the local.properties for making your login into backoffice bit quicker.
 
 ##Start infrastructure properties
 tomcat.generaloptions=-Xmx4096M -XX\:-UseLoopPredicate -XX\:MaxPermSize\=512M -XX\:+HeapDumpOnOutOfMemoryError -ea -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate\=false -Dcom.sun.management.jmxremote.ssl\=false -Dorg.tanukisoftware.wrapper.WrapperManager.mbean\=true -Djava.endorsed.dirs\="%CATALINA_HOME%/lib/endorsed" -Dcatalina.base\=%CATALINA_BASE% -Dcatalina.home\=%CATALINA_HOME% -Dfile.encoding\=UTF-8 -Dlog4j.configuration\=log4j_init_tomcat.properties -Djava.util.logging.config.file\=jdk_logging.properties -Djava.io.tmpdir\="${HYBRIS_TEMP_DIR}"
 standalone.javaoptions=-Xmx2040M -XX\:MaxPermSize\=512M -XX\:+HeapDumpOnOutOfMemoryError -ea -XX\:-UseLoopPredicate
 ##End infrastructure properties
 
 Thanks,
 G Gopinath.

mheinzerling
Explorer
0 Kudos

Why? What do you try to achieve and what is relevant in relation to the question?