Skip to Content
0
May 23, 2018 at 06:03 PM

Backoffice - Missing CSS files (Hybris 6.3)

1310 Views

Our Server environment has Backoffice styling broken because of the following error:

INFO | jvm 1 | main | 2018/05/23 09:58:59.835 | ^[[33mWARN [hybrisHTTP36] [12.180.126.148] [SimpleHybrisWidgetResourceLoader] Unable to resolve JarInfo for '/cockpitng/cng/css/mycustombackoffice.css' INFO | jvm 1 | main | 2018/05/23 09:59:00.136 | ^[[m^[[33mWARN [hybrisHTTP16] [12.180.126.148] [SimpleHybrisWidgetResourceLoader] Unable to resolve JarInfo for '/cockpitng/cng/css/mycustombackoffice.css'

These files were created by my while playing around with my custom backoffice extension, but deleted afterwards. However, I still see them in my local under "backoffice/generated/cockpitng/cng/css" in backoffice extension. While I don't know how to fix the issue without recreating them again and would appreciate any help, I would like to understand little more about the backoffice CSS:

  1. How come those files were still there in my local (generated directory in backoffice). How and when is that directory gets cleaned and recreated?

  2. How these files are tied to widgets as I could not find any direct relationship between them?