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

Hybris ant updatesystem hangs during shutdown.

Former Member
0 Kudos
830

We use Hybris version 5.7.0.16.

On some Linux machines we face a problem that the call

ant updatesystem -DconfigFile=h5_delta_update.json -Dui.rebuild=false 

successfully executes delta updates but hangs during shutdown. The last log messages are

     [java] shutting down hybris registry..
     [java] INFO  [main] [] [DefaultSMSEngineRegistry] SMS engines shut down.
     [java] INFO  [main] [] [DefaultTaskService] Task engine already stopped.
     [java] WARN  [AfterSaveEventPublisher-master] [] [DefaultAfterSaveListenerRegistry] AfterSaveEventPublisher-master has been interrupted - stopping now: sleep interrupted
     [java] INFO  [AfterSaveEventPublisher-master] [] [DefaultAfterSaveListenerRegistry] AfterSaveEventPublisher-master has been interrupted/terminated but without InterruptedException - stopping now.
     [java] HYBRIS_RUNTIME_PROPERTIES environment variable is set. Loading additional properties from /etc/hybris.runtime.properties
     [java] HYBRIS_RUNTIME_PROPERTIES environment variable is set. Loading additional properties from /etc/hybris.runtime.properties
     [java] INFO  [main] [] [DefaultCacheController] Removed listener from cache controller. Currently registered 1
     [java] INFO  [main] [] [DefaultRMIRegistryService] Unexporting the registry.
     [java] INFO  [main] [] [DefaultClusterNodeManagementService] Unregistering assigned cluster node id 2...

and then the process never ends.

Accepted Solutions (0)

Answers (2)

Answers (2)

niainalens
Member
0 Kudos

Case related: Hybris freeze on this line because he can't get out the cluster where he was (and maybe he was never in)

if you use jgroups file for hybris node clustering, check that hybris has READ/WRITE access to the jgroup file (local or remote storage like bucket).

Also check that you have error on jgroups initialization before.

Enda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Welcome and thanks for visiting SAP Community to get answers to your questions. Check out our tutorial to get started in SAP Community: https://developers.sap.com/tutorials/community-start.html By adding a picture to your profile you encourage readers to respond to your question. Learn more about your profile here: https://developers.sap.com/tutorials/community-profile.html

former_member633554
Active Participant
0 Kudos

Does the same error happen when you do it from admin console?