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
Post a Comment