java - UAA deployment on IBM bluemix -


after deploying cloud foundry uaa on ibm bluemix, following error while accessing deployed service.

error message: java.lang.illegalstateexception: no webapplicationcontext found: no contextloaderlistener or   dispatcherservlet registered? error code: 500 target servlet: spring error stack:      java.lang.illegalstateexception: no webapplicationcontext found: no contextloaderlistener or dispatcherservlet registered?      @   org.springframework.web.filter.delegatingfilterproxy.dofilter(delegatingf ilterproxy.java:252)      @  com.ibm.ws.webcontainer.filter.filterinstancewrapper.dofilter(filterinstancewrapper.java:207)  

uaa built locally on osx , java 8 (1.8.0_025-b17), whereas deployed directly on ibm bluemix liberty java.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -