Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred during a wro4j request handling #1196

Closed
fvanderbiest opened this issue Jan 26, 2016 · 2 comments
Closed

Error occurred during a wro4j request handling #1196

fvanderbiest opened this issue Jan 26, 2016 · 2 comments

Comments

@fvanderbiest
Copy link
Member

In branch dockerize, GN does not load :

proxy_1             | 2016-01-26 16:23:32 statistics [INFO] testadmin|2016/01/26|http://geonetwork:8080/geonetwork/static/gn_search_georchestra.js|geOrchestra
geonetwork_1        | 2016-01-26 16:23:32,085 ERROR [geonetwork.wro4j] - Error occurred during a wro4j request handling
geonetwork_1        | ro.isdc.wro.WroRuntimeException: No such group available in the model: srv_custom_style
geonetwork_1        |   at ro.isdc.wro.model.group.processor.GroupsProcessor.process(GroupsProcessor.java:74)
geonetwork_1        |   at ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator.loadValue(DefaultSynchronizedCacheStrategyDecorator.java:101)
geonetwork_1        |   at ro.isdc.wro.cache.support.DefaultSynchronizedCacheStrategyDecorator.loadValue(DefaultSynchronizedCacheStrategyDecorator.java:35)
geonetwork_1        |   at ro.isdc.wro.cache.support.AbstractSynchronizedCacheStrategyDecorator.get(AbstractSynchronizedCacheStrategyDecorator.java:55)
geonetwork_1        |   at ro.isdc.wro.manager.ResourceBundleProcessor.serveProcessedBundle(ResourceBundleProcessor.java:63)
geonetwork_1        |   at ro.isdc.wro.manager.WroManager.process(WroManager.java:159)
geonetwork_1        |   at ro.isdc.wro.http.WroFilter.processRequest(WroFilter.java:335)
geonetwork_1        |   at ro.isdc.wro.http.WroFilter.doFilter(WroFilter.java:289)
@fvanderbiest
Copy link
Member Author

Missing JS dependency.

In the geonetwork folder:

git submodule init
git submodule update --recursive

This fixed it.

@landryb
Copy link
Member

landryb commented Jan 26, 2016

#1120 (comment) was the same thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants